summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-221-0/+8
|
* [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-0/+9
|
* 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix.dgp2012-01-191-1/+6
|
* Bump to 2.5.6dgp2012-01-171-0/+5
|
* * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-131-0/+5
| | | only try to read the socket error exactly once.
* [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+9
|
* [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-231-0/+9
|
* [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-0/+6
|
* [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-291-0/+6
|
* [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-221-0/+5
|
* 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
|
* 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/+7
|
* Support Visual Studio 11jan.nijtmans2011-09-261-0/+4
|
* Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-161-0/+5
|
* 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.
* [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].
* [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-0/+6
|
* [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
|
* [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
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+6
|
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-0/+12
|
* [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-211-0/+4
|
* 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
|
* 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.
* Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH ↵andreask2011-06-221-0/+6
| | | | location change for libc
* fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-0/+5
|
* Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+7
|
* fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW.jan.nijtmans2011-04-211-12/+9
| | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations.
* Fixed the shift in line numbers used for testing 'info frame' introduced by ↵andreask2011-04-201-0/+6
| | | | checkin [79367df0f0] (Mar 2, 2011).
* wrong datejan2011-04-201-1/+1
|
* (no comment)jan2011-04-201-2/+4
|
* fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it ↵jan2011-04-201-0/+5
| | | | right for cygwin and WIN64 as well.
* fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW.jan.nijtmans2011-04-181-0/+5
|
* fix for [Bug 2662380], crash caused by appending to a variable with a write ↵mig2011-04-131-0/+5
| | | | trace that unsets it
* Updated README files, repairing broken URLs and other rot.dgp2011-04-041-1/+8
|
* [Bug 3007895]: Tcl_(Find|Create)HashEntryjan2011-03-251-0/+9
| | | | | | | stub entries can never be called. They still cannot be called (no change in functionality), but at least they now do exactly the same as the Tcl_(Find|Create)HashEntry macro's, so the confusion addressed in this Bug report is gone. Merged --cherrypick from Tcl8.5 (2010-12-31,e75735ef76)
* Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-241-0/+6
| | | rather than hanging around to trip us up in the future.
* [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-161-0/+2
|