aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (syms_of_process): defsubr it.Richard M. Stallman1999-02-191-3/+51
* (read_process_output): Decide the multibyteness ofKenichi Handa1998-12-221-1/+8
* (read_process_output): If NBYTES is zero andKenichi Handa1998-12-151-1/+14
* (read_process_output): Call signal_after_change.Richard M. Stallman1998-11-251-1/+4
* (Fprocess_status): Doc fix.Karl Heuer1998-11-071-1/+1
* (exec_sentinel, read_process_output):Richard M. Stallman1998-10-141-0/+11
* Doc fixes.Karl Heuer1998-10-081-13/+14
* (wait_reading_process_input): If a pty gives EIO,Richard M. Stallman1998-08-151-2/+6
* (Fprocess_send_eof): Transfer proc_encode_coding_systemRichard M. Stallman1998-08-081-1/+15
* (create_process): For outchannel, set upRichard M. Stallman1998-08-011-1/+1
* Whitespace change.Richard M. Stallman1998-07-291-2/+2
* (read_process_output): Even if we read data withoutKenichi Handa1998-07-161-12/+18
* (init_process): Initilize Vdefault_process_coding_system.Kenichi Handa1998-06-261-0/+5
* (Fstart_process): Check process-coding-system-alistKenichi Handa1998-06-261-23/+23
* (read_process_output): While processing carryover,Kenichi Handa1998-06-221-7/+13
* (wait_reading_process_input): Recompute timeout eachEli Zaretskii1998-06-211-13/+26
* (read_process_output): Handle carryover correctly.Kenichi Handa1998-06-201-2/+14
* (Fstart_process): Remove the special case forRichard M. Stallman1998-05-101-120/+114
* (init_process, syms_of_process): Make definition consistent withEli Zaretskii1998-05-071-0/+2
* (create_process): Add cast when calling encode_codingRichard M. Stallman1998-05-051-2/+2
* (Fset_process_inherit_coding_system_flag, Fstart_process):Richard M. Stallman1998-04-291-6/+8
* (Fset_process_inherit_coding_system_flag): Fix test for non-nil FLAG.Andreas Schwab1998-04-281-1/+1
* (Fset_process_inherit_coding_system_flag,Eli Zaretskii1998-04-191-0/+77
* (read_process_output): Fix mixing of Lisp_Object andAndreas Schwab1998-04-141-2/+2
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-2/+11
* (kill_buffer_processes): Make consistent withKarl Heuer1998-04-081-0/+1
* (read_process_output): Count multibyte characters. IfKenichi Handa1998-03-251-4/+14
* (read_process_output): Use make_string_from_bytes.Richard M. Stallman1998-03-211-1/+1
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-10/+10
* (exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data.Richard M. Stallman1998-03-141-5/+5
* (Vdefault_file_name_coding_system): Extern it.Kenichi Handa1998-03-031-3/+2
* (Fstart_process): Use raw-text instead of emacs-muleKenichi Handa1998-01-221-51/+56
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (read_process_output): Use insert_1_both.Richard M. Stallman1998-01-051-34/+47
* (status_notify): Use byte and char pointers.Richard M. Stallman1998-01-011-25/+47
* (read_process_output): Fix previous change, i.e, ifKenichi Handa1997-12-091-7/+13
* (read_process_output): Allocate for coding system, ifKarl Heuer1997-12-081-0/+4
* (create_process, deactivate_process, close_process_descs):Andreas Schwab1997-11-281-1/+6
* (create_process): Encode arguments for the process.Kenichi Handa1997-11-081-2/+32
* (create_process): Encode the new current dir.Richard M. Stallman1997-09-091-0/+5
* (read_process_output): Index forKenichi Handa1997-09-011-1/+1
* (Fset_process_coding_system): Doc-string modified.Kenichi Handa1997-08-041-2/+2
* (read_process_output): Don't call setup_coding_systemRichard M. Stallman1997-07-311-9/+13
* (read_process_output): Use new macroKenichi Handa1997-07-251-2/+2
* (wait_reading_process_input): Initialize total_read.Richard M. Stallman1997-07-241-2/+9
* (Fprocess_send_region): Convert move_gap argument to int.Richard M. Stallman1997-07-121-1/+1
* (read_process_output): Add cast.Richard M. Stallman1997-07-101-1/+1
* (Fstart_process): If enable-multibyte-characters isKenichi Handa1997-07-071-4/+32
* (send_process): Make buf and temp_buf `unsigned char *'.Richard M. Stallman1997-07-041-16/+15
* (Fstart_process): Call Ffind_operation_coding_system.Kenichi Handa1997-07-021-6/+7