Commit message (Collapse) | 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 |
| | | | 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 |
| | | |||||
* | | 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. | ||||
* | | | [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 |
| | | | | | | | | | | | | transform, ensuring that buffers are written exactly once instead of multiple times or not at all (producing an invalid file). | ||||
* | | | [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. | ||||
* | | | replace socket-14.3 with a test that is more useful and less likely to ↵ | max | 2011-06-28 | 1 | -12/+17 |
| | | | | | | | | | | | | randomly fail depending on the local network environment. | ||||
* | | | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of ↵ | max | 2011-06-28 | 1 | -7/+60 |
| | | | | | | | | | | | | | | | the writable fileevent at the end of an asynchronous connection attempt. Improve comments for some of the trickery around [socket -async]. [Bug 3325339] * tests/socket.test: Adjust tests to the async code changes. Add more tests for corner cases of async sockets. | ||||
* | | | 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 ↵ | max | 2011-06-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | [socket -async] * unix/tclUnixSock.c: Set up the file handler for async sockets to fire on exceptions in addition to writable state. * tests/socket.test: Improve error reporting when socket-14.2 times out. | ||||
| * | | | * Don't use port 0 for test 14.2 as it fails in different ways on Linux ↵ | max | 2011-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | and NetBSD. * Unify channel name creation. * Prevent error messages from appearing twice. * Double the measured latency in socket.test to be on the safe side. |