Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. | dgp | 2013-02-22 | 1 | -0/+6 |
|\ | | | | | Stop crashes when the hookProc raises an error. | ||||
| * | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. | dgp | 2013-02-22 | 1 | -0/+6 |
| |\ | | | | | | | Stop crashes when the hookProc raises an error. | ||||
| | * | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. | dgp | 2013-02-22 | 1 | -0/+6 |
| | | | | | | | | | Stop crashes when the hookProc raises an error. | ||||
* | | | 3605447 Make sure the -clear option to [namespace export] always clears, | dgp | 2013-02-21 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | whether or not new export patterns are specified. | ||||
| * | | 3605447 Make sure the -clear option to [namespace export] always clears, | dgp | 2013-02-21 | 1 | -0/+6 |
| |\ \ | | |/ | | | | whether or not new export patterns are specified. | ||||
| | * | 3605447 Make sure the -clear option to [namespace export] always clears, | dgp | 2013-02-21 | 1 | -0/+6 |
| | | | | | | | | | whether or not new export patterns are specified. | ||||
* | | | [Bug 3605401]: Compiler error with latest mingw-w64 headers.bug_3605401 | jan.nijtmans | 2013-02-20 | 1 | -0/+5 |
| | | | |||||
* | | | Fix bug #2438181: Incorrect error reporting in traces. | jan.nijtmans | 2013-02-19 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | Test-case and fix provided by Poor Yorick. | ||||
| * | | Fix bug #2438181: Incorrect error reporting in traces. | jan.nijtmans | 2013-02-19 | 1 | -0/+5 |
| |\ \ | | |/ | | | | Test-case and fix provided by Poor Yorick. | ||||
* | | | 3604074 Fix regexp optimization to stop hanging on the expression | dgp | 2013-02-15 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | ((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery. | ||||
| * | | 3604074 Fix regexp optimization to stop hanging on the expression | dgp | 2013-02-15 | 1 | -0/+6 |
| |\ \ | | |/ | | | | ((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery. | ||||
| | * | 3604074 Fix regexp optimization to stop hanging on the expression | dgp | 2013-02-15 | 1 | -0/+6 |
| | | | | | | | | | ((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery. | ||||
| * | | ChangeLog corrected: msgcat issue must not be XP specific | oehhar | 2013-02-14 | 1 | -2/+3 |
| | | | |||||
* | | | ChangeLog corrected: msgcat issue must not be XP specific | oehhar | 2013-02-14 | 1 | -2/+3 |
| | | | |||||
* | | | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP | jan.nijtmans | 2013-02-14 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP | jan.nijtmans | 2013-02-14 | 1 | -0/+5 |
| | | | |||||
* | | | [Bug 3603553]: Ensure that data gets written to the underlying stream by | dkf | 2013-02-11 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | compressing transforms when the amount of data to be written is one buffer's-worth; problem was particularly likely to occur when compressing large quantities of not-very-compressible data. Many thanks to Piera Poggio (vampiera) for reporting. | ||||
* | | | [Bug 3603695]: Change the way that the [oo::object] 'varname' method is | dkf | 2013-02-09 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | implemented so that there are no longer problems with interactions due to the resolver. Thanks to Taylor Venable <tcvena@gmail.com> for identifying the problem. | ||||
* | | | [3603557]: Increase the maximum depth of recursion used when duplicating an | dkf | 2013-02-08 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | automaton in response to encountering a "wild" RE that hit the previous limit. Allow the limit (DUPTRAVERSE_MAX_DEPTH) to be set by defining its value in the Makefile. Problem reported by Jonathan Mills. | ||||
* | | | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | be normalized, even when no "A:" drive is present on the system. | ||||
| * | | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+6 |
| |\ \ | | |/ | | | | be normalized, even when no "A:" drive is present on the system. | ||||
| | * | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+6 |
| | | | | | | | | | be normalized, even when no "A:" drive is present on the system. | ||||
* | | | [3433012]: Added dummy version of TclpLoadMemory to use in the event that a | dkf | 2013-02-05 | 1 | -0/+7 |
|\ \ \ | |/ / | | | | | | | platform thinks it can load from memory but cannot actually do so due to it being disabled at configuration time. | ||||
| * | | [Bug 3433012]: Added dummy version of TclpLoadMemory to use in the event that a | dkf | 2013-02-05 | 1 | -0/+7 |
| | | | | | | | | | | | | platform thinks it can load from memory but cannot actually do so due to it being disabled at configuration time. | ||||
* | | | [3603163]: Stop crash in weird case where [eval] is used to make [array set] | dkf | 2013-02-04 | 1 | -0/+7 |
| | | | | | | | | | | | | get confused about whether there is a local variable table or not. Thanks to Poor Yorick for identifying a reproducible crashing case. | ||||
* | | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -0/+9 |
|\ \ \ | |/ / | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | ||||
| * | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -0/+9 |
| |\ \ | | |/ | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | ||||
| | * | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | ||||
* | | | Improve code generation for some ensemble subcommands in cases where full | dkf | 2013-01-28 | 1 | -0/+13 |
| | | | | | | | | | | | | compilation is impossible yet full ensemble invoking is unnecessary. Also fix a few minor doc formatting bugs. | ||||
* | | | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+5 |
| | | | |||||
* | | | Fix [2911139]: connect asynchronously, but without unnecessary internal waits. | jan.nijtmans | 2013-01-23 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Fix [2911139]: connect asynchronously, but without unnecessary internal waits. | dkf | 2013-01-23 | 1 | -0/+8 |
| | | | |||||
* | | | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so ↵ | jan.nijtmans | 2013-01-21 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | extensions using this (like Tk 8.4) will continue to work in all Tcl 8.x versions. Extensions using this still cannot be compiled against Tcl 8.6 headers. | ||||
* | | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. | jan.nijtmans | 2013-01-18 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | (with an exception for OSX, for now) | ||||
| * | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. | jan.nijtmans | 2013-01-18 | 1 | -0/+5 |
| | | | | | | | | | (with an exception for OSX, for now) | ||||
* | | | [3600328]: Fix problems caused by buggy [array] compilation inside a buggy | dkf | 2013-01-17 | 1 | -0/+8 |
| | | | | | | | | | ensemble compilation (which had the net result of producing *very* wrong code). | ||||
* | | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -6/+1 |
|\ \ \ | |/ / | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
| * | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -5/+0 |
| | | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
* | | | [Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as that | dkf | 2013-01-16 | 1 | -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.nijtmans | 2013-01-16 | 1 | -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.nijtmans | 2013-01-16 | 1 | -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 changelog | jan.nijtmans | 2013-01-16 | 1 | -0/+8 |
| | | | |||||
* | | | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: ↵ | jan.nijtmans | 2013-01-15 | 1 | -0/+10 |
|\ \ \ | |/ / | | | | | | | tcl.h does not include sys/stat.h | ||||
| * | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h | jan.nijtmans | 2013-01-15 | 1 | -0/+5 |
| |\ \ | |||||
| * | | | More flexible search for win32 tclConfig.sh, backported from TEA (not ↵ | jan.nijtmans | 2013-01-14 | 1 | -0/+5 |
| |/ / | | | | | | | | | | actually used in Tcl, only for Tk) | ||||
* | | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ↵ | jan.nijtmans | 2013-01-14 | 1 | -0/+6 |
| | | | | | | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.6. | ||||
* | | | Clarify readable fileevent "false positives" in the case of multibyte ↵ | ferrieux | 2013-01-13 | 1 | -0/+4 |
| | | | | | | | | | | | | encodings/transforms [Bug 3436609]. | ||||
* | | | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are ↵ | jan.nijtmans | 2013-01-13 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | | | | taken from the public stub table, even if the inclusion is through tclInt.h. |