Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add back -wrapchar option to "binary encode uuencode" | jan.nijtmans | 2013-09-15 | 1 | -13/+4 |
|\ | |||||
| * | Add back -wrapchar option to "binary encode uuencode". | jan.nijtmans | 2013-09-14 | 1 | -13/+4 |
| | | |||||
* | | And the decoder too. | dkf | 2013-09-14 | 1 | -19/+22 |
|/ | |||||
* | [2152292] Corrected implementation of uuencoding. | dkf | 2013-09-14 | 1 | -13/+30 |
| | |||||
* | merge trunk | dkf | 2013-09-09 | 4 | -9/+83 |
|\ | |||||
| * | [010f4162ef] Repair effect of trace errors on -errorinfo and -errorstack.mig_review | dgp | 2013-09-05 | 1 | -0/+10 |
| |\ | |||||
| | * | Add test and improve errorInfo.bug_010f4162ef | dgp | 2013-09-02 | 1 | -0/+10 |
| | | | |||||
| * | | [98c8b3ec12] Make test fail in less catastrophic manner. | dkf | 2013-09-04 | 1 | -1/+4 |
| |/ | |||||
| * | typo | jan.nijtmans | 2013-09-02 | 1 | -8/+8 |
| | | |||||
| * | [b98fa55285]: Fix handling of whitespace at end of hex strings to decode. | dkf | 2013-09-01 | 1 | -0/+28 |
| | | |||||
| * | Add test for Bug 2486550. | dgp | 2013-08-27 | 1 | -0/+9 |
| | | |||||
| * | More coroutine tests. | dgp | 2013-08-22 | 1 | -0/+15 |
| | | |||||
| * | Tidy the code and add a test.dgp_purge_NRRunObjProc | dgp | 2013-08-21 | 1 | -0/+9 |
| | | |||||
* | | define tests for this bug; no fix yet | dkf | 2013-08-21 | 1 | -0/+30 |
|/ | |||||
* | Make sure the errors raised by execution traces become errors raised by the | dgp | 2013-08-15 | 1 | -0/+7 |
|\ | | | | | | | traced command, as documented. Deletion of the traced command was supressing that. | ||||
| * | Make sure the errors raised by execution traces become errors raised by | dgp | 2013-08-15 | 1 | -0/+7 |
| | | | | | | | | the traced command, as documented. Deletion of the traced command was supressing that. | ||||
* | | Add several tests to check consistency of stack traces. | dgp | 2013-08-14 | 2 | -0/+94 |
| | | |||||
* | | merge trunkbug_3610404 | dgp | 2013-08-14 | 19 | -28/+876 |
|\ \ | |||||
| * \ | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -0/+7 |
| |\ \ | | |/ | |||||
| | * | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -0/+7 |
| | | | |||||
| * | | Test for TclContinuationsGet() usage, and simplifications. | dgp | 2013-08-07 | 1 | -0/+6 |
| | | | |||||
| * | | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. | jan.nijtmans | 2013-08-05 | 1 | -1/+1 |
| |\ \ | | |/ | | | | Make sure that when testing for pthread_atfork the thread library is taken into account. | ||||
| | * | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. | jan.nijtmans | 2013-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | Deal with the elaborate rip-apart-a-metaclass case as well. | dkf | 2013-08-02 | 1 | -0/+19 |
| | | | |||||
| * | | [9d61624b3d]: Stop crashes when emptying the superclass slot. | dkf | 2013-08-02 | 1 | -0/+17 |
| | | | |||||
| * | | [1905562] [8d2c0da36d] Raise the recursion limits on regexps to allow | dgp | 2013-08-01 | 1 | -0/+3 |
| | | | | | | | | | | | | existing regexps "in the wild" to continue working with Tcl 8.6. Latest example comes from DejaGnu. | ||||
| * | | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were ↵ | jan.nijtmans | 2013-08-01 | 1 | -0/+45 |
| |\ \ | | |/ | | | | | | | forked, to solve Rivet bug 55153 | ||||
| | * | Tcl_InitNotifier: Bug [a0bc856dcd]. | jan.nijtmans | 2013-08-01 | 1 | -0/+45 |
| | |\ | | | | | | | | | Start notifier thread again if we were forked, to solve Rivet bug 55153 | ||||
| | | * | Fixed test case variable clash with 'folder'rfe_notifier_fork | oehhar | 2013-07-25 | 1 | -6/+6 |
| | | | | |||||
| | | * | rebase | jan.nijtmans | 2013-07-25 | 1 | -0/+45 |
| | | |\ | |||||
| | | | * | Test-case should pass on Darwin or with non-threaded build as well. | jan.nijtmans | 2013-07-22 | 1 | -8/+3 |
| | | | | | |||||
| | | | * | Test file tests/unixForkEvent.test added | oehhar | 2013-07-22 | 1 | -0/+50 |
| | | | | | |||||
| * | | | | Simplify AuxData access with a macro. | dgp | 2013-07-27 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane ↵ | dgp | 2013-07-26 | 1 | -0/+4 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | for passing on the discovery in Postgres. | ||||
| | * | | | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. | dgp | 2013-07-26 | 1 | -0/+4 |
| | |/ / | | | | | | | | | Thanks to Tom Lane for passing on the discovery in Postgres. | ||||
| * | | | Demonstrate and fix memory leak in Tcl_ParseVar(). | dgp | 2013-07-24 | 1 | -0/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | Demonstrate and fix memory leak in Tcl_ParseVar(). | dgp | 2013-07-24 | 1 | -0/+21 |
| | |/ | |||||
| * | | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error is | dgp | 2013-07-18 | 2 | -8/+2 |
| | | | | | | | | | not obscured. Instead highlight it by making it the last character quoted. | ||||
| * | | Tests demonstrating the need for the last two SetLineInformation() calls. | dgp | 2013-07-12 | 1 | -0/+25 |
| | | | |||||
| * | | Add tests for the SetLineInformation() calls in tclEnsemble.c, and fix | dgp | 2013-07-11 | 1 | -0/+25 |
| | | | | | | | | | the bugs around those calls exposed by the tests. | ||||
| * | | Add tests for SetLineInformation() calls in tclCompCmdsSZ.c as well as some | dgp | 2013-07-10 | 1 | -1/+185 |
| | | | | | | | | | obvious refactoring improvements. | ||||
| * | | Add tests for SetLineInformation() calls in tclCompCmdsGR.c. | dgp | 2013-07-10 | 1 | -0/+53 |
| | | | |||||
| * | | Add tests for, and fix bugs in, the SetLineInformation() calls in tclCompCmds.c. | dgp | 2013-07-10 | 1 | -0/+118 |
| | | | |||||
| * | | Next attempt. Appears to have uncovered a bug. | dgp | 2013-07-10 | 1 | -0/+14 |
| | | | |||||
| * | | First additional test. Remove dup macros in tclEnsemble.c. | dgp | 2013-07-10 | 1 | -0/+15 |
| | | | |||||
| * | | Fix uniClass tool which was the real cause for [a876646efe], and add ↵ | jan.nijtmans | 2013-06-18 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | test-case for it. | ||||
| | * | Fix uniClass tool which was the real cause for [a876646efe], and add ↵ | jan.nijtmans | 2013-06-18 | 1 | -2/+2 |
| | | | | | | | | | | | | test-case for it. | ||||
| * | | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. | jan.nijtmans | 2013-06-13 | 1 | -2/+2 |
| |\ \ | | |/ | | | | Fix some gcc warnings which become visible with -Wextra | ||||
| | * | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64 | jan.nijtmans | 2013-06-12 | 1 | -2/+2 |
| | | | |||||
| * | | [33b7abb8a2] [7174354ecb] Rewrite TclCompileThrowCmd(). | dgp | 2013-06-11 | 1 | -0/+6 |
| | | |