| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | * generic/tclEnv.c: improve environ handling on Mac OS X (adapted | das | 2007-08-07 | 1 | -23/+1 |
|
|
| * | * generic/tclEnv.c (Darwin): mark _environ symbol as unexported. | das | 2006-10-31 | 1 | -1/+2 |
|
|
| * | * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 | hobbs | 2005-10-05 | 1 | -13/+32 |
|
|
| * | * generic/tclEnv.c (TclUnsetEnv): Another putenv() copy behavior | hobbs | 2003-05-14 | 1 | -1/+6 |
|
|
* | | Fix environment tests under CYGWIN | nijtmans | 2010-01-06 | 1 | -10/+22 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Silence syntax warning by Sun C compiler. [Bug 1840211] | dkf | 2007-12-01 | 1 | -2/+2 |
|
|
* | | Reduce cast count. | dkf | 2007-11-19 | 1 | -77/+72 |
|
|
* | | * generic/tclEnv.c: improve environ handling on Mac OS X (adapted | das | 2007-08-07 | 1 | -31/+1 |
|
|
* | | * generic/tclEnv.c (ReplaceString): Clear memory correctly when | Kevin B Kenny | 2007-04-23 | 1 | -2/+3 |
|
|
* | | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -2/+2 |
|
|
* | | Minor comment formatting change | dkf | 2007-03-21 | 1 | -3/+2 |
|
|
* | | * generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements. | dgp | 2007-03-20 | 1 | -14/+6 |
|
|
* | | * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, so | das | 2006-10-31 | 1 | -2/+2 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+4 |
|
|
* | | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -71/+77 |
|
|
* | | * tests/env.test (env-6.1): | hobbs | 2005-10-05 | 1 | -7/+27 |
|
|
* | | Systematizing the formatting | dkf | 2005-07-21 | 1 | -160/+182 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -5/+5 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | | Another putenv() copy behavior problem repaired when compiling on windows | davygrvy | 2003-05-14 | 1 | -1/+6 |
|/ |
|
* | Fix mingw build problems and compiler warnings. | mdejong | 2003-01-14 | 1 | -2/+2 |
|
|
* | * generic/tclEnv.c (Tcl_PutEnv): correct possible mem leak. | hobbs | 2002-10-14 | 1 | -10/+5 |
|
|
* | 2002-09-18 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2002-09-27 | 1 | -1/+85 |
|
|
* | * generic/tclEnv.c: | davygrvy | 2002-08-28 | 1 | -1/+6 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -4/+4 |
|
|
* | * unix/tclUnixThrd.c (TclpReaddir, TclpLocaltime, TclpGmtime): | das | 2002-06-06 | 1 | -1/+7 |
|
|
* | tilde expansion cache-clearing | vincentdarley | 2002-04-03 | 1 | -1/+10 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 1 | -3/+3 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 1 | -5/+3 |
|
|
* | * Sought out and eliminated instances of CONST-casting that are no | dgp | 2002-01-26 | 1 | -2/+2 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -10/+14 |
|
|
* | * generic/tclEnv.c (TclUnsetEnv): Changed declaration of length | ericm | 2000-08-11 | 1 | -2/+2 |
|
|
* | * generic/tclEnv.c: cast cleanup [Bug: 5624] | hobbs | 2000-05-22 | 1 | -2/+3 |
|
|
* | * README: | hobbs | 2000-04-19 | 1 | -1/+16 |
|
|
* | * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it only | hobbs | 1999-10-29 | 1 | -2/+2 |
|
|
* | * generic/tclEnv.c: fixed mem leak with putenv and DStrings | hobbs | 1999-10-13 | 1 | -21/+15 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -235/+202 |
|
|
* | lint | stanton | 1999-02-02 | 1 | -2/+1 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+703 |
|
|