| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fcall_process): Doc fix. | Richard M. Stallman | 2006-06-13 | 1 | -0/+4 |
| | | |||||
| * | (Fcall_process): Reject encoding arguments by | Kenichi Handa | 2006-05-18 | 1 | -0/+2 |
| | | | | | ascii-incompatible coding systems (e.g. utf-16). | ||||
| * | (Fcall_process): Use system_eol_type for encoding | Kenichi Handa | 2006-05-08 | 1 | -0/+2 |
| | | | | | arguments if eol_type is not yet decided. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process): GCPRO error_file. Encode infile, | Kenichi Handa | 2006-01-26 | 1 | -8/+14 |
| | | | | | | current_dir, and error_file. On reporting an error, decode them back. | ||||
| * | (delete_temp_file): Bind file-name-handler-alist to nil for the call | Ken Raeburn | 2006-01-03 | 1 | -2/+4 |
| | | | | | to internal_delete_file. | ||||
| * | (Fcall_process_region): Bind file-name-handler-alist to nil for the call to | Ken Raeburn | 2006-01-01 | 1 | -0/+3 |
| | | | | | Fwrite_region. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+1 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | (Fcall_process): Don't use alloca to gradually | Kim F. Storm | 2005-06-03 | 1 | -18/+15 |
| | | | | | | | 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. | ||||
| * | (Vdoc_file_name, Vfile_name_coding_system) | Stefan Monnier | 2005-03-24 | 1 | -6/+2 |
| | | | | | (Vdefault_file_name_coding_system): Remove unused declaration. | ||||
| * | From: YAMAMOTO Mitsuharu | Kim F. Storm | 2004-11-02 | 1 | -0/+5 |
| | | | | | (Fcall_process): Block input around vfork. | ||||
| * | (Fcall_process): Simplify handling of display arg. | Kim F. Storm | 2004-10-13 | 1 | -6/+14 |
| | | | | | Resume `display_on_the_fly' once a coding system is determined. | ||||
| * | *** empty log message *** | Kenichi Handa | 2004-09-29 | 1 | -0/+2 |
| | | |||||
| * | Undo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally) | Kim F. Storm | 2004-06-17 | 1 | -13/+1 |
| | | | | | except for the copyright year update. | ||||
| * | Update copyright. | Kim F. Storm | 2004-06-16 | 1 | -3/+15 |
| | | |||||
| * | Define synch_process_termsig. | Jan Djärv | 2004-01-26 | 1 | -0/+17 |
| | | | | | | (Fcall_process): Initiate synch_process_termsig to zero and check if non-zero and get signal name after subprocess has ended. | ||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | Use HAVE_FCNTL_H, not USG5. | Dave Love | 2003-06-02 | 1 | -2/+5 |
| | | | | | (syms_of_callproc) <process-environment>: Doc fix. | ||||
| * | (Fcall_process_region): Doc fix. | Richard M. Stallman | 2003-05-18 | 1 | -1/+1 |
| | | |||||
| * | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -20/+20 |
| | | |||||
| * | (Fcall_process): Remove /: from program name. | Richard M. Stallman | 2002-08-24 | 1 | -0/+7 |
| | | |||||
| * | (init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil. | Juanma Barranquero | 2002-07-22 | 1 | -0/+8 |
| | | | | | (syms_of_callproc) [DOS_NT]: Likewise. | ||||
| * | (init_callproc): Set up Vshared_game_score_directory. | Richard M. Stallman | 2002-07-21 | 1 | -5/+5 |
| | | | | | | Set to nil if dir does not exist. (syms_of_callproc): Init unconditionally and simply. | ||||
| * | (Fcall_process): Make NEW_ARGV array hold pointer to | Ken Raeburn | 2002-07-19 | 1 | -2/+2 |
| | | | | | const. | ||||
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -29/+29 |
| | | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -5/+5 |
| | | |||||
| * | (Fcall_process): Fix previous change. | Kenichi Handa | 2002-07-09 | 1 | -1/+6 |
| | | |||||
| * | (Fcall_process): If code detection is necessary, call detect_coding | Kenichi Handa | 2002-06-24 | 1 | -0/+6 |
| | | | | | directly here. | ||||
| * | (Vgame_score_directory): Renamed to Vshared_game_score_directory. | Colin Walters | 2002-05-03 | 1 | -4/+4 |
| | | |||||
| * | (Fcall_process): Update call to openp. | Stefan Monnier | 2002-04-30 | 1 | -1/+1 |
| | | |||||
| * | (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to | Colin Walters | 2002-04-29 | 1 | -1/+1 |
| | | | | | "~/.emacs.d/games". | ||||
| * | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -11/+11 |
| | | | | | lisp/ChangeLog, and src/ChangeLog for list of changes. | ||||
| * | (Vgame_score_directory): New variable. | Colin Walters | 2002-04-10 | 1 | -1/+10 |
| | | | | | (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP. | ||||
| * | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -1/+1 |
| | | |||||
| * | (init_callproc): Set Vdata_directory based on the source | Richard M. Stallman | 2001-12-07 | 1 | -3/+10 |
| | | | | | location whenever Emacs was not run installed. | ||||
| * | (Fcall_process): When we make a bigger buffer for bufptr, | Richard M. Stallman | 2001-11-26 | 1 | -1/+5 |
| | | | | | don't lose the data in it. | ||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -6/+6 |
| | | |||||
| * | (Fcall_process_region, Fcall_process): Add usage: string to doc string. | Miles Bader | 2001-10-21 | 1 | -2/+6 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-20 | 1 | -69/+69 |
| | | |||||
| * | (syms_of_callproc): Init Vexec_suffixes to Qnil. | Stefan Monnier | 2001-10-14 | 1 | -23/+1 |
| | | | | | (decode_suffixes): Remove. | ||||
| * | (Vexec_suffixes): New var. | Stefan Monnier | 2001-10-12 | 1 | -4/+30 |
| | | | | | | | (Fcall_process): Update call to openp. (decode_suffixes): New function. (syms_of_callproc): Init exec-suffixes. | ||||
| * | (syms_of_callproc): Explicitly state in the documentation for | Miles Bader | 2001-10-03 | 1 | -0/+2 |
| | | | | | | `process-environment' that earlier entries take precedence over later ones. | ||||
| * | (Fcall_process): Handle errors from pipe(2). | Gerd Moellmann | 2001-09-20 | 1 | -5/+6 |
| | | | | | (child_setup): Delete code in #ifdef vipc. | ||||
| * | (Fcall_process): Deal with decode_coding returning | Gerd Moellmann | 2001-05-29 | 1 | -1/+65 |
| | | | | | CODING_FINISH_INCONSISTENT_EOL. | ||||
| * | Call redisplay_preserve_echo_area with additional arg. | Gerd Moellmann | 2001-01-16 | 1 | -1/+1 |
| | | |||||
| * | (Fcall_process_region): Use HAVE_MKSTEMP. | Dave Love | 2000-11-07 | 1 | -0/+11 |
| | | |||||
| * | [USE_CRT_DLL]: Remove unnecessary extern, which | Andrew Innes | 2000-08-22 | 1 | -0/+4 |
| | | | | | screws up dllimport attributes. | ||||
| * | (Fcall_process): Terminate the unwind-protect around the | Kenichi Handa | 2000-08-09 | 1 | -13/+19 |
| | | | | | post-read-conversion of coding system. | ||||
| * | (child_setup): Use xfree instead of free. | Gerd Moellmann | 2000-08-05 | 1 | -1/+1 |
| | | |||||