| Commit message (Expand) | Author | Age | Files | Lines |
* | merge trunktip_429 | ferrieux | 2014-08-19 | 1 | -0/+17 |
|\ |
|
| * | [7d52e1101b] oo::object should know that oo::class is a subclass. | dkf | 2014-08-17 | 1 | -0/+17 |
|
|
* | | Don't use [pid] in tests, stick to constant literals. | ferrieux | 2014-08-02 | 2 | -6/+6 |
|
|
* | | TIP 429 Implementation: [string cat] | ferrieux | 2014-08-02 | 2 | -7/+65 |
|/ |
|
* | [9d19af7adb] Make sure all timer events get canceled. | dgp | 2014-07-24 | 1 | -2/+1 |
|
|
* | Test format of write error messages during binary [chan copy] | dgp | 2014-07-24 | 1 | -0/+30 |
|
|
* | Test read error during binary [chan copy]. | dgp | 2014-07-24 | 1 | -0/+30 |
|
|
* | Workaround [info frame] troubles with -singleproc 1 testing operations. | dgp | 2014-07-22 | 1 | -0/+3 |
|
|
* | Avoid [thread::exit]; Using it leads to memleaks. | dgp | 2014-07-22 | 1 | -1/+3 |
|
|
* | [75b8433707] Plug a subtle memory leak in TclOO.
bug_75b8433707 | dkf | 2014-07-18 | 1 | -0/+13 |
|
|
* | Finally, use correct octal notation which works in Tcl 9 as well. | jan.nijtmans | 2014-07-17 | 5 | -59/+59 |
|
|
* | Make sure that all "testchmod" arguments start with '0', making it more obvio... | jan.nijtmans | 2014-07-17 | 4 | -85/+85 |
|
|
* | Convert some non-ASCII characters in testcase comments - which were mangled b... | jan.nijtmans | 2014-07-17 | 2 | -7/+7 |
|
|
* | Modify the "gettimes" test-command to use the Tcl_Obj API. | jan.nijtmans | 2014-07-16 | 9 | -92/+111 |
|
|
* | Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longe... | jan.nijtmans | 2014-07-11 | 1 | -15/+15 |
|\ |
|
| * | Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longe... | jan.nijtmans | 2014-07-11 | 1 | -15/+15 |
|
|
* | | makeFile / removeFile balance. | dgp | 2014-07-10 | 1 | -1/+3 |
|
|
* | | makeFile / removeFile balance | dgp | 2014-07-10 | 1 | -0/+8 |
|
|
* | | dup test name | dgp | 2014-07-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | dup test name | dgp | 2014-07-10 | 1 | -1/+1 |
|
|
* | | [f652ae79ed] Close sockets used in tests, so as not to corrupt other | dgp | 2014-07-10 | 1 | -0/+1 |
|
|
* | | [c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whether | dgp | 2014-07-02 | 1 | -0/+20 |
|\ \
| |/ |
|
| * | [c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whether | dgp | 2014-07-02 | 1 | -0/+20 |
|
|
* | | [f0f876c141] Improve consistency in error messages. | dkf | 2014-06-17 | 9 | -38/+38 |
|
|
* | | merge socket test from 8.5 | dgp | 2014-06-16 | 1 | -0/+42 |
|\ \
| |/ |
|
| * | Draft test for [1758a0b603]. | dgp | 2014-06-13 | 1 | -0/+41 |
|
|
* | | [cb042d294e] Improve consistency of [dict] wrong-args error messages. | dkf | 2014-06-15 | 1 | -26/+26 |
|
|
* | | Make [dict replace] and [dict remove] guarantee result canonicality. | dkf | 2014-06-15 | 1 | -11/+19 |
|
|
* | | Improved the error messages.
| dkf | 2014-06-07 | 1 | -10/+10 |
|
|
* | | merge trunk | dkf | 2014-06-06 | 2 | -1/+72 |
|\ \ |
|
| * \ | Tests socket*-2.12 test for DiscardOutput() updates. | dgp | 2014-06-05 | 1 | -1/+39 |
| |\ \
| | |/ |
|
| | * | Test socket-2.12 covers the DiscardOutput() update. | dgp | 2014-06-05 | 1 | -1/+39 |
|
|
| * | | When too many chars are read by ReadChars() and we trim the limits to get it ... | dgp | 2014-06-05 | 1 | -0/+33 |
| |\ \
| | |/ |
|
| | * | When too many chars are read by ReadChars() and we trim the limits to | dgp | 2014-06-05 | 1 | -0/+33 |
|
|
* | | | merge trunk | dkf | 2014-06-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | These edits make the tests socket-14.11.[01] stop hanging, but also introduce | dgp | 2014-06-02 | 1 | -1/+1 |
|
|
* | | | more tests, cleaning up the code a bit | dkf | 2014-06-04 | 1 | -0/+29 |
|
|
* | | | merge trunk | dkf | 2014-06-03 | 1 | -60/+75 |
|\ \ \
| |/ / |
|
| * | | Improve robustness of the socket tests against systems that support IPv6, but... | max | 2014-06-02 | 1 | -60/+75 |
|
|
* | | | [1b0266d8bb] Working towards ensuring that all dict operations are sufficient... | dkf | 2014-06-03 | 1 | -0/+42 |
|/ / |
|
* | | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchP... | dgp | 2014-05-31 | 1 | -6/+0 |
|\ \ |
|
| * | | Correct the interest masks in the Tcl_CreateFileHandler() calls in | dgp | 2014-05-31 | 1 | -6/+0 |
| |/ |
|
* | | Refinements of FlushChannel() and its callers. Notably includes removal of th... | dgp | 2014-05-29 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Increase size of test io-29.34 so that it more portably tests the case where | dgp | 2014-05-28 | 1 | -2/+2 |
|
|
| * | Comment out lines of test io-53.4 that appear to do nothing of any value. | dgp | 2014-05-24 | 1 | -5/+5 |
|
|
* | | Fix c&p errors in test descriptions | max | 2014-05-21 | 1 | -4/+4 |
|
|
| | | |
| \ | |
*-. \ | Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, in partic... | dgp | 2014-05-20 | 3 | -3/+18 |
|\ \ \
| | |/ |
|
| | * | Repair broken tests iogt-2.[123]. | dgp | 2014-05-17 | 1 | -0/+3 |
|
|
| | * | merge 8.5 | dgp | 2014-05-16 | 2 | -0/+82 |
| | |\ |
|
| | * \ | merge 8.5 | dgp | 2014-05-14 | 1 | -0/+3 |
| | |\ \ |
|