Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunk to feature branchtip_388_impl | jan.nijtmans | 2011-09-16 | 11 | -192/+349 |
|\ | |||||
| * | 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 |
| | | | | | | Eliminates a memory leak in `make valgrind`. | ||||
| * | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1. | dgp | 2011-09-11 | 1 | -19/+10 |
| | | | | | | Eliminates a memory leak in `make valgrind`. | ||||
| * | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs | dkf | 2011-09-10 | 1 | -0/+132 |
| | | | | | | produces the right sort of message. | ||||
| * | 3389733 Convert [testthread] use to Thread package use in *io-70.1. | dgp | 2011-09-09 | 1 | -25/+8 |
| | | | | | | Eliminates a memory leak in `make valgrind`. | ||||
| * | 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 |
| | | | | | | Eliminates a memory leak in `make valgrind TESTFLAGS="-file chanio.test"`. | ||||
| *-. | 3401704 Allow function names like influence(), nanobot(), and 99bottles() | dgp | 2011-09-07 | 1 | -0/+66 |
| |\ \ | | | | | | | | | | | | | | | | | that have been parsed as missing operator syntax errors before with the form NUMBER + FUNCTION. ***POTENTIAL INCOMPATIBILITY*** | ||||
| | | * | 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 |
| | | | | | | | | | Eliminates memory leak seen in `make valgrind`. | ||||
| * | | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex). | dgp | 2011-09-01 | 2 | -2/+19 |
| |\ \ | | |/ | | | | [scan Inf %g] is portable; remove constraint. | ||||
| | * | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) | dgp | 2011-09-01 | 2 | -2/+20 |
| | | | | | | | | | [scan Inf %g] is portable; remove constraint. | ||||
| * | | [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 |
| | | | |||||
* | | | Merge to feature branch | jan.nijtmans | 2011-08-29 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | 3396731 Revise the [string reverse] implementation to operate on the | dgp | 2011-08-27 | 1 | -0/+8 |
| |\ \ | | | | | | | | | representation that comes in, avoid conversion to other reps. | ||||
| | * | | 3396731 Another rewrite of TclStringObjReverse() to make it adopt the | dgp | 2011-08-25 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | nijtmans approach for reversing the objPtr->bytes rep without losing performance. | ||||
* | | | | Merge to feature branch | jan.nijtmans | 2011-08-25 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Enh 3396731] Follow-up: special case for Pure-unicode representation | jan.nijtmans | 2011-08-25 | 1 | -0/+3 |
| |/ / | |||||
* | | | Merge to feature branch | jan.nijtmans | 2011-08-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | [Bug 1774689] async-4.3 sometimes fails. | ferrieux | 2011-08-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge to feature branch | jan.nijtmans | 2011-08-18 | 2 | -2/+34 |
|\ \ \ | |/ / | |||||
| * | | [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 |
| | | | | |||||
* | | | | Merge to feature branch | jan.nijtmans | 2011-08-17 | 1 | -3/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | separate test for overflowed and negative Tcl_UniChar | jan.nijtmans | 2011-08-17 | 1 | -3/+6 |
| | | | | |||||
* | | | | merge current trunk | jan.nijtmans | 2011-08-16 | 1 | -0/+32 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3390073]: Return the correct length of written data for a compressing | dkf | 2011-08-12 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | transform, ensuring that buffers are written exactly once instead of multiple times or not at all (producing an invalid file). | ||||
* | | | | TIP 388 implementation | jan.nijtmans | 2011-08-12 | 2 | -4/+25 |
|/ / / | |||||
* | | | [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 |
| | | | | | | | | | ownership error. | ||||
* | | | General cleanup of tests to promote intelligibility and to try to ensure that | dkf | 2011-08-01 | 1 | -94/+93 |
| | | | | | | | | | what is tested is just that which was the subject of the test. | ||||
* | | | Ensure that TclOO is properly found by all the various package mechanisms (by | dkf | 2011-07-26 | 1 | -13/+6 |
| | | | | | | | | | adding a dummy ifneeded script) and not just some of them. | ||||
* | | | 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, ↵ | max | 2011-06-28 | 1 | -9/+22 |
| | | | | | | | | | | | | that both address families might be available, but localhost only resolves to one of the loopback addreses. |