Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | correct EOLFIX macro, broken by [a803608ed5] | jan.nijtmans | 2014-07-27 | 1 | -2/+2 | |
| | |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 3 | -3/+3 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | [e6477e1b0f] Plug memleak in AtForkChild() detected in iocmd-11.4. | dgp | 2014-07-21 | 1 | -2/+2 | |
* | | | | | | | | | | | Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form. | jan.nijtmans | 2014-07-17 | 2 | -24/+19 | |
* | | | | | | | | | | | [1211aceef2] Fix refcount management of TclpTempFileName() that caused leak. | dgp | 2014-07-11 | 1 | -2/+4 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution unti... | jan.nijtmans | 2014-06-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution unti... | jan.nijtmans | 2014-06-20 | 1 | -2/+2 | |
* | | | | | | | | | | [1758a0b603] socket_*-2.13 : Workaround the broken select() in some Linux | dgp | 2014-06-16 | 1 | -2/+56 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | Additional check for an error condition on the socket. | dgp | 2014-06-12 | 1 | -1/+7 | |
| * | | | | | | | | | Workaround the broken select() in some Linux kernels that fails to report | dgp | 2014-06-11 | 1 | -3/+52 | |
* | | | | | | | | | | Valgrind doesn't like use of uninitialized variables. | dgp | 2014-06-04 | 1 | -1/+1 | |
* | | | | | | | | | | These edits make the tests socket-14.11.[01] stop hanging, but also introduce | dgp | 2014-06-02 | 1 | -5/+3 | |
* | | | | | | | | | | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchP... | dgp | 2014-05-31 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Correct the interest masks in the Tcl_CreateFileHandler() calls in | dgp | 2014-05-31 | 1 | -2/+2 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ... | jan.nijtmans | 2014-05-15 | 1 | -0/+6 | |
* | | | | | | | | | | Fix and improve socket -async [13d3af3ad5] | oehhar | 2014-05-20 | 1 | -115/+188 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | * Give clearer names to some of the state flags and sync them with Windows...bug_13d3af3ad5 | max | 2014-04-08 | 1 | -41/+90 | |
| * | | | | | | | | | | Rename error to connectError in struct TcpState. | max | 2014-04-07 | 1 | -11/+11 | |
| * | | | | | | | | | | Rename CreateClientSocket to TcpConnect | max | 2014-04-07 | 1 | -8/+8 | |
| * | | | | | | | | | | * Rework WaitForConnect() to fix synchronous completion of asynchronous co... | max | 2014-04-04 | 1 | -30/+24 | |
| * | | | | | | | | | | Make the naming of TcpState variables consistent | max | 2014-04-04 | 1 | -49/+53 | |
| * | | | | | | | | | | * More test improvements for async sockets. | max | 2014-03-14 | 1 | -7/+21 | |
| * | | | | | | | | | | * Hide transient errors of the internal iterations of [socket -async] from... | max | 2014-03-11 | 1 | -41/+34 | |
| * | | | | | | | | | | WaitForConnect may only call back to CreateClientSocket when the socket is wr... | max | 2014-03-10 | 1 | -1/+3 | |
| * | | | | | | | | | | * tclUnixSock.c: Fix WaitForConnect() for client sockets that have to try ... | max | 2014-03-10 | 1 | -9/+11 | |
| * | | | | | | | | | | Broken intermediate state. | max | 2014-02-28 | 1 | -0/+15 | |
* | | | | | | | | | | | Let the generated Makefile be emacs-friendly by avoiding spurious empty lines... | ferrieux | 2014-05-16 | 3 | -0/+8 | |
* | | | | | | | | | | | Make Cygwin's "configure" work from another directory than /unix. (Not everyt... | jan.nijtmans | 2014-05-09 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Make Cygwin's "configure" work from another directory than /unix. (Not everyt... | jan.nijtmans | 2014-05-09 | 2 | -4/+4 | |
* | | | | | | | | | | | [3493120] Plug memory leak in thread exit. | dgp | 2014-04-24 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | *nix segfault cleared: we should reset a thread key after freeing of alloc ca...bug_3493120 | sebres | 2014-04-23 | 1 | -0/+1 | |
* | | | | | | | | | | | Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX. | jan.nijtmans | 2014-04-11 | 1 | -0/+6 | |
* | | | | | | | | | | | Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private". | jan.nijtmans | 2014-04-08 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private". | jan.nijtmans | 2014-04-08 | 1 | -4/+3 | |
* | | | | | | | | | | | Add missing @TCL_LIB_FLAG@ to tcl.pc.in (derived from ticket [5bcb5026ad]) | jan.nijtmans | 2014-03-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like inf... | jan.nijtmans | 2014-03-31 | 4 | -4/+25 | |
* | | | | | | | | | | | Only write back file attributes if any of them really changed.rfe_b42b208ba4 | jan.nijtmans | 2014-03-26 | 1 | -12/+11 | |
* | | | | | | | | | | | Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For comp... | jan.nijtmans | 2014-03-26 | 2 | -14/+174 | |
* | | | | | | | | | | | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 | jan.nijtmans | 2014-03-20 | 2 | -10/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | / / / / / / / / / | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 | jan.nijtmans | 2014-03-20 | 2 | -26/+18 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Proposed fix for [2f7cbd01c3].bug_2f7cbd01c3 | jan.nijtmans | 2014-03-20 | 2 | -28/+20 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | typo | jan.nijtmans | 2014-02-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | typo | jan.nijtmans | 2014-02-12 | 1 | -1/+1 | |
* | | | | | | | | | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 | |
* | | | | | | | | | Add missing __stdcall (which crashes on win32), and clean-up indenting | jan.nijtmans | 2014-02-04 | 1 | -10/+11 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | remove duplicate declaration | jan.nijtmans | 2014-02-04 | 1 | -1/+0 | |
| * | | | | | | | Add missing __stdcall (which crashes on win32), and clean-up indenting | jan.nijtmans | 2014-02-04 | 1 | -10/+12 | |
* | | | | | | | | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | jan.nijtmans | 2014-02-03 | 1 | -7/+22 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 | jan.nijtmans | 2014-02-03 | 1 | -7/+22 | |