summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
1998-12-15(read_process_output): If NBYTES is zero andKenichi Handa
1998-11-25(read_process_output): Call signal_after_change.Richard M. Stallman
1998-11-07(Fprocess_status): Doc fix.Karl Heuer
1998-10-14(exec_sentinel, read_process_output):Richard M. Stallman
1998-10-08Doc fixes.Karl Heuer
1998-08-15(wait_reading_process_input): If a pty gives EIO,Richard M. Stallman
1998-08-08(Fprocess_send_eof): Transfer proc_encode_coding_systemRichard M. Stallman
1998-08-01(create_process): For outchannel, set upRichard M. Stallman
1998-07-29Whitespace change.Richard M. Stallman
1998-07-16(read_process_output): Even if we read data withoutKenichi Handa
1998-06-26(init_process): Initilize Vdefault_process_coding_system.Kenichi Handa
1998-06-26(Fstart_process): Check process-coding-system-alistKenichi Handa
1998-06-22(read_process_output): While processing carryover,Kenichi Handa
1998-06-21(wait_reading_process_input): Recompute timeout eachEli Zaretskii
1998-06-20(read_process_output): Handle carryover correctly.Kenichi Handa
1998-05-10(Fstart_process): Remove the special case forRichard M. Stallman
1998-05-07(init_process, syms_of_process): Make definition consistent withEli Zaretskii
1998-05-05(create_process): Add cast when calling encode_codingRichard M. Stallman
1998-04-29(Fset_process_inherit_coding_system_flag, Fstart_process):Richard M. Stallman
1998-04-28(Fset_process_inherit_coding_system_flag): Fix test for non-nil FLAG.Andreas Schwab
1998-04-19(Fset_process_inherit_coding_system_flag,Eli Zaretskii
1998-04-14(read_process_output): Fix mixing of Lisp_Object andAndreas Schwab
1998-04-14Fix -Wimplicit warnings.Andreas Schwab
1998-04-08(kill_buffer_processes): Make consistent withKarl Heuer
1998-03-25(read_process_output): Count multibyte characters. IfKenichi Handa
1998-03-21(read_process_output): Use make_string_from_bytes.Richard M. Stallman
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman
1998-03-14(exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data.Richard M. Stallman
1998-03-03(Vdefault_file_name_coding_system): Extern it.Kenichi Handa
1998-01-22(Fstart_process): Use raw-text instead of emacs-muleKenichi Handa
1998-01-21Update copyright year.Richard M. Stallman
1998-01-05(read_process_output): Use insert_1_both.Richard M. Stallman
1998-01-01(status_notify): Use byte and char pointers.Richard M. Stallman
1997-12-09(read_process_output): Fix previous change, i.e, ifKenichi Handa
1997-12-08(read_process_output): Allocate for coding system, ifKarl Heuer
1997-11-28(create_process, deactivate_process, close_process_descs):Andreas Schwab
1997-11-08(create_process): Encode arguments for the process.Kenichi Handa
1997-09-09(create_process): Encode the new current dir.Richard M. Stallman
1997-09-01(read_process_output): Index forKenichi Handa
1997-08-04(Fset_process_coding_system): Doc-string modified.Kenichi Handa
1997-07-31(read_process_output): Don't call setup_coding_systemRichard M. Stallman
1997-07-25(read_process_output): Use new macroKenichi Handa
1997-07-24(wait_reading_process_input): Initialize total_read.Richard M. Stallman
1997-07-12(Fprocess_send_region): Convert move_gap argument to int.Richard M. Stallman
1997-07-10(read_process_output): Add cast.Richard M. Stallman
1997-07-07(Fstart_process): If enable-multibyte-characters isKenichi Handa
1997-07-04(send_process): Make buf and temp_buf `unsigned char *'.Richard M. Stallman
1997-07-02(Fstart_process): Call Ffind_operation_coding_system.Kenichi Handa
1997-07-01(READ_CHILD_OUTPUT): Macro deleted.Richard M. Stallman
1997-06-29(wait_reading_process_input): If wait_for_cell,Richard M. Stallman