Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ad6696285c] Demonstrate that filters are not called for destructors. | dkf | 2015-05-17 | 1 | -0/+28 |
| | |||||
* | [0f42ff7871] Remove unintentional difference between interpreted and ↵ | dkf | 2015-05-15 | 1 | -0/+190 |
|\ | | | | | | | compiled [next]. | ||||
| * | Added contributed tests from aspectbug_0f42ff7871 | dgp | 2015-05-12 | 1 | -0/+195 |
| | | |||||
* | | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor ↵ | dkf | 2015-05-15 | 1 | -0/+25 |
| | | | | | | | | even when construction didn't complete. | ||||
* | | [b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, but | dkf | 2015-05-14 | 2 | -14/+34 |
|/ | | | it is far more interoperable and that's a more important metric. | ||||
* | test portability | dgp | 2015-04-30 | 1 | -1/+2 |
|\ | |||||
| * | 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] 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.bug_894da183c8 | dgp | 2015-04-29 | 1 | -1/+32 |
| | | | |||||
* | | | [879a0747be] Repair handling of incomplete multi-byte chars at the ends of ↵ | dgp | 2015-04-24 | 1 | -0/+52 |
|\ \ \ | |/ / | | | | | | | input buffers. Also properly reset input encoding flags when cycling through a fleeting EOF condition. | ||||
| * | | [879a0747be] Repair handling of incomplete multi-byte chars at the ends | dgp | 2015-04-24 | 1 | -0/+52 |
| | | | | | | | | | | | | of input buffers. Also properly reset input encoding flags when cycling through a fleeting EOF condition. | ||||
* | | | adding a test to reveal a problem with the fix of bug d87cb182053fd79b3 | Miguel Sofer | 2015-03-21 | 1 | -0/+30 |
| | | | |||||
* | | | [d87cb18205] Let compiled ensembles handle tailcalls properly. | dgp | 2015-03-21 | 1 | -0/+21 |
| | | | |||||
* | | | update changes | dgp | 2015-03-03 | 1 | -1/+1 |
| | | | |||||
* | | | handle [lreplace l x y ...] where y<x | aspect | 2015-02-19 | 1 | -0/+3 |
| | | | |||||
* | | | (core ticket [32b6159246]) Fix for [lreplace l x y] where y<x-1 | aspect | 2015-02-19 | 1 | -0/+6 |
| | | | |||||
* | | | Test for bug [08872796bc]. | dgp | 2015-01-29 | 1 | -0/+19 |
|\ \ \ | |/ / | |||||
| * | | Test for bug [08872796bc]. | dgp | 2015-01-29 | 1 | -0/+19 |
| | | | |||||
* | | | [7c187a3773] Fix error in managing inStatePtr->inQueueTail value in the | dgp | 2014-12-18 | 1 | -0/+38 |
| | | | | | | | | | byte-moving optimized path of [chan copy]. Thanks to Benno. | ||||
* | | | Include option -connecting in test iocmd-8.15.1 | oehhar | 2014-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | test for bug [c6ed4acfd8]: running async socket connect with other connect ↵ | oehhar | 2014-12-07 | 1 | -0/+18 |
| | | | | | | | | | | | | established will block tcl as it goes in an infinite loop in vwait | ||||
* | | | [d2ffcca163] Limit parsing results that are documented to accept only ASCII ↵ | dgp | 2014-12-05 | 2 | -0/+12 |
|\ \ \ | |/ / | | | | | | | chars to actually follow that constraint. This requires not trusting isalnum(.) and isalpha(.) to deliver portable identical results. | ||||
| * | | The isalpha(.) calls remaining in the expr parser still bring nonportability. | dgp | 2014-12-04 | 1 | -0/+3 |
| | | | | | | | | | Commit a test that demonstrates that. | ||||
| * | | merge 8.5 | dgp | 2014-12-04 | 1 | -2/+10 |
| |\ \ | |||||
| | * \ | [0c043a175] backport fix from trunk. | dgp | 2014-12-03 | 1 | -2/+10 |
| | |\ \ | |||||
| * | | | | Same issue in expr parser also tested and fixed. | dgp | 2014-11-26 | 1 | -0/+6 |
| | | | | | |||||
| * | | | | One way to fix the parser of $-substitution accepting non-ASCII varnames. | dgp | 2014-11-25 | 1 | -0/+3 |
| |/ / / | |||||
* | | | | Now make the patch by hand that fossil could not merge. | dgp | 2014-12-03 | 1 | -2/+1 |
| |/ / |/| | | |||||
* | | | 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)bug_0c043a175 | 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 ↵ | 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 |
| | | | | |