Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 12 | -12/+115 | |
|\ | ||||||
| * | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 11 | -11/+123 | |
| | | ||||||
* | | Dummy merge from rmax's commit for TCL_STACK_GROWS_UP, to avoid merge ↵ | Kevin B Kenny | 2011-07-02 | 1 | -1/+1 | |
|\ \ | |/ | | | | | conflicts on the next merge. | |||||
| * | Fix TCL_STACK_GROWS_UP for gcc 4.6 | max | 2011-06-30 | 3 | -4/+14 | |
| | | ||||||
* | | 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 | 3 | -26/+126 | |
| | | | | | | | | | | 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 mark | dgp | 2011-06-24 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | merge RC to stable | dgp | 2011-06-24 | 10 | -10/+12 | |
| |\ | ||||||
| | *-. | merge to RCcore_8_5_10core_8_5_10_rc | dgp | 2011-06-23 | 9 | -35/+87 | |
| | |\ \ | | |_|/ | |/| | | ||||||
| | * | | merge to RC | dgp | 2011-06-21 | 9 | -28/+83 | |
| | |\ \ | ||||||
| | * \ \ | merge to RC | dgp | 2011-06-20 | 5 | -3/+76 | |
| | |\ \ \ | ||||||
| | * \ \ \ | merge to RC | dgp | 2011-06-10 | 6 | -79/+42 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Release candidate branch for Tcl 8.5.10. | dgp | 2011-05-26 | 9 | -10/+10 | |
| | | | | | | | ||||||
* | | | | | | | merge to trunk | dgp | 2011-06-23 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | More changes | dgp | 2011-06-23 | 2 | -1/+8 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Re-add ".so man.macros", which got removed inadvertently along with the RCS ↵ | max | 2011-06-22 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Keyword lines. | |||||
* | | | | | | Re-add ".so man.macros", which got removed inadvertently along with the RCS ↵ | max | 2011-06-22 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Keyword lines. | |||||
* | | | | | | Merged from core-8-5-branch: Updated to platform 1.0.10. Added handling of ↵ | andreask | 2011-06-22 | 5 | -31/+76 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | the DEB_HOST_MULTIARCH location change for libc. | |||||
| * | | | | | Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of ↵ | andreask | 2011-06-22 | 5 | -31/+71 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | the DEB_HOST_MULTIARCH location change for libc. | |||||
| | * | | | | | Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH ↵ | andreask | 2011-06-22 | 3 | -27/+68 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | location change for libc | |||||
| * | | | | | | Fixed the inadvertently committed disabling of stack checks, see my ↵ | andreask | 2011-06-22 | 2 | -2/+5 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | 2010-11-15 commit [8902c8bc82]. | |||||
| * | | | | | changes update for 8.5.10 | dgp | 2011-06-21 | 2 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | Merge fixes for [socket -async] and other improvements to the unix socket code | max | 2011-06-22 | 5 | -171/+321 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | 3 | -7/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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. | |||||
| * | | | | | | Simplify file descriptor handling for client sockets and derived | max | 2011-06-07 | 1 | -42/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server sockets by putting an instance of TcpFdList into TcpState instead of just a pointer. Now only server sockets that listen on multiple addresses need the linked list of file descriptors. | |||||
| * | | | | | | Fix bug#3084338, a memleak when a [socket -async] was closed before the ↵ | max | 2011-06-07 | 1 | -29/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | connection had succeeded or failed. | |||||
| * | | | | | | Fix bug#3164655: getaddrinfo() crash on HP-UX | max | 2011-06-07 | 1 | -2/+5 | |
| | | | | | | | ||||||
| * | | | | | | * Don't use port 0 for test 14.2 as it fails in different ways on Linux ↵ | max | 2011-06-06 | 2 | -32/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -40/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -44/+96 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 3 | -98/+163 | |
| | | | | | | | ||||||
| | | | | | | | ||||||
| \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ | tcltest 2.3.3 fixes: | dgp | 2011-06-21 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 3 | -4/+4 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 7 | -26/+61 | |
| | | | | | | | ||||||
* | | | | | | | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. | dgp | 2011-06-21 | 2 | -0/+13 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. | dgp | 2011-06-21 | 2 | -0/+13 | |
| | |_|_|_|/ | |/| | | | | ||||||
| | | | | | | ||||||
| \ \ \ \ \ | ||||||
*-. \ \ \ \ \ | merge changes to trunk | dgp | 2011-06-20 | 1 | -1/+74 | |
|\ \ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | another changes item | dgp | 2011-06-20 | 1 | -0/+2 | |
| | | | | | | | ||||||
| | * | | | | | more changes work | dgp | 2011-06-20 | 1 | -1/+5 | |
| | |\ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | changes updates for 8.5.10 | dgp | 2011-06-20 | 1 | -4/+18 | |
| | | | | | | | ||||||
* | | | | | | | Merg [3148192] implementation fix, and caveat comment | jan.nijtmans | 2011-06-20 | 2 | -1/+11 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Fix [3148192] implementation, restoring legacy form again | jan.nijtmans | 2011-06-20 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | changes update work in progress | dgp | 2011-06-19 | 2 | -1/+40 | |
| | | | | | | | ||||||
| * | | | | | | 3062331 Caveat added to comments. | dgp | 2011-06-17 | 1 | -0/+10 | |
| | | | | | | | ||||||
* | | | | | | | 3315098 Mem leak fix from Gustaf Neumann. | dgp | 2011-06-13 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | 3315098 Mem leak fix from Gustaf Neumann. | dgp | 2011-06-13 | 2 | -1/+5 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Reverted the fix for [Bug 3274728] committed on 2011-04-06 (rev ↵ | andreask | 2011-06-08 | 2 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | [caf317ab68]) and replaced with one which is 64bit-safe. The existing fix crashed tclsh on Windows 64bit. | |||||
* | | | | | | More cleaning up of the code to remove unnecessary [string equal]s in tests. | dkf | 2011-06-08 | 2 | -244/+130 | |
| | | | | | |