2004-01-26 |
Jan Djärv |
Define synch_process_termsig.
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-06-02 |
Dave Love |
Use HAVE_FCNTL_H, not USG5.
|
2003-05-18 |
Richard M. Stallman |
(Fcall_process_region): Doc fix.
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2002-08-24 |
Richard M. Stallman |
(Fcall_process): Remove /: from program name.
|
2002-07-22 |
Juanma Barranquero |
(init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil.
|
2002-07-21 |
Richard M. Stallman |
(init_callproc): Set up Vshared_game_score_directory.
|
2002-07-19 |
Ken Raeburn |
(Fcall_process): Make NEW_ARGV array hold pointer to
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
2002-07-09 |
Kenichi Handa |
(Fcall_process): Fix previous change.
|
2002-06-24 |
Kenichi Handa |
(Fcall_process): If code detection is necessary, call detect_coding
|
2002-05-03 |
Colin Walters |
(Vgame_score_directory): Renamed to Vshared_game_score_directory.
|
2002-04-30 |
Stefan Monnier |
(Fcall_process): Update call to openp.
|
2002-04-29 |
Colin Walters |
(Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to
|
2002-04-26 |
Andrew Choi |
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
|
2002-04-10 |
Colin Walters |
(Vgame_score_directory): New variable.
|
2002-03-04 |
Stefan Monnier |
Change defvar_int def and vars to use EMACS_INT instead of just int.
|
2001-12-07 |
Richard M. Stallman |
(init_callproc): Set Vdata_directory based on the source
|
2001-11-26 |
Richard M. Stallman |
(Fcall_process): When we make a bigger buffer for bufptr,
|
2001-11-02 |
Pavel Janík |
Update usage of CHECK_ macros (remove unused second argument).
|
2001-10-21 |
Miles Bader |
(Fcall_process_region, Fcall_process): Add usage: string to doc string.
|
2001-10-20 |
Pavel Janík |
Change doc-string comments to `new style' [w/`doc:' keyword].
|
2001-10-14 |
Stefan Monnier |
(syms_of_callproc): Init Vexec_suffixes to Qnil.
|
2001-10-12 |
Stefan Monnier |
(Vexec_suffixes): New var.
|
2001-10-03 |
Miles Bader |
(syms_of_callproc): Explicitly state in the documentation for
|
2001-09-20 |
Gerd Moellmann |
(Fcall_process): Handle errors from pipe(2).
|
2001-05-29 |
Gerd Moellmann |
(Fcall_process): Deal with decode_coding returning
|
2001-01-16 |
Gerd Moellmann |
Call redisplay_preserve_echo_area with additional arg.
|
2000-11-07 |
Dave Love |
(Fcall_process_region): Use HAVE_MKSTEMP.
|
2000-08-22 |
Andrew Innes |
[USE_CRT_DLL]: Remove unnecessary extern, which
|
2000-08-09 |
Kenichi Handa |
(Fcall_process): Terminate the unwind-protect around the
|
2000-08-05 |
Gerd Moellmann |
(child_setup): Use xfree instead of free.
|
2000-08-04 |
Kenichi Handa |
(Fcall_process): Handle post-read-conversion of coding system if any.
|
2000-07-31 |
Eli Zaretskii |
(child_setup) [MSDOS]: malloc pwd_var instead of
|
2000-06-23 |
Dave Love |
(setpgrp): Undefine before defining.
|
2000-05-29 |
Kenichi Handa |
(Fcall_process): Fix previous change.
|
2000-05-29 |
Kenichi Handa |
Include composite.h.
|
2000-05-24 |
Gerd Moellmann |
(setpgrp): Don't define if USG and BSD_PGRPS are not defined.
|
2000-05-23 |
Gerd Moellmann |
(setpgrp) [HAVE_SETPGID]: Define as setpgid.
|
2000-05-19 |
Kenichi Handa |
(Fcall_process): Always encode an argument string if
|
2000-05-15 |
Gerd Moellmann |
(Fgetenv_internal): Renamed from Fgetenv.
|
1999-12-15 |
Kenichi Handa |
(Fcall_process): Call code_convert_string to encode
|
1999-11-22 |
Paul Eggert |
* callproc.c (strerror): Remove decl.
|
1999-10-19 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
1999-09-20 |
Gerd Moellmann |
(toplevel) [HAVE_UNISTD_H]: Include unistd.h.
|
1999-09-12 |
Ken Raeburn |
Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
|
1999-09-03 |
Richard M. Stallman |
(call-process) [macintosh]: Call mac_run_command in
|
1999-09-03 |
Richard M. Stallman |
Delete the system-independent include of stdlib.h
|
1999-08-18 |
Dave Love |
Use stdlib.h.
|
1999-07-07 |
Richard M. Stallman |
(Fcall_process): Decide coding system for decoding
|
1999-07-02 |
Richard M. Stallman |
(init_callproc): Set exec_directory if installation_directory is
|
1999-03-04 |
Karl Heuer |
(Fcall_process): Use xmalloc, xfree.
|
1999-02-26 |
Richard M. Stallman |
Use epaths.h istead of paths.h.
|
1998-12-15 |
Kenichi Handa |
Include "ccl.h".
|
1998-10-14 |
Eli Zaretskii |
(Fcall_process): Use $TMPDIR instead of trying $TMP
|
1998-08-19 |
Richard M. Stallman |
(Fcall_process): Use malloc for decoding_buf.
EMACS_20_3
|
1998-08-08 |
Richard M. Stallman |
(Fcall_process): Check type of process cmd args earlier on.
|
1998-07-21 |
Kenichi Handa |
(Fcall_process): Use alloca instead of
|