Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed 'the the' typos | vincentdarley | 2004-02-28 | 3 | -7/+7 |
| | |||||
* | test and documentation fixes | vincentdarley | 2004-02-28 | 1 | -0/+7 |
| | |||||
* | * macosx/Makefile: fixed copyright year in Tcl.framework Info.plist | das | 2004-02-26 | 2 | -2/+7 |
| | |||||
* | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 9 | -100/+168 |
| | | | | | | | | | | * tests/cmdMZ.test: list-quoting of path names that might * tests/exec.test: contain Tcl-special chars like { or [. * tests/io.test: Should help us sort out Tcl Bug 554068. * tests/pid.test: * tests/socket.test: * tests/source.test: * tests/unixInit.test: | ||||
* | Missed a pointer dereference in check for NULL. D'oh! [904307] | dkf | 2004-02-25 | 2 | -2/+5 |
| | |||||
* | Fix memleak with long hostnames. [Bug 888777] | dkf | 2004-02-25 | 2 | -1/+8 |
| | |||||
* | * win/tclWinDde.c: Removed some gcc warnings - except for the | patthoyts | 2004-02-25 | 2 | -5/+11 |
| | | | | | -Wconversion warning for GetGlobalAtomName. gcc is just wrong about this. | ||||
* | Regen | dkf | 2004-02-24 | 1 | -4/+4 |
| | |||||
* | TIP#100 implementation largely based on work by Georgios Petasis. | dkf | 2004-02-24 | 12 | -27/+1242 |
| | |||||
* | Fix memleak. [Bug 902562] | dkf | 2004-02-23 | 2 | -2/+7 |
| | |||||
* | Fix memory leak on error path | dkf | 2004-02-21 | 2 | -2/+8 |
| | |||||
* | no message | davygrvy | 2004-02-21 | 1 | -0/+8 |
| | |||||
* | (SocketThreadExitHandler): Don't call TerminateThread when | davygrvy | 2004-02-21 | 1 | -14/+5 |
| | | | | | | | WaitForSingleObject returns a timeout. Tcl_Finalize called from DllMain will pause all threads. Trust that the thread will get the close notice at a later time if it does ever wake up before being cleaned up by the system anyway. | ||||
* | changes through 8.4.6 release | dgp | 2004-02-20 | 2 | -2/+75 |
| | |||||
* | * doc/tcltest.n: | dgp | 2004-02-18 | 3 | -5/+13 |
| | | | | | | * library/tcltest/tcltest.tcl: Changed -verbose default value to {body error} so that detailed information on unexpected errors in tests is provided by default, even after the fix for [Bug 725253] | ||||
* | add constraints to unixInit-7.1 | hobbs | 2004-02-18 | 1 | -2/+4 |
| | |||||
* | Whitespace police | dgp | 2004-02-18 | 1 | -28/+29 |
| | |||||
* | * tests/unixInit.test (unixInit-7.1): | hobbs | 2004-02-17 | 3 | -9/+42 |
| | | | | | * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds exist to prevent crash condition [Bug #772288] | ||||
* | Fix for my bozo-ness. [Bug 898910] | dkf | 2004-02-17 | 2 | -2/+7 |
| | |||||
* | * generic/tclTrace.c (TclTraceExecutionObjCmd) | hobbs | 2004-02-17 | 2 | -7/+10 |
| | | | | (TclTraceCommandObjCmd): fix possible mem leak in trace info. | ||||
* | clarify info exists vs. variables return result | hobbs | 2004-02-17 | 1 | -1/+3 |
| | |||||
* | * win/tclWinInit.c (AppendEnvironment): | mdejong | 2004-02-12 | 2 | -4/+32 |
| | | | | | | | | Use the tail component of the passed in lib path instead of just blindly using lib+4. That worked when lib was "lib/..." but fails for other values. Thanks go to Patrick Samson for pointing this out. | ||||
* | no message | davygrvy | 2004-02-10 | 1 | -0/+4 |
| | |||||
* | better macro grepping logic | davygrvy | 2004-02-10 | 1 | -2/+6 |
| | |||||
* | speling | davygrvy | 2004-02-08 | 1 | -5/+5 |
| | |||||
* | minor bug fix for last commit. | davygrvy | 2004-02-08 | 1 | -2/+2 |
| | |||||
* | no message | davygrvy | 2004-02-07 | 1 | -1/+16 |
| | |||||
* | * win/makefile.vc: | davygrvy | 2004-02-07 | 4 | -14/+36 |
| | | | | | | | | | | | | | | * win/rules.vc: * win/tcl.rc: * win/tclsh.rc: Added an 'unchecked' option to the OPTS macro so a core build with symbols can be linked to the non-debug enabled C run-time. As per discussion with Kevin Kenny. Called like this: nmake -af makefile.vc OPTS=unchecked,symbols This clarifies the meaning of the 'g' naming suffix to mean only that the binary requires the debug enabled C run-time. Whether the binary contains symbols or not is a seperate condition. | ||||
* | * doc/clock.n: Removed reference to non-existent [file ctime]. | dgp | 2004-02-06 | 3 | -4/+7 |
| | |||||
* | no message | davygrvy | 2004-02-06 | 1 | -0/+6 |
| | |||||
* | * docs/tclvars.n: Added clarification of the ::tcl_platform(debug) | davygrvy | 2004-02-06 | 1 | -5/+6 |
| | | | | | var that it only refers to the flavor of the C run-time, and not whether the core contains symbols. | ||||
* | * generic/tclFileName.c (SkipToChar): Corrected CONST and | dgp | 2004-02-05 | 2 | -6/+10 |
| | | | | type-casting issues that caused compiler warnings. | ||||
* | typo | dgp | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | * generic/tclCmdAH.c (StoreStateData): Removed improper refcount | dgp | 2004-02-04 | 2 | -2/+8 |
| | | | | | decrement of the varName parameter. This error was causing segfaults following test cmdAH-28.7. | ||||
* | * library/tcltest/tcltest.tcl: Corrected references to | dgp | 2004-02-04 | 2 | -3/+8 |
| | | | | non-existent $name variable in [cleanupTests]. [Bug 833637] | ||||
* | * library/tcltest/tcltest.tcl: Corrected parsing of single | dgp | 2004-02-03 | 3 | -4/+15 |
| | | | | | command line argument (option with missing value) [Bug 833910] * library/tcltest/pkgIndex.tcl: Bump to version 2.2.5. | ||||
* | minor formatting and some commentary. | davygrvy | 2004-02-02 | 1 | -9/+11 |
| | |||||
* | no message | davygrvy | 2004-02-02 | 1 | -0/+5 |
| | |||||
* | * generic/tclIO.c (Tcl_Ungets): fixed improper filling of the channel buffer. | davygrvy | 2004-02-02 | 1 | -3/+2 |
| | | | | [Bug 405995] | ||||
* | * tests/winPipe.test: Six more cases added. | davygrvy | 2004-02-02 | 2 | -12/+26 |
| | | | | | * win/tclWinPipe.c: Fixed BuildCommandLine() to pass the new cases. | ||||
* | * tests/winPipe.test: more cases with the "N backslashes | davygrvy | 2004-02-02 | 1 | -6/+9 |
| | | | | | followed a quote -> insert N * 2 + 1 backslashes then a quote" rule needed for the crt's parse_cmdline(). | ||||
* | no message | davygrvy | 2004-02-02 | 1 | -0/+8 |
| | |||||
* | * tests/winPipe.test: Added proof that BuildCommandLine() is not | davygrvy | 2004-02-02 | 1 | -8/+12 |
| | | | | | | | | doing the "N backslashes followed a quote -> insert N * 2 + 1 backslashes then a quote" rule needed for the crt's parse_cmdline(). * win/tclWinPipe.c: Fixed BuildCommandLine() to pass the new cases. | ||||
* | * tests/winPipe.test: Added proof that BuildCommandLine() is not doing the | davygrvy | 2004-02-01 | 1 | -18/+42 |
| | | | | | "N backslashes followed a quote -> insert N * 2 + 1 backslashes then a quote" rule needed for the crt's parse_cmdline(). | ||||
* | no message | davygrvy | 2004-02-01 | 1 | -2/+2 |
| | |||||
* | * win/nmakehlp.c: defensive techniques to avoid static buffer | davygrvy | 2004-02-01 | 2 | -14/+22 |
| | | | | | overflows and a couple envars upsetting invokations of cl.exe and link.exe. | ||||
* | * tests/winPipe.test: more pass-thru commandline verifications. | davygrvy | 2004-02-01 | 4 | -156/+92 |
| | | | | | | | * win/tclWinPipe.c (BuildCommandLine): Special case quoting for '{' not required by the c-runtimes's _setargv(). * win/tclAppInit.c: Removed our custom setargv() in favor of the one provided by the c-runtime. [Bug 672938] | ||||
* | no message | davygrvy | 2004-01-30 | 1 | -0/+7 |
| | |||||
* | * win/makefile.vc: Use the -GZ compiler switch when building for | davygrvy | 2004-01-30 | 1 | -3/+3 |
| | | | | | | symbols. This is supposed to emulate the release build better to avoid hiding problems that would only show themselves in a release build. | ||||
* | fix to file normalization with links | vincentdarley | 2004-01-29 | 2 | -11/+47 |
| |