| Commit message (Expand) | Author | Age | Files | Lines |
| * | (syms_of_process): defsubr it. | Richard M. Stallman | 1999-02-19 | 1 | -3/+51 |
| * | (read_process_output): Decide the multibyteness of | Kenichi Handa | 1998-12-22 | 1 | -1/+8 |
| * | (read_process_output): If NBYTES is zero and | Kenichi Handa | 1998-12-15 | 1 | -1/+14 |
| * | (read_process_output): Call signal_after_change. | Richard M. Stallman | 1998-11-25 | 1 | -1/+4 |
| * | (Fprocess_status): Doc fix. | Karl Heuer | 1998-11-07 | 1 | -1/+1 |
| * | (exec_sentinel, read_process_output): | Richard M. Stallman | 1998-10-14 | 1 | -0/+11 |
| * | Doc fixes. | Karl Heuer | 1998-10-08 | 1 | -13/+14 |
| * | (wait_reading_process_input): If a pty gives EIO, | Richard M. Stallman | 1998-08-15 | 1 | -2/+6 |
| * | (Fprocess_send_eof): Transfer proc_encode_coding_system | Richard M. Stallman | 1998-08-08 | 1 | -1/+15 |
| * | (create_process): For outchannel, set up | Richard M. Stallman | 1998-08-01 | 1 | -1/+1 |
| * | Whitespace change. | Richard M. Stallman | 1998-07-29 | 1 | -2/+2 |
| * | (read_process_output): Even if we read data without | Kenichi Handa | 1998-07-16 | 1 | -12/+18 |
| * | (init_process): Initilize Vdefault_process_coding_system. | Kenichi Handa | 1998-06-26 | 1 | -0/+5 |
| * | (Fstart_process): Check process-coding-system-alist | Kenichi Handa | 1998-06-26 | 1 | -23/+23 |
| * | (read_process_output): While processing carryover, | Kenichi Handa | 1998-06-22 | 1 | -7/+13 |
| * | (wait_reading_process_input): Recompute timeout each | Eli Zaretskii | 1998-06-21 | 1 | -13/+26 |
| * | (read_process_output): Handle carryover correctly. | Kenichi Handa | 1998-06-20 | 1 | -2/+14 |
| * | (Fstart_process): Remove the special case for | Richard M. Stallman | 1998-05-10 | 1 | -120/+114 |
| * | (init_process, syms_of_process): Make definition consistent with | Eli Zaretskii | 1998-05-07 | 1 | -0/+2 |
| * | (create_process): Add cast when calling encode_coding | Richard M. Stallman | 1998-05-05 | 1 | -2/+2 |
| * | (Fset_process_inherit_coding_system_flag, Fstart_process): | Richard M. Stallman | 1998-04-29 | 1 | -6/+8 |
| * | (Fset_process_inherit_coding_system_flag): Fix test for non-nil FLAG. | Andreas Schwab | 1998-04-28 | 1 | -1/+1 |
| * | (Fset_process_inherit_coding_system_flag, | Eli Zaretskii | 1998-04-19 | 1 | -0/+77 |
| * | (read_process_output): Fix mixing of Lisp_Object and | Andreas Schwab | 1998-04-14 | 1 | -2/+2 |
| * | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -2/+11 |
| * | (kill_buffer_processes): Make consistent with | Karl Heuer | 1998-04-08 | 1 | -0/+1 |
| * | (read_process_output): Count multibyte characters. If | Kenichi Handa | 1998-03-25 | 1 | -4/+14 |
| * | (read_process_output): Use make_string_from_bytes. | Richard M. Stallman | 1998-03-21 | 1 | -1/+1 |
| * | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -10/+10 |
| * | (exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data. | Richard M. Stallman | 1998-03-14 | 1 | -5/+5 |
| * | (Vdefault_file_name_coding_system): Extern it. | Kenichi Handa | 1998-03-03 | 1 | -3/+2 |
| * | (Fstart_process): Use raw-text instead of emacs-mule | Kenichi Handa | 1998-01-22 | 1 | -51/+56 |
| * | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
| * | (read_process_output): Use insert_1_both. | Richard M. Stallman | 1998-01-05 | 1 | -34/+47 |
| * | (status_notify): Use byte and char pointers. | Richard M. Stallman | 1998-01-01 | 1 | -25/+47 |
| * | (read_process_output): Fix previous change, i.e, if | Kenichi Handa | 1997-12-09 | 1 | -7/+13 |
| * | (read_process_output): Allocate for coding system, if | Karl Heuer | 1997-12-08 | 1 | -0/+4 |
| * | (create_process, deactivate_process, close_process_descs): | Andreas Schwab | 1997-11-28 | 1 | -1/+6 |
| * | (create_process): Encode arguments for the process. | Kenichi Handa | 1997-11-08 | 1 | -2/+32 |
| * | (create_process): Encode the new current dir. | Richard M. Stallman | 1997-09-09 | 1 | -0/+5 |
| * | (read_process_output): Index for | Kenichi Handa | 1997-09-01 | 1 | -1/+1 |
| * | (Fset_process_coding_system): Doc-string modified. | Kenichi Handa | 1997-08-04 | 1 | -2/+2 |
| * | (read_process_output): Don't call setup_coding_system | Richard M. Stallman | 1997-07-31 | 1 | -9/+13 |
| * | (read_process_output): Use new macro | Kenichi Handa | 1997-07-25 | 1 | -2/+2 |
| * | (wait_reading_process_input): Initialize total_read. | Richard M. Stallman | 1997-07-24 | 1 | -2/+9 |
| * | (Fprocess_send_region): Convert move_gap argument to int. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
| * | (read_process_output): Add cast. | Richard M. Stallman | 1997-07-10 | 1 | -1/+1 |
| * | (Fstart_process): If enable-multibyte-characters is | Kenichi Handa | 1997-07-07 | 1 | -4/+32 |
| * | (send_process): Make buf and temp_buf `unsigned char *'. | Richard M. Stallman | 1997-07-04 | 1 | -16/+15 |
| * | (Fstart_process): Call Ffind_operation_coding_system. | Kenichi Handa | 1997-07-02 | 1 | -6/+7 |