summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* | | | | 3408408 Partial improvement by sharing as literals the computed values ofdgp2011-09-151-0/+7
| | | | | | | | | | | | | | | | | | | | constant subexpressions when we can do so without incurring the cost of string rep generation.
* | | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-0/+3
|\ \ \ \ \ | |/ / / / | | | | | Thanks to Wolfgang S. Kechel.
| * | | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-0/+3
| |\ \ \ \ | | |/ / / | | | | | Thanks to Wolfgang S. Kechel.
| | * | | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-0/+3
| | | | | | | | | | | | | | | Thanks to Wolfgang S. Kechel.
* | | | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-0/+5
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | Thanks to Dagobert Michelson.
| * | | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-0/+5
| |\ \ \ | | |/ / | | | | Thanks to Dagobert Michelson.
| | * | 3405652 Portability workaround for broken system DTrace support.dgp2011-09-131-0/+5
| | | | | | | | | | | | Thanks to Dagobert Michelson.
* | | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-121-0/+5
|\ \ \ \ | |/ / /
| * | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-121-0/+5
| |\ \ \ | | |/ /
| | * | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-121-0/+5
| | | |
| | * | Add --disable-rpath option to configure scriptjan.nijtmans2011-09-061-3/+5
| | | |
| | * | Tcl_HashStats does not return a CONSTjan.nijtmans2011-09-061-0/+7
| | | |
| | * | Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵jan.nijtmans2011-08-301-0/+8
| | | | | | | | | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
| | * | Fixed use of C99 features breaking the build with MSVC6. The problem was ↵andreask2011-08-221-0/+6
| | | | | | | | | | | | | | | | introduced with checkin [e9a08358f4].
* | | | Convert [testthread] use to Thread package use in thread-6.1.dgp2011-09-121-0/+3
| | | | | | | | | | | | Eliminates a memory leak in `make valgrind`.
* | | | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1.dgp2011-09-111-0/+6
| | | | | | | | | | | | Eliminates a memory leak in `make valgrind`.
* | | | Minor formatting fixes.dkf2011-09-101-9/+9
| | | |
* | | | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgsdkf2011-09-101-0/+6
| |_|/ |/| | | | | produces the right sort of message.
* | | 3389733 Convert [testthread] use to Thread package use in *io-70.1.dgp2011-09-091-2/+2
| | | | | | | | | Eliminates a memory leak in `make valgrind`.
* | | 3389733 Convert [testthread] use to Thread package use in chan-io-70.1.dgp2011-09-091-0/+6
| | | | | | | | | Eliminates a memory leak in `make valgrind TESTFLAGS="-file chanio.test"`.
* | | 3401704 Allow function names like influence(), nanobot(), and 99bottles()dgp2011-09-071-0/+8
|\ \ \ | |/ / | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY***
| * | 3401704 Allow function names like influence(), nanobot(), and 99bottles()dgp2011-09-071-0/+8
| |\ \ | | | | | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY***
* | \ \ Update to Olson's tzdata2011ivenkat2011-09-071-0/+11
|\ \ \ \ | |/ / /