summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merging changes with 8.7hypnotoad2018-08-1492-906/+1148
|\
| * Reposition the MODULE_SCOPE definition so that packages like tbcload don't getpooryorick2018-08-141-13/+17
| * Repair breakage in recent refactoring of env.test.pooryorick2018-08-101-5/+5
| |\
| | * Repair breakage in recent refactoring of env.testdgp2018-08-081-5/+5
| * | minor changes to documentationpooryorick2018-08-101-9/+9
| * | Tighten up SaveResult.3, make installManPage more robust against newlines.pooryorick2018-08-102-86/+66
| * | Merge 8.6jan.nijtmans2018-08-081-1/+1
| |\ \ | | |/
| | * Fix harmless gcc warningjan.nijtmans2018-08-081-1/+1
| * | merge 8.6 (test cases fix in ioTrans)jan.nijtmans2018-08-071-1/+1
| |\ \ | | |/
| | * ioTrans.test: fixed cleanup - avoids `error deleting "tempchanfile": permissi...sebres2018-08-031-1/+1
| * | Purge end-of-line spacingjan.nijtmans2018-08-0227-109/+109
| * | merge 8.6jan.nijtmans2018-07-3111-160/+30
| |\ \ | | |/
| | * Remove some actually dead codejan.nijtmans2018-07-315-146/+9
| * | merge 8.6: bug [d051b77fc1] fixedsebres2018-07-262-0/+19
| |\ \ | | |/
| | * amend after merge: 8.6th provide additionally an error-code (so missing `errC...sebres2018-07-261-0/+1
| | * merge 8.5 - bug [d051b77fc1] fixedsebres2018-07-262-0/+18
| | |\
| | | * test cases added to cover width overflow by format (should cause limit exceeded)sebres2018-07-261-0/+14
| | | * closes [d051b77fc18d7340]: fixed segfault by integer overflow (if width by fo...sebres2018-07-261-0/+4
| * | | merge test cases from 8.6sebres2018-07-261-1/+4
| |\ \ \ | | |/ /
| | * | amend to [d498578df4], still one test for [Bug ba921a8d98] with inplace by su...sebres2018-07-261-1/+4
| * | | [ba921a8d98] Make sure [string cat] includes all data from all bytearrays.dgp2018-07-262-9/+26
| |\ \ \ | | |/ /
| | * | New test for [Bug ba921a8d98].dgp2018-07-261-0/+3
| * | | Resolve inadvertent forkKevin B Kenny2018-07-251-0/+13
| |\ \ \
| | * \ \ Merge 8.6: Add a note in the 'clock' man page about the interpretation of imp...Kevin B Kenny2018-07-211-0/+13
| | |\ \ \ | | | |/ /
| | | * | Add a note in the 'clock' man page about the interpretation of impossible val...Kevin B Kenny2018-07-211-0/+13
| * | | | Fix for [ba921a8d98e02a96] - concatenating binary array with empty string yie...pooryorick2018-07-221-11/+9
| |/ / /
| * | | merge 8.6sebres2018-07-204-9/+24
| |\ \ \ | | |/ /
| | * | win: avoids warning by x64-build in function 'TclWinCPUID' - pointer targets ...sebres2018-07-201-1/+1
| | * | win: fixes x64-build within gcc-compile runtime env for (mingw64, etc): "$do6...sebres2018-07-202-2/+2
| | * | win: fixed test-cases (see [525ccacaef]) running under windows outside of tem...sebres2018-07-161-6/+21
| * | | merge 8.6sebres2018-07-121-1/+2
| |\ \ \ | | |/ /
| | * | merge 8.5sebres2018-07-121-1/+2
| | |\ \ | | | |/
| | | * win: closes [3f7af0e21e13f1f5] - avoid "permissions denied" by `file delete`,...sebres2018-07-121-1/+2
| * | | amend to [1830f9f520e2abdd], fixed package.test if built without test - avoid...sebres2018-07-101-1/+1
| * | | merge 8.6sebres2018-07-091-14/+20
| |\ \ \ | | |/ /
| | * | merge 8.5sebres2018-07-091-14/+20
| | |\ \ | | | |/
| | | * closes [270f78ca95b642fb]: fix the race condition for `file mkdir` if some wo...sebres2018-07-091-14/+18
| * | | Merge 8.6. Also remove a useless #undef/#define which will be overrided later.jan.nijtmans2018-07-052-4/+1
| |\ \ \ | | |/ /
| | * | tclDictObj.c:366: warning: dereferencing type-punned pointer will break stric...jan.nijtmans2018-07-051-1/+1
| * | | Make Tcl_GetUnicode() a macro. Mark many other stub-entries which are no long...jan.nijtmans2018-07-044-74/+105
| * | | Micro-optimization in Tcl_GetString() and Tcl_GetStringFromObj()jan.nijtmans2018-07-041-24/+45
| * | | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn...jan.nijtmans2018-06-269-117/+15
| * | | merge 8.6dgp2018-06-263-26/+8
| |\ \ \ | | |/ /
| | * | Use a thread exit handler, and not a custom exit proc for package cleanup.dgp2018-06-263-26/+8
| * | | merge 8.6dgp2018-06-264-16/+12
| |\ \ \ | | |/ /
| | * | Restore lost tests.dgp2018-06-264-15/+11
| * | | merge 8.6jan.nijtmans2018-06-2525-93/+300
| |\ \ \ | | |/ /
| | * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handli...jan.nijtmans2018-06-256-27/+30
| | * | Fix for [3592747]: Let TclNRTailcallEval handle namespace problems.pooryorick2018-06-242-7/+21
| | * | Add a test for no generation of a string representation when comparing with thepooryorick2018-06-231-0/+9