Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | * 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 | |
* | | | | | | | | sync tcl.m4 with Tk version | jan.nijtmans | 2014-01-25 | 2 | -0/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | sync tcl.m4 with Tk version | jan.nijtmans | 2014-01-25 | 2 | -0/+4 | |
* | | | | | | | merge trunk | dkf | 2014-01-02 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ... and more silly errors | dkf | 2014-01-02 | 1 | -0/+1 | |
* | | | | | | | | put the other definition of a trim set in the header file too | dkf | 2013-12-30 | 1 | -1/+1 | |
* | | | | | | | | Factor out the definition of the default string trim set; define it once only. | dkf | 2013-12-30 | 1 | -2/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Safer clean-up of environment variables: Do removal after insertions -> tclte... | jan.nijtmans | 2013-11-20 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Safer clean-up of environment variables: Do removal after insertions -> tclte... | jan.nijtmans | 2013-11-20 | 1 | -2/+2 | |
* | | | | | | | Some formatting | jan.nijtmans | 2013-11-19 | 1 | -12/+10 | |
* | | | | | | | Cygwin: Instead of checking whether the win32 part is configured properly, ju... | jan.nijtmans | 2013-11-19 | 3 | -8/+23 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Cygwin: Instead of checking whether the win32 part is configured properly, ju... | jan.nijtmans | 2013-11-19 | 3 | -8/+23 | |
* | | | | | | | Revert [5215b8740c] (Enh [2959069]), as it turns out that -fvisibility=hidden... | jan.nijtmans | 2013-11-19 | 2 | -103/+10 | |
* | | | | | | | Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by ot... | max | 2013-11-18 | 1 | -3/+2 | |
* | | | | | | | Fix [5425f2c082]: [fconfigure -error] breaks the background processing of a p... | max | 2013-11-12 | 1 | -5/+14 | |
* | | | | | | | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o... | jan.nijtmans | 2013-10-29 | 2 | -6/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o... | jan.nijtmans | 2013-10-29 | 2 | -6/+5 | |
* | | | | | | | Don't fix eol-style for Makefile.in in "make dist", if the file system is cas... | jan.nijtmans | 2013-10-28 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 r... | jan.nijtmans | 2013-10-28 | 1 | -33/+56 | |
* | | | | | | | [01b77111e5]: Small fixes relating to this bug. In particular, the package name | dkf | 2013-10-28 | 1 | -28/+29 | |