Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation on the use of com ports (remove references to Windows ↵ | jan.nijtmans | 2014-11-13 | 1 | -4/+9 |
|\ | | | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4. | ||||
| * | Improve documentation on the use of com ports (remove references to Windows ↵ | jan.nijtmans | 2014-11-13 | 1 | -4/+9 |
| | | | | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4. | ||||
* | | 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.bug_5adc350683_86 | dgp | 2014-11-06 | 1 | -0/+74 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Also test transfroms that delay.bug_5adc350683 | dgp | 2014-11-06 | 1 | -0/+30 |
| | | | | |||||
| * | | | New test iogt-7.0 demos bug in [testchannel transform]. | dgp | 2014-11-06 | 1 | -0/+42 |
| | | | | |||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | approach in 8.6.1 and earlier. If each level of the channel stack is to have control over its EOF independently, we have to provide for that, even though the Filesystem read APIs make it a big pain. Also test robustness against varing buffer sizes. | ||||
* | | | | New test iortrans-4.10 to demo failure of channel transformation to handle | dgp | 2014-11-05 | 1 | -0/+56 |
| | | | | | | | | | | | | | | | | fleeting EOF in the base channel. Falls into infinite block. Regression compared with Tcl 8.6.1. | ||||
* | | | | Same patch re-enabling read after EOF, but here applied to 8.6. | dgp | 2014-11-03 | 1 | -0/+20 |
|\ \ \ \ | |/ / / | | | | | Likely additional changes needed in the other channel transforms new in 8.6. | ||||
| * | | | merge 8.5 | dgp | 2014-11-03 | 1 | -0/+3 |
| |\ \ \ | |||||
| * | | | | Base test for [5adc350683]. | dgp | 2014-10-29 | 1 | -0/+20 |
| | | | | | |||||
* | | | | | Add test-case for previous commit, which shows that when trying to open a ↵ | jan.nijtmans | 2014-11-03 | 1 | -0/+3 |
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | filename with invalid characters gives the right error-message. (same bug existed on UNIX too, which is now fixed) | ||||
| * | | | Add test-case for previous commit, which shows that when trying to open a ↵ | jan.nijtmans | 2014-11-03 | 1 | -0/+3 |
| |/ / | | | | | | | | | | filename with invalid characters gives the right error-message. (same bug existed on UNIX too, which is now fixed) | ||||
* | | | [10dc6daa37] New fix for [gets] on non-blocking channel. This time properly ↵ | dgp | 2014-10-18 | 1 | -0/+104 |
|\ \ \ | |/ / | | | | | | | accounts for the effects of ENCODING_LINESIZE. | ||||
| * | | [10dc6daa37] New fix for [gets] on non-blocking channel. This time | dgp | 2014-10-18 | 1 | -0/+104 |
| |\ \ | | | | | | | | | properly accounts for the effects of ENCODING_LINESIZE. | ||||
| | * | | [10dc6daa37] [gets] on a non-blocking channel must take care so that | dgp | 2014-10-17 | 1 | -0/+68 |
| |/ / | | | | | | | | | | | | | | | | | | | 1) At least one call to the channel driver input proc gets made. Failure to do this locks up the channel - catastrophic FAIL. 2) After any driver call reports BLOCKED, don't call again. This is less serious, but FAILs to respect the non-blocking setting. Code corrections and tests included, to restore 8.5.15 compat. | ||||
| * | | backport those tests that can be | dgp | 2014-10-10 | 1 | -0/+62 |
| | | | |||||
* | | | 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 |
|\ \ | |/ | |||||
| * | New test io-53.15 for [ed29c4da21]. | dgp | 2014-10-10 | 1 | -0/+45 |
| | | |||||
* | | test casesbug_bc1a96407a | 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 |
|\ \ | |/ | |||||
| * | [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 |
| |\ \ \ \ \ \ \ | |||||
* | | | | | | | | | [cee90e4e88] Correct error in stack depth checking. | dgp | 2014-09-10 | 1 | -0/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | [2486824] Improve error message; not all that upvars is an upvar. | dkf | 2014-09-10 | 2 | -3/+2 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | [2486824] Improve error message; not all that upvars is an upvar. | dkf | 2014-09-10 | 2 | -5/+8 |
| | | | | | | | | | |||||
* | | | | | | | | | [84af1192f5]: [regsub] compiler no longer confused by quantification handling. | dkf | 2014-09-09 | 1 | -0/+5 |
| | | | | | | | | | |||||
* | | | | | | | | | Exceptional handling of oo::class has to be consistent throughout. | dgp | 2014-09-08 | 1 | -0/+10 |
| | | | | | | | | | |||||
* | | | | | | | | | [ccc2c2cc98]: lreplace edge case | dkf | 2014-09-05 | 1 | -1/+13 |
| | | | | | | | | |