aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* Undo last change and define _GNU_SOURCE before config.h.Dave Love1999-11-021-5/+2
* Use string.h for strsignal.Dave Love1999-11-021-0/+3
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-59/+49
* (Fopen_network_stream): Don't loop if gethostbynameGerd Moellmann1999-10-141-0/+4
* (wait_reading_process_input): When trying to suckGerd Moellmann1999-10-071-3/+14
* (list_processes_1): Remove unused variables.Gerd Moellmann1999-09-201-12/+12
* (Fopen_network_stream): Use strerror, not gai_strerror.Dave Love1999-09-191-1/+1
* (Fopen_network_stream): Avoid socket decriptor leak.Andreas Schwab1999-09-141-0/+14
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-27/+27
* Call change_frame_size and do_pending_window_change withGerd Moellmann1999-08-211-3/+3
* (Fopen_network_stream): Fix previous change.Karl Heuer1999-08-141-44/+14
* (Fopen_network_stream): Use getaddrinfo.Karl Heuer1999-08-121-5/+117
* (create_process): Detect failure of `pipe'.Karl Heuer1999-07-301-2/+11