aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-29(read_process_output): Fix the args CHARPOS and LENINSKenichi Handa1-1/+1
1999-12-24(read_process_output): Fix the arg FROM toKenichi Handa1-1/+1
1999-12-15Include composite.h.Kenichi Handa1-0/+2
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert1-47/+2
1999-11-02Undo last change and define _GNU_SOURCE before config.h.Dave Love1-5/+2
1999-11-02Use string.h for strsignal.Dave Love1-0/+3
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-59/+49
1999-10-14(Fopen_network_stream): Don't loop if gethostbynameGerd Moellmann1-0/+4
1999-10-07(wait_reading_process_input): When trying to suckGerd Moellmann1-3/+14
1999-09-20(list_processes_1): Remove unused variables.Gerd Moellmann1-12/+12
1999-09-19(Fopen_network_stream): Use strerror, not gai_strerror.Dave Love1-1/+1
1999-09-14(Fopen_network_stream): Avoid socket decriptor leak.Andreas Schwab1-0/+14
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-27/+27
1999-08-21Call change_frame_size and do_pending_window_change withGerd Moellmann1-3/+3
1999-08-14(Fopen_network_stream): Fix previous change.Karl Heuer1-44/+14
1999-08-12(Fopen_network_stream): Use getaddrinfo.Karl Heuer1-5/+117
1999-07-30(create_process): Detect failure of `pipe'.Karl Heuer1-2/+11
1999-07-21(wait_reading_process_input): Show and hide busyGerd Moellmann1-0/+11
1999-07-07(create_process): If the output goes to a unibyteRichard M. Stallman1-4/+2
1999-06-17(send_process): Delete unsafe/redundant assignment.Karl Heuer1-3/+3
1999-04-08(Faccept_process_output): Check validity of PROCESS.Richard M. Stallman1-0/+3
1999-02-19(syms_of_process): defsubr it.Richard M. Stallman1-3/+51
1998-12-22(read_process_output): Decide the multibyteness ofKenichi Handa1-1/+8
1998-12-15(read_process_output): If NBYTES is zero andKenichi Handa1-1/+14
1998-11-25(read_process_output): Call signal_after_change.Richard M. Stallman1-1/+4
1998-11-07(Fprocess_status): Doc fix.Karl Heuer1-1/+1
1998-10-14(exec_sentinel, read_process_output):Richard M. Stallman1-0/+11
1998-10-08Doc fixes.Karl Heuer1-13/+14
1998-08-15(wait_reading_process_input): If a pty gives EIO,Richard M. Stallman1-2/+6
1998-08-08(Fprocess_send_eof): Transfer proc_encode_coding_systemRichard M. Stallman1-1/+15
1998-08-01(create_process): For outchannel, set upRichard M. Stallman1-1/+1
1998-07-29Whitespace change.Richard M. Stallman1-2/+2
1998-07-16(read_process_output): Even if we read data withoutKenichi Handa1-12/+18
1998-06-26(init_process): Initilize Vdefault_process_coding_system.Kenichi Handa1-0/+5
1998-06-26(Fstart_process): Check process-coding-system-alistKenichi Handa1-23/+23
1998-06-22(read_process_output): While processing carryover,Kenichi Handa1-7/+13
1998-06-21(wait_reading_process_input): Recompute timeout eachEli Zaretskii1-13/+26
1998-06-20(read_process_output): Handle carryover correctly.Kenichi Handa1-2/+14
1998-05-10(Fstart_process): Remove the special case forRichard M. Stallman1-120/+114
1998-05-07(init_process, syms_of_process): Make definition consistent withEli Zaretskii1-0/+2
1998-05-05(create_process): Add cast when calling encode_codingRichard M. Stallman1-2/+2
1998-04-29(Fset_process_inherit_coding_system_flag, Fstart_process):Richard M. Stallman1-6/+8
1998-04-28(Fset_process_inherit_coding_system_flag): Fix test for non-nil FLAG.Andreas Schwab1-1/+1
1998-04-19(Fset_process_inherit_coding_system_flag,Eli Zaretskii1-0/+77
1998-04-14(read_process_output): Fix mixing of Lisp_Object andAndreas Schwab1-2/+2
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-2/+11
1998-04-08(kill_buffer_processes): Make consistent withKarl Heuer1-0/+1
1998-03-25(read_process_output): Count multibyte characters. IfKenichi Handa1-4/+14
1998-03-21(read_process_output): Use make_string_from_bytes.Richard M. Stallman1-1/+1
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-10/+10