Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | merge release | dgp | 2012-12-21 | 1 | -4/+29 | |
|\ | ||||||
| * | merge trunk, update changes and re-tagcore_8_6_0core_8_6_0_rc | dgp | 2012-12-14 | 1 | -1/+23 | |
| |\ | ||||||
| * \ | Tag 8.6.0 for release | dgp | 2012-12-11 | 1 | -9/+34 | |
| |\ \ | ||||||
* | | | | Improved the sequence of instructions issued for [subst] when dealing with | dkf | 2012-12-18 | 1 | -6/+11 | |
| |_|/ |/| | | | | | simple variable references. | |||||
* | | | Fix for [Bug 3595576], found by andrewsh | mig | 2012-12-13 | 1 | -0/+7 | |
| | | | ||||||
* | | | Changelog entry, and change macro variable to not conflict with possible ↵ | jan.nijtmans | 2012-12-13 | 1 | -0/+5 | |
|\ \ \ | |_|/ |/| | | | | | outside variable names | |||||
| * | | Changelog entry, and change macro variable to not conflict with possible ↵ | jan.nijtmans | 2012-12-13 | 1 | -0/+5 | |
| |\ \ | | | | | | | | | | | | | outside variable names | |||||
| | * | | Changelog entry, and change macro variable to not conflict with possible ↵ | jan.nijtmans | 2012-12-13 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | outside variable names | |||||
* | | | | Improve the generation of HTML documentation in 8.6, allowing for contributed | dkf | 2012-12-10 | 1 | -9/+20 | |
| |_|/ |/| | | | | | | | | | | | packages whose non-version name parts are prefixes of others. Also ensure that documentation builds are complete after distribution, and that we generate a better error message when using the wrong tclsh version to do the build. | |||||
* | | | [Bug 3594188] Clarifications about commas. | ferrieux | 2012-12-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | Clean up unwanted eofchar side-effect of chan-4.6 leading to a spurious "'" ↵ | ferrieux | 2012-12-09 | 1 | -0/+5 | |
| | | | | | | | | | | | | at end of chan.test under certain conditions (see [Bug 3389289] and [Bug 3389251]). | |||||
* | | | Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed ↵ | ferrieux | 2012-12-08 | 1 | -0/+5 | |
| | | | | | | | | | | | | nonblocking channels. Thanks Miguel for spotting. | |||||
* | | | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 1 | -0/+6 | |
|\ \ \ | |/ / | | | | | | | library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. | |||||
| * | | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 1 | -0/+6 | |
| |\ \ | |/ / |/| | | | | | library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. | |||||
| * | | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding | dkf | 2012-11-14 | 1 | -0/+8 | |
| |\ \ | | |/ | | | | | | | | | | | | | of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). | |||||
| | * | Backport from Tcl 8.6. | dkf | 2012-11-14 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). | |||||
* | | | [3590483]: Some compilers cannot initialize with complex non-constants. | dkf | 2012-11-28 | 1 | -1/+7 | |
| | | | ||||||
* | | | Factor out creation of the -sockname and -peername lists from | max | 2012-11-26 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | TcpGetOptionProc() to TcpHostPortList(). Make it robust against implementations of getnameinfo() that error out if reverse mapping fails instead of falling back to the numeric representation. | |||||
* | | | [Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixes | dkf | 2012-11-20 | 1 | -0/+6 | |
| | | | ||||||
* | | | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexed | dkf | 2012-11-19 | 1 | -0/+6 | |
| | | | | | | | | | compiled [string range]. Thanks to Emiliano Gavilan for diagnosis and fix. | |||||
* | | | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazy | jan.nijtmans | 2012-11-15 | 1 | -0/+14 | |
|\ \ \ | ||||||
* | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 1 | -0/+9 | |
|/ / / | | | | | | | | | | | | | | | | | | | out all the code to do temporary file creation so that it is possible to make it correct in one place. Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). | |||||
* | | | also search for the library directory (init.tcl, encodings, etc) relative to ↵ | Joe Mistachkin | 2012-11-13 | 1 | -0/+6 | |
|\ \ \ | |/ / | | | | | | | the build directory associated with the source checkout. | |||||
| * | | also search for the library directory (init.tcl, encodings, etc) relative to ↵ | Joe Mistachkin | 2012-11-13 | 1 | -0/+6 | |
| | | | | | | | | | | | | the build directory associated with the source checkout. | |||||
| * | | ChangeLog release markcore_8_5_13core_8_5_13_rc | dgp | 2012-11-09 | 1 | -0/+15 | |
| | | | ||||||
* | | | added forgotten Changelog entry | mig | 2012-11-10 | 1 | -0/+6 | |
| | | | ||||||
* | | | Import tzdata2012i | Kevin B Kenny | 2012-11-07 | 1 | -0/+14 | |
|\ \ \ | |/ / | ||||||
| * | | Import tzdata2012i | Kevin B Kenny | 2012-11-07 | 1 | -0/+14 | |
| | | | ||||||
| * | | 3574493 Avoid hanging on exit due to use of synchronization calls in | dgp | 2012-11-07 | 1 | -0/+5 | |
| |\ \ | | |/ | | | | routines called by DllMain(). | |||||
| | * | 3574493 Avoid hanging on exit due to use of synchronization calls in | dgp | 2012-11-07 | 1 | -0/+5 | |
| | | | | | | | | | routines called by DllMain(). | |||||
* | | | [Bug 3581754]: Ensure that http -command callbacks are done at most once. | dkf | 2012-11-06 | 1 | -0/+9 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3581754]: Ensure that http -command callbacks are done at most once. | dkf | 2012-11-06 | 1 | -0/+9 | |
| | | | ||||||
* | | | Added bytecode compilation of many Tcl commands, merged from development branch. | dkf | 2012-11-05 | 1 | -0/+24 | |
|\ \ \ | ||||||
* \ \ \ | TIP #413 | jan.nijtmans | 2012-11-05 | 1 | -0/+15 | |
|\ \ \ \ | ||||||
* | | | | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 | jan.nijtmans | 2012-10-31 | 1 | -0/+8 | |
| |/ / / |/| | | | ||||||
* | | | | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 1 | -1/+6 | |
|/ / / | ||||||
* | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵ | jan.nijtmans | 2012-10-23 | 1 | -0/+8 | |
|\ \ \ | |/ / | | | | | | | these flags are available through the whole filesystem for (future) internal use | |||||
| * | | Remove unused TclpLoadFile function. | jan.nijtmans | 2012-10-23 | 1 | -0/+5 | |
| | | | ||||||
* | | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels | mig | 2012-10-18 | 1 | -0/+6 | |
| | | | | | | | | | are properly set, fix bug discovered by dkf and reported at http://code.activestate.com/lists/tcl-core/12213/ | |||||
* | | | Implementation of TIP #405. | dkf | 2012-10-16 | 1 | -0/+15 | |
| | | | ||||||
* | | | Implementation of TIP #400. | dkf | 2012-10-16 | 1 | -27/+40 | |
| | | | ||||||
* | | | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵ | jan.nijtmans | 2012-10-14 | 1 | -0/+6 | |
|\ \ \ | |/ / | | | | | | | source code. | |||||
| * | | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵ | jan.nijtmans | 2012-10-14 | 1 | -0/+6 | |
| | | | | | | | | | | | | source code. | |||||
* | | | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -0/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Bug 3576509: tcl::Bgerror crashes with invalid arguments | jan.nijtmans | 2012-10-13 | 1 | -0/+5 | |
| | | | ||||||
* | | | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8. | jan.nijtmans | 2012-10-06 | 1 | -0/+5 | |
| | | | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -0/+6 | |
|\ \ \ \ | | |/ / | | | | | not the channel itself so that stacked channels do not cause trouble. | |||||
| | * | | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -0/+6 | |
| | |\ \ | |/ / / | | | _ | not the channel itself so that stacked channels do not cause trouble. | |||||
| | * | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -0/+6 | |
| | | | | | | | | | not the channel itself so that stacked channels do not cause trouble. | |||||
| * | | Correct build version and backported 973091ef75tip404_tcl8_5 | oehhar | 2012-09-17 | 1 | -3/+5 | |
| | | |