1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00
Commit graph

209 commits

Author SHA1 Message Date
Thien-Thi Nguyen
0b5538bd85 Update years in copyright notice; nfc. 2005-08-07 12:33:19 +00:00
Lute Kamstra
4fc5845fe8 Update FSF's address. 2005-07-04 16:49:24 +00:00
Kim F. Storm
4da256b124 (Fcall_process): Don't use alloca to gradually
increase size of buf, as it effectively uses twice the necessary
space on the stack.  Instead, pre-allocate buf of full size, and
gradually increase the read size.
2005-06-03 23:02:40 +00:00
Stefan Monnier
fe12847aa4 (Vdoc_file_name, Vfile_name_coding_system)
(Vdefault_file_name_coding_system): Remove unused declaration.
2005-03-24 19:09:58 +00:00
Kim F. Storm
aba637ec5b From: YAMAMOTO Mitsuharu
(Fcall_process): Block input around vfork.
2004-11-02 10:10:35 +00:00
Kim F. Storm
0aa2630fac (Fcall_process): Simplify handling of display arg.
Resume `display_on_the_fly' once a coding system is determined.
2004-10-13 09:50:36 +00:00
Kenichi Handa
07c381ad19 *** empty log message *** 2004-09-29 23:51:34 +00:00
Kim F. Storm
1891f34803 Undo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)
except for the copyright year update.
2004-06-17 08:33:27 +00:00
Kim F. Storm
a0ecb2ac8e Update copyright. 2004-06-16 15:10:55 +00:00
Jan Djärv
ca4981285f Define synch_process_termsig.
(Fcall_process): Initiate synch_process_termsig to zero and
check if non-zero and get signal name after subprocess has ended.
2004-01-26 23:39:08 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Dave Love
776a24a176 Use HAVE_FCNTL_H, not USG5.
(syms_of_callproc) <process-environment>: Doc fix.
2003-06-02 18:46:55 +00:00
Richard M. Stallman
ba9a5174b6 (Fcall_process_region): Doc fix. 2003-05-18 15:10:00 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Richard M. Stallman
8ee8f447ce (Fcall_process): Remove /: from program name. 2002-08-24 03:14:32 +00:00
Juanma Barranquero
40b49d4bc0 (init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil.
(syms_of_callproc) [DOS_NT]: Likewise.
2002-07-22 20:05:37 +00:00
Richard M. Stallman
6378975811 (init_callproc): Set up Vshared_game_score_directory.
Set to nil if dir does not exist.
(syms_of_callproc): Init unconditionally and simply.
2002-07-21 20:29:02 +00:00
Ken Raeburn
4d3b07fdcd (Fcall_process): Make NEW_ARGV array hold pointer to
const.
2002-07-19 14:26:49 +00:00
Ken Raeburn
d5db40779d Most uses of XSTRING combined with STRING_BYTES or indirection changed to
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references
left unchanged for now.
2002-07-15 00:01:34 +00:00
Juanma Barranquero
aed1337830 Use macro SPECPDL_INDEX. 2002-07-11 14:18:02 +00:00
Kenichi Handa
b252f80121 (Fcall_process): Fix previous change. 2002-07-09 00:12:23 +00:00
Kenichi Handa
950a45d052 (Fcall_process): If code detection is necessary, call detect_coding
directly here.
2002-06-24 00:35:37 +00:00
Colin Walters
1e7ce61b8c (Vgame_score_directory): Renamed to Vshared_game_score_directory. 2002-05-03 20:40:58 +00:00
Stefan Monnier
5c15096143 (Fcall_process): Update call to openp. 2002-04-30 01:00:24 +00:00
Colin Walters
b1e905bb04 (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to
"~/.emacs.d/games".
2002-04-29 22:56:39 +00:00
Andrew Choi
e0f712ba55 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
2002-04-26 23:39:06 +00:00
Colin Walters
b065672a33 (Vgame_score_directory): New variable.
(syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
2002-04-10 19:15:51 +00:00
Stefan Monnier
31ade731e6 Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +00:00
Richard M. Stallman
70ec13773a (init_callproc): Set Vdata_directory based on the source
location whenever Emacs was not run installed.
2001-12-07 06:46:45 +00:00
Richard M. Stallman
7ec8aa3fdd (Fcall_process): When we make a bigger buffer for bufptr,
don't lose the data in it.
2001-11-26 00:36:28 +00:00
Pavel Janík
b782650360 Update usage of CHECK_ macros (remove unused second argument). 2001-11-02 20:46:55 +00:00
Miles Bader
d98b59b593 (Fcall_process_region, Fcall_process): Add usage: string to doc string. 2001-10-21 09:53:01 +00:00
Pavel Janík
fdb82f9337 Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-20 20:56:10 +00:00
Stefan Monnier
33d5af9917 (syms_of_callproc): Init Vexec_suffixes to Qnil.
(decode_suffixes): Remove.
2001-10-14 20:13:47 +00:00
Stefan Monnier
b81a1b72a8 (Vexec_suffixes): New var.
(Fcall_process): Update call to openp.
(decode_suffixes): New function.
(syms_of_callproc): Init exec-suffixes.
2001-10-12 03:23:25 +00:00
Miles Bader
ba88ff2887 (syms_of_callproc): Explicitly state in the documentation for
`process-environment' that earlier entries take precedence over later
ones.
2001-10-03 01:12:27 +00:00
Gerd Moellmann
db92b28842 (Fcall_process): Handle errors from pipe(2).
(child_setup): Delete code in #ifdef vipc.
2001-09-20 10:06:35 +00:00
Gerd Moellmann
7bdba03c11 (Fcall_process): Deal with decode_coding returning
CODING_FINISH_INCONSISTENT_EOL.
2001-05-29 13:57:30 +00:00
Gerd Moellmann
3007ebfbc7 Call redisplay_preserve_echo_area with additional arg. 2001-01-16 12:42:22 +00:00
Dave Love
1ddc85a489 (Fcall_process_region): Use HAVE_MKSTEMP. 2000-11-07 18:12:12 +00:00
Andrew Innes
03695acef7 [USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.
2000-08-22 22:38:05 +00:00
Kenichi Handa
838c972607 (Fcall_process): Terminate the unwind-protect around the
post-read-conversion of coding system.
2000-08-09 07:51:57 +00:00
Gerd Moellmann
a3f0666ff7 (child_setup): Use xfree instead of free. 2000-08-05 19:26:30 +00:00
Kenichi Handa
f778b157f4 (Fcall_process): Handle post-read-conversion of coding system if any. 2000-08-04 02:12:39 +00:00
Eli Zaretskii
16425c4a98 (child_setup) [MSDOS]: malloc pwd_var instead of
using alloca; free it after run_msdos_command returns
2000-07-31 06:33:58 +00:00
Dave Love
320695d8d3 (setpgrp): Undefine before defining.
(delete_temp_file): Return Qnil to avoid warning.
2000-06-23 15:41:52 +00:00
Kenichi Handa
2d89215071 (Fcall_process): Fix previous change. 2000-05-29 12:52:44 +00:00
Kenichi Handa
f0b950cf5a Include composite.h.
(Fcall_process): Handle composition correctly.
2000-05-29 11:18:02 +00:00
Gerd Moellmann
2b7e8799bb (setpgrp): Don't define if USG and BSD_PGRPS are not defined. 2000-05-24 13:08:10 +00:00
Gerd Moellmann
f95c3f9125 (setpgrp) [HAVE_SETPGID]: Define as setpgid. 2000-05-23 22:00:25 +00:00