aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | (wait_reading_process_output) [!subprocesses]: Convert arg list to ANSI C.Eli Zaretskii2010-07-121-6/+4
* | Fix the MS-DOS build (fallout from 2010-07-12T14:16:38Z!schwab@linux-m68k.org...Eli Zaretskii2010-07-121-57/+61
|\ \
| * | Fix the MS-DOS build (fallout from 2010-07-12T14:16:38Z!schwab@linux-m68k.org...Eli Zaretskii2010-07-121-57/+61
* | | Convert old-style definitionsAndreas Schwab2010-07-121-6/+4
|/ /
* | * src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.Dan Nicolaescu2010-07-121-1/+1
* | Use offsetof instead of own definitionAndreas Schwab2010-07-111-2/+2
* | * process.c: Remove obsolete comment.Andreas Schwab2010-07-111-9/+0
* | Don't use `subprocesses' in msdos.c.Eli Zaretskii2010-07-111-4/+4
* | Unify the two branches, with and without subprocesses.Eli Zaretskii2010-07-101-576/+362
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-124/+61
* | Fix MS-DOS build broken by 2010-07-07T17:39:49Z!jan.h.d@swipnet.se.Eli Zaretskii2010-07-081-0/+28
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-26/+26
* | If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).Jan D2010-07-071-1/+33
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-11/+11
* | Convert function definitions and declarations to standard C.Dan Nicolaescu2010-07-051-3/+3
* | Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-051-106/+50
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-5/+5
* | Avoid erroneous syscallsAndreas Schwab2010-07-011-3/+6
* | Merge from emacs-23Andreas Schwab2010-06-101-1/+3
|\ \ | |/
| * * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4Andreas Schwab2010-06-041-1/+3
* | * process.c (Fmake_network_process): Set :host to nil if it's not used.Stefan Monnier2010-05-241-11/+16
* | Remove POSIX_SIGNALS.Dan Nicolaescu2010-05-031-26/+0
* | Don't burp if process sentinel/filter kills the current buffer.Stefan Monnier2010-04-291-2/+2
* | Try to solve the problem of spurious EOF chars in long lines of textStefan Monnier2010-04-121-33/+4
* | * process.c (status_notify): Remove unused var `ro'.Stefan Monnier2010-04-121-3/+1
* | * process.c (exec_sentinel): Preserve current-buffer.Stefan Monnier2010-04-111-0/+5
* | (read_process_output): Move the save-current-buffer toStefan Monnier2010-04-111-21/+16
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-4/+0
* | Clean up BSD_SYSTEM use.Dan Nicolaescu2010-03-311-2/+2
* | * process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows.Chong Yidong2010-03-261-13/+22
* | Don't call turn_on_atimers around `connect' (Bug#5723).YAMAMOTO Mitsuharu2010-03-251-14/+0
* | Call `select' for interrupted `connect' rather than creating new socket (Bug#...Helmut Eller2010-03-251-5/+32
* | Remove dead code dealing with POSIX_SIGNALS.Dan Nicolaescu2010-03-221-38/+7
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* 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