summaryrefslogtreecommitdiffstats
path: root/generic/tclEnv.c
Commit message (Expand)AuthorAgeFilesLines
* Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-0/+1
* cygwin should use SetEnvironmentVariable for windows envjan.nijtmans2012-04-051-17/+6
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclEnv.c: improve environ handling on Mac OS X (adapteddas2007-08-071-23/+1
| * * generic/tclEnv.c (Darwin): mark _environ symbol as unexported.das2006-10-311-1/+2
| * * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1hobbs2005-10-051-13/+32
| * * generic/tclEnv.c (TclUnsetEnv): Another putenv() copy behaviorhobbs2003-05-141-1/+6
* | Fix environment tests under CYGWINnijtmans2010-01-061-10/+22
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Silence syntax warning by Sun C compiler. [Bug 1840211]dkf2007-12-011-2/+2
* | Reduce cast count.dkf2007-11-191-77/+72
* | * generic/tclEnv.c: improve environ handling on Mac OS X (adapteddas2007-08-071-31/+1
* | * generic/tclEnv.c (ReplaceString): Clear memory correctly whenKevin B Kenny2007-04-231-2/+3
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-2/+2
* | Minor comment formatting changedkf2007-03-211-3/+2
* | * generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements.dgp2007-03-201-14/+6
* | * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, sodas2006-10-311-2/+2
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+4
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-71/+77
* | * tests/env.test (env-6.1):hobbs2005-10-051-7/+27
* | Systematizing the formattingdkf2005-07-211-160/+182
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-5/+5
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | Another putenv() copy behavior problem repaired when compiling on windowsdavygrvy2003-05-141-1/+6
|/
* Fix mingw build problems and compiler warnings.mdejong2003-01-141-2/+2
* * generic/tclEnv.c (Tcl_PutEnv): correct possible mem leak.hobbs2002-10-141-10/+5
* 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu>hobbs2002-09-271-1/+85
* * generic/tclEnv.c:davygrvy2002-08-281-1/+6
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-4/+4
* * unix/tclUnixThrd.c (TclpReaddir, TclpLocaltime, TclpGmtime):das2002-06-061-1/+7
* tilde expansion cache-clearingvincentdarley2002-04-031-1/+10
* * Updated interfaces of generic/tclVar.c accordingdgp2002-03-201-3/+3
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-5/+3
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-2/+2
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-10/+14
* * generic/tclEnv.c (TclUnsetEnv): Changed declaration of lengthericm2000-08-111-2/+2
* * generic/tclEnv.c: cast cleanup [Bug: 5624]hobbs2000-05-221-2/+3
* * README:hobbs2000-04-191-1/+16
* * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it onlyhobbs1999-10-291-2/+2
* * generic/tclEnv.c: fixed mem leak with putenv and DStringshobbs1999-10-131-21/+15
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-235/+202
* lintstanton1999-02-021-2/+1
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+703