Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Test for original meaning of [unset -nocomplain --]. | dgp | 2015-07-17 | 1 | -0/+5 | |
* | | | | | | | | | Make sure that an input lying precisely 1/2 ULP between two floating point va... | dgp | 2015-06-24 | 1 | -0/+8 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | From aspect, several edge case coverage tests. | dgp | 2015-06-18 | 1 | -0/+52 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Test portability. | dgp | 2015-04-30 | 1 | -1/+2 | |
* | | | | | | | Use joinable threads to avoid thread finalization crashes. | dgp | 2015-04-29 | 1 | -1/+2 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | [894da183c8] Test and fix for regression in flushing blocked channels. | dgp | 2015-04-29 | 1 | -1/+32 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | [894da183c8] Fix and test for bug at the point it was introduced. | dgp | 2015-04-29 | 1 | -1/+32 | |
* | | | | | | [879a0747be] Repair handling of incomplete multi-byte chars at the ends | dgp | 2015-04-24 | 1 | -0/+52 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Test for bug [08872796bc]. | dgp | 2015-01-29 | 1 | -0/+19 | |
| |_|/ / |/| | | | ||||||
* | | | | The isalpha(.) calls remaining in the expr parser still bring nonportability. | dgp | 2014-12-04 | 1 | -0/+3 | |
* | | | | merge 8.5 | dgp | 2014-12-04 | 1 | -2/+10 | |
|\ \ \ \ | ||||||
| * \ \ \ | [0c043a175] backport fix from trunk. | dgp | 2014-12-03 | 1 | -2/+10 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | missing unset in new test | Miguel Sofer | 2014-12-03 | 1 | -1/+1 | |
| | * | | | fix var($) problem, bug [0c043a175] (thx dgp) | Miguel Sofer | 2014-12-03 | 1 | -2/+11 | |
| | |\ \ \ | ||||||
| | | * | | | test and fix (thx dgp) | Miguel Sofer | 2014-12-03 | 1 | -4/+5 | |
| | | * | | | adding a test for the bug | Miguel Sofer | 2014-12-03 | 1 | -2/+10 | |
| | * | | | | [0dca3bfa8f] Strengthen validity checks on fast-path string comparison. | dkf | 2014-12-03 | 1 | -0/+8 | |
| | |/ / / | ||||||
| | * | | | Improve documentation on the use of com ports (remove references to Windows 9... | jan.nijtmans | 2014-11-13 | 1 | -4/+9 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | merge release | dgp | 2014-11-12 | 9 | -38/+40 | |
| | |\ \ \ | ||||||
| | | * | | | Correct -singleproc 1 testing flaws. | dgp | 2014-11-07 | 2 | -4/+4 | |
| | | * | | | update changes; more test suite polishing. | dgp | 2014-11-07 | 2 | -2/+2 | |
| | | * | | | Make sure all uses of the [testbytestring] command are constrained. | dgp | 2014-11-07 | 4 | -30/+32 | |
| | | * | | | Merged latest trunk work (especially changes to eof handling) into the RC. | andreask | 2014-11-06 | 4 | -0/+270 | |
| | | |\ \ \ | ||||||
| | | * \ \ \ | merge trunk | dgp | 2014-10-18 | 2 | -0/+126 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 2 | -2/+2 | |
| | * | | | | | | [214cc0eb22] Add tests to make sure that this bug stays fixed. | dkf | 2014-11-08 | 2 | -0/+38 | |
| | | |_|/ / / | | |/| | | | | ||||||
| | * | | | | | cleanup global namespace litter | dgp | 2014-11-06 | 1 | -0/+2 | |
| | * | | | | | merge iogt fixes. | dgp | 2014-11-06 | 1 | -0/+74 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Another test checking that handling when transform returns nothing is right. | dgp | 2014-11-06 | 1 | -1/+35 | |
| | * | | | | | | New tests iortrans-4.11* demonstrate what was wrong with the "leaky EOF flag" | dgp | 2014-11-06 | 1 | -4/+85 | |
| | * | | | | | | New test iortrans-4.10 to demo failure of channel transformation to handle | dgp | 2014-11-05 | 1 | -0/+56 | |
| | * | | | | | | Same patch re-enabling read after EOF, but here applied to 8.6. | dgp | 2014-11-03 | 1 | -0/+20 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Add test-case for previous commit, which shows that when trying to open a fil... | jan.nijtmans | 2014-11-03 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| | * | | | | | | | [10dc6daa37] New fix for [gets] on non-blocking channel. This time properly a... | dgp | 2014-10-18 | 1 | -0/+104 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | New tests: 14.16: -peername empty while async connect running, 14.17: -sockname | oehhar | 2014-10-17 | 1 | -0/+22 | |
| | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| | * | | | | | | | Resolve test conflicts over global vars | dgp | 2014-10-10 | 2 | -4/+11 | |
| | * | | | | | | | Add Colin's test for coro floor above street level [Bug #3008307] | ferrieux | 2014-10-10 | 1 | -0/+14 | |
| | * | | | | | | | Another test so both DoRead and MBRead are covered. | dgp | 2014-10-10 | 1 | -0/+44 | |
| | * | | | | | | | New test io-53.15 for [ed29c4da21]. | dgp | 2014-10-10 | 1 | -0/+44 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | test cases | dgp | 2014-10-03 | 1 | -0/+11 | |
| | * | | | | | | | | [bc5b790099] Improper calculation of new dstLimit value. New test io-12.7. | dgp | 2014-10-02 | 1 | -0/+33 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Added a script-readable bytecode disassembler in tcl::unsupported. | dkf | 2014-09-20 | 1 | -1/+81 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | merge trunk | dkf | 2014-09-14 | 7 | -4/+90 | |
| | | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | merge trunk | dkf | 2014-08-30 | 6 | -9/+174 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ | merge trunk | Kevin B Kenny | 2014-08-02 | 19 | -203/+330 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ | merge trunk | Kevin B Kenny | 2014-06-29 | 24 | -313/+1377 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2014-02-08 | 1 | -0/+9 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | improve the testing of the disassembly commands | dkf | 2014-02-08 | 1 | -1/+81 | |
| | | * | | | | | | | | | | | | | merge trunk | dkf | 2014-02-03 | 1 | -5/+87 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2014-01-09 | 11 | -9/+431 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |