Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 9 | -102/+170 |
| | | | | | | | | | | * 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: | ||||
* | Fix memleak with long hostnames. [Bug 888777] | dkf | 2004-02-25 | 2 | -1/+8 |
| | |||||
* | no message | davygrvy | 2004-02-25 | 1 | -0/+6 |
| | |||||
* | backport of BuildCommandLine changes to mirror msvcrt's parse_cmdline() ↵ | davygrvy | 2004-02-25 | 2 | -21/+125 |
| | | | | rules of quoting | ||||
* | stop compiler warning | dgp | 2004-02-20 | 1 | -2/+2 |
| | |||||
* | update changes for 8.4.6 release | dgp | 2004-02-20 | 2 | -2/+29 |
| | |||||
* | * win/tclWinInit.c (AppendEnvironment): | mdejong | 2004-02-20 | 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. | ||||
* | note 8.4.6 tag | hobbs | 2004-02-18 | 1 | -0/+4 |
| | |||||
* | reverted file norm .. fixes because 8.5 had much more extensive changes ↵ | hobbs | 2004-02-18 | 2 | -223/+87 |
| | | | | across the board | ||||
* | * 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] | ||||
* | * generic/tclIOUtil.c: backport of rewrite of generic file | hobbs | 2004-02-18 | 2 | -85/+226 |
| | | | | | normalization code to cope with links followed by '..'. [Bug 849514], and parts of [859251] | ||||
* | add constraints to unixInit-7.1 | hobbs | 2004-02-18 | 1 | -2/+4 |
| | |||||
* | * tests/unixInit.test: unixInit-7.1 | hobbs | 2004-02-17 | 3 | -2/+34 |
| | | | | | * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds exist to prevent crash condition [Bug #772288] | ||||
* | * generic/tclCmdMZ.c (TclTraceExecutionObjCmd) | hobbs | 2004-02-17 | 2 | -6/+9 |
| | | | | (TclTraceCommandObjCmd): fix possible mem leak in trace info. | ||||
* | update patchlevel to 8.4.6 | hobbs | 2004-02-13 | 10 | -342/+413 |
| | |||||
* | update HP-11 build libs setup | hobbs | 2004-02-13 | 1 | -1/+8 |
| | |||||
* | minor clarification in exists vs vars return list | hobbs | 2004-02-13 | 1 | -1/+3 |
| | |||||
* | * doc/clock.n: Removed reference to non-existent [file ctime]. | dgp | 2004-02-06 | 2 | -3/+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. | ||||
* | no message | davygrvy | 2004-02-02 | 1 | -0/+5 |
| | |||||
* | * generic/tclIO.c (Tcl_Ungets): fixes improper filling of the channel buffer. | davygrvy | 2004-02-02 | 1 | -3/+2 |
| | | | | [Bug 405995] | ||||
* | * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to | dgp | 2004-01-13 | 2 | -24/+24 |
| | | | | | | | management of the interp result by Tcl_GetIndexFromObj() exposed improper interp result management in the [glob] command procedure. Corrected by adopting the Tcl_SetObjResult(Tcl_NewStringObj) pattern. This stopped a segfault in test filename-11.36. | ||||
* | Fix shared object panics. [Bug 875395] | dkf | 2004-01-13 | 2 | -3/+14 |
| | |||||
* | vfs code tclfinalizefilesystem fix | vincentdarley | 2004-01-09 | 2 | -3/+8 |
| | |||||
* | backported changelog entry to document backported bug fix | dgp | 2003-12-17 | 1 | -0/+5 |
| | |||||
* | * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug | das | 2003-12-17 | 2 | -2/+9 |
| | | | | when numeric scan-value cache contains NULL value. | ||||
* | Merged fixes for Tcl Bug #839519 and Tcl Bug #861515. | vasiljevic | 2003-12-17 | 1 | -11/+14 |
| | | | | Those are already applied to the head. | ||||
* | fix to 'file normalize ~nobody' crash | vincentdarley | 2003-12-12 | 2 | -1/+9 |
| | |||||
* | #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369] | dkf | 2003-12-09 | 3 | -2/+17 |
| | |||||
* | * generic/tcl.h: Bumped patch level to 8.4.5.1 to distinguish | dgp | 2003-12-03 | 10 | -22/+19 |
| | | | | | | | | | * unix/configure.in: CVS snapshots from 8.4.5 release. * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure: | ||||
* | * README: Bumped patch level to 8.4.6 to distinguish | dgp | 2003-12-02 | 10 | -16/+29 |
| | | | | | | | | | | | | * generic/tcl.h: CVS snapshots from the 8.4.5 release. * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure: | ||||
* | Stop losing references when variables are repeated in [binary scan]. [851747] | dkf | 2003-12-02 | 3 | -41/+87 |
| | |||||
* | * doc/lset.n: fix typo [Bug 852224] | Miguel Sofer | 2003-12-01 | 2 | -2/+6 |
| | |||||
* | moved core-8-4-5 tag to include las test correctioncore_8_4_5 | hobbs | 2003-11-21 | 1 | -2/+2 |
| | |||||
* | * tests/windFCmd.test (winFCmd-16.10): Corrected failure to | dgp | 2003-11-21 | 2 | -1/+7 |
| | | | | initialize variable $dd that caused test suite failure. | ||||
* | moved 8.4.5 tag | hobbs | 2003-11-21 | 1 | -2/+2 |
| | |||||
* | * generic/tclVar.c: fix flag bit collision between | Miguel Sofer | 2003-11-20 | 2 | -2/+7 |
| | | | | LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecated) [Bug 835020] | ||||
* | fix to 'cd' infinite recursion bug on Windows | vincentdarley | 2003-11-20 | 3 | -10/+31 |
| | |||||
* | typo correction | dgp | 2003-11-19 | 1 | -2/+2 |
| | |||||
* | updated for 8.4.5 release | hobbs | 2003-11-18 | 2 | -3/+55 |
| | |||||
* | * generic/regcomp.c: Backported regexp bug fixes and tests. Thanks | dgp | 2003-11-17 | 4 | -7/+170 |
| | | | | | * generic/tclTest.c: to Pavel Goran and Vince Darley. * tests/reg.test: [Bugs 230589, 504785, 505048, 703709, 840258] | ||||
* | * tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more | hobbs | 2003-11-12 | 2 | -7/+11 |
| | | | | | systems are using permissions caching, and this isn't really a Tcl controlled issue. | ||||
* | improve AIX --enable-64bit handling | hobbs | 2003-11-12 | 3 | -77/+82 |
| | |||||
* | * library/dde/pkgIndex.tcl: Added safeguards so that registry | dgp | 2003-11-10 | 5 | -8/+15 |
| | | | | | | * library/reg/pkgIndex.tcl: and dde packages are not offered * win/tclWinDde.c: on non-Windows platforms. Bumped to * win/tclWinReg.c: registry 1.1.3 and dde 1.2.2. | ||||
* | * tests/unixInit.test (unixInit-2.10): re-enabled. | dgp | 2003-11-10 | 4 | -7/+52 |
| | | | | | | * unix/tclUnixInit.c (TclpInitLibraryPath): Alternative fix * win/tclWinInit.c (TclpInitLibraryPath): for [Bug 832657] that should not run afoul of startup constraints. | ||||
* | * tests/unixInit.test (unixInit-2.10): mark as knownBug | hobbs | 2003-11-06 | 3 | -17/+18 |
| | | | | | | * generic/tclEncoding.c (TclFindEncodings): revert patch from 2003-11-05. It wasn't valid in the sensitive startup init phase and broke Windows from working at all. | ||||
* | * macosx/Makefile: optimized builds define NDEBUG to turn off | das | 2003-11-06 | 2 | -2/+8 |
| | | | | ThreadAlloc range checking. | ||||
* | * generic/tclEncoding.c (TclFindEncodings): Normalize the path | dgp | 2003-11-05 | 3 | -6/+51 |
| | | | | | | of the executable before passing to TclpInitLibraryPath() to avoid buggy handling of paths containing "..". [Bug 832657] * tests/unixInit.test (unixInit-2.10): New test for fixed bug. | ||||
* | * macosx/Makefile: added 'test' target. | das | 2003-11-04 | 2 | -2/+13 |
| |