Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure that | dkf | 2012-05-23 | 1 | -0/+18 |
|\ | | | | | | | | | decompressed input is flushed through the transform correctly when the input stream gets to the end. Thanks to Alexandre Ferrieux and Andreas Kupries for their work on this. | ||||
| * | Add test showing both loss of bytes and empty-fileevent frenzy. | ferrieux | 2012-05-20 | 1 | -0/+18 |
| | | |||||
* | | Increase the timer resolution of test io-29.33b so the timing sensitivity | dgp | 2012-05-22 | 1 | -3/+3 |
| | | | | | | of the test is reduced and failures on slow runs are avoided. | ||||
* | | Use [package prefer latest] to force valgrinding to use a version of Thread ↵ | dgp | 2012-05-21 | 1 | -0/+1 |
| | | | | | | | | | | suitable for the whole test suite. | ||||
* | | Update requirements to avoid old buggy Thread releases. | dgp | 2012-05-21 | 1 | -1/+1 |
| | | |||||
* | | TIP #106: Add Encoding Abilities to the [dde] Command | jan.nijtmans | 2012-05-21 | 1 | -2/+16 |
|\ \ | |||||
| * | | fix handling of closing '\0' for -binary datatip_106_impl | jan.nijtmans | 2012-05-11 | 1 | -1/+1 |
| | | | | | | | | | update dde version to 1.4.0 | ||||
| * | | merge trunk | jan.nijtmans | 2012-05-10 | 1 | -1/+115 |
| |\ \ | |||||
| * | | | another bug: [dde eval -async -binary] didn't work | jan.nijtmans | 2012-05-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix test-cases winDde 5.1 and 5.3 | jan.nijtmans | 2012-05-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | merge trunk | dkf | 2012-05-06 | 3 | -15/+18 |
| |\ \ \ | |||||
| * | | | | add some tests | dkf | 2012-05-03 | 1 | -0/+14 |
| | | | | | |||||
* | | | | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 1 | -5/+105 |
| |_|_|/ |/| | | | | | | | | | | | | | | | the amount of hackiness in class constructors, and refactor some of the error message handling from [oo::define] to be saner in the face of odd happenings. | ||||
* | | | | Cancel the timeout timers! If this isn't done, lingering timers from | dgp | 2012-05-17 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | early tests can trigger false timeouts of later tests (since they are all using a common variable name). | ||||
* | | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -6/+16 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resulting indexes from -indexvar option to be usable with [string range]; this was always the intention (and is consistent with [regexp -indices] too). ***POTENTIAL INCOMPATIBILITY*** Uses of [switch -regexp -indexvar] that previously compensated for the wrong offsets (by subtracting 1 from the end indices) now do not need to do so as the value is correct. | ||||
| * | | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resulting indexes from -indexvar option to be usable with [string range]; this was always the intention (and is consistent with [regexp -indices] too). ***POTENTIAL INCOMPATIBILITY*** Uses of [switch -regexp -indexvar] that previously compensated for the wrong offsets (by subtracting 1 from the end indices) now do not need to do so as the value is correct. | ||||
* | | | | | [Bug 3527618]: Stabilize tests that use [info frame 0] | dkf | 2012-05-17 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -5/+146 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -1/+177 |
| | | | | | |||||
* | | | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version of | dkf | 2012-05-16 | 1 | -2/+2 |
| |_|_|/ |/| | | | | | | | 'file' with that of unsafe interpreters. | ||||
* | | | | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ↵ | andreask | 2012-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | owner == handler. | ||||
* | | | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the | andreask | 2012-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | test case. Modified [chan postevent] to properly inject the event(s) into the owner thread's event queue for execution in the correct context. Renamed the ForwardOpTo...Thread() function to match with our terminology. | ||||
* | | | | * tests/ioCmd.test [Bug 3522560]: Added a test which crashes the | andreask | 2012-05-09 | 1 | -0/+114 |
| |_|/ |/| | | | | | | | | | | | | | | | | | core if it were not disabled as knownBug. For a reflected channel transfered to a different thread the [chan postevent] run in the handler thread tries to execute the owner threads's fileevent scripts by itself, wrongly reaching across thread boundaries. | ||||
* | | | 3428754 Test socket-14.2 tolerate [socket -async] connection that connects | dgp | 2012-05-03 | 1 | -9/+12 |
| | | | | | | | | | synchronously. | ||||
* | | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -5/+5 |
| |\ \ | |||||
| | * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -5/+5 |
| | | | | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows | ||||
* | | | | Disable offending test iocmd.tf-24.16, pending fix in refchan code explored ↵ | ferrieux | 2012-05-02 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | in branch bug-3522560. | ||||
* | | | Tame deadlocks in broken refchan tests [Bug 3522560] | ferrieux | 2012-04-30 | 1 | -0/+3 |
| | | | |||||
* | | | Mention compatibility matters in Changelog. Make test insensitive to ambient ↵ | ferrieux | 2012-04-30 | 1 | -0/+1 |
| | | | | | | | | | | | | compat flag. | ||||
* | | | Compat flag, test, and doc update.tip_398_impl | ferrieux | 2012-04-28 | 1 | -1/+20 |
| | | | |||||
* | | | Restore the tcl_platform(threaded) variable. | dgp | 2012-04-17 | 1 | -0/+2 |
| | | | |||||
* | | | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make | dkf | 2012-04-15 | 1 | -0/+12 |
| | | | | | | | | | flushing work correctly in a pushed compressing channel transform. | ||||
* | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 3 | -6/+2 |
|\ \ \ | |/ / | |||||
* | | | Fix [Bug 3396896] | dkf | 2012-04-09 | 1 | -2/+16 |
| | | | |||||
* | | | Fix [Bug 2712377]: [info vars] and object declared variables | dkf | 2012-04-09 | 1 | -0/+72 |
| | | | |||||
* | | | Fix [Bug 3514761] and related ensemble/construction problems. | dkf | 2012-04-04 | 1 | -1/+35 |
| | | | |||||
* | | | Added characterisation of Bug 3514761; currently knownBug... | dkf | 2012-04-04 | 1 | -0/+16 |
| | | | |||||
* | | | Implementation of TIP #396 | dkf | 2012-04-02 | 1 | -15/+34 |
| | | | |||||
* | | | Implementation of TIP #395 | dkf | 2012-03-27 | 1 | -5/+77 |
| | | | |||||
* | | | Implementation of TIP #397 | dkf | 2012-03-27 | 1 | -5/+52 |
| | | | |||||
* | | | Implementation of TIP #380 | dkf | 2012-03-26 | 1 | -1/+241 |
| | | | |||||
* | | | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case ↵ | andreask | 2012-03-07 | 1 | -6/+6 |
|\ \ \ | |/ / | | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4. | ||||
| * | | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ↵ | andreask | 2012-03-07 | 1 | -6/+6 |
| |\ \ | | |/ | | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9. | ||||
| | * | http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ↵ | andreask | 2012-03-07 | 1 | -6/+6 |
| | | | | | | | | | | | | compliance with RFC 3986. Bumped version to 2.5.7. | ||||
* | | | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
| | | | |||||
* | | | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 1 | -0/+13 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 1 | -0/+13 |
| |\ \ | | |/ |