Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added examples | dkf | 2004-05-11 | 2 | -3/+17 |
| | |||||
* | More and deeper examples. | dkf | 2004-05-11 | 2 | -6/+52 |
| | |||||
* | documentation for glob -types d with symbolic links | vincentdarley | 2004-05-11 | 2 | -1/+9 |
| | |||||
* | Another example and a bit more clarity. | dkf | 2004-05-11 | 2 | -3/+19 |
| | |||||
* | Added examples. | dkf | 2004-05-10 | 2 | -3/+43 |
| | |||||
* | no message | davygrvy | 2004-05-10 | 1 | -1/+3 |
| | |||||
* | (BuildCommandLine): Use the existence of contents in the linePtr rather | davygrvy | 2004-05-10 | 1 | -2/+2 |
| | | | | than the scratch DString post the append, as this more clear. | ||||
* | no message | davygrvy | 2004-05-10 | 1 | -0/+4 |
| | |||||
* | (TclpCreateProcess): When under NT, with no console, and executing a | davygrvy | 2004-05-10 | 1 | -2/+2 |
| | | | | | DOS application, the path priming does not need an ending space as BuildCommandLine() will do this for us. | ||||
* | no message | davygrvy | 2004-05-10 | 1 | -0/+5 |
| | |||||
* | (BuildCommandLine): Moved non-obvious appending logic to outside the loop | davygrvy | 2004-05-10 | 1 | -6/+7 |
| | | | | and added commentary for its purpose. | ||||
* | had to raise the size of the tls extension due to it getting rather fat when ↵ | davygrvy | 2004-05-10 | 1 | -2/+2 |
| | | | | built statically to OpenSSL | ||||
* | fix to some compiler warnings | vincentdarley | 2004-05-08 | 3 | -4/+13 |
| | |||||
* | Refixed bug 789040 | chengyemao | 2004-05-08 | 1 | -0/+4 |
| | |||||
* | Refix bug 789040 re-entered in rev 1.41 | chengyemao | 2004-05-08 | 1 | -2/+3 |
| | |||||
* | Added yet more examples. | dkf | 2004-05-07 | 2 | -3/+56 |
| | |||||
* | correcting Changelog entry | Miguel Sofer | 2004-05-07 | 1 | -1/+1 |
| | |||||
* | * doc/unset.n: added upvar.n to the "see also" list | Miguel Sofer | 2004-05-07 | 2 | -2/+6 |
| | |||||
* | * generic/tclEncoding.c: | rmax | 2004-05-07 | 3 | -6/+154 |
| | | | | | | * tests/encoding.test: added support and tests for translating embedded null characters between real nullbytes and the internal representation on input/output (Bug #949905). | ||||
* | vfs glob root volume fix | vincentdarley | 2004-05-07 | 5 | -15/+145 |
| | |||||
* | * generic/tclInt.h: | Miguel Sofer | 2004-05-06 | 3 | -52/+56 |
| | | | | | | | | | * generic/tclObj.c (TclFreeObj): made TclFreeObj use the new macro TclFreeObjMacro(), so that the allocation and freeing of Tcl_Obj is defined in a single spot (the macros in tclInt.h), with the exception of the TCL_MEM_DEBUG case. The #ifdef logic for the corresponding macros has been reformulated to make it clearer. | ||||
* | More examples. | dkf | 2004-05-05 | 3 | -3/+23 |
| | |||||
* | More examples. | dkf | 2004-05-05 | 3 | -5/+39 |
| | |||||
* | * tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. | dgp | 2004-05-05 | 2 | -2/+13 |
| | | | | | Be sure to consistently compare normalized path names. Thanks to Steven Abner (tauvan). [Bug 948177] | ||||
* | Remove reference to totally non-existant API. [Bug 848440] | dkf | 2004-05-05 | 2 | -2/+7 |
| | |||||
* | no message | davygrvy | 2004-05-05 | 1 | -0/+3 |
| | |||||
* | added the tls extension to the list of preferred load addresses. | davygrvy | 2004-05-05 | 1 | -1/+2 |
| | |||||
* | no message | davygrvy | 2004-05-05 | 1 | -0/+5 |
| | |||||
* | (TclFinalizeEncodingSubsystem): FreeEncoding(systemEncoding); moved to | davygrvy | 2004-05-05 | 1 | -2/+2 |
| | | | | | before the hash table itereation as it was causing a double free attempt under some conditions. | ||||
* | no message | davygrvy | 2004-05-05 | 1 | -0/+6 |
| | |||||
* | (SocketEventProc) : connect errors should fire both the readable and | davygrvy | 2004-05-05 | 1 | -2/+6 |
| | | | | writable handlers because this is how it works on UNIX [Bug 794839] | ||||
* | * tests/fileSystem.test (filesystem-1.39): replace 'file volumes' | hobbs | 2004-05-04 | 3 | -7/+17 |
| | | | | | * tests/fileName.test (filename-12.9,10): lindex with direct C:/ hard-coded because A:/ was being used and that is empty for most. | ||||
* | * tests/winFCmd.test (winFCmd-16.12): test volumerelative $HOME | hobbs | 2004-05-04 | 1 | -1/+10 |
| | |||||
* | * generic/tclAlloc.c: Make sure Tclp*Alloc* routines get | dgp | 2004-05-04 | 4 | -7/+11 |
| | | | | | * generic/tclInt.h: declared in the TCL_MEM_DEBUG and * generic/tclThreadAlloc.c: TCL_THREADS configuration. [Bug 947564] | ||||
* | * tests/tcltest.test: Test corrections for Mac OSX. Thanks | dgp | 2004-05-04 | 2 | -10/+24 |
| | | | | to Steven Abner (tauvan). [Bug 947440] | ||||
* | Remove accidental check-in of TIP#143 code. D'oh! | dkf | 2004-05-04 | 1 | -7/+1 |
| | |||||
* | Suppress a signed-ness warning. | dkf | 2004-05-04 | 2 | -4/+13 |
| | |||||
* | * Applied [SF Tcl Patch 868853], fixing a mem leak in | andreas_kupries | 2004-05-04 | 2 | -1/+16 |
| | | | | | TtySetOptionProc. Report and Patch provided by Stuart Cassoff <stwo@users.sf.net>. | ||||
* | * generic/tclProc.c (TclCreateProc): comments corrected. | Miguel Sofer | 2004-05-04 | 2 | -22/+16 |
| | |||||
* | slight improvement to last commit | Miguel Sofer | 2004-05-04 | 1 | -7/+7 |
| | |||||
* | * generic/tclCompile.c (TclCompileScript): setting the compilation | Miguel Sofer | 2004-05-04 | 2 | -7/+12 |
| | | | | namespace outside of the loop. | ||||
* | * generic/tclCompile.c: | Miguel Sofer | 2004-05-03 | 3 | -23/+33 |
| | | | | | | * generic/tclInt.h: reverted fix for [Bug 926445] of 2004-04-02, restoring TCL_ALIGN to the header file. Todd Helfter reported that the macro is required by tbcload. | ||||
* | * win/tclWin32Dll.c (TclpCheckStackSpace): | Kevin B Kenny | 2004-05-03 | 3 | -3/+39 |
| | | | | | * tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070] | ||||
* | * library/init.tcl: Corrected unique prefix matching of | dgp | 2004-05-03 | 2 | -3/+17 |
| | | | | interactive command completion in [unknown]. [Bug 946952] | ||||
* | cleaning up after new test in last commit | Miguel Sofer | 2004-05-02 | 1 | -1/+2 |
| | |||||
* | * generic/tclProc.c (TclObjInvokeProc): | Miguel Sofer | 2004-05-02 | 3 | -5/+34 |
| | | | | | * tests/proc.test (proc-3.6): fix for bad quoting of multi-word proc names in error messages [Bug 942757] | ||||
* | More examples | dkf | 2004-04-30 | 4 | -9/+75 |
| | |||||
* | More examples | dkf | 2004-04-30 | 4 | -3/+67 |
| | |||||
* | * generic/tclInt.h: Replaced Kevin Kenny's temporary | dgp | 2004-04-30 | 3 | -10/+11 |
| | | | | | * generic/tclThreadAlloc.c: fix for Bug 945447 with a cleaner, more permanent replacement. | ||||
* | * generic/tclThreadAlloc.c: Added a temporary (or so I hope!) | Kevin B Kenny | 2004-04-30 | 2 | -2/+10 |
| | | | | | inclusion of "tclWinInt.h" to avoid problems when compiling on Win32-VC++ with --enable-threads. [Bug 945447] |