summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * win/tclWinInit.c (TclpSetInitialEncodings): recognize WIN32_CEhobbs2004-03-211-0/+6
| | | | as a unicode (WCHAR) platform.
* * generic/tclCompile.c (TclCompileScript):Miguel Sofer2004-03-151-0/+10
| | | | | | | | | * tests/compile.test (compile-3.5): corrected wrong test and behaviour in the earlier fix for [Bug 705406]; Don Porter reported this as [Bug 735055], and provided the solution. Fixed in HEAD on 2003-05-09, but backport to 8-4-branch was wrongly omitted; re-reported as [Bug 916795] by Roy Terry, diagnosed by dgp.
* glob -path fix for near filesystem rootvincentdarley2004-03-091-0/+5
|
* updated release note files for 8.4.6core_8_4_6dgp2004-03-011-2/+2
|
* * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling ondgp2004-03-011-0/+4
| | | | | IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.13
* * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62dgp2004-03-011-0/+9
| | | | | | | | * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a * tests/basic.test (basic-39.10): bug by testing the CallFrame level instead of the iPtr->numLevels level when deciding what traces created by Tcl_Create(Obj)Trace to call. Added test to expose the error, and made fix. [Request 462580]
* * macosx/Makefile: fixed copyright year in Tcl.framework Info.plistdas2004-02-261-1/+5
|
* moved core-8-4-6 release taghobbs2004-02-261-4/+2
|
* * tests/basic.test: Made several tests more robust to thedgp2004-02-251-0/+11
| | | | | | | | | | * 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]dkf2004-02-251-0/+5
|
* no messagedavygrvy2004-02-251-0/+6
|
* update changes for 8.4.6 releasedgp2004-02-201-1/+1
|
* * win/tclWinInit.c (AppendEnvironment):mdejong2004-02-201-0/+9
| | | | | | | | 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 taghobbs2004-02-181-0/+4
|
* reverted file norm .. fixes because 8.5 had much more extensive changes ↵hobbs2004-02-181-1/+2
| | | | across the board
* * doc/tcltest.n:dgp2004-02-181-0/+7
| | | | | | * 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 filehobbs2004-02-181-0/+4
| | | | | normalization code to cope with links followed by '..'. [Bug 849514], and parts of [859251]
* * tests/unixInit.test: unixInit-7.1hobbs2004-02-171-0/+6
| | | | | * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds exist to prevent crash condition [Bug #772288]
* * generic/tclCmdMZ.c (TclTraceExecutionObjCmd)hobbs2004-02-171-0/+5
| | | | (TclTraceCommandObjCmd): fix possible mem leak in trace info.
* update patchlevel to 8.4.6hobbs2004-02-131-12/+22
|
* * doc/clock.n: Removed reference to non-existent [file ctime].dgp2004-02-061-0/+4
|
* * library/tcltest/tcltest.tcl: Corrected references todgp2004-02-041-0/+5
| | | | non-existent $name variable in [cleanupTests]. [Bug 833637]
* * library/tcltest/tcltest.tcl: Corrected parsing of singledgp2004-02-031-0/+6
| | | | | command line argument (option with missing value) [Bug 833910] * library/tcltest/pkgIndex.tcl: Bump to version 2.2.5.
* no messagedavygrvy2004-02-021-0/+5
|
* * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes todgp2004-01-131-0/+8
| | | | | | | 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]dkf2004-01-131-0/+8
|
* vfs code tclfinalizefilesystem fixvincentdarley2004-01-091-0/+5
|
* backported changelog entry to document backported bug fixdgp2003-12-171-0/+5
|
* * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bugdas2003-12-171-0/+5
| | | | when numeric scan-value cache contains NULL value.
* fix to 'file normalize ~nobody' crashvincentdarley2003-12-121-0/+5
|
* #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]dkf2003-12-091-0/+6
|
* * generic/tcl.h: Bumped patch level to 8.4.5.1 to distinguishdgp2003-12-031-6/+3
| | | | | | | | | * 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 distinguishdgp2003-12-021-0/+13
| | | | | | | | | | | | * 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]dkf2003-12-021-0/+7
|
* * doc/lset.n: fix typo [Bug 852224]Miguel Sofer2003-12-011-0/+4
|
* moved core-8-4-5 tag to include las test correctioncore_8_4_5hobbs2003-11-211-2/+2
|
* * tests/windFCmd.test (winFCmd-16.10): Corrected failure todgp2003-11-211-0/+5
| | | | initialize variable $dd that caused test suite failure.
* moved 8.4.5 taghobbs2003-11-211-2/+2
|
* * generic/tclVar.c: fix flag bit collision betweenMiguel Sofer2003-11-201-0/+5
| | | | LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecated) [Bug 835020]
* fix to 'cd' infinite recursion bug on Windowsvincentdarley2003-11-201-0/+6
|
* updated for 8.4.5 releasehobbs2003-11-181-2/+8
|
* * generic/regcomp.c: Backported regexp bug fixes and tests. Thanksdgp2003-11-171-0/+6
| | | | | * 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 morehobbs2003-11-121-0/+6
| | | | | systems are using permissions caching, and this isn't really a Tcl controlled issue.
* improve AIX --enable-64bit handlinghobbs2003-11-121-0/+5
|
* * library/dde/pkgIndex.tcl: Added safeguards so that registrydgp2003-11-101-0/+5
| | | | | | * 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.dgp2003-11-101-0/+7
| | | | | | * 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 knownBughobbs2003-11-061-0/+7
| | | | | | * 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 offdas2003-11-061-0/+5
| | | | ThreadAlloc range checking.
* * generic/tclEncoding.c (TclFindEncodings): Normalize the pathdgp2003-11-051-0/+7
| | | | | | 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.das2003-11-041-0/+4
|