summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as thatdkf2013-01-161-23/+30
| | | is an encoding we guarantee to support without loading encoding files.
* Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵jan.nijtmans2013-01-161-0/+8
|\ | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too.
| * Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵jan.nijtmans2013-01-161-0/+8
| |\ | | | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do).
| | * and changelogjan.nijtmans2013-01-161-0/+8
| | |
* | | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: ↵jan.nijtmans2013-01-151-0/+10
|\ \ \ | |/ / | | | | | | tcl.h does not include sys/stat.h
| * | [Bug 3598300]: unix: tcl.h does not include sys/stat.hjan.nijtmans2013-01-151-0/+5
| |\ \
| * | | More flexible search for win32 tclConfig.sh, backported from TEA (not ↵jan.nijtmans2013-01-141-0/+5
| |/ / | | | | | | | | | actually used in Tcl, only for Tk)
* | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ↵jan.nijtmans2013-01-141-0/+6
| | | | | | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.6.
* | | Clarify readable fileevent "false positives" in the case of multibyte ↵ferrieux2013-01-131-0/+4
| | | | | | | | | | | | encodings/transforms [Bug 3436609].
* | | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ↵jan.nijtmans2013-01-131-0/+6
|\ \ \ | |/ / | | | | | | taken from the public stub table, even if the inclusion is through tclInt.h.
| * | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ↵jan.nijtmans2013-01-131-0/+6
| | | | | | | | | | | | taken from the public stub table, even if the inclusion is through tclInt.h.
* | | Put back TclBackgroundException in internal stub table, so extensions using ↵jan.nijtmans2013-01-121-0/+6
| | | | | | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.6.
* | | [Bug 3599395]: http assumes status line is a proper tcl list.jan.nijtmans2013-01-091-1/+6
|\ \ \ | |/ /
| * | [Bug 3599395]: http assumes status line is a proper tcl list. jan.nijtmans2013-01-091-1/+7
| | | | | | | | | Bump http package to 2.7.11.
* | | [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-0/+6
|\ \ \ | |/ / | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction.
| * | [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-0/+6
| |\ \ | | |/ | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction.
| | * [Bug 3092089]: [file normalize] can remove path components.jan.nijtmans2013-01-081-0/+6
| | |\ | | | | | | | | [Bug 3587096] win vista/7: "can't find init.tcl" when called via junction.
| * | \ Extend the public stub table with dummy NULL entries, up to the size of the ↵jan.nijtmans2013-01-071-0/+7
| |\ \ \ | | |/ / | | | / | | |/ | |/| Tcl 8.6 stub tables. This makes it easier to debug extensions which use Tcl 8.6 features but (erroneously) are attempted to be loaded in Tcl 8.5.
| | * Extend the public and private stub tables with dummy NULL entries, up to the ↵jan.nijtmans2013-01-071-0/+8
| | | | | | | | | | | | | | | size of the Tcl 8.6 stub tables. This makes it easier to debug extensions which use Tcl 8.5/8.6 features but (erroneously) are attempted to be loaded in Tcl 8.4.
| * | remove stray calls to Tcl_Alloc and friends: the core should only use ↵mig2013-01-021-0/+7
| | | | | | | | | | | | ckalloc to allow MEM_DEBUG to work properly
| * | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-0/+6
| |\ \ | | |/ | | | | | | Marked some string subcommands as obsolete, following discussion on tcl-core. Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally.
| | * Marked some string subcommands as obsolete, following discussion on tcl-core.jan.nijtmans2013-01-021-0/+6
| | |
* | | Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and ↵jan.nijtmans2013-01-071-0/+8
| | | | | | | | | | | | | | | Tcl_AppendResult, not any other function. This puts least restrictions on eventual Tcl 9 stubs re-organization, and it works on the widest range of Tcl versions.
* | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵jan.nijtmans2013-01-061-0/+7
| | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6.
* | | 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
|\ \ \ | | | | | | | | to generate specific code. This provides a good speedup in some cases.
* | | | remove stray calls to Tcl_Alloc and friends: the core should only use ↵mig2013-01-021-0/+7
|/ / / | | | | | | | | | ckalloc to allow MEM_DEBUG to work properly
* | | 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
|\ \ \ | |/ /
| * | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too earlyjan.nijtmans2012-12-271-0/+5
| |\ \ | | |/
| | * [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early jan.nijtmans2012-12-271-0/+5
| | | | | | | | | | | | | | | Tests!? Where are the tests!?! They are in test listobj-11.1
* | | Stop leaking allocated space when objifying a zero-length DString. [Bug ↵ferrieux2012-12-221-0/+5
| | | | | | | | | | | | 3598150] spotted by afredd.
* | | Inline compat Tcl_GetDefaultEncodingDir. jan.nijtmans2012-12-211-0/+6
|\ \ \ | |/ / | | | Eliminate unnecessary static HasStubSupport() and isDigit() functions, just do the same inline.
| * | Make pkgb.so loadable in Tcl 8.4 as well. jan.nijtmans2012-12-211-0/+6
| |\ \ | | |/ | | | Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline.
| | * Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks ↵jan.nijtmans2012-12-211-0/+8
| | | | | | | | | | | | | | | like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline.
* | | 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
| |_|/ / / |/| | | | | | | | | simple variable references.
* | | | | Fix for [Bug 3595576], found by andrewshmig2012-12-131-0/+7
| | | | |
* | | | | Changelog entry, and change macro variable to not conflict with possible ↵jan.nijtmans2012-12-131-0/+5
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | outside variable names
| * | | Changelog entry, and change macro variable to not conflict with possible ↵jan.nijtmans2012-12-131-0/+5
| |\ \ \ | | | |/ | | |/| | | | | outside variable names
| | * | Changelog entry, and change macro variable to not conflict with possible ↵jan.nijtmans2012-12-131-0/+5
| | | | | | | | | | | | | | | | outside variable names
* | | | Improve the generation of HTML documentation in 8.6, allowing for contributeddkf2012-12-101-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.ferrieux2012-12-091-0/+1
| | |
* | | Clean up unwanted eofchar side-effect of chan-4.6 leading to a spurious "'" ↵ferrieux2012-12-091-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 ↵ferrieux2012-12-081-0/+5
| | | | | | | | | | | | nonblocking channels. Thanks Miguel for spotting.
* | | Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2012-12-071-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.