summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Resolver fix from Stefan Sobernig.dkf2011-10-201-6/+17
|\ | | | | | | | | | | | | | | | | * generic/tclLiteral.c (TclInvalidateCmdLiteral): [Bug 3418547]: Additional code for handling the invalidation of literals. * generic/tclBasic.c (Tcl_CreateObjCommand, Tcl_CreateCommand) (TclRenameCommand, Tcl_ExposeCommand): The four additional places that need extra care when dealing with literals. * generic/tclTest.c (TestInterpResolverCmd): Additional test machinery for interpreter resolvers.
| * ChangeLog entry.dkf2011-10-201-0/+10
| |
* | 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
| | | | | | | | | | | | qualified names, and added spacial cases for empty bodies (used when [dict with] is just used for extracting variables).
* | | 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
|\ \ \ | | | | | | | | (but only inside contexts with a local variable table).
| * | | Experimental compilation of the [dict with] subcommand. No tests yet, and notdkf2011-10-021-0/+7
| | | | | | | | | | | | | | | | yet certain that the added bytecode opcodes are correct; evaluation is still needed (but the test suite does pass...)
* | | | 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
| | | | | | | | | Corrected the handling of procedure error messages (found by TclOO).
* | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | the memory management for the code parsing arguments when returning "large" numbers of arguments. Also unbroke the TCL_ARGV_AUTO_REST macro in passing.
* | | | | 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
| | | | | | | | | | | | including adopting a "dead" field as was done in tclIORChan.c.
* | | | Stop using the deprecated thread management commands of the tcltest package.dgp2011-09-231-0/+6
| | | | | | | | | | | | | | | | The test suite ought to provide these tools for itself. They do not belong in a testing harness.
* | | | Revise [info frame] so that it stops creating cyclesdgp2011-09-221-0/+5
| | | | | | | | | | | | in the iPtr->cmdFramePtr stack.
* | | | (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
| | | | | | | | | | | | | | | | properly maintains the per-process data structures even when the thread exits for reasons other than the [testthread exit] command.
* | | | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid ↵ferrieux2011-09-211-0/+5
| | | | | | | | | | | | | | | | mistaking them as nonblocking ones.
* | | | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed theandreask2011-09-211-0/+6
|/ / / | | | | | | | | | | | | missing initialization of the 'dsti' field. Reported by Don Porter, on chat.
* | | ChangeLog entrydgp2011-09-201-0/+5
| | |
* | | Revised ReflectClose() and FreeReflectedTransform() so that we stop leakingdgp2011-09-201-7/+13
| | | | | | | | | | | | ReflectedTransforms, yet free all Tcl_Obj values in the same thread that alloced them.
* | | 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
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated).
| * | | | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides thedkf2011-09-161-0/+7
| | | | | | | | | | | | | | | | | | | | -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated).