Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [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. | |||||
| * | | | * Improve socket.test by checking the latency on the loopback address and ↵ | max | 2011-06-01 | 1 | -7/+30 | |
| | | | | | | | | | | | | | | | | | | | | use that for some of the tests instead of fixed "big enough" times. * Improve correctness of [socket -async] in some error cases. | |||||
| * | | | * Fix setting up of [fileevent] while an async socket is still in progress | max | 2011-05-30 | 1 | -2/+37 | |
| | | | | | | | | | | | | | | | | * Cache async socket errors for later use by [fconfigure -error] * Add tests for the above | |||||
| * | | | Fix [socket -async] for DNS names with more than one address | max | 2011-05-27 | 1 | -0/+22 | |
| | | | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | tcltest 2.3.3 fixes: | dgp | 2011-06-21 | 2 | -2/+2 | |
|\ \ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | * Use package ifneeded so slave gets exactly same tcltest version as master * Use configure command instead of legacy ::argv magic to pass tcltest configuration options to slave interp. Test files using the new loadIntoSlaveInterpreter command updated to declare their need for tcltest 2.3.3 as minimum acceptable release. | |||||
| | * | | | tcltest 2.3.3 fixes: | dgp | 2011-06-21 | 2 | -2/+2 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | * Use [package ifneeded] so slave gets exactly same tcltest version as master * Use [configure] command instead of legacy ::argv magic to pass tcltest configuration options to slave interp. Test files using the new [loadIntoSlaveInterpreter] command updated to declare their need for tcltest 2.3.3 as minimum acceptable release. | |||||
| * | | | Backport tcltest 2.3.3 for release with Tcl 8.5.* | dgp | 2011-06-21 | 2 | -20/+16 | |
| | | | | ||||||
* | | | | More cleaning up of the code to remove unnecessary [string equal]s in tests. | dkf | 2011-06-08 | 1 | -241/+121 | |
| | | | | ||||||
* | | | | Add test constraint, so 6.2 and 6.3 don't fail when the machine does not ↵ | jan.nijtmans | 2011-06-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | have support for ip6 Follow-up to checkin from 2011-05-11 by rmax | |||||
* | | | | [Bug 3185407]: Extend the set of epochs that are potentially bumped (in | dkf | 2011-06-02 | 1 | -0/+16 | |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | TclInvalidateNsCmdLookup) when a command is created, for a slight performance drop (in some circumstances) and improved semantics. | |||||
| * | | [Bug 3185407]: Extend the set of epochs that are potentially bumped (in | dkf | 2011-06-02 | 1 | -0/+16 | |
| | | | | | | | | | | | | TclInvalidateNsCmdLookup) when a command is created, for a slight performance drop (in some circumstances) and improved semantics. | |||||
* | | | fix a timing issue in socket-12.3 | max | 2011-05-27 | 1 | -1/+2 | |
| | | | ||||||
* | | | Bump TclOO version.corresponds_to_TclOO_0_6_3 | dkf | 2011-05-25 | 2 | -2/+2 | |
| | | | ||||||
* | | | Implementation of TIP #381: Call Chain Introspection and Control | dkf | 2011-05-25 | 2 | -2/+767 | |
| | | | ||||||
* | | | * unix/tclUnixSock.c (TcpWatchProc): No need to check for server sockets ↵ | max | 2011-05-11 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | here, as the generic server code already takes care of that. * tests/socket.test (accept): Add tests to make sure that this remains so. | |||||
* | | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -0/+4 | |
|\ \ \ | |/ / | | | | Rewritten guts of machinery to produce string rep of lists. [Bug 3173086] | |||||
| * | | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 3 | -9/+37 | |
| | | | ||||||
| * | | merge | dgp | 2011-03-06 | 1 | -0/+38 | |
| |\ \ | ||||||
| * | | | Correct flaw in the rewrite handling [list \\\\\}]. | dgp | 2011-03-03 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 | |
|\ \ \ \ | ||||||
| * \ \ \ | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | comment fix | jan.nijtmans | 2011-05-06 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | Fixed the shift in line numbers used for testing 'info frame' introduced by ↵ | andreask | 2011-04-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | checkin [79367df0f0] (Mar 2, 2011). | |||||
* | | | | | merge 8.5 | dgp | 2011-05-03 | 2 | -2/+2 | |
|\ \ \ \ \ | |/ / / / |