Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵ | jan.nijtmans | 2013-02-27 | 1 | -0/+6 |
|\ | | | | | | | Lane for providing the test-case and the patch. | ||||
| * | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵ | jan.nijtmans | 2013-02-27 | 1 | -0/+6 |
| | | | | | | | | Lane for providing the test-case and the patch. | ||||
* | | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a ↵ | jan.nijtmans | 2013-02-26 | 1 | -0/+5 |
| | | | | | | | | setFromAnyProc, create a proper error message. | ||||
* | | 3605719,3605720 Test independence. Thanks Rolf Ade for patches. | dgp | 2013-02-25 | 1 | -0/+5 |
| | | |||||
* | | 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. | ||||
* | | 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. | ||||
* | | 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 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 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. | ||||
* | | (::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. | ||||
* | | [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. | dkf | 2013-01-23 | 1 | -0/+8 |
| | | |||||
* | | [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) | ||||
* | | 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 | ||||
* | | 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 |
| | | |||||
* | | [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) | ||||
* | | 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. | ||||
* | | [Bug 3599395]: http assumes status line is a proper tcl list. | jan.nijtmans | 2013-01-09 | 1 | -1/+7 |
| | | | | | | Bump http package to 2.7.11. | ||||
* | | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -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.nijtmans | 2013-01-08 | 1 | -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.nijtmans | 2013-01-07 | 1 | -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.nijtmans | 2013-01-07 | 1 | -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 ↵ | mig | 2013-01-02 | 1 | -0/+7 |
| | | | | | | | | ckalloc to allow MEM_DEBUG to work properly | ||||
* | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -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.nijtmans | 2013-01-02 | 1 | -0/+6 |
| | | |||||
* | | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early | jan.nijtmans | 2012-12-27 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early | jan.nijtmans | 2012-12-27 | 1 | -0/+5 |
| | | | | | | | | | | Tests!? Where are the tests!?! They are in test listobj-11.1 | ||||
* | | Make pkgb.so loadable in Tcl 8.4 as well. | jan.nijtmans | 2012-12-21 | 1 | -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.nijtmans | 2012-12-21 | 1 | -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. | ||||
* | | 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 | ||||
* | | 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. | ||||
| * | | [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. |