summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* 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 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).
* | 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.
* | [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].
* | 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
|/ /
* | 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-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
| |
* | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-0/+6
|\ \ | |/
| * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-0/+6
| |
* | 3393150 Overlooked free of intreps. (It matters for bignums!)dgp2011-08-171-0/+5
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+19
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+4
| |
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+9
| | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that
| * 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
| |
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+1
| |
* | 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
| |
* | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-151-0/+2
|\ \ | |/ | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled
| * [Bug 3388350] mingw64 compiler warnings. jan.nijtmans2011-08-151-0/+1
| | | | | | | | Reverse the detection of struct _stat32i64, otherwise when mingw doesn't have it, tclTest.c cannot be compiled
* | Oops, tclWinFile.c was not supposed to be checked injan.nijtmans2011-08-151-1/+0
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+3
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+6
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+6
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+12
| |
* | 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp2011-08-121-0/+5
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-1/+8
| |
* | Plugged a memory leak in double->stringKevin B Kenny2011-08-061-0/+5
| | | | | | conversion. [Bug 3386975]
* | Update to Olson's tzdata2011hdgp2011-07-281-0/+21
| |
* | [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-211-0/+4
|\ \ | |/
| * [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-211-0/+4
| |
* | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-0/+5
| |
* | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-151-0/+5
|\ \ | |/
| * Avoid segfaults when RecordByteCodeStats() is called in a deleted interp.dgp2011-07-151-0/+5
| |
| * 3366265 Buffer allocated one byte too small caused overrun.dgp2011-07-131-0/+7
| |
* | [FRQ 3358415]: Minor doc improvementdkf2011-07-081-0/+4
| |
* | Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-0/+6
|\ \ | |/ | | time of the last metadata change, not the time of creation.
| * Corrected statements about ctime field of 'struct stat'; that was always thedkf2011-07-031-0/+6
| | | | | | time of the last metadata change, not the time of creation.