Add support for large files, plus some locale improvements.
[bpt/emacs.git] / src / callproc.c
1999-09-20 Gerd Moellmann(toplevel) [HAVE_UNISTD_H]: Include unistd.h.
1999-09-12 Ken RaeburnUse XCAR, XCDR, XFLOAT_DATA instead of explicit member...
1999-09-03 Richard M. Stallman(call-process) [macintosh]: Call mac_run_command in
1999-09-03 Richard M. StallmanDelete the system-independent include of stdlib.h
1999-08-18 Dave LoveUse 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_dir...
1999-03-04 Karl Heuer(Fcall_process): Use xmalloc, xfree.
1999-02-26 Richard M. StallmanUse epaths.h istead of paths.h.
1998-12-15 Kenichi HandaInclude "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.
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
1998-06-29 Eli Zaretskii(Fcall_process) [! subprocesses]: Balance parentheses...
1998-06-23 Richard M. Stallman(Fcall_process): Handle third argument BUFFER
1998-06-06 Richard M. Stallman(init_callproc): Check Vinstallation_directory even...
1998-06-01 Karl Heuer(Fcall_process): Avoid initializer on auto struct.
1998-05-08 Richard M. Stallman(Fcall_process): Fix test for when to call Ffind_operat...
1998-05-07 Kenichi Handa(Fcall_process): If we must display received data on
1998-04-27 Eli Zaretskiinclude msdos.h after lisp.h.
1998-04-21 Eli Zaretskii(Fcall_process) [MSDOS]: Call child_setup instead of...
1998-04-17 Richard M. Stallman(Fcall_process_region): Unbind coding-system-for-write
1998-04-15 Eli Zaretskii(Fcall_process): Call
1998-04-15 Eli ZaretskiiRemove binary-process-{in,out}put.
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-09 Karl Heuer(relocate_fd): Avoid `min'/`max' as variable names.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-18 Richard M. Stallman(syms_of_callproc): Doc fixes.
1998-03-03 Kenichi Handa(Vdefault_file_name_coding_system): Extern it.
1998-03-03 Kenichi Handa(Fcall_process): Calculate CARRYOVER correctly.
1998-03-02 Richard M. Stallman(Fcall_process_region): Pass new arg to Fwrite_region.
1998-02-03 Richard M. Stallman(Fcall_process): Allow creating a new buffer for the...
1998-01-27 Richard M. Stallman(Fcall_process): Test only args past args[4] for multib...
1998-01-22 Kenichi Handa(Fcall_process): Use raw-text instead of emacs-mule
1998-01-05 Richard M. Stallman(Fcall_process): When deciding whether to encode args,
1997-12-28 Richard M. Stallman(Fcall_process): Cast new_argv for child_setup.
1997-12-09 Karl Heuer(Fcall_process): Don't clobber new_argv[0]
1997-12-09 Kenichi Handa(Fcall_process): Set Vlast_coding_system_used after
1997-11-08 Kenichi Handa(Fcall_process): GCPRO infile, buffer, and
1997-10-13 Andrew InnesEnsure standard handles are reset even if spawnve fails.
1997-09-23 Geoff Voelker(child_setup) [WINDOWSNT]: Change directory of
1997-09-09 Richard M. Stallman(Fcall_process): Encode the new current dir.
1997-09-07 Richard M. Stallman(Fcall_process_region): Fix previous change:
1997-09-03 Richard M. Stallman(Fcall_process): Set EOL conversion type to LF when
1997-08-27 Richard M. StallmanWhitespace change.
1997-08-24 Richard M. Stallman(init_callproc): Don't warn about missing
1997-08-04 Kenichi Handa(Fcall_process_region): Use cdr part (not car part)
1997-07-27 Richard M. Stallman(syms_of_callproc): Don't init Vtemp_file_name_pattern...
1997-07-13 Richard M. Stallman(Fcall_process) [MSDOS]: Request EOL conversion of
1997-07-07 Kenichi Handa(Fcall_process): If enable-multibyte-characters is
1997-07-02 Kenichi HandaCall Ffind_operation_coding_system.
1997-06-29 Richard M. Stallman(Fcall_process): Fix previous change.
1997-06-28 Richard M. Stallman(Fcall_process): Avoid storing alloca result
1997-06-13 Richard M. Stallman(Fcall_process): Use setsid to disconnect child
1997-06-09 Kenichi Handa(Fcall_process): Pay attention to
1997-05-10 Kenichi Handa(Fcall_process_region): Supply 7th new arg
1997-02-20 Karl HeuerInclude charset.h and coding.h.
1996-12-10 Richard M. Stallman(Fcall_process_region): Define missing local `count'.
1996-12-07 Richard M. Stallman(Vtemp_file_name_pattern): New variable.
1996-11-19 Geoff VoelkerUse new names for w32 files
1996-10-31 Richard M. Stallman(init_callproc): Use dir_warning.
1996-08-05 Richard M. Stallman(Fcall_process_region) [DOS_NT]: Avoid downcasing
1996-07-06 Miles Bader(Fcall_process) [MSDOS]:
1996-06-21 Richard M. Stallman(Fcall_process): Fix previous change.
1996-06-16 Richard M. Stallman(Fcall_process): Handle t or nil as STDERR_FILE.
1996-05-15 Karl Heuer(Fcall_process): Don't close the same fd twice.
1996-05-12 Richard M. Stallman(Fcall_process): Fix previous change (now !MSDOS only).
1996-05-11 Richard M. Stallman(Fcall_process): Close fd_error if successful.
1996-04-26 Richard M. Stallman(Fcall_process) [WINDOWSNT]: Remove conditional NT...
1996-03-24 Richard M. Stallman(Fcall_process, child_setup): If BSD_PGRPS, call
1996-01-30 Richard M. Stallman(child_setup): Fix size in write call.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-05 Karl HeuerComment fixes.
1995-12-13 Karl Heuer(Fcall_process) [MSDOS]: Support redirection of
1995-08-14 Richard M. Stallman(Fcall_process_region): Pass new arg to Fwrite_region.
1995-07-20 Richard M. Stallman(init_callproc): Set Vdoc_directory based on
1995-06-29 Richard M. Stallman(child_setup): Don't get confused if in == err.
1995-06-15 Richard M. Stallman(call-process-region) [DOS_NT]: Use IS_DIRECTORY_SEP.
1995-05-09 Richard M. Stallman(Fcall_process): Keep reading till buffer is nearly...
1995-04-29 Richard M. Stallman(Fcall_process): Extend BUFFER arg so it can specify
1995-04-24 Richard M. Stallman(child_setup): Reword "can't exec" message.
1995-04-12 Karl Heuer(getenv_internal): Balance parentheses across #if/...
1995-04-12 Karl Heuer(child_setup) [WINDOWSNT]: Removed syntax errors.
1995-04-07 Karl HeuerUpdate copyright.
1995-02-26 Richard M. Stallman(Fcall_process): Extend BUFFER arg so it can specify
1994-11-28 Richard M. Stallman(delete_temp_file): Use internal_delete_file.
1994-11-01 Richard M. Stallman(getenv_internal) [WINDOWSNT]: Use strnicmp, not bcmp.
1994-10-19 Richard M. Stallman(child_setup): Always use _exit.
1994-09-27 Karl Heuer(Fcall_process, child_setup, getenv_internal): Use...
1994-09-17 Richard M. Stallman(Fcall_process) [__osf__ && __alpha]:
1994-09-14 Richard M. Stallman(delete_temp_file): Use Fdelete_file.
1994-08-17 Karl Heuer(Fcall_process_region): gcpro filename_string.
1994-06-15 Richard M. StallmanPut stdio.h after config.h.
1994-06-07 Richard M. Stallman(init_callproc) [MSDOS]: Exclude less code, so ../etc
1994-06-04 Karl Heuer[MSDOS]: #include "msdos.h" for rootrelativepath template.
1994-05-28 Richard M. Stallman(child_setup): If PWD is set, set it in the child so...
1994-05-13 Richard M. Stallman(child_setup): PRIO_PROCESS renamed to SET_EMACS_PRIORITY.
1994-05-12 Richard M. Stallman(init_callproc): Never set Vdata_directory based on
1994-05-07 Richard M. Stallman[MSDOS]: Rename Vbinary_process to Vbinary_process_output.
next