summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
*-. 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
|\ \ \ \ | |/ / /
| * | | Update to Olson's tzdata2011ivenkat2011-09-071-0/+11
| |/ /
* | | [RFE 1711975]: Tcl_MainEx() (like Tk_MainEx())jan.nijtmans2011-09-061-0/+6
|\ \ \
* | | | Convert [testthread] use to Thread package use in http.test.dgp2011-09-021-0/+5
| | | | | | | | | | | | Eliminates memory leak seen in `make valgrind`.
* | | | [Bug 3401422] Cache script-level changes to the nonblocking flag of an async ↵ferrieux2011-09-011-0/+6
| | | | | | | | | | | | | | | | client socket in progress, and commit them on completion.
* | | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex).dgp2011-09-011-0/+7
|\ \ \ \ | |/ / / |/| / / | |/ / [scan Inf %g] is portable; remove constraint.
| * | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex)dgp2011-09-011-0/+7
| | | | | | | | | [scan Inf %g] is portable; remove constraint.
* | | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-42/+50
|\ \ \ | |/ /
| * | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-13/+21
| | |
| * | [Bug 1774689] async-4.3 sometimes fails. (backport)ferrieux2011-08-191-0/+1
| | |
| * | [Bug 2981154] async-4.3 segfault. (backport)ferrieux2011-08-191-0/+4
| | |
* | | Put back the check for server sockets (bug #3394732).max2011-08-291-0/+5
| | |
* | | Leak of ReflectedTransformMap.dgp2011-08-291-0/+4
| | |
* | | 3396731 Revise the [string reverse] implementation to operate on thedgp2011-08-271-4/+6
|\ \ \ | | | | | | | | representation that comes in, avoid conversion to other reps.
| * \ \ Revert the [string reverse] rewrite in a branch for more review.dgp2011-08-231-4/+0
| |\ \ \ |/ / / /
* | | | typodgp2011-08-231-1/+1
| | | |
* | | | 3396948 Leak of ReflectedChannelMap.dgp2011-08-231-0/+4
| | | |
* | | | [FRQ 3396731] inline string reversejan.nijtmans2011-08-231-0/+4
|/ / /
* | | 3393279, 3393280 ReflectClose(.) is missing Tcl_EventuallyFree() callsdgp2011-08-191-0/+3
| | | | | | | | | at some of its exits.
* | | 3394654, 3393276 Revise FlushChannel() to account for the possibilitydgp2011-08-191-0/+4
| | | | | | | | | that the ChanWrite() call might recycle the buffer out from under us.
* | | Preserve the chanPtr during FlushChannel so that channel driversdgp2011-08-191-0/+5
| | | | | | | | | don't yank it away before we're done with it.