summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2001-02-28(make_process): Use allocate_process.Gerd Moellmann
2001-01-16Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann
2000-12-18(wait_reading_process_input): Check for pendingGerd Moellmann
2000-12-18(read_process_output): Don't run a filter if the codeKenichi Handa
2000-12-07(read_process_output): Make sure the process marker'sGerd Moellmann
2000-10-25(send_process): If OBJECT is t, it means that the dataKenichi Handa
2000-10-11(read_process_output): Cancel previous change.Kenichi Handa
2000-10-11(read_process_output): Fix previous change. Adjust multibyteness ofKenichi Handa
2000-10-09(Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S toAndreas Schwab
2000-10-02(Fopen_network_stream): Use HAVE_GAI_STRERROR.Dave Love
2000-09-30(Fopen_network_stream) [HAVE_GETADDRINFO]: UseGerd Moellmann
2000-09-21(process_sent_to): New variable.Gerd Moellmann
2000-09-07(read_process_output): Before inserting the decodedKenichi Handa
2000-08-24(create_process): Don't setup raw-text coding here.Kenichi Handa
2000-08-22Include keyboard.h before frame.h.Andrew Innes
2000-08-04*** empty log message ***Kenichi Handa
2000-08-04(read_process_output): Big simplification. HandleKenichi Handa
2000-06-24* process.c (Fopen_network_stream): Turn off atimers for duration of call toKen Raeburn
2000-05-20(toplevel) [UNIX98_PTYS]: Include stdlib.h.Gerd Moellmann
2000-05-20(Fstart_process): GCPRO current_dir before callingKenichi Handa
2000-03-15(send_process): Add a hint that the functionGerd Moellmann
2000-03-06(send_process): Remove local variable `procname' thatGerd Moellmann
2000-02-25(wait_reading_process_input): Remove busy-cursor code.Gerd Moellmann
2000-02-15(send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:Gerd Moellmann
2000-02-12(Fopen_network_stream) [POLL_FOR_INPUT]: RegisterGerd Moellmann
2000-02-01(Fstart_process): Doc fix.Dave Love
2000-01-25(toplevel): Include atimer.h.Gerd Moellmann
1999-12-29(read_process_output): Fix the args CHARPOS and LENINSKenichi Handa
1999-12-24(read_process_output): Fix the arg FROM toKenichi Handa
1999-12-15Include composite.h.Kenichi Handa
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert
1999-11-02Undo last change and define _GNU_SOURCE before config.h.Dave Love
1999-11-02Use string.h for strsignal.Dave Love
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert
1999-10-14(Fopen_network_stream): Don't loop if gethostbynameGerd Moellmann
1999-10-07(wait_reading_process_input): When trying to suckGerd Moellmann
1999-09-20(list_processes_1): Remove unused variables.Gerd Moellmann
1999-09-19(Fopen_network_stream): Use strerror, not gai_strerror.Dave Love
1999-09-14(Fopen_network_stream): Avoid socket decriptor leak.Andreas Schwab
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn
1999-08-21Call change_frame_size and do_pending_window_change withGerd Moellmann
1999-08-14(Fopen_network_stream): Fix previous change.Karl Heuer
1999-08-12(Fopen_network_stream): Use getaddrinfo.Karl Heuer
1999-07-30(create_process): Detect failure of `pipe'.Karl Heuer
1999-07-21(wait_reading_process_input): Show and hide busyGerd Moellmann
1999-07-07(create_process): If the output goes to a unibyteRichard M. Stallman
1999-06-17(send_process): Delete unsafe/redundant assignment.Karl Heuer
1999-04-08(Faccept_process_output): Check validity of PROCESS.Richard M. Stallman
1999-02-19(syms_of_process): defsubr it.Richard M. Stallman
1998-12-22(read_process_output): Decide the multibyteness ofKenichi Handa