aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9Miles Bader2006-02-011-8/+14
|\ \ \ \ \ | |/ / / /
| * | | | (Fcall_process): GCPRO error_file. Encode infile,Kenichi Handa2006-01-261-8/+14
| | |_|/ | |/| |
* | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+7
|\ \ \ \ | |/ / /
| * | | (delete_temp_file): Bind file-name-handler-alist to nil for the callKen Raeburn2006-01-031-2/+4
| | |/ | |/|
| * | (Fcall_process_region): Bind file-name-handler-alist to nil for the call toKen Raeburn2006-01-011-0/+3
| |/
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | (Fcall_process): Sync with the change inKenichi Handa2005-06-061-5/+5
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57Miles Bader2005-06-061-15/+12
|\ \ | |/
| * (Fcall_process): Don't use alloca to graduallyKim F. Storm2005-06-031-18/+15
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31Miles Bader2005-03-311-6/+2
|\ \ | |/
| * (Vdoc_file_name, Vfile_name_coding_system)Stefan Monnier2005-03-241-6/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69Miles Bader2004-11-041-0/+5
|\ \ | |/
| * From: YAMAMOTO MitsuharuKim F. Storm2004-11-021-0/+5
* | (Fcall_process): Fix merging of 2004-10-13 change.Kenichi Handa2004-10-141-1/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-57Miles Bader2004-10-141-4/+12
|\ \ | |/
| * (Fcall_process): Simplify handling of display arg.Kim F. Storm2004-10-131-6/+14
| * *** empty log message ***Kenichi Handa2004-09-291-0/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-2/+2
|\ \ | |/
| * Undo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)Kim F. Storm2004-06-171-13/+1
| * Update copyright.Kim F. Storm2004-06-161-3/+15
| * Define synch_process_termsig.Jan Djärv2004-01-261-0/+17
* | Sync to HEADKenichi Handa2004-04-161-0/+20
* | *** empty log message ***Kenichi Handa2003-09-081-148/+32
|\ \
| * | (Fcall_process): Handle carryover correctly.Kenichi Handa2003-06-051-4/+3
| * | (Fcall_process): Don't call insert_1_both directly ifKenichi Handa2002-07-311-1/+2
| * | (Fcall_process): Remove unused vars.Dave Love2002-07-031-2/+0
| * | (Fcall_process): Be sure to give the current bufferKenichi Handa2002-05-071-1/+6
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-130/+22
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | Use HAVE_FCNTL_H, not USG5.Dave Love2003-06-021-2/+5
* | (Fcall_process_region): Doc fix.Richard M. Stallman2003-05-181-1/+1
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-20/+20
* | (Fcall_process): Remove /: from program name.Richard M. Stallman2002-08-241-0/+7
* | (init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil.Juanma Barranquero2002-07-221-0/+8
* | (init_callproc): Set up Vshared_game_score_directory.Richard M. Stallman2002-07-211-5/+5
* | (Fcall_process): Make NEW_ARGV array hold pointer toKen Raeburn2002-07-191-2/+2
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-29/+29
* | Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-5/+5
* | (Fcall_process): Fix previous change.Kenichi Handa2002-07-091-1/+6
* | (Fcall_process): If code detection is necessary, call detect_codingKenichi Handa2002-06-241-0/+6
* | (Vgame_score_directory): Renamed to Vshared_game_score_directory.Colin Walters2002-05-031-4/+4
* | (Fcall_process): Update call to openp.Stefan Monnier2002-04-301-1/+1
* | (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default toColin Walters2002-04-291-1/+1
* | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-11/+11
* | (Vgame_score_directory): New variable.Colin Walters2002-04-101-1/+10
* | Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-1/+1
|/