| Commit message (Expand) | Author | Age | Files | Lines |
* | (init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil. | Juanma Barranquero | 2002-07-22 | 1 | -0/+8 |
* | (init_callproc): Set up Vshared_game_score_directory. | Richard M. Stallman | 2002-07-21 | 1 | -5/+5 |
* | (Fcall_process): Make NEW_ARGV array hold pointer to | Ken Raeburn | 2002-07-19 | 1 | -2/+2 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -29/+29 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -5/+5 |
* | (Fcall_process): Fix previous change. | Kenichi Handa | 2002-07-09 | 1 | -1/+6 |
* | (Fcall_process): If code detection is necessary, call detect_coding | Kenichi Handa | 2002-06-24 | 1 | -0/+6 |
* | (Vgame_score_directory): Renamed to Vshared_game_score_directory. | Colin Walters | 2002-05-03 | 1 | -4/+4 |
* | (Fcall_process): Update call to openp. | Stefan Monnier | 2002-04-30 | 1 | -1/+1 |
* | (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to | Colin Walters | 2002-04-29 | 1 | -1/+1 |
* | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -11/+11 |
* | (Vgame_score_directory): New variable. | Colin Walters | 2002-04-10 | 1 | -1/+10 |
* | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -1/+1 |
* | (init_callproc): Set Vdata_directory based on the source | Richard M. Stallman | 2001-12-07 | 1 | -3/+10 |
* | (Fcall_process): When we make a bigger buffer for bufptr, | Richard M. Stallman | 2001-11-26 | 1 | -1/+5 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -6/+6 |
* | (Fcall_process_region, Fcall_process): Add usage: string to doc string. | Miles Bader | 2001-10-21 | 1 | -2/+6 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-20 | 1 | -69/+69 |
* | (syms_of_callproc): Init Vexec_suffixes to Qnil. | Stefan Monnier | 2001-10-14 | 1 | -23/+1 |
* | (Vexec_suffixes): New var. | Stefan Monnier | 2001-10-12 | 1 | -4/+30 |
* | (syms_of_callproc): Explicitly state in the documentation for | Miles Bader | 2001-10-03 | 1 | -0/+2 |
* | (Fcall_process): Handle errors from pipe(2). | Gerd Moellmann | 2001-09-20 | 1 | -5/+6 |
* | (Fcall_process): Deal with decode_coding returning | Gerd Moellmann | 2001-05-29 | 1 | -1/+65 |
* | Call redisplay_preserve_echo_area with additional arg. | Gerd Moellmann | 2001-01-16 | 1 | -1/+1 |
* | (Fcall_process_region): Use HAVE_MKSTEMP. | Dave Love | 2000-11-07 | 1 | -0/+11 |
* | [USE_CRT_DLL]: Remove unnecessary extern, which | Andrew Innes | 2000-08-22 | 1 | -0/+4 |
* | (Fcall_process): Terminate the unwind-protect around the | Kenichi Handa | 2000-08-09 | 1 | -13/+19 |
* | (child_setup): Use xfree instead of free. | Gerd Moellmann | 2000-08-05 | 1 | -1/+1 |
* | (Fcall_process): Handle post-read-conversion of coding system if any. | Kenichi Handa | 2000-08-04 | 1 | -0/+9 |
* | (child_setup) [MSDOS]: malloc pwd_var instead of | Eli Zaretskii | 2000-07-31 | 1 | -0/+8 |
* | (setpgrp): Undefine before defining. | Dave Love | 2000-06-23 | 1 | -0/+2 |
* | (Fcall_process): Fix previous change. | Kenichi Handa | 2000-05-29 | 1 | -11/+11 |
* | Include composite.h. | Kenichi Handa | 2000-05-29 | 1 | -5/+29 |
* | (setpgrp): Don't define if USG and BSD_PGRPS are not defined. | Gerd Moellmann | 2000-05-24 | 1 | -0/+2 |
* | (setpgrp) [HAVE_SETPGID]: Define as setpgid. | Gerd Moellmann | 2000-05-23 | 1 | -0/+4 |
* | (Fcall_process): Always encode an argument string if | Kenichi Handa | 2000-05-19 | 1 | -28/+27 |
* | (Fgetenv_internal): Renamed from Fgetenv. | Gerd Moellmann | 2000-05-15 | 1 | -2/+2 |
* | (Fcall_process): Call code_convert_string to encode | Kenichi Handa | 1999-12-15 | 1 | -29/+12 |
* | * callproc.c (strerror): Remove decl. | Paul Eggert | 1999-11-22 | 1 | -3/+2 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -45/+52 |
* | (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 |