summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Changelog entry, and change macro variable to not conflict with possible outs...jan.nijtmans2012-12-131-0/+5
| |\
| | * 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
|\ \ \ | |/ /
| * | Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2012-12-071-0/+6
| |\ \ | |/ / |/| |
| * | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overridingdkf2012-11-141-0/+8
| |\ \ | | |/
| | * Backport from Tcl 8.6.dkf2012-11-141-0/+8
* | | [3590483]: Some compilers cannot initialize with complex non-constants.dkf2012-11-281-1/+7
* | | Factor out creation of the -sockname and -peername lists frommax2012-11-261-0/+8
* | | [Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixesdkf2012-11-201-0/+6
* | | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexeddkf2012-11-191-0/+6
* | | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazyjan.nijtmans2012-11-151-0/+14
|\ \ \
* | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-141-0/+9
|/ / /
* | | also search for the library directory (init.tcl, encodings, etc) relative to ...Joe Mistachkin2012-11-131-0/+6
|\ \ \ | |/ /
| * | also search for the library directory (init.tcl, encodings, etc) relative to ...Joe Mistachkin2012-11-131-0/+6
| * | ChangeLog release markcore_8_5_13core_8_5_13_rcdgp2012-11-091-0/+15
* | | added forgotten Changelog entrymig2012-11-101-0/+6
* | | Import tzdata2012iKevin B Kenny2012-11-071-0/+14
|\ \ \ | |/ /
| * | Import tzdata2012iKevin B Kenny2012-11-071-0/+14
| * | 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-0/+5
| |\ \ | | |/
| | * 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-0/+5
* | | [Bug 3581754]: Ensure that http -command callbacks are done at most once.dkf2012-11-061-0/+9
|\ \ \ | |/ /
| * | [Bug 3581754]: Ensure that http -command callbacks are done at most once.dkf2012-11-061-0/+9
* | | Added bytecode compilation of many Tcl commands, merged from development branch.dkf2012-11-051-0/+24
|\ \ \
* \ \ \ TIP #413jan.nijtmans2012-11-051-0/+15
|\ \ \ \
* | | | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1jan.nijtmans2012-10-311-0/+8
| |/ / / |/| | |
* | | | Added compilation of [dict unset]; the bytecode needed already existed anyway.dkf2012-10-241-1/+6
|/ / /
* | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ...jan.nijtmans2012-10-231-0/+8
|\ \ \ | |/ /
| * | Remove unused TclpLoadFile function.jan.nijtmans2012-10-231-0/+5
* | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevelsmig2012-10-181-0/+6
* | | Implementation of TIP #405.dkf2012-10-161-0/+15
* | | Implementation of TIP #400.dkf2012-10-161-27/+40
* | | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ...jan.nijtmans2012-10-141-0/+6
|\ \ \ | |/ /
| * | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s...jan.nijtmans2012-10-141-0/+6
* | | Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-0/+5
|\ \ \ | |/ /
| * | Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-0/+5
* | | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8.jan.nijtmans2012-10-061-0/+5
| | |
| \ \
*-. \ \ When checking for std channels being closed, compare the channel state,dgp2012-10-031-0/+6
|\ \ \ \ | | |/ /
| | * | When checking for std channels being closed, compare the channel state,dgp2012-10-031-0/+6
| | |\ \ | |/ / / | | | _
| | * When checking for std channels being closed, compare the channel state,dgp2012-10-031-0/+6
| * | Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-171-3/+5
| * | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6oehhar2012-09-121-0/+8
| * | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes [241...ferrieux2012-09-071-0/+5
* | | Workaround for [socket -server foo -myaddr localhost 0] failure on OSX.max2012-09-261-0/+6
* | | New import libraries for zlib 1.2.7, usable for all win32/win64 compilersjan.nijtmans2012-09-201-0/+5
|\ \ \