Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert mistaken commit. | dgp | 2012-01-09 | 1 | -1/+0 |
| | |||||
* | Fix loading of timezones where one abbreviation is a proper suffix of ↵ | Kevin B Kenny | 2012-01-08 | 1 | -0/+1 |
|\ | | | | | | | another [Bug 3470928] | ||||
* \ | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 1 | -2/+2 |
|\ \ | |/ | | | | | setargv() function on mingw. | ||||
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 1 | -2/+2 |
| |\ | | | | | | | | | | setargv() function on mingw. | ||||
* | \ | don't install tommath_(super)?class.h | jan.nijtmans | 2011-11-30 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | don't install directories like 8.2 and 8.3 | ||||
| * | | Use the same shebang comment everywhere | jan.nijtmans | 2011-11-30 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3 | ||||
| | * | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 2 | -526/+573 |
| | | | |||||
| | * | Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵ | jan.nijtmans | 2011-08-30 | 2 | -519/+535 |
| | | | | | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. | ||||
| | * | A few more compiler warnings | jan.nijtmans | 2011-08-18 | 1 | -3/+3 |
| | | | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 2 | -497/+559 |
| | | | |||||
| * | | Release candidate branch for Tcl 8.5.11. | dgp | 2011-10-20 | 3 | -3/+3 |
| | | | |||||
| * | | Update changes toward 8.5.11 release. Bump to http 2.7.7. | dgp | 2011-10-20 | 1 | -2/+2 |
| | | | |||||
* | | | * unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam) | dkf | 2011-11-03 | 1 | -44/+214 |
| | | | | | | | | | | | | | | | | | | | | | (TclpGetGrGid): Use the elaborate memory management scheme outlined on http://www.opengroup.org/austin/docs/austin_328.txt to handle Tcl's use of standard reentrant versions of the passwd/group access functions so that everything can work on all BSDs. Problem identified by Stuart Cassoff. | ||||
* | | | MINOR: Add emacs style info to end of C files. | dkf | 2011-10-21 | 2 | -5/+23 |
| | | | |||||
* | | | Update changes toward 8.6b3 release. Bump to http 2.8.3. | dgp | 2011-10-20 | 1 | -2/+2 |
| | | | |||||
* | | | typo | jan.nijtmans | 2011-09-22 | 1 | -1/+1 |
| | | | |||||
* | | | Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a | dgp | 2011-09-19 | 1 | -1/+1 |
| | | | | | | | | | memory leak that cannot be plugged while testing what the test aims to test. | ||||
* | | | [Bug 3401422] Cache script-level changes to the nonblocking flag of an async ↵ | ferrieux | 2011-09-01 | 1 | -1/+7 |
| | | | | | | | | | | | | client socket in progress, and commit them on completion. | ||||
* | | | Put back the check for server sockets (bug #3394732). | max | 2011-08-29 | 1 | -0/+9 |
| | | | |||||
* | | | merge to rc | dgp | 2011-08-03 | 1 | -2/+29 |
|\ \ \ | |||||
| * | | | Update file generated by `make dist` | dgp | 2011-08-03 | 1 | -2/+29 |
| | | | | |||||
* | | | | merge to rc | dgp | 2011-07-28 | 2 | -2/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | autoconf | dgp | 2011-07-28 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix AC_DEFINE invocation for NEED_FAKE_RFC2553. | max | 2011-07-28 | 1 | -1/+2 |
| | | | | |||||
* | | | | Bump version number to 8.6b2. | dgp | 2011-07-18 | 3 | -3/+3 |
|/ / / | |||||
* | | | 3364777 Stop segfault caused by reading from struct after it had been freed. | dgp | 2011-07-12 | 1 | -1/+4 |
| | | | |||||
* | | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -1/+6 |
| | | | |||||
| * | | Fix TCL_STACK_GROWS_UP for gcc 4.6 | max | 2011-06-30 | 2 | -4/+8 |
| | | | |||||
| * | | merge to RC | dgp | 2011-06-23 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | merge to RC | dgp | 2011-06-21 | 1 | -2/+2 |
| |\ \ \ | |||||
| * | | | | Release candidate branch for Tcl 8.5.10. | dgp | 2011-05-26 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of ↵ | max | 2011-06-28 | 1 | -19/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | Merged from core-8-5-branch: Updated to platform 1.0.10. Added handling of ↵ | andreask | 2011-06-22 | 1 | -2/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | 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 | 1 | -2/+2 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | the DEB_HOST_MULTIARCH location change for libc. | ||||
| * | | | Backport tcltest 2.3.3 for release with Tcl 8.5.* | dgp | 2011-06-21 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | * doc/socket.n: Document the fact that the event loop is now needed for ↵ | max | 2011-06-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | [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. | ||||
* | | | * Don't use port 0 for test 14.2 as it fails in different ways on Linux ↵ | max | 2011-06-06 | 1 | -30/+29 |
| | | | | | | | | | | | | | | | | | | | | | 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 | -33/+33 |
| | | | | | | | | | | | | | | | 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 | -42/+59 |
| | | | | | | | | | | | | * 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 | -98/+133 |
| | | | |||||
* | | | Bump to msgcat 1.4.4 | dgp | 2011-05-25 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Bump to msgcat 1.4.4. | dgp | 2011-05-25 | 1 | -2/+2 |
| | | | |||||
| * | | [Bug 2715421] fix backported from 8.6 to remove extra newline from POSTs. | patthoyts | 2011-05-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Package version incremented to 2.7.6. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
* | | | Bump TclOO version. | dkf | 2011-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | * unix/tclUnixSock.c (TcpWatchProc): No need to check for server sockets ↵ | max | 2011-05-11 | 1 | -18/+9 |
| | | | | | | | | | | | | | | | here, as the generic server code already takes care of that. * tests/socket.test (accept): Add tests to make sure that this remains so. | ||||
* | | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 1 | -4/+1 |
|\ \ \ | |/ / | |||||
| * | | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 1 | -4/+1 |
| |\ \ | | |/ |