summaryrefslogtreecommitdiff
path: root/lisp/env.el
Commit message (Collapse)AuthorAgeFilesLines
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (substitute-env-vars): Fix typo.Richard M. Stallman2003-05-281-3/+5
|
* (setenv): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-3/+3
|
* (setenv): Fix previous change.Kenichi Handa2003-02-251-7/+5
|
* (read-envvar-name): Decode names.Dave Love2003-02-241-12/+43
| | | | | | | (substitute-env-vars): Use eval-when-compile and char class. (setenv): Doc fix. Encode the data (after checking that's possible). (getenv): Encode the name and decode the result.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-5/+5
|
* (substitute-env-vars): Don't quote argument to `rx';Gerd Moellmann2001-10-291-3/+3
| | | | it's a macro.
* (substitute-env-vars): Quote the arg to rx.Richard M. Stallman2001-10-241-3/+3
|
* (substitute-env-vars): New function.Gerd Moellmann2001-10-051-7/+48
| | | | | (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute environment variables in VALUE. Return VALUE.
* (setenv): Interactively, if VARIABLE has a current value,Gerd Moellmann2001-09-041-3/+6
| | | | add that to the front of the history, as the doc string says.
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (getenv): New function, interactively callable.Gerd Moellmann2000-05-151-1/+13
| | | | (setenv, getenv): Remove autoload cookies.
* (setenv): Simplify reading of args by passing old value as the default.Richard M. Stallman1998-03-171-22/+4
|
* Update FSF's address.Erik Naggum1996-01-141-17/+18
|
* (setenv): Call set-time-zone-rule when setting TZ.Richard M. Stallman1995-09-101-0/+2
|
* (read-envvar-name): Special meaning for MUSTMATCHRichard M. Stallman1994-10-051-2/+3
| | | | | neither t nor nil. (setenv): Use that new case, when clearing a var.
* (setenv-history): New history list.Richard M. Stallman1994-10-021-3/+44
| | | | | | | | | | (setenv): Use setenv-history. Place the variable's current value at front of setenv-history while reading the new value. (setenv): Provide history, completion for envvar. (read-envvar-name-history): New variable. (read-envvar-name): New function.
* Update copyright notice.Richard M. Stallman1994-06-221-1/+1
|
* (setenv): Rewrite. Provide a way to unset interactively.Richard M. Stallman1994-06-221-15/+23
|
* (setenv): Do something even if process-environment is nil.Richard M. Stallman1994-06-221-10/+13
|
* (setenv): Treat case as significant.Richard M. Stallman1993-06-111-0/+1
|
* (setenv): Renamed back from putenv.Richard M. Stallman1993-03-281-4/+1
|
* renamed to env.el; changed setenv to putenv.Noah Friedman1993-03-281-7/+13
|
* Added or corrected Commentary headersEric S. Raymond1993-03-221-1/+8
|
* (setenv): Make it autoload.Richard M. Stallman1992-09-261-0/+1
|
* Doc fix.Richard M. Stallman1992-09-261-1/+1
|
* entered into RCSEric S. Raymond1992-09-211-5/+5
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+6
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1992-03-161-2/+3
|
* Initial revisionJim Blandy1992-01-141-0/+37