summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | [6a71dbe6ec] Ensure that compression errors log correctly.dkf2015-05-141-1/+1
| | * | | | | | | | | | | | | | | | | [b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, butdkf2015-05-143-15/+35
| | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | test portabilitydgp2015-04-301-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge markdgp2015-04-290-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [894da183c8] Test and fix for regression in flushing blocked channels.dgp2015-04-292-2/+36
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tzdata2015d from ietf.orgvenkat2015-04-2916-1185/+1136
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [879a0747be] Repair handling of incomplete multi-byte chars at the ends of in...dgp2015-04-242-6/+105
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer.dgp2015-04-241-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Open linked folder shared on Windows - Patch [19ea026e43]oehhar2015-04-231-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Fix [8065d178229d8d335eee64d36ada37c4dedf2579|8065d17822]: Duplicate -DNDEBUG...jan.nijtmans2015-04-201-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | bring in dgp's improvements to zippyMiguel Sofer2015-04-172-22/+100
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | Reduce the list walking by keeping lastPtr fields.zippy_fifodgp2015-04-162-29/+37
| | | * | | | | | | | | | | | | | | | | | | | | | | Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pooldgp2015-04-151-15/+85
| | |/ / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 compilat...jan.nijtmans2015-04-103-10/+11
| * | | | | | | | | | | | | | | | | | | | | | | | Fix typo in the previous check-in.Joe Mistachkin2015-05-171-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinaliz...Joe Mistachkin2015-05-174-3/+140
| * | | | | | | | | | | | | | | | | | | | | | | | Reword and clarify the doc changes from the previous check-in.Joe Mistachkin2015-05-161-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | First draft of the necessary doc changes.Joe Mistachkin2015-05-161-6/+13
| * | | | | | | | | | | | | | | | | | | | | | | | Add new public Tcl C API to allow a mutex to be unlocked and then finalized a...Joe Mistachkin2015-04-096-1/+47
| |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Don't warn about warnings that are suppressed correctly now.dkf2015-04-091-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | Squelch otherwise-unavoidable OSX warnings. It's like magic!dkf2015-04-091-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | improve comments for TclMarkTailcall and friendsMiguel Sofer2015-04-081-3/+10
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Don't fetch values we don't need.dkf2015-04-041-1/+1
| * | | | | | | | | | | | | | | | | | | | | There's no need to constrain the declaration of Tcl_GetMemoryInfo().dgp2015-03-241-2/+0
| * | | | | | | | | | | | | | | | | | | | | Tcl source code already assumes the <limits.h> file is available.dgp2015-03-246-199/+7
| * | | | | | | | | | | | | | | | | | | | | fix comments describing tailcall implementationMiguel Sofer2015-03-231-2/+2
| * | | | | | | | | | | | | | | | | | | | | fix comments describing tailcall implementationMiguel Sofer2015-03-231-24/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | more commentsmig_tailcall_cleanupMiguel Sofer2015-03-231-2/+42
| | * | | | | | | | | | | | | | | | | | | | | updated, improved tailcall commentsMiguel Sofer2015-03-231-24/+21
| | * | | | | | | | | | | | | | | | | | | | | branch for ordering and grouping the tailcall related code, and especially cl...Miguel Sofer2015-03-230-0/+0
| |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | completing the fix for bug d87cb182053fd79b3Miguel Sofer2015-03-231-0/+1
| * | | | | | | | | | | | | | | | | | | | | adding a test to reveal a problem with the fix of bug d87cb182053fd79b3Miguel Sofer2015-03-211-0/+30
| * | | | | | | | | | | | | | | | | | | | | [d87cb18205] Let compiled ensembles handle tailcalls properly.dgp2015-03-212-1/+21
| * | | | | | | | | | | | | | | | | | | | | Remove STRICT directive from public header. It does approximately nothing,dgp2015-03-202-10/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Upon further review, due the order of #include of headers, we do not havedgp_win_specific_strictdgp2015-03-132-2/+2
| | * | | | | | | | | | | | | | | | | | | | | The STRICT directive influences how #include "windows.h" works.dgp2015-03-132-10/+2
| * | | | | | | | | | | | | | | | | | | | | | Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break ashok2015-03-191-2/+14
| |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | merge releasedgp2015-03-1213-32/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | | | | | Test for original meaning of [unset -nocomplain --].dgp2015-07-171-0/+5
* | | | | | | | | | | | | | | | | | | | | | | [9bad630c31] Prevent read outside of buffer bounds.dgp2015-07-151-1/+1
* | | | | | | | | | | | | | | | | | | | | | | [b1534b438b] Prevent read outside buffer boundaries.dgp2015-07-151-1/+12
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Documentation: source ignores BOM for unicode filesoehhar2015-07-071-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Correct handling of dictionaries in the background error processing code.dkf2015-06-301-10/+10
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Summary: Update to tzdata2015e from ietf.orgvenkat2015-06-283-51/+216
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...jan.nijtmans2015-06-2525-6628/+6649
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Make sure that an input lying precisely 1/2 ULP between two floating point va...dgp2015-06-242-8/+38
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Member field which should not have been CONST, because it is dynamically allo...jan.nijtmans2015-06-231-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | From aspect, several edge case coverage tests.dgp2015-06-181-0/+52
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0jan.nijtmans2015-06-182-1044/+1090
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix [e770d92d76]: Add support for higher baud rates in Tcljan.nijtmans2015-06-161-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |