Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in previous check-in.experimental | Joe Mistachkin | 2015-05-27 | 1 | -4/+4 |
| | |||||
* | Make sure the master and mutex locks are in a well-known state across the ↵ | Joe Mistachkin | 2015-05-27 | 1 | -0/+6 |
| | | | | fork() call. | ||||
* | Additional mutex locking/unlocking during fork() to keep things synchronized. | Joe Mistachkin | 2015-05-21 | 1 | -0/+2 |
| | |||||
* | Don't change autoconf version by accident. | dgp | 2015-05-20 | 1 | -4940/+13712 |
| | |||||
* | regenerate configure | dkf | 2015-05-18 | 1 | -13518/+4977 |
| | |||||
* | First attempt at implementing the necessary auto-magic for usleep. | Joe Mistachkin | 2015-05-18 | 3 | -8/+48 |
| | |||||
* | Adjust tweaks from the previous check-in to prepare for configure detection ↵ | Joe Mistachkin | 2015-05-18 | 1 | -2/+10 |
| | | | | of usleep(). | ||||
* | Temporary tweaks to allow Thread package tests to pass on Unix. | Joe Mistachkin | 2015-05-17 | 1 | -1/+5 |
| | |||||
* | This should completely fix the race conditions at the cost of more ↵ | Joe Mistachkin | 2015-05-17 | 1 | -7/+34 |
| | | | | complexity. Also, on Unix, a more reliable means than Tcl_Sleep() of sleeping for a short time is needed. | ||||
* | Fix deadlock. | Joe Mistachkin | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | Merge updates from trunk. | Joe Mistachkin | 2015-05-17 | 1 | -3/+3 |
|\ | |||||
| * | Bump to http 2.8.9 | dgp | 2015-05-14 | 1 | -2/+2 |
| | | |||||
| * | Fix [8065d178229d8d335eee64d36ada37c4dedf2579|8065d17822]: Duplicate ↵ | jan.nijtmans | 2015-04-20 | 1 | -1/+1 |
| | | | | | | | | -DNDEBUG in compiler command with --disable-symbols | ||||
* | | Draft fix for a potential race condition in the new ↵ | Joe Mistachkin | 2015-05-17 | 1 | -0/+67 |
| | | | | | | | | Tcl_MutexUnlockAndFinalize API. Not yet tested. | ||||
* | | Add new public Tcl C API to allow a mutex to be unlocked and then finalized ↵ | Joe Mistachkin | 2015-04-09 | 1 | -1/+1 |
|/ | | | | atomically. Candidate fix for bug [57945b574a]. | ||||
* | Don't warn about warnings that are suppressed correctly now. | dkf | 2015-04-09 | 1 | -1/+0 |
| | |||||
* | Squelch otherwise-unavoidable OSX warnings. It's like magic! | dkf | 2015-04-09 | 1 | -0/+1 |
| | |||||
* | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 4 | -167/+1 |
| | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one. | ||||
* | product of a make dist | dgp | 2015-03-06 | 1 | -20/+6 |
| | |||||
* | autoconf-2.59 | dgp | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Bump to 8.6.4. | dgp | 2015-02-26 | 2 | -2/+2 |
| | |||||
* | Merge trunk | oehhar | 2014-12-17 | 11 | -42/+47 |
|\ | |||||
| * | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 8 | -38/+38 |
| | | |||||
| * | Merged latest trunk work (especially changes to eof handling) into the RC. | andreask | 2014-11-06 | 1 | -0/+5 |
| |\ | |||||
| | * | Add test-case for previous commit, which shows that when trying to open a ↵ | jan.nijtmans | 2014-11-03 | 1 | -0/+5 |
| | |\ | | | | | | | | | | | | | filename with invalid characters gives the right error-message. (same bug existed on UNIX too, which is now fixed) | ||||
| | | * | Add test-case for previous commit, which shows that when trying to open a ↵ | jan.nijtmans | 2014-11-03 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | filename with invalid characters gives the right error-message. (same bug existed on UNIX too, which is now fixed) | ||||
| | | * | Bump to 8.5.17 | dgp | 2014-10-10 | 3 | -3/+3 |
| | | | | |||||
| | | * | Better pic flag for OpenBSD. | stwo | 2014-09-16 | 2 | -2/+16 |
| | | | | |||||
| | | * | Change one '#ifdef' to '#if defined()' for improved consistency within the file, | stwo | 2014-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | as in checkin [211aa43013]. | ||||
| * | | | merge trunk | dgp | 2014-10-18 | 1 | -6/+26 |
| |\ \ \ | | |/ / | |||||
| | * | | fconfigure -peername and -sockname return empty string while async connect ↵ | oehhar | 2014-10-17 | 1 | -6/+26 |
| | |\ \ | |_|/ / |/| | | | | | | | running. | ||||
* | | | | Implemented tip-427: socket fconfigure option -connecting plus no ↵ | oehhar | 2014-09-26 | 1 | -7/+27 |
| |/ / |/| | | | | | | | | -peername,-sockname when still connecting. | ||||
| * | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 4 | -4/+4 |
|/ / | |||||
* | | Added a script-readable bytecode disassembler in tcl::unsupported. | dkf | 2014-09-20 | 1 | -4/+7 |
|\ \ | |||||
| * \ | merge trunk | dkf | 2014-09-14 | 3 | -13/+6 |
| |\ \ | |||||
| * \ \ | merge trunk | dkf | 2014-08-30 | 5 | -5/+6 |
| |\ \ \ | |||||
| * \ \ \ | merge trunk | Kevin B Kenny | 2014-08-02 | 5 | -30/+27 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge trunk | Kevin B Kenny | 2014-06-29 | 12 | -154/+461 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge trunk | dkf | 2014-02-08 | 1 | -10/+11 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge trunk | dkf | 2014-02-03 | 3 | -7/+26 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge trunk | dkf | 2014-01-09 | 8 | -179/+264 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | merge trunk | dkf | 2013-09-20 | 8 | -11/+13 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2013-08-22 | 6 | -110/+188 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2013-07-07 | 8 | -82/+40 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dkf | 2013-06-19 | 3 | -12/+17 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Move the disassembler to its own file. | dkf | 2013-06-11 | 1 | -4/+7 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Better pic flag for OpenBSD. | stwo | 2014-09-16 | 2 | -2/+16 |
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Remove unused macros. | dgp | 2014-09-05 | 1 | -3/+0 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵ | jan.nijtmans | 2014-09-01 | 2 | -10/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk | ||||
| * | | | | | | | | | | | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵ | jan.nijtmans | 2014-09-01 | 2 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk. |