1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 17:01:01 -08:00
Commit graph

606 commits

Author SHA1 Message Date
Kenichi Handa
8f924df7df *** empty log message *** 2003-09-08 12:53:41 +00:00
Kenichi Handa
463f5630a5 New directory 2003-09-08 11:56:09 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Kenichi Handa
54ab3d3bb0 (Fcall_process): Handle carryover correctly. 2003-06-05 12:31:46 +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
Kenichi Handa
bb4a388429 (Fcall_process): Don't call insert_1_both directly if
we are inserting a process output into a multibyte buffer.
2002-07-31 07:05:17 +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
Dave Love
c889d9eb6a (Fcall_process): Remove unused vars. 2002-07-03 22:20:52 +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
Kenichi Handa
ea99bcc1c7 (Fcall_process): Be sure to give the current buffer
to decode_coding_c_string.  Update PT and PT_BYTE after the
insertion.
2002-05-07 04:50:09 +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
Kenichi Handa
91183bfd93 Include "character.h" instead of "charset.h".
(Fcall_process): Big change for the new code-conversion APIs.
2002-03-01 01:11:12 +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
Kenichi Handa
c5bfa12bad (Fcall_process): Always encode an argument string if
it is multibyte.  Setup src_multibyte and dst_multibyte members of
process_coding properly.
2000-05-19 23:51:10 +00:00
Gerd Moellmann
83fa009cd3 (Fgetenv_internal): Renamed from Fgetenv. 2000-05-15 14:47:46 +00:00
Kenichi Handa
bca78757c1 (Fcall_process): Call code_convert_string to encode
arguments.  Use CODING_REQUIRE_DECODING to check if the process
output should be decoded.
1999-12-15 00:02:12 +00:00