Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When | dkf | 2012-01-25 | 1 | -0/+22 |
| | | | | copying an object, make sure that the configuration of the variable resolver is also duplicated. | ||||
* | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -3/+1 |
|\ | | | | | | | | | errors only ever happen when insufficient arguments are supplied, and not when a path doesn't exist or a dictionary is poorly formatted (the two cases can't be easily distinguished). | ||||
| * | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -3/+1 |
| | | | | | | | | | | errors only ever happen when insufficient arguments are supplied, and not when a path doesn't exist or a dictionary is poorly formatted (the two cases can't be easily distinguished). | ||||
* | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -0/+28 |
|\ \ | |/ | |||||
| * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -0/+28 |
| |\ | |||||
| | * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2012-01-09 | 1 | -0/+28 |
| | | | |||||
* | | | Fix loading of timezones where one abbreviation is a proper suffix of ↵ | Kevin B Kenny | 2012-01-08 | 2 | -0/+149 |
|\ \ \ | |/ / | | | | | | | another [Bug 3470928] | ||||
| * | | Fix loading of timezones where one abbreviation is a proper suffix of ↵ | Kevin B Kenny | 2012-01-08 | 1 | -0/+148 |
| | | | | | | | | | | | | another [Bug 3470928] | ||||
* | | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-24 | 1 | -3/+14 |
| |\ \ | | |/ | |||||
| | * | [Bug 3464428] string is graph \u0120 is wrong | jan.nijtmans | 2011-12-23 | 1 | -3/+18 |
| | | | |||||
* | | | Some Unicode 6.0 chars not in [:print:] class | jan.nijtmans | 2011-12-11 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3457031]: Some Unicode 6.0 chars not in [:print:] class | jan.nijtmans | 2011-12-11 | 1 | -0/+4 |
| | | | |||||
* | | | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | [Bug 3444754] string tolower \u01c5 is wrong | jan.nijtmans | 2011-12-07 | 1 | -2/+2 |
| | | | |||||
* | | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | setargv() function on mingw. | ||||
| * | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 2 | -2/+2 |
| |\ \ | | |/ | | | | | | | setargv() function on mingw. | ||||
* | | | Revise results of the thread-7.28 through thread-7.31 tests to account for ↵ | Joe Mistachkin | 2011-11-21 | 1 | -236/+322 |
| | | | | | | | | | | | | the fact they are canceled via a script sent to the thread asynchronously, which then impacts the error message handling. Attempt to manually drain the event queue for the main thread after joining the test thread to make sure no stray events are processed at the wrong time on the main thread. Revise all the synchronization and comparison semantics related to the thread id and error message. | ||||
* | | | Remove unnecessary [after] calls from the thread tests. Make error message ↵ | Joe Mistachkin | 2011-11-21 | 1 | -8/+14 |
| | | | | | | | | | | | | matching more robust for tests that may have built-in race conditions. Test thread-7.26 must first unset all thread testing related variables. | ||||
* | | | Remove all use of thread::release from the thread 7.x tests, replacing it ↵ | Joe Mistachkin | 2011-11-18 | 1 | -50/+67 |
| | | | | | | | | | | | | with a script that can easily cause 'stuck' threads to self-destruct for those test cases that require it. Also, make the error message handling far more robust by keeping track of every asynchronous error. | ||||
* | | | Refactor all the remaining thread-7.x tests that were using [testthread]. ↵ | Joe Mistachkin | 2011-11-18 | 1 | -88/+67 |
| | | | | | | | | | | | | Note that this test file now requires the very latest version of the Thread package to pass all tests. In addition, the thread-7.18 and thread-7.19 tests have been flagged as knownBug because they cannot pass without modifications to the [expr] command, persuant to TIP #392. | ||||
* | | | Generalize previous fix to all of zlib.test; also, tidy up [chan configure] ↵ | ferrieux | 2011-11-11 | 1 | -23/+23 |
| | | | | | | | | | | | | flags across zlib.test. | ||||
* | | | Use nonblocking writes in single-threaded IO tests to avoid deadlocks when ↵ | ferrieux | 2011-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | going beyond OS buffers [Bug 3428756]. | ||||
* | | | More work in progress converting tests from [testthread] to Thread package. | dgp | 2011-11-09 | 1 | -262/+235 |
| | | | |||||
* | | | missing constraint and too brittle result | dgp | 2011-11-08 | 2 | -2/+3 |
| | | | |||||
* | | | missing constraints | dgp | 2011-11-08 | 2 | -18/+138 |
|\ \ \ | |/ / | |||||
| * | | Missing constraints | dgp | 2011-11-08 | 2 | -16/+136 |
| | | | |||||
* | | | Work in progress converting tests from [testthread cancel] to [thread::cancel] | dgp | 2011-11-01 | 2 | -348/+270 |
| | | | |||||
* | | | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes. | dgp | 2011-10-31 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Added test case to the test suite | dgp | 2011-10-27 | 1 | -0/+4 |
| | | | |||||
| * | | Backport 2902268 fix.bug_2902268 | dgp | 2011-10-26 | 1 | -6/+27 |
| | | | |||||
| * | | Don't cache the system timezone when it was derived from TCL_TZ or TZ. | max | 2011-10-18 | 1 | -0/+33 |
| | | | |||||
* | | | Resolver fix from Stefan Sobernig. | dkf | 2011-10-20 | 1 | -0/+200 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclLiteral.c (TclInvalidateCmdLiteral): [Bug 3418547]: Additional code for handling the invalidation of literals. * generic/tclBasic.c (Tcl_CreateObjCommand, Tcl_CreateCommand) (TclRenameCommand, Tcl_ExposeCommand): The four additional places that need extra care when dealing with literals. * generic/tclTest.c (TestInterpResolverCmd): Additional test machinery for interpreter resolvers. | ||||
| * | | | And the failing test file too... | dkf | 2011-10-15 | 1 | -0/+200 |
| | | | | |||||
* | | | | Don't cache the system timezone when it was derived from TCL_TZ or TZ. | max | 2011-10-18 | 1 | -0/+33 |
|/ / / | |||||
* | | | revert test-case change for [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | revert test-case from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | revert test-case change from [Bug 2935503] | jan.nijtmans | 2011-10-13 | 1 | -3/+3 |
| | | | |||||
* | | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -3/+3 |
| | | | |||||
* | | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 1 | -0/+48 |
| | | | | | | | | | | | | qualified names, and added spacial cases for empty bodies (used when [dict with] is just used for extracting variables). | ||||
* | | | Fix env.test, when running under wine 1.3 | jan.nijtmans | 2011-10-07 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -28/+38 |
| |\ \ | | |/ | |||||
| | * | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) | jan.nijtmans | 2011-10-07 | 1 | -19/+33 |
| | | | |||||
* | | | Added some tests. | dkf | 2011-10-05 | 1 | -0/+66 |
| | | | |||||
* | | | [Bug 3414769]: Updated list of default-hidden commands for safe interps. | dkf | 2011-09-29 | 1 | -1/+1 |
| | | | |||||
* | | | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected | dkf | 2011-09-27 | 1 | -6/+32 |
|\ \ \ | | | | | | | | | | | | | | | | | the memory management for the code parsing arguments when returning "large" numbers of arguments. Also unbroke the TCL_ARGV_AUTO_REST macro in passing. | ||||
| * | | | Test harness for Tcl_ParseArgsObjvbug_3413857 | dkf | 2011-09-27 | 1 | -6/+32 |
| | | | |