aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
1998-03-14(exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data.Richard M. Stallman1-5/+5
1998-03-03(Vdefault_file_name_coding_system): Extern it.Kenichi Handa1-3/+2
1998-01-22(Fstart_process): Use raw-text instead of emacs-muleKenichi Handa1-51/+56
1998-01-21Update copyright year.Richard M. Stallman1-1/+1
1998-01-05(read_process_output): Use insert_1_both.Richard M. Stallman1-34/+47
1998-01-01(status_notify): Use byte and char pointers.Richard M. Stallman1-25/+47
1997-12-09(read_process_output): Fix previous change, i.e, ifKenichi Handa1-7/+13
1997-12-08(read_process_output): Allocate for coding system, ifKarl Heuer1-0/+4
1997-11-28(create_process, deactivate_process, close_process_descs):Andreas Schwab1-1/+6
1997-11-08(create_process): Encode arguments for the process.Kenichi Handa1-2/+32
1997-09-09(create_process): Encode the new current dir.Richard M. Stallman1-0/+5
1997-09-01(read_process_output): Index forKenichi Handa1-1/+1
1997-08-04(Fset_process_coding_system): Doc-string modified.Kenichi Handa1-2/+2
1997-07-31(read_process_output): Don't call setup_coding_systemRichard M. Stallman1-9/+13
1997-07-25(read_process_output): Use new macroKenichi Handa1-2/+2
1997-07-24(wait_reading_process_input): Initialize total_read.Richard M. Stallman1-2/+9
1997-07-12(Fprocess_send_region): Convert move_gap argument to int.Richard M. Stallman1-1/+1
1997-07-10(read_process_output): Add cast.Richard M. Stallman1-1/+1
1997-07-07(Fstart_process): If enable-multibyte-characters isKenichi Handa1-4/+32
1997-07-04(send_process): Make buf and temp_buf `unsigned char *'.Richard M. Stallman1-16/+15
1997-07-02(Fstart_process): Call Ffind_operation_coding_system.Kenichi Handa1-6/+7
1997-07-01(READ_CHILD_OUTPUT): Macro deleted.Richard M. Stallman1-10/+4
1997-06-29(wait_reading_process_input): If wait_for_cell,Richard M. Stallman1-8/+11
1997-06-22(wait_reading_process_input): Don't check forRichard M. Stallman1-3/+20
1997-06-19(Fprocess_send_eof): Prooperly conditionalize prev. change.Richard M. Stallman1-0/+4
1997-06-19(Fprocess_send_eof): Use shutdown, if it's a socket.Richard M. Stallman1-1/+10
1997-06-18Further fix previous change.Richard M. Stallman1-1/+2
1997-06-17(wait_reading_process_input): Fix previous change.Richard M. Stallman1-1/+2
1997-06-16(wait_reading_process_input): When exiting becauseRichard M. Stallman1-0/+10
1997-06-13(wait_reading_process_input): Return if unread events appear.Richard M. Stallman1-0/+10
1997-06-09(Fstart_process):Pay attention toKenichi Handa1-2/+12
1997-04-30(read_process_output): Update opoint, old_begv and old_zvRichard M. Stallman1-19/+25
1997-03-25(Fopen_network_stream): Use same socket for in and out.Richard M. Stallman1-3/+1
1997-03-22(wait_reading_process_input): If wait_for_cell,Richard M. Stallman1-1/+10
1997-02-27(Fstart_process, Fopen_network_stream): Do not performKenichi Handa1-76/+104
1997-02-20Include charset.h and coding.h.Karl Heuer1-11/+297
1996-12-30Include blockinput.h.Richard M. Stallman1-0/+5
1996-12-19(read_process_output, exec_sentinel):Richard M. Stallman1-4/+4