aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (wait_reading_process_input): Show and hide busyGerd Moellmann1999-07-211-0/+11
* (create_process): If the output goes to a unibyteRichard M. Stallman1999-07-071-4/+2
* (send_process): Delete unsafe/redundant assignment.Karl Heuer1999-06-171-3/+3
* (Faccept_process_output): Check validity of PROCESS.Richard M. Stallman1999-04-081-0/+3
* (syms_of_process): defsubr it.Richard M. Stallman1999-02-191-3/+51
* (read_process_output): Decide the multibyteness ofKenichi Handa1998-12-221-1/+8
* (read_process_output): If NBYTES is zero andKenichi Handa1998-12-151-1/+14
* (read_process_output): Call signal_after_change.Richard M. Stallman1998-11-251-1/+4
* (Fprocess_status): Doc fix.Karl Heuer1998-11-071-1/+1
* (exec_sentinel, read_process_output):Richard M. Stallman1998-10-141-0/+11
* Doc fixes.Karl Heuer1998-10-081-13/+14
* (wait_reading_process_input): If a pty gives EIO,Richard M. Stallman1998-08-151-2/+6
* (Fprocess_send_eof): Transfer proc_encode_coding_systemRichard M. Stallman1998-08-081-1/+15
* (create_process): For outchannel, set upRichard M. Stallman1998-08-011-1/+1
* Whitespace change.Richard M. Stallman1998-07-291-2/+2
* (read_process_output): Even if we read data withoutKenichi Handa1998-07-161-12/+18
* (init_process): Initilize Vdefault_process_coding_system.Kenichi Handa1998-06-261-0/+5
* (Fstart_process): Check process-coding-system-alistKenichi Handa1998-06-261-23/+23
* (read_process_output): While processing carryover,Kenichi Handa1998-06-221-7/+13