summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* (send_process): Set src_multibyte to 1 after the callEli Zaretskii2002-01-071-3/+5
* Test GNU_LINUX, not LINUX.Richard M. Stallman2001-12-111-1/+1
* (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK.Paul Eggert2001-12-071-4/+4
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-39/+39
* (Fstart_process): Add usage to doc-string.Pavel Janík2001-11-021-1/+2
* Don't define max.Pavel Janík2001-10-241-3/+0
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-201-234/+234
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-14/+18
* (process-inherit-coding-system-flag, get-buffer-process): Do not confusePavel Janík2001-10-151-4/+4
* Update calls to openp.Stefan Monnier2001-10-121-3/+3
* (send_process): Disable composition if from_byte < 0.Gerd Moellmann2001-09-251-2/+7
* (sigchld_handler) [LINUX]: Don't return fromGerd Moellmann2001-09-241-1/+3
* (sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQGerd Moellmann2001-09-201-27/+29
* (read_process_output): Don't call signal_after_changeGerd Moellmann2001-05-161-2/+0
* (wait_reading_process_input): CallGerd Moellmann2001-04-251-1/+5
* (wait_reading_process_input) [!subprocesses]: Don'tEli Zaretskii2001-04-211-19/+5
* (wait_reading_process_input): CallGerd Moellmann2001-04-191-10/+46
* (Fset_process_window_size): Fix a typo.Gerd Moellmann2001-03-081-1/+1
* (Fset_process_filter): Don't crash if the inputGerd Moellmann2001-03-071-11/+29
* (make_process): Use allocate_process.Gerd Moellmann2001-02-281-7/+2
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-7/+7
* (wait_reading_process_input): Check for pendingGerd Moellmann2000-12-181-18/+20
* (read_process_output): Don't run a filter if the codeKenichi Handa2000-12-181-5/+6
* (read_process_output): Make sure the process marker'sGerd Moellmann2000-12-071-1/+9
* (send_process): If OBJECT is t, it means that the dataKenichi Handa2000-10-251-12/+20
* (read_process_output): Cancel previous change.Kenichi Handa2000-10-111-4/+4
* (read_process_output): Fix previous change. Adjust multibyteness ofKenichi Handa2000-10-111-2/+2
* (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S toAndreas Schwab2000-10-091-0/+1
* (Fopen_network_stream): Use HAVE_GAI_STRERROR.Dave Love2000-10-021-0/+5
* (Fopen_network_stream) [HAVE_GETADDRINFO]: UseGerd Moellmann2000-09-301-38/+65
* (process_sent_to): New variable.Gerd Moellmann2000-09-211-107/+118
* (read_process_output): Before inserting the decodedKenichi Handa2000-09-071-0/+6
* (create_process): Don't setup raw-text coding here.Kenichi Handa2000-08-241-22/+23
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+5
* *** empty log message ***Kenichi Handa2000-08-041-0/+2
* (read_process_output): Big simplification. HandleKenichi Handa2000-08-041-209/+89
* * process.c (Fopen_network_stream): Turn off atimers for duration of call toKen Raeburn2000-06-241-0/+9
* (toplevel) [UNIX98_PTYS]: Include stdlib.h.Gerd Moellmann2000-05-201-1/+1
* (Fstart_process): GCPRO current_dir before callingKenichi Handa2000-05-201-125/+130
* (send_process): Add a hint that the functionGerd Moellmann2000-03-151-1/+3
* (send_process): Remove local variable `procname' thatGerd Moellmann2000-03-061-5/+8
* (wait_reading_process_input): Remove busy-cursor code.Gerd Moellmann2000-02-251-11/+0
* (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:Gerd Moellmann2000-02-151-0/+26
* (Fopen_network_stream) [POLL_FOR_INPUT]: RegisterGerd Moellmann2000-02-121-0/+1
* (Fstart_process): Doc fix.Dave Love2000-02-011-1/+2
* (toplevel): Include atimer.h.Gerd Moellmann2000-01-251-19/+24
* (read_process_output): Fix the args CHARPOS and LENINSKenichi Handa1999-12-291-1/+1
* (read_process_output): Fix the arg FROM toKenichi Handa1999-12-241-1/+1
* Include composite.h.Kenichi Handa1999-12-151-0/+2
* * callproc.c (strerror): Remove decl.Paul Eggert1999-11-221-47/+2