summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* (child_setup, getenv_internal): Use the frame's `display'Stefan Monnier2007-09-211-62/+43
* (getenv_internal_1): New function.Stefan Monnier2007-09-201-90/+69
* Update comment referring to C_ALLOCA.Glenn Morris2007-09-121-3/+4
* (getenv_internal): Remove special case for $TERM.Stefan Monnier2007-08-311-10/+1
* (set_initial_environment): Set Vinitial_environment only whenStefan Monnier2007-08-311-6/+3
* (Vinitial_environment): New variable.Stefan Monnier2007-08-311-21/+15
* Merge from emacs--devo--0Miles Bader2007-08-131-1/+1
|\
| * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | * server.el (server-process-filter): Likewise.Dan Nicolaescu2007-07-031-8/+105
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-02-241-2/+2
|\ \ | |/
| * (syms_of_callproc) <doc-directory, configure-info-directory>:Juanma Barranquero2007-02-171-3/+3
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-131-1/+5
|\ \ | |/
| * (Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUTYAMAMOTO Mitsuharu2007-01-091-1/+5
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2007-01-011-1/+2
|\ \ | |/
| * Fix last change.Eli Zaretskii2006-12-221-2/+2
| * (syms_of_callproc) <shell-file-name>: Doc fix.Eli Zaretskii2006-12-221-1/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-06-271-0/+4
|\ \ | |/
| * (Fcall_process): Doc fix.Richard M. Stallman2006-06-131-0/+4
* | Rework environment variable support. (Reported by Kalle Olavi Niemitalo and ...Karoly Lorentey2006-05-261-150/+56
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-05-201-0/+2
|\ \ | |/
| * (Fcall_process): Reject encoding arguments byKenichi Handa2006-05-181-0/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-05-101-0/+2
|\ \ | |/
| * (Fcall_process): Use system_eol_type for encodingKenichi Handa2006-05-081-0/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Fix compilation error on older GCCs (reported by "mace").Karoly Lorentey2006-01-301-1/+3
* | Merged from miles@gnu.org--gnu-2005 (patch 187, 704)Karoly Lorentey2006-01-301-8/+14
|\ \ | |/
| * (Fcall_process): GCPRO error_file. Encode infile,Kenichi Handa2006-01-261-8/+14
* | Merged from miles@gnu.org--gnu-2005 (patch 683-684)Karoly Lorentey2006-01-061-2/+4
|\ \ | |/
| * (delete_temp_file): Bind file-name-handler-alist to nil for the callKen Raeburn2006-01-031-2/+4
* | Merged from miles@gnu.org--gnu-2005 (patch 682)Karoly Lorentey2006-01-031-0/+3
|\ \ | |/
| * (Fcall_process_region): Bind file-name-handler-alist to nil for the call toKen Raeburn2006-01-011-0/+3
* | Set `local-environment-variables' to t by default.Karoly Lorentey2005-12-291-1/+1
* | Update environment-related doc strings.Karoly Lorentey2005-12-291-12/+16
* | Store local environment in frame (not terminal) parameters.Karoly Lorentey2005-12-291-38/+33
* | Initialize Vprocess_environment to nil.Karoly Lorentey2005-12-291-0/+1
* | Fix semantics of let-binding `process-environment'.Karoly Lorentey2005-12-291-91/+160
* | Fix compilation errors in previous commit.Karoly Lorentey2005-12-261-1/+1
* | Implement automatic terminal-local environment variables via `local-environme...Karoly Lorentey2005-12-261-18/+142
|/
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Fcall_process): Don't use alloca to graduallyKim F. Storm2005-06-031-18/+15
* (Vdoc_file_name, Vfile_name_coding_system)Stefan Monnier2005-03-241-6/+2
* From: YAMAMOTO MitsuharuKim F. Storm2004-11-021-0/+5
* (Fcall_process): Simplify handling of display arg.Kim F. Storm2004-10-131-6/+14
* *** empty log message ***Kenichi Handa2004-09-291-0/+2