summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Note incompatibility caused by switch of flags to dlopen() for Bug 3216070.dkf2011-12-011-0/+4
|
* [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-301-0/+6
|\ | | | | | | setargv() function on mingw.
| * [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-301-0/+6
| | | | | | | | | | setargv() function on mingw (no need to incr the version, since 2.2.10 is never released)
* | Use the same shebang comment everywherejan.nijtmans2011-11-301-0/+8
|\ \ | |/ | | | | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3
| * Use the same shebang comment everywherejan.nijtmans2011-11-291-0/+6
| |
* | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-0/+6
|\ \ | |/
| * [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-221-0/+5
| |
* | tag&bag another 8.5.11 RC.core_8_5_11core_8_5_11_rcdgp2011-11-041-1/+16
| |
* | merge to releasedgp2011-11-011-0/+2
| |
* | Update changes toward 8.5.11 release. Bump to http 2.7.7.dgp2011-10-201-0/+9
| |
* | 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
| |
* | 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
| |
* | 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 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
| |
* | 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
| |