Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Test portability. | dgp | 2015-04-30 | 1 | -1/+2 | |
| * | | | | | | merge mark | dgp | 2015-04-29 | 0 | -0/+0 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Use joinable threads to avoid thread finalization crashes. | dgp | 2015-04-29 | 1 | -1/+2 | |
| * | | | | | | [894da183c8] Test and fix for regression in flushing blocked channels. | dgp | 2015-04-29 | 2 | -2/+36 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | [894da183c8] Test and fix for regression in flushing blocked channels. | dgp | 2015-04-29 | 2 | -2/+36 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | [894da183c8] Fix and test for bug at the point it was introduced. | dgp | 2015-04-29 | 2 | -1/+35 | |
| * | | | | | | | Merge tzdata2015d from ietf.org | venkat | 2015-04-29 | 16 | -1185/+1136 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Update to tzdata2015d from ietf.org | venkat | 2015-04-29 | 16 | -1185/+1136 | |
| * | | | | | | | [879a0747be] Repair handling of incomplete multi-byte chars at the ends of in... | dgp | 2015-04-24 | 2 | -6/+105 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | [879a0747be] Repair handling of incomplete multi-byte chars at the ends | dgp | 2015-04-24 | 2 | -7/+106 | |
| * | | | | | | | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. | dgp | 2015-04-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. | dgp | 2015-04-24 | 1 | -1/+1 | |
| * | | | | | | | Open linked folder shared on Windows - Patch [19ea026e43] | oehhar | 2015-04-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Open linked folder shared on Windows - Patch [19ea026e43] | oehhar | 2015-04-23 | 1 | -1/+1 | |
| * | | | | | | | Fix [8065d178229d8d335eee64d36ada37c4dedf2579|8065d17822]: Duplicate -DNDEBUG... | jan.nijtmans | 2015-04-20 | 1 | -1/+1 | |
| * | | | | | | | bring in dgp's improvements to zippy | Miguel Sofer | 2015-04-17 | 2 | -22/+100 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Reduce the list walking by keeping lastPtr fields. | dgp | 2015-04-16 | 2 | -29/+37 | |
| | * | | | | | | | Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pool | dgp | 2015-04-15 | 1 | -15/+85 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 compilat... | jan.nijtmans | 2015-04-10 | 3 | -10/+11 | |
| * | | | | | | | 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 | |
| * | | | | | 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 comments | 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 cl... | Miguel Sofer | 2015-03-23 | 0 | -0/+0 | |
| |/ / / / / | ||||||
| * | | | | | 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 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Upon further review, due the order of #include of headers, we do not have | dgp | 2015-03-13 | 2 | -2/+2 | |
| | * | | | | | The STRICT directive influences how #include "windows.h" works. | dgp | 2015-03-13 | 2 | -10/+2 | |
| * | | | | | | Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break | ashok | 2015-03-19 | 1 | -2/+14 | |
| |/ / / / / | ||||||
| * | | | | | merge release | dgp | 2015-03-12 | 13 | -32/+55 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | update changes | 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 Tcl_Servic... | Kevin Walzer | 2015-03-10 | 1 | -1/+2 | |
| * | | | | | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_Servic... | Kevin Walzer | 2015-03-10 | 1 | -1/+2 | |
| * | | | | | merge mark | dgp | 2015-03-06 | 0 | -0/+0 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | merge release | dgp | 2015-03-06 | 11 | -30/+39 | |
| | |\ \ \ \ | ||||||
| | | * | | | | repair nroff breakage | 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 | |
| | | |\ \ \ \ |