| Commit message (Expand) | Author | Age | Files | Lines |
* | stop segfaultthread_leaks | dgp | 2011-09-12 | 1 | -1/+5 |
|
|
* | Attempt to convert test thread-7.26 | dgp | 2011-09-12 | 1 | -9/+9 |
|
|
* | more conversion work | dgp | 2011-09-12 | 1 | -20/+15 |
|
|
* | Work in progress taking leaks out of thread.test. | dgp | 2011-09-12 | 1 | -75/+61 |
|
|
* | Convert [testthread] to Thread | dgp | 2011-09-12 | 1 | -7/+8 |
|
|
* | Convert [testthread] use to Thread package use in thread-6.1. | dgp | 2011-09-12 | 1 | -9/+6 |
|
|
* | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1. | dgp | 2011-09-11 | 1 | -19/+10 |
|
|
* | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs | dkf | 2011-09-10 | 1 | -0/+132 |
|
|
* | 3389733 Convert [testthread] use to Thread package use in *io-70.1. | dgp | 2011-09-09 | 1 | -25/+8 |
|
|
* | Release the right thread! D'oh! | dgp | 2011-09-09 | 1 | -1/+1 |
|
|
* | 3389733 Convert [testthread] use to Thread package use in chan-io-70.1. | dgp | 2011-09-09 | 1 | -20/+8 |
|
|
*-. | 3401704 Allow function names like influence(), nanobot(), and 99bottles() | dgp | 2011-09-07 | 1 | -0/+66 |
|\ \ |
|
| | * | remove stray copy/paste | dgp | 2011-09-07 | 1 | -4/+0 |
| |/ |
|
| * | Tidiness, comments, and tests.dgp_3401704 | dgp | 2011-09-07 | 1 | -0/+61 |
|
|
* | | Convert [testthread] use to Thread package use in http.test. | dgp | 2011-09-02 | 1 | -11/+8 |
|
|
* | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex). | dgp | 2011-09-01 | 2 | -2/+19 |
|\ \
| |/ |
|
| * | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) | dgp | 2011-09-01 | 2 | -2/+20 |
|
|
* | | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -4/+8 |
|\ \
| |/ |
|
| * | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -0/+7 |
|
|
| * | [Bug 1774689] async-4.3 sometimes fails. (backport) | ferrieux | 2011-08-19 | 1 | -1/+1 |
|
|
* | | 3396731 Revise the [string reverse] implementation to operate on the | dgp | 2011-08-27 | 1 | -0/+8 |
|\ \ |
|
| * | | 3396731 Another rewrite of TclStringObjReverse() to make it adopt the | dgp | 2011-08-25 | 1 | -0/+8 |
|
|
* | | | [Enh 3396731] Follow-up: special case for Pure-unicode representation | jan.nijtmans | 2011-08-25 | 1 | -0/+3 |
|/ / |
|
* | | [Bug 1774689] async-4.3 sometimes fails. | ferrieux | 2011-08-19 | 1 | -1/+1 |
|
|
* | | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -2/+3 |
| |\ |
|
| | * | [Bug 3393714] overflow in toupper delta | jan.nijtmans | 2011-08-18 | 1 | -2/+3 |
|
|
* | | | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting. | ferrieux | 2011-08-17 | 1 | -0/+31 |
|
|
* | | | separate test for overflowed and negative Tcl_UniChar | jan.nijtmans | 2011-08-17 | 1 | -3/+6 |
|
|
* | | | [Bug 3390073]: Return the correct length of written data for a compressing | dkf | 2011-08-12 | 1 | -0/+32 |
|
|
* | | | [Bug 3387082]: Plug memory leak in call chain introspection. | dkf | 2011-08-07 | 1 | -0/+25 |
|
|
* | | | Use Tcl_PrintfObj to generate more (complex) error messages. | dkf | 2011-08-05 | 1 | -1/+1 |
|
|
* | | | [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj reference | dkf | 2011-08-04 | 1 | -0/+82 |
|
|
* | | | General cleanup of tests to promote intelligibility and to try to ensure that | dkf | 2011-08-01 | 1 | -94/+93 |
|
|
* | | | Ensure that TclOO is properly found by all the various package mechanisms (by | dkf | 2011-07-26 | 1 | -13/+6 |
|
|
* | | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -1/+7 |
|\ \ \
| |/ / |
|
| * | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -1/+7 |
|
|
* | | | 3366265 Allocate proper size buffer for TclConvertElement() to write to. | dgp | 2011-07-14 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | merge new test | dgp | 2011-07-13 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | 3366265 Buffer allocated one byte too small caused overrun. | dgp | 2011-07-13 | 2 | -0/+10 |
|
|
* | | | Correct test suite errors revealed by a -singleproc 1 -debug 1 run. | dgp | 2011-07-07 | 6 | -8/+11 |
|
|
* | | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+29 |
|\ \ \
| |/ / |
|
| * | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+33 |
|
|
* | | | Rework constraint detection and add constraints that cater for the fact, that... | max | 2011-06-28 | 1 | -9/+22 |
|
|
* | | | replace socket-14.3 with a test that is more useful and less likely to random... | max | 2011-06-28 | 1 | -12/+17 |
|
|
* | | | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of the... | max | 2011-06-28 | 1 | -7/+60 |
|
|
* | | | Merge fixes for [socket -async] and other improvements to the unix socket code | max | 2011-06-22 | 1 | -1/+85 |
|\ \ \ |
|
| * | | | complete a comment in socket.testrmax_ipv6_branch | max | 2011-06-22 | 1 | -1/+2 |
|
|
| * | | | * doc/socket.n: Document the fact that the event loop is now needed for [s... | max | 2011-06-16 | 1 | -0/+3 |
|
|
| * | | | * Don't use port 0 for test 14.2 as it fails in different ways on Linux an... | max | 2011-06-06 | 1 | -2/+2 |
|
|