Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draft fix for a potential race condition in the new ↵ | Joe Mistachkin | 2015-05-17 | 4 | -3/+140 |
| | | | | Tcl_MutexUnlockAndFinalize API. Not yet tested. | ||||
* | Reword and clarify the doc changes from the previous check-in. | Joe Mistachkin | 2015-05-16 | 1 | -3/+4 |
| | |||||
* | First draft of the necessary doc changes. | Joe Mistachkin | 2015-05-16 | 1 | -6/+13 |
| | |||||
* | Add new public Tcl C API to allow a mutex to be unlocked and then finalized ↵ | Joe Mistachkin | 2015-04-09 | 6 | -1/+47 |
| | | | | 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 |
| | |||||
* | improve comments for TclMarkTailcall and friends | Miguel Sofer | 2015-04-08 | 1 | -3/+10 |
| | |||||
* | Don't fetch values we don't need. | dkf | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | There's no need to constrain the declaration of Tcl_GetMemoryInfo(). | dgp | 2015-03-24 | 1 | -2/+0 |
| | |||||
* | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 6 | -199/+7 |
| | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one. | ||||
* | fix comments describing tailcall implementation | Miguel Sofer | 2015-03-23 | 1 | -2/+2 |
| | |||||
* | fix comments describing tailcall implementation | Miguel Sofer | 2015-03-23 | 1 | -24/+61 |
|\ | |||||
| * | more commentsmig_tailcall_cleanup | Miguel Sofer | 2015-03-23 | 1 | -2/+42 |
| | | |||||
| * | updated, improved tailcall comments | Miguel Sofer | 2015-03-23 | 1 | -24/+21 |
| | | |||||
| * | branch for ordering and grouping the tailcall related code, and especially ↵ | Miguel Sofer | 2015-03-23 | 0 | -0/+0 |
|/ | | | | clean up the comments | ||||
* | completing the fix for bug d87cb182053fd79b3 | Miguel Sofer | 2015-03-23 | 1 | -0/+1 |
| | |||||
* | adding a test to reveal a problem with the fix of bug d87cb182053fd79b3 | Miguel Sofer | 2015-03-21 | 1 | -0/+30 |
| | |||||
* | [d87cb18205] Let compiled ensembles handle tailcalls properly. | dgp | 2015-03-21 | 2 | -1/+21 |
| | |||||
* | Remove STRICT directive from public header. It does approximately nothing, | dgp | 2015-03-20 | 2 | -10/+2 |
|\ | | | | | and doesn't belong in generic code. | ||||
| * | Upon further review, due the order of #include of headers, we do not havedgp_win_specific_strict | dgp | 2015-03-13 | 2 | -2/+2 |
| | | | | | | | | a history of a #define STRICT active when the #include "windows.h" in tclWinPort.h happens. Don't want to start something new now. | ||||
| * | The STRICT directive influences how #include "windows.h" works. | dgp | 2015-03-13 | 2 | -10/+2 |
| | | | | | | This is not a generic concern. Move it over the tclWinPort.h. | ||||
* | | Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break | ashok | 2015-03-19 | 1 | -2/+14 |
|/ | | | and not return 0 bytes indicating EOF for those cases. | ||||
* | merge release | dgp | 2015-03-12 | 13 | -32/+55 |
|\ | |||||
| * | update changescore_8_6_4core_8_6_4_rc | dgp | 2015-03-11 | 1 | -0/+3 |
| | | |||||
| * | merge trunk | dgp | 2015-03-11 | 1 | -1/+2 |
| |\ | |/ |/| | |||||
* | | merge mark | dgp | 2015-03-11 | 0 | -0/+0 |
|\ \ | |||||
| * | | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing ↵ | Kevin Walzer | 2015-03-10 | 1 | -1/+2 |
| | | | | | | | | | | | | Tcl_ServiceAll() event processing: http://core.tcl.tk/tk/tktview/3028676fffffffffffffffffffffffffffffffff | ||||
* | | | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing ↵ | Kevin Walzer | 2015-03-10 | 1 | -1/+2 |
| | | | | | | | | | | | | Tcl_ServiceAll() event processing: http://core.tcl.tk/tk/tktview/3028676fffffffffffffffffffffffffffffffff | ||||
* | | | merge mark | dgp | 2015-03-06 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | merge release | dgp | 2015-03-06 | 11 | -30/+39 |
| |\ \ | |||||
| | * | | repair nroff breakagecore_8_5_18core_8_5_18_rc | dgp | 2015-03-06 | 1 | -0/+1 |
| | | | | |||||
| | * | | products of "make dist" | dgp | 2015-03-06 | 1 | -20/+6 |
| | | | | |||||
| | * | | update release date | dgp | 2015-03-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | update changes | dgp | 2015-02-24 | 1 | -0/+2 |
| | | | | |||||
| | * | | merge 8.5 | dgp | 2015-02-20 | 1 | -1/+1 |
| | |\ \ | |||||
| | * \ \ | merge 8.5 | dgp | 2015-02-12 | 10 | -704/+27 |
| | |\ \ \ | |||||
| | * | | | | update changes | dgp | 2015-02-06 | 1 | -0/+21 |
| | | | | | | |||||
| | * | | | | merge 8.5 | dgp | 2015-02-05 | 1 | -3/+15 |
| | |\ \ \ \ | |||||
| | * | | | | | Bump to version 8.5.18. | dgp | 2015-02-05 | 9 | -10/+10 |
| | | | | | | | |||||
| * | | | | | | repair nroff breakage | dgp | 2015-03-06 | 1 | -0/+1 |
| | |_|_|/ / | |/| | | | | |||||
| | | | | * | .RS/.RE balance | dgp | 2015-03-06 | 1 | -1/+0 |
| | | | | | | |||||
| | | | | * | `make html` must tolerate bundled packages using configure.ac over configure.in. | dgp | 2015-03-06 | 1 | -1/+5 |
| | | | | | | |||||
| | | | | * | product of a make dist | dgp | 2015-03-06 | 1 | -20/+6 |
| | | | | | | |||||
| | | | | * | update changes | dgp | 2015-03-03 | 2 | -1/+17 |
| | | | | | | |||||
| | | | | * | merge trunk | dgp | 2015-03-02 | 8 | -136/+31 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Deleted Win95/98-specific documentation as those platforms have long been ↵ | ashok | 2015-03-02 | 7 | -136/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | unsupported. | ||||
| | | | | * | autoconf-2.59 | dgp | 2015-02-26 | 2 | -2/+2 |
| | | | | | | |||||
| | | | | * | Bump to 8.6.4. | dgp | 2015-02-26 | 6 | -7/+7 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | [32b6159246] Accept aspect patch for broken [lreplace] bytecode. | dgp | 2015-02-20 | 2 | -0/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | No more [lreplace {1 2 3} 2 0] => 1 2 2 3 | ||||
| * | | | | | undo erroneous change in [1fa2e32e07]aspect_lreplace_fix | aspect | 2015-02-19 | 1 | -1/+1 |
| | | | | | |