| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | (child_setup, getenv_internal): Use the frame's `display' | Stefan Monnier | 2007-09-21 | 1 | -62/+43 | |
| | * | | (getenv_internal_1): New function. | Stefan Monnier | 2007-09-20 | 1 | -90/+69 | |
| | * | | Update comment referring to C_ALLOCA. | Glenn Morris | 2007-09-12 | 1 | -3/+4 | |
| | * | | (getenv_internal): Remove special case for $TERM. | Stefan Monnier | 2007-08-31 | 1 | -10/+1 | |
| | * | | (set_initial_environment): Set Vinitial_environment only when | Stefan Monnier | 2007-08-31 | 1 | -6/+3 | |
| | * | | (Vinitial_environment): New variable. | Stefan Monnier | 2007-08-31 | 1 | -21/+15 | |
| | * | | Merge from emacs--devo--0 | Miles Bader | 2007-08-13 | 1 | -1/+1 | |
| | |\ \ | | |/ | ||||||
| | * | | Merge from emacs--devo--0 | Miles Bader | 2007-07-31 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | * | | | * server.el (server-process-filter): Likewise. | Dan Nicolaescu | 2007-07-03 | 1 | -8/+105 | |
| | * | | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-02-24 | 1 | -2/+2 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-01-29 | 1 | -1/+1 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2007-01-13 | 1 | -1/+5 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merged from emacs@sv.gnu.org. | Karoly Lorentey | 2007-01-01 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-06-27 | 1 | -0/+4 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Rework environment variable support. (Reported by Kalle Olavi Niemitalo and ... | Karoly Lorentey | 2006-05-26 | 1 | -150/+56 | |
| | * | | | | | | | | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-05-20 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-05-10 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merged from emacs@sv.gnu.org | Karoly Lorentey | 2006-02-12 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix compilation error on older GCCs (reported by "mace"). | Karoly Lorentey | 2006-01-30 | 1 | -1/+3 | |
| | * | | | | | | | | | | | Merged from miles@gnu.org--gnu-2005 (patch 187, 704) | Karoly Lorentey | 2006-01-30 | 1 | -8/+14 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merged from miles@gnu.org--gnu-2005 (patch 683-684) | Karoly Lorentey | 2006-01-06 | 1 | -2/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merged from miles@gnu.org--gnu-2005 (patch 682) | Karoly Lorentey | 2006-01-03 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Set `local-environment-variables' to t by default. | Karoly Lorentey | 2005-12-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | Update environment-related doc strings. | Karoly Lorentey | 2005-12-29 | 1 | -12/+16 | |
| | * | | | | | | | | | | | | | | Store local environment in frame (not terminal) parameters. | Karoly Lorentey | 2005-12-29 | 1 | -38/+33 | |
| | * | | | | | | | | | | | | | | Initialize Vprocess_environment to nil. | Karoly Lorentey | 2005-12-29 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | Fix semantics of let-binding `process-environment'. | Karoly Lorentey | 2005-12-29 | 1 | -91/+160 | |
| | * | | | | | | | | | | | | | | Fix compilation errors in previous commit. | Karoly Lorentey | 2005-12-26 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | Implement automatic terminal-local environment variables via `local-environme... | Karoly Lorentey | 2005-12-26 | 1 | -18/+142 | |
| * | | | | | | | | | | | | | | | Merge from emacs--devo--0 | Miles Bader | 2007-08-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Replace `iff' in comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge from emacs--devo--0 | Miles Bader | 2007-07-27 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge from emacs--devo--0 | Miles Bader | 2007-02-26 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | (syms_of_callproc) <doc-directory, configure-info-directory>: | Juanma Barranquero | 2007-02-17 | 1 | -3/+3 | |
| | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge from emacs--devo--0 | Miles Bader | 2007-01-26 | 1 | -2/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | (Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUT | YAMAMOTO Mitsuharu | 2007-01-09 | 1 | -1/+5 | |
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge from emacs--devo--0 | Miles Bader | 2007-01-01 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Fix last change. | Eli Zaretskii | 2006-12-22 | 1 | -2/+2 | |
| | * | | | | | | | | | (syms_of_callproc) <shell-file-name>: Doc fix. | Eli Zaretskii | 2006-12-22 | 1 | -1/+2 | |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge from emacs--devo--0 | Miles Bader | 2006-06-17 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| | * | | | | | | | | (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 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | (Fcall_process): Sync with HEAD. | Kenichi Handa | 2006-06-08 | 1 | -0/+8 | |
| * | | | | | | | (Fcall_process): Sync with HEAD. | Kenichi Handa | 2006-05-15 | 1 | -2/+1 | |
| * | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60 | Miles Bader | 2006-05-10 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| | * | | | | | | (Fcall_process): Use system_eol_type for encoding | Kenichi Handa | 2006-05-08 | 1 | -0/+2 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13 | Miles Bader | 2006-02-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 | |
| | | |_|_|/ | |/| | | | ||||||