log src/process.c @ 24994:d549b7ac676d

age author description
1999-07-07 Richard M. Stallman (create_process): If the output goes to a unibyte
1999-06-17 Karl Heuer (send_process): Delete unsafe/redundant assignment.
1999-04-08 Richard M. Stallman (Faccept_process_output): Check validity of PROCESS.
1999-02-19 Richard M. Stallman (syms_of_process): defsubr it.
1998-12-22 Kenichi Handa (read_process_output): Decide the multibyteness of
1998-12-15 Kenichi Handa (read_process_output): If NBYTES is zero and
1998-11-25 Richard M. Stallman (read_process_output): Call signal_after_change.
1998-11-07 Karl Heuer (Fprocess_status): Doc fix.
1998-10-14 Richard M. Stallman (exec_sentinel, read_process_output):
1998-10-08 Karl Heuer Doc fixes.
1998-08-15 Richard M. Stallman (wait_reading_process_input): If a pty gives EIO,
1998-08-08 Richard M. Stallman (Fprocess_send_eof): Transfer proc_encode_coding_system
1998-08-01 Richard M. Stallman (create_process): For outchannel, set up
1998-07-29 Richard M. Stallman Whitespace change.
1998-07-16 Kenichi Handa (read_process_output): Even if we read data without
1998-06-26 Kenichi Handa (init_process): Initilize Vdefault_process_coding_system.
1998-06-26 Kenichi Handa (Fstart_process): Check process-coding-system-alist
1998-06-22 Kenichi Handa (read_process_output): While processing carryover,
1998-06-21 Eli Zaretskii (wait_reading_process_input): Recompute timeout each
1998-06-20 Kenichi Handa (read_process_output): Handle carryover correctly.
1998-05-10 Richard M. Stallman (Fstart_process): Remove the special case for
1998-05-07 Eli Zaretskii (init_process, syms_of_process): Make definition consistent with
1998-05-05 Richard M. Stallman (create_process): Add cast when calling encode_coding
1998-04-29 Richard M. Stallman (Fset_process_inherit_coding_system_flag, Fstart_process):
1998-04-28 Andreas Schwab (Fset_process_inherit_coding_system_flag): Fix test for non-nil FLAG.
1998-04-19 Eli Zaretskii (Fset_process_inherit_coding_system_flag,
1998-04-14 Andreas Schwab (read_process_output): Fix mixing of Lisp_Object and
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-08 Karl Heuer (kill_buffer_processes): Make consistent with
1998-03-25 Kenichi Handa (read_process_output): Count multibyte characters. If
1998-03-21 Richard M. Stallman (read_process_output): Use make_string_from_bytes.
1998-03-21 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
1998-03-14 Richard M. Stallman (exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data.
1998-03-03 Kenichi Handa (Vdefault_file_name_coding_system): Extern it.
1998-01-22 Kenichi Handa (Fstart_process): Use raw-text instead of emacs-mule
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-05 Richard M. Stallman (read_process_output): Use insert_1_both.
1998-01-01 Richard M. Stallman (status_notify): Use byte and char pointers.
1997-12-09 Kenichi Handa (read_process_output): Fix previous change, i.e, if
1997-12-08 Karl Heuer (read_process_output): Allocate for coding system, if
1997-11-28 Andreas Schwab (create_process, deactivate_process, close_process_descs):
1997-11-08 Kenichi Handa (create_process): Encode arguments for the process.
1997-09-09 Richard M. Stallman (create_process): Encode the new current dir.
1997-09-01 Kenichi Handa (read_process_output): Index for
1997-08-04 Kenichi Handa (Fset_process_coding_system): Doc-string modified.
1997-07-31 Richard M. Stallman (read_process_output): Don't call setup_coding_system
1997-07-25 Kenichi Handa (read_process_output): Use new macro
1997-07-24 Richard M. Stallman (wait_reading_process_input): Initialize total_read.
1997-07-12 Richard M. Stallman (Fprocess_send_region): Convert move_gap argument to int.
1997-07-10 Richard M. Stallman (read_process_output): Add cast.
1997-07-07 Kenichi Handa (Fstart_process): If enable-multibyte-characters is
1997-07-04 Richard M. Stallman (send_process): Make buf and temp_buf `unsigned char *'.
1997-07-02 Kenichi Handa (Fstart_process): Call Ffind_operation_coding_system.
1997-07-01 Richard M. Stallman (READ_CHILD_OUTPUT): Macro deleted.
1997-06-29 Richard M. Stallman (wait_reading_process_input): If wait_for_cell,
1997-06-22 Richard M. Stallman (wait_reading_process_input): Don't check for
1997-06-19 Richard M. Stallman (Fprocess_send_eof): Prooperly conditionalize prev. change.
1997-06-19 Richard M. Stallman (Fprocess_send_eof): Use shutdown, if it's a socket.
1997-06-18 Richard M. Stallman Further fix previous change.
1997-06-17 Richard M. Stallman (wait_reading_process_input): Fix previous change.