summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* process.c: Fix typo in comment.Juanma Barranquero2009-12-291-1/+1
* (Fmake_network_process): Fix up the tests forStefan Monnier2009-12-031-4/+4
* (Qseqpacket): New symbol.Stefan Monnier2009-12-031-3/+17
* Use a select wrapper around the GLib event loop, thus taking into account GLibJan Djärv2009-11-211-1/+7
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-1/+1
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-3/+3
* Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.Jan Djärv2009-11-101-1/+0
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-115/+115
* * process.c (socket_options): Make it const.Dan Nicolaescu2009-11-061-3/+3
* * process.c (create_pty): Remove conditionals for no longerDan Nicolaescu2009-10-191-2/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+2
* (list_processes_1): Use long format in printf, and cast argument.Adrian Robert2009-10-131-1/+1
* *** empty log message ***Nick Roberts2009-08-301-1/+1
* (wait_reading_process_output): Keep the descriptorNick Roberts2009-08-301-4/+9
* (send_process): Use encode_coding_object instead ofKenichi Handa2009-08-271-1/+2
* * process.c (status_notify): Don't perform redisplay.Chong Yidong2009-08-171-9/+13
* (create_pty): Fix last change.Eli Zaretskii2009-08-141-1/+6
* (create_pty): New function.Nick Roberts2009-08-131-68/+158
* (Fset_process_query_on_exit_flag): Mention killingJuri Linkov2009-07-181-1/+1
* Simplify last change.Andreas Schwab2009-06-281-11/+6
* (send_process): Keep decoded string in a localAndreas Schwab2009-06-281-5/+7
* (status_message): Pass Faset index argument as a lisp object, so as to workKen Raeburn2009-06-201-1/+1
* (status_message): Fix previous change. Be sure toKenichi Handa2009-06-151-5/+14
* * process.c (status_message): Fix handling of multibyte signalChong Yidong2009-06-091-1/+3
* (read_process_output): Make sure the current buffer isAndreas Schwab2009-05-021-2/+3
* (create_process): Clean up merger residues of 2008-07-17 change.YAMAMOTO Mitsuharu2009-04-291-8/+0
* * fns.c (Flocale_info): Protect vector from GC during decoding.Andreas Schwab2009-04-281-18/+32
* Rename `system-process-attributes' to `process-attributes'Miles Bader2009-02-231-10/+8
* (send_process): Properly relocate pointer into dataAndreas Schwab2009-02-101-2/+6
* (wait_reading_process_output): Use process_pending_signals.Chong Yidong2009-01-291-6/+1
* * dbusbind.c (Fdbus_register_signal):Juanma Barranquero2009-01-181-1/+1
* (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)Eli Zaretskii2009-01-031-3/+74
* (top level) <Qtime, Qctime>: New variables.Eli Zaretskii2009-01-021-1/+9
* (conv_sockaddr_to_lisp): Add workaround forAndreas Schwab2009-01-011-32/+41
* * process.c: (Flist_system_processes):Dan Nicolaescu2008-12-191-2/+2
* * process.c: (Flist_system_processes):Dan Nicolaescu2008-12-191-2/+2
* Reorganize implementation of Flist_system_processes andDan Nicolaescu2008-12-191-437/+2
* Include <limits.h>.Dan Nicolaescu2008-12-161-0/+4
* * process.c (Fsystem_process_attributes, syms_of_process):Juanma Barranquero2008-12-111-4/+4
* (procfs_system_process_attributes): If `nread' has a negative value, assignEli Zaretskii2008-12-051-1/+9
* (procfs_system_process_attributes): Don't use cmd, cmdsize, and q withoutEli Zaretskii2008-12-051-3/+8
* (procfs_system_process_attributes): Multiply `pcpu' by 100, so it's inEli Zaretskii2008-10-021-1/+3
* (Faccept_process_output): Fix doc-string.Martin Rudalics2008-10-021-5/+5
* (procfs_system_process_attributes): Fix last change.Eli Zaretskii2008-09-191-1/+1
* (procfs_system_process_attributes): Fix cmdline in case /proc/PID/cmdlineEli Zaretskii2008-09-191-10/+10
* (Fsystem_process_attributes): Doc fix.Roland Winkler2008-09-071-3/+3
* (Fsystem_process_attributes): Doc fix.Roland Winkler2008-09-061-3/+3
* (procfs_system_process_attributes): Fix portabilityAndreas Schwab2008-08-231-14/+21
* [!subprocesses]: Define QCname.Eli Zaretskii2008-08-231-1/+3
* (make_process): Initialize kill_without_query struct member.Chong Yidong2008-08-151-0/+1