summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Reverted changes to tcltest so that it can still support Mac whendgp2004-03-171-2/+0
| | | | copied to Mac systems (only requires Tcl 8.3).
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-0/+144
|
* Slightly better docs for [lsearch]'s advanced capabilitiesdkf2004-03-171-0/+6
|
* * doc/catch.n: Compiled [catch] no longer fails to catch syntaxdgp2004-03-161-0/+6
| | | | | errors. Removed the claims in the documentation that it does. * doc/return.n: Updated example to use [dict merge].
* * unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC tohobbs2004-03-161-0/+5
| | | | suppress useless type puning warnings.
* Formatting fix. [Bug 917171]dkf2004-03-161-0/+4
|
* no messagedavygrvy2004-03-161-0/+9
|
* Implementation of [dict merge] subcommand, based on [FRQ 745851]dkf2004-03-121-0/+7
|
* * generic/tclGetDate.y (TclGetDate): Fix so that Kevin B Kenny2004-03-101-0/+11
| | | | | | | | | | [clock scan <timeOfDay> -gmt true] uses the GMT base date instead of the local one. [Bug 913513] * tests/clock.test: Added test cases for wrong ISO8601 week number [Bug 500285] and wrong GMT base date [Bug 913513]. Several tests still fail on Windows, and these are actual faults in [clock scan]. Fix is still pending. * generic/tclDate.c: Regenerated.
* glob -path fix for near filesystem rootvincentdarley2004-03-091-0/+5
|
* * generic/tclParse.c (TclParseInit): Modified TclParseInit sodgp2004-03-081-0/+7
| | | | | | * generic/tclTest.c ([testexprparser]): that Tcl_Parse initialization conforms to documented promised about what fields will not be modified by what Tcl_Parse* routines. [Bug 910595]
* * win/configure: Regen.mdejong2004-03-051-0/+9
| | | | | | | | * win/configure.in: Check for define of MWMO_ALERTABLE in winuser.h. * win/tclWinPort.h: If MWMO_ALERTABLE is not defined in winuser.h then define it. This is needed for Mingw.
* * generic/tclTest.c: Modified TesteventObjCmd to use Kevin B Kenny2004-03-051-0/+7
| | | | | | a Tcl_QueuePosition in place of an 'int' for the enumerated queue position, to avoid a compiler warning on SGI. (Bug #771960).
* Kevin B Kenny2004-03-051-0/+7
| | | | | | | * tests/registry.test: Applied fix from Patch #910174 to make the test for an English-language system include any country code, rather than just English-United States.1252. Thanks to Pat Thoyts for the changes.
* * generic/tclInt.h (TclParseInit): Factored the common codedgp2004-03-041-2/+3
| | | | | * generic/tclParse.c (TclParseInit): for initializing a Tcl_Parse * generic/tclParseExpr.c: struct into one routine.
* Applied fix from #766159 for Win98 registry to skip unicode tests.patthoyts2004-03-041-0/+5
|
* * generic/tclParse.c (InitParse): Factored the common codedgp2004-03-041-0/+5
| | | | for initializing a Tcl_Parse struct into one routine.
* Added TIP #100 support to the registry package (patch #903831)patthoyts2004-03-041-0/+7
| | | | | This provides a Windows test of the TIP #100 mechanism and a sample to show how unloading an extension can be done.
* Fix minor syntax problems. [Bug 909288]dkf2004-03-041-0/+4
|
* whitespace modshobbs2004-03-031-5/+5
|
* updated changes for 8.5a1hobbs2004-03-031-0/+6
|
* no messagedavygrvy2004-03-031-0/+8
|
* no messagedavygrvy2004-03-031-0/+5
|
* update patchlevel to 8.5a1hobbs2004-03-021-9/+19
|
* * 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.57
* * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62dgp2004-03-011-0/+9
| | | | | | | | * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a * tests/trace.test (trace-29.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]
* test and documentation fixesvincentdarley2004-02-281-0/+7
|
* * macosx/Makefile: fixed copyright year in Tcl.framework Info.plistdas2004-02-261-0/+4
|
* * 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:
* Missed a pointer dereference in check for NULL. D'oh! [904307]dkf2004-02-251-0/+3
|
* Fix memleak with long hostnames. [Bug 888777]dkf2004-02-251-0/+5
|
* * win/tclWinDde.c: Removed some gcc warnings - except for thepatthoyts2004-02-251-0/+6
| | | | | -Wconversion warning for GetGlobalAtomName. gcc is just wrong about this.
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-241-0/+9
|
* Fix memleak. [Bug 902562]dkf2004-02-231-0/+5
|
* Fix memory leak on error pathdkf2004-02-211-0/+5
|
* no messagedavygrvy2004-02-211-0/+8
|
* changes through 8.4.6 releasedgp2004-02-201-1/+1
|
* * 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]
* * tests/unixInit.test (unixInit-7.1):hobbs2004-02-171-7/+13
| | | | | * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds exist to prevent crash condition [Bug #772288]
* Fix for my bozo-ness. [Bug 898910]dkf2004-02-171-0/+5
|
* * generic/tclTrace.c (TclTraceExecutionObjCmd)hobbs2004-02-171-1/+6
| | | | (TclTraceCommandObjCmd): fix possible mem leak in trace info.
* * win/tclWinInit.c (AppendEnvironment):mdejong2004-02-121-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.
* no messagedavygrvy2004-02-101-0/+4
|
* spelingdavygrvy2004-02-081-5/+5
|
* no messagedavygrvy2004-02-071-1/+16
|
* * doc/clock.n: Removed reference to non-existent [file ctime].dgp2004-02-061-0/+4
|
* no messagedavygrvy2004-02-061-0/+6
|
* * generic/tclFileName.c (SkipToChar): Corrected CONST anddgp2004-02-051-0/+5
| | | | type-casting issues that caused compiler warnings.
* typodgp2004-02-041-1/+1
|
* * generic/tclCmdAH.c (StoreStateData): Removed improper refcountdgp2004-02-041-0/+4
| | | | | decrement of the varName parameter. This error was causing segfaults following test cmdAH-28.7.