summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | Improve code generation for some ensemble subcommands in cases where fulldkf2013-01-281-0/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | [Bug 3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-261-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Fix [2911139]: connect asynchronously, but without unnecessary internal waits.jan.nijtmans2013-01-231-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so exte...jan.nijtmans2013-01-211-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h.jan.nijtmans2013-01-181-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | [3600328]: Fix problems caused by buggy [array] compilation inside a buggydkf2013-01-171-0/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-6/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as thatdkf2013-01-161-23/+30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: tc...jan.nijtmans2013-01-151-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ...jan.nijtmans2013-01-141-0/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify readable fileevent "false positives" in the case of multibyte encodin...ferrieux2013-01-131-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ta...jan.nijtmans2013-01-131-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put back TclBackgroundException in internal stub table, so extensions using t...jan.nijtmans2013-01-121-0/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug 3599395]: http assumes status line is a proper tcl list.jan.nijtmans2013-01-091-1/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and T...jan.nijtmans2013-01-071-0/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in unrela...jan.nijtmans2013-01-061-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve code generation for many simple core ensemble subcommands.dkf2013-01-041-6/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects.mig2013-01-041-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Channel buffer min size is 1. Issue found by Schelte Bron.dkf2013-01-031-0/+4
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added mechanism for pre-parsing built-in ensembles even when they are not goingdkf2013-01-031-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc...mig2013-01-021-0/+7
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Marked some string subcommands as obsolete, following discussion on tcl-core.dkf2012-12-311-0/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too earlyjan.nijtmans2012-12-271-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop leaking allocated space when objifying a zero-length DString. [Bug 35981...ferrieux2012-12-221-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inline compat Tcl_GetDefaultEncodingDir. jan.nijtmans2012-12-211-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge releasedgp2012-12-211-4/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunk, update changes and re-tagcore_8_6_0core_8_6_0_rcdgp2012-12-141-1/+23
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Tag 8.6.0 for releasedgp2012-12-111-9/+34
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved the sequence of instructions issued for [subst] when dealing withdkf2012-12-181-6/+11
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for [Bug 3595576], found by andrewshmig2012-12-131-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog entry, and change macro variable to not conflict with possible outs...jan.nijtmans2012-12-131-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the generation of HTML documentation in 8.6, allowing for contributeddkf2012-12-101-9/+20
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug 3594188] Clarifications about commas.ferrieux2012-12-091-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up unwanted eofchar side-effect of chan-4.6 leading to a spurious "'" ...ferrieux2012-12-091-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed no...ferrieux2012-12-081-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2012-12-071-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [3613609]: Replace strcasecmp() with UTF-8-aware version.dkf2013-05-221-0/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans2013-05-191-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans2013-05-191-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ...jan.nijtmans2013-05-171-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ...jan.nijtmans2013-05-171-3/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (::platform::LibcVersion): Followup to the 2013-01-30 change. The REandreask2013-04-301-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (::platform::LibcVersion): Followup to the 2013-01-30 change. The REandreask2013-04-301-0/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dde to version 1.3.3. jan.nijtmans2013-04-251-0/+7