| Commit message (Expand) | Author | Age | Files | Lines |
* | (toplevel) [HAVE_UNISTD_H]: Include unistd.h. | Gerd Moellmann | 1999-09-20 | 1 | -1/+4 |
* | Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-12 | 1 | -16/+16 |
* | (call-process) [macintosh]: Call mac_run_command in | Richard M. Stallman | 1999-09-03 | 1 | -5/+74 |
* | Delete the system-independent include of stdlib.h | Richard M. Stallman | 1999-09-03 | 1 | -4/+0 |
* | Use stdlib.h. | Dave Love | 1999-08-18 | 1 | -0/+4 |
* | (Fcall_process): Decide coding system for decoding | Richard M. Stallman | 1999-07-07 | 1 | -38/+50 |
* | (init_callproc): Set exec_directory if installation_directory is | Richard M. Stallman | 1999-07-02 | 1 | -5/+4 |
* | (Fcall_process): Use xmalloc, xfree. | Karl Heuer | 1999-03-04 | 1 | -3/+3 |
* | Use epaths.h istead of paths.h. | Richard M. Stallman | 1999-02-26 | 1 | -2/+2 |
* | Include "ccl.h". | Kenichi Handa | 1998-12-15 | 1 | -3/+20 |
* | (Fcall_process): Use $TMPDIR instead of trying $TMP | Eli Zaretskii | 1998-10-14 | 1 | -2/+4 |
* | (Fcall_process): Use malloc for decoding_buf.emacs-20.3 | Richard M. Stallman | 1998-08-19 | 1 | -1/+3 |
* | (Fcall_process): Check type of process cmd args earlier on. | Richard M. Stallman | 1998-08-08 | 1 | -2/+3 |
* | (Fcall_process): Use alloca instead of | Kenichi Handa | 1998-07-21 | 1 | -1/+1 |
* | (Fcall_process) [! subprocesses]: Balance parentheses in an if clause. | Eli Zaretskii | 1998-06-29 | 1 | -1/+1 |
* | (Fcall_process): Handle third argument BUFFER | Richard M. Stallman | 1998-06-23 | 1 | -4/+6 |
* | (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 |
* | 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 |
* | (Fcall_process_region): Unbind coding-system-for-write | Richard M. Stallman | 1998-04-17 | 1 | -2/+8 |
* | (Fcall_process): Call | Eli Zaretskii | 1998-04-15 | 1 | -1/+7 |
* | Remove binary-process-{in,out}put. | Eli Zaretskii | 1998-04-15 | 1 | -70/+0 |
* | 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): 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 |
* | (Fcall_process): When deciding whether to encode args, | Richard M. Stallman | 1998-01-05 | 1 | -9/+16 |
* | (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 |
* | (Fcall_process): Set Vlast_coding_system_used after | Kenichi Handa | 1997-12-09 | 1 | -0/+2 |
* | (Fcall_process): GCPRO infile, buffer, and | Kenichi Handa | 1997-11-08 | 1 | -25/+36 |
* | 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 |
* | (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 |
* | (Fcall_process): Set EOL conversion type to LF when | Richard M. Stallman | 1997-09-03 | 1 | -42/+53 |
* | 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 |
* | (Fcall_process_region): Use cdr part (not car part) | Kenichi Handa | 1997-08-04 | 1 | -1/+1 |
* | (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 |