summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Don't cache the system timezone when it was derived from TCL_TZ or TZ.max2011-10-181-0/+7
* Update to Olson's tzdata2011lvenkat2011-10-151-0/+5
|\
| * Update to Olson's tzdata2011lvenkat2011-10-151-0/+5
* | revert test-case change for [Bug 2935503]jan.nijtmans2011-10-131-1/+1
|\ \ | |/
| * revert test-case from [Bug 2935503]jan.nijtmans2011-10-131-1/+1
| |\
| | * revert test-case change from [Bug 2935503]jan.nijtmans2011-10-131-1/+1
* | | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-0/+5
|\ \ \ | |/ /
| * | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-0/+5
| |\ \ | | |/
| | * [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-0/+5
* | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling ofdkf2011-10-091-0/+6
* | | Fix env.test, when running under wine 1.3jan.nijtmans2011-10-071-0/+2
|\ \ \ | |/ /
| * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-071-0/+2
| |\ \ | | |/
| | * Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-071-0/+2
* | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-0/+5
|\ \ \ | |/ /
| * | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-0/+6
| |\ \ | | |/
| | * Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-0/+7
| | * Support Visual Studio 11jan.nijtmans2011-09-261-0/+4
* | | Reintegrate the compilation of [dict with], which is now usually much fasterdkf2011-10-061-0/+7
|\ \ \
| * | | Experimental compilation of the [dict with] subcommand. No tests yet, and notdkf2011-10-021-0/+7
* | | | wrong copy/paste in ChangeLogjan.nijtmans2011-10-051-2/+2
* | | | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-051-0/+6
* | | | Update to Olson's tzdata2011kvenkat2011-10-041-0/+18
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Update to Olson's tzdata2011kvenkat2011-10-041-0/+13
| * | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]:dkf2011-09-161-0/+5
* | | More polishing of Tcl's HTML doc converter.dkf2011-09-291-0/+7
* | | [RFE 3010352]: make all TclOO API functions MODULE_SCOPEjan.nijtmans2011-09-281-0/+6
|\ \ \
* \ \ \ * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Correcteddkf2011-09-271-0/+7
|\ \ \ \
* | | | | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758]dkf2011-09-261-0/+7
|/ / / /
* | | | More revisions to get finalization of ReflectedTransforms correct,dgp2011-09-231-0/+4
* | | | Stop using the deprecated thread management commands of the tcltest package.dgp2011-09-231-0/+6
* | | | Revise [info frame] so that it stops creating cyclesdgp2011-09-221-0/+5
* | | | (minor: tidy up some comments)dkf2011-09-221-7/+6
* | | | [Bug 2903743]: Try to do the right thing when presented with old-style nroff.dkf2011-09-221-0/+7
* | | | Revise the thread exit handling of the [testthread] command so that itdgp2011-09-211-0/+7
* | | | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid mistak...ferrieux2011-09-211-0/+5
* | | | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed theandreask2011-09-211-0/+6
|/ / /
* | | ChangeLog entrydgp2011-09-201-0/+5
* | | Revised ReflectClose() and FreeReflectedTransform() so that we stop leakingdgp2011-09-201-7/+13
* | | Conversion from [testthread] to Thread package stops most memory leaks.dgp2011-09-191-0/+3
* | | Plug most memory leaks in thread.test.dgp2011-09-191-0/+7
|\ \ \
* \ \ \ Plug all memory leaks in ioCmd.test exposed by `make valgrind`.dgp2011-09-191-0/+6
|\ \ \ \
| \ \ \ \
| \ \ \ \
*-. \ \ \ \ IMPLEMENTATION OF TIP #388jan.nijtmans2011-09-161-0/+19
|\ \ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-161-0/+5
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-161-0/+5
* | | | | | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]!dkf2011-09-161-6/+4
* | | | | | Minor change: formattingdkf2011-09-161-7/+6
* | | | | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the dkf2011-09-161-0/+7
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides thedkf2011-09-161-0/+7
* | | | | 3408408 Partial improvement by sharing as literals the computed values ofdgp2011-09-151-0/+7
* | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-0/+3
|\ \ \ \ \ | |/ / / /