| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fcall_process): Handle third argument BUFFER | Richard M. Stallman | 1998-06-23 | 1 | -4/+6 |
| | | | | | consistently when it is an integer or a list. | ||||
| * | (init_callproc): Check Vinstallation_directory even if !initialized. | Richard M. Stallman | 1998-06-06 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process): Avoid initializer on auto struct. | Karl Heuer | 1998-06-01 | 1 | -1/+3 |
| | | |||||
| * | (Fcall_process): Fix test for when to call Ffind_operation_coding_system. | Richard M. Stallman | 1998-05-08 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process): If we must display received data on | Kenichi Handa | 1998-05-07 | 1 | -10/+23 |
| | | | | | the fly, don't wait until a buffer is filled. | ||||
| * | nclude msdos.h after lisp.h. | Eli Zaretskii | 1998-04-27 | 1 | -1/+4 |
| | | |||||
| * | (Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command. | Eli Zaretskii | 1998-04-21 | 1 | -13/+26 |
| | | | | | | | (child_setup) [MSDOS]: Call run_msdos_command here. (child_setup) [DOS_NT]: Get past drive letter in pwd. Don't call close_load_descs, since we are not in a vfork. | ||||
| * | (Fcall_process_region): Unbind coding-system-for-write | Richard M. Stallman | 1998-04-17 | 1 | -2/+8 |
| | | | | | after calling Fwrite_region. | ||||
| * | (Fcall_process): Call | Eli Zaretskii | 1998-04-15 | 1 | -1/+7 |
| | | | | | | after-insert-file-set-buffer-file-coding-system if inherit-process-coding-system is non-nil. | ||||
| * | Remove binary-process-{in,out}put. | Eli Zaretskii | 1998-04-15 | 1 | -70/+0 |
| | | | | | | (syms_of_callproc): Likewise. (Fcall_process, Fcall_process_region): Don't use binary-process-{in,out}put. | ||||
| * | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -1/+8 |
| | | |||||
| * | (relocate_fd): Avoid `min'/`max' as variable names. | Karl Heuer | 1998-04-09 | 1 | -5/+5 |
| | | |||||
| * | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -8/+8 |
| | | |||||
| * | (syms_of_callproc): Doc fixes. | Richard M. Stallman | 1998-03-18 | 1 | -4/+5 |
| | | |||||
| * | (Vdefault_file_name_coding_system): Extern it. | Kenichi Handa | 1998-03-03 | 1 | -3/+2 |
| | | | | | (Fcall_process): Use ENCODE_FILE. | ||||
| * | (Fcall_process): Calculate CARRYOVER correctly. | Kenichi Handa | 1998-03-03 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process_region): Pass new arg to Fwrite_region. | Richard M. Stallman | 1998-03-02 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process): Allow creating a new buffer for the output. | Richard M. Stallman | 1998-02-03 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process): Test only args past args[4] for multibyteness. | Richard M. Stallman | 1998-01-27 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process): Use raw-text instead of emacs-mule | Kenichi Handa | 1998-01-22 | 1 | -29/+36 |
| | | | | | | when enable-multibyte-characters is nil. Adjusted for the change of encode_coding and decode_coding. | ||||
| * | (Fcall_process): When deciding whether to encode args, | Richard M. Stallman | 1998-01-05 | 1 | -9/+16 |
| | | | | | | | | | check them for multibyteness, don't check enable-multibyte-characters. (Fcall_process): Use size_byte for the args. (Fcall_process_region): Likewise for temp file. (child_setup, getenv_internal, Fgetenv): Likewise. | ||||
| * | (Fcall_process): Cast new_argv for child_setup. | Richard M. Stallman | 1997-12-28 | 1 | -2/+5 |
| | | |||||
| * | (Fcall_process): Don't clobber new_argv[0] | Karl Heuer | 1997-12-09 | 1 | -1/+3 |
| | | | | | in the case of no args. | ||||
| * | (Fcall_process): Set Vlast_coding_system_used after | Kenichi Handa | 1997-12-09 | 1 | -0/+2 |
| | | | | | reading from the process. | ||||
| * | (Fcall_process): GCPRO infile, buffer, and | Kenichi Handa | 1997-11-08 | 1 | -25/+36 |
| | | | | | current_dir before encoding arguments. | ||||
| * | Ensure standard handles are reset even if spawnve fails. | Andrew Innes | 1997-10-13 | 1 | -1/+1 |
| | | |||||
| * | (child_setup) [WINDOWSNT]: Change directory of | Geoff Voelker | 1997-09-23 | 1 | -0/+3 |
| | | | | | child instead of parent. | ||||
| * | (Fcall_process): Encode the new current dir. | Richard M. Stallman | 1997-09-09 | 1 | -0/+6 |
| | | |||||
| * | (Fcall_process_region): Fix previous change: | Richard M. Stallman | 1997-09-07 | 1 | -1/+1 |
| | | | | | never override Vcoding_system_for_write. | ||||
| * | (Fcall_process): Set EOL conversion type to LF when | Richard M. Stallman | 1997-09-03 | 1 | -42/+53 |
| | | | | | | | | binary-process-output is non-nil. (Fcall_process_region): binary-process-XXXput only determines EOL conversion; if it is nil, convert LF <-> CRLF. Don't bind coding-system-for-read, it is done in Fcall_process. | ||||
| * | Whitespace change. | Richard M. Stallman | 1997-08-27 | 1 | -1/+1 |
| | | |||||
| * | (init_callproc): Don't warn about missing | Richard M. Stallman | 1997-08-24 | 1 | -4/+9 |
| | | | | | arch-dep data directory, while preparing to dump. | ||||
| * | (Fcall_process_region): Use cdr part (not car part) | Kenichi Handa | 1997-08-04 | 1 | -1/+1 |
| | | | | | of Vdefault_process_coding_system for writing out text. | ||||
| * | (syms_of_callproc): Don't init Vtemp_file_name_pattern here. | Richard M. Stallman | 1997-07-27 | 1 | -2/+1 |
| | | |||||
| * | (Fcall_process) [MSDOS]: Request EOL conversion of | Richard M. Stallman | 1997-07-13 | 1 | -0/+13 |
| | | | | | the process output, unless we were promised it is binary. | ||||
| * | (Fcall_process): If enable-multibyte-characters is | Kenichi Handa | 1997-07-07 | 1 | -24/+52 |
| | | | | | | | | | nil, do not encode arguments for process, and decode output of process by emacs-mule. (Fcall_process_region): If enable-multibyte-characters is nil, do not encode text to be given to process, and decode output of process by emacs-mule. | ||||
| * | Call Ffind_operation_coding_system. | Kenichi Handa | 1997-07-02 | 1 | -6/+7 |
| | | |||||
| * | (Fcall_process): Fix previous change. | Richard M. Stallman | 1997-06-29 | 1 | -2/+2 |
| | | |||||
| * | (Fcall_process): Avoid storing alloca result | Richard M. Stallman | 1997-06-28 | 1 | -1/+3 |
| | | | | | directly into array element. | ||||
| * | (Fcall_process): Use setsid to disconnect child | Richard M. Stallman | 1997-06-13 | 1 | -1/+4 |
| | | | | | process from controlling terminal. | ||||
| * | (Fcall_process): Pay attention to | Kenichi Handa | 1997-06-09 | 1 | -4/+13 |
| | | | | | | Vdefault_process_coding_system. (Fcall_process_region): Likewise. | ||||
| * | (Fcall_process_region): Supply 7th new arg | Kenichi Handa | 1997-05-10 | 1 | -1/+1 |
| | | | | | CODING_SYSTEM as Qnil to Fwrite_region. | ||||
| * | Include charset.h and coding.h. | Karl Heuer | 1997-02-20 | 1 | -9/+131 |
| | | | | | | | | (Fcall_process): Perform character code conversion of a process arguments and the process output. (Fcall_process_region): Encode coding of a text given to a process. | ||||
| * | (Fcall_process_region): Define missing local `count'. | Richard M. Stallman | 1996-12-10 | 1 | -0/+1 |
| | | |||||
| * | (Vtemp_file_name_pattern): New variable. | Richard M. Stallman | 1996-12-07 | 1 | -11/+24 |
| | | |||||
| * | Use new names for w32 files | Geoff Voelker | 1996-11-19 | 1 | -1/+1 |
| | | |||||
| * | (init_callproc): Use dir_warning. | Richard M. Stallman | 1996-10-31 | 1 | -12/+4 |
| | | |||||
| * | (Fcall_process_region) [DOS_NT]: Avoid downcasing | Richard M. Stallman | 1996-08-05 | 1 | -4/+4 |
| | | | | | the `X' characters in the template passed to `mktemp'. | ||||
| * | (Fcall_process) [MSDOS]: | Miles Bader | 1996-07-06 | 1 | -4/+13 |
| | | | | | | | | | | Initialize fd[0]; unlink `tempfile' in case of errors. Make the `tempfile' parameter passed to `report_file_error' be a Lisp string. (Fcall_process): When fd_error is negative, don't close fd[0] if it's same as filefd. If stderr is redirected to NULL_DEVICE, make `report_file_error' print the name of device. Make the arguments a cons cell. | ||||
| * | (Fcall_process): Fix previous change. | Richard M. Stallman | 1996-06-21 | 1 | -1/+1 |
| | | |||||