summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ↵jan.nijtmans2017-09-141-1/+1
| | | | comments
* Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but ↵jan.nijtmans2017-09-041-1/+1
| | | | for consistancy)
* Typo's (Thanks to Gustaf Neumann), nothing functional.jan.nijtmans2017-09-042-3/+3
|
* [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-022-62/+119
|\
| * [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.core_8_5_branchdgp2017-09-022-62/+119
| |\
| | * merge 8.5bug_0e4d88b650dgp2017-09-024-88/+74
| | |\ | | |/ | |/|
| | * Add testdgp2017-09-021-0/+15
| | |
| | * Similar fix to Tcl_CreateCommand().dgp2017-09-021-31/+54
| | |
| | * Tidy up.dgp2017-09-021-33/+40
| | |
| | * [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion.dgp2017-09-021-8/+20
| | |
* | | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and ↵jan.nijtmans2017-09-012-3/+3
| | | | | | | | | | | | BuildCharSet(). Only makes a difference for TCL_UTF_MAX=4, when surrogates are used in the format string ... highly unlikely corner-case.
* | | Adapt .fossil-settings/crlf-glob, for 5 libtommath-related files which have ↵jan.nijtmans2017-08-312-0/+6
| | | | | | | | | | | | crlf ending
* | | http state 100 continue handling broken [2a94652ee1]oehhar2017-08-315-6/+10
|\ \ \
| * | | http state 100 continue handling broken [2a94652ee1]bug_2a94652ee1oehhar2017-08-315-6/+10
|/ / /
* | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : ↵jan.nijtmans2017-08-292-3/+13
| | | | | | | | | | | | exec redirection to append stdout and stderr to the same file
* | | Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks ↵jan.nijtmans2017-08-222-123/+172
| | | | | | | | | | | | | | | because of gcc error. Only use "#pragma GCC diagnostic" if the compiler supports this. Also re-format tclUnixSock.c without further functional changes.
* | | RFE [http://core.tcl.tk/tk/info/6c0d7aec67|6c0d7aec67]: Better surrogate ↵jan.nijtmans2017-08-1812-52/+80
|\ \ \ | | | | | | | | | | | | handling for TCL_UTF_MAX==4. No change when TCL_UTF_MAX==3. (This commit is actually meant for androwish, in order to improve surrogate handling for TCL_UTF_MAX==4)
| * \ \ merge core-8-6-branchrfe_6c0d7aec67jan.nijtmans2017-07-142-42/+48
| |\ \ \
| * \ \ \ merge core-8-6-branchjan.nijtmans2017-07-0318-1041/+1109
| |\ \ \ \
| * \ \ \ \ merge core-8-6-branchjan.nijtmans2017-06-163-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-06-1310-85/+382
| |\ \ \ \ \ \
| * | | | | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-0812-46/+76
| | | | | | | |
* | | | | | | | Adopt some harmless changes from the 'irontcl' branch. Left 2 changes behind ↵jan.nijtmans2017-08-174-6/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which I'm not so sure about (but I could be convinced ...). Ticket with explanation would be appreciated!
| * | | | | | | | The 'clean' target should delete the generated 'nmhlp-out.txt' file as well.irontclJoe Mistachkin2017-08-131-0/+2
| | | | | | | | |
| * | | | | | | | Always define '_USING_V110_SDK71_', in case targeting the pre-Windows 8.x SDKs.Joe Mistachkin2017-08-131-1/+1
| | | | | | | | |
| * | | | | | | | Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio.Joe Mistachkin2017-08-135-8/+14
| | | | | | | | |
* | | | | | | | | '#if' -> '#ifdef' in tclUnixPort.h. Suggested by Gustaf Neumann. Reduces the ↵jan.nijtmans2017-08-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | number of gcc warnings, when compiling Tcl with -Wundef. Harmless.
* | | | | | | | | [f2336c116b] Move pragmas to make gcc happy; it is pickier than clang.dgp2017-08-141-3/+3
|/ / / / / / / /
* | | | | | | | Backport [array names -regexp] should support backrefsdgp2017-08-102-4/+18
| | | | | | | |
* | | | | | | | Silence compiler warning in --disable-threads builddgp2017-08-101-0/+4
| | | | | | | |
* | | | | | | | merge markdgp2017-08-090-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Cherrypick [527d354828]andy2017-08-081-1/+1
| | | | | | | |
* | | | | | | | merge releasedgp2017-08-0916-21/+136
|\ \ \ \ \ \ \ \
| * | | | | | | | bump release datereleasecore_8_6_7core_8_6_7_rcdgp2017-08-091-1/+1
| | | | | | | | |
| * | | | | | | | Merge core-8-6-branchandy2017-08-081-2/+2
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Cherrypick [527d354828]andy2017-08-081-2/+2
| | | | | | | | |
| * | | | | | | | merge 8.6dgp2017-08-033-21/+48
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Improved test http-4.16.dgp2017-08-031-4/+10
| | | | | | | | |
* | | | | | | | | Fix weird hangs in macOS Sierra on some networks. Name resolution timeouts ↵dkf2017-08-023-17/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not what we want to test in the http package.
| * | | | | | | | update changesdgp2017-08-011-1/+5
| | | | | | | | |
| * | | | | | | | merge 8.6dgp2017-07-182-3/+3
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ↵jan.nijtmans2017-07-171-2/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | |_|_|_|_|_|/ / |/| | | | | | | across builds from auto_mkindex
| * | | | | | | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ↵jan.nijtmans2017-07-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | across builds from auto_mkindex
* | | | | | | | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in ↵jan.nijtmans2017-07-131-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | implementation of TclUtfToUniChar() macro.
| * | | | | | | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in ↵jan.nijtmans2017-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implementation of TclUtfToUniChar() macro.
| | * | | | | | merge 8.6dgp2017-07-063-58/+58
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | [adb198c256] Switch to an alternative fix for file join memleaks.dgp2017-07-061-41/+47
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Pull out of the loop a block of code that can only run in first iteration.bug_adb198c256dgp2017-07-061-18/+19
| | | | | | | |
| * | | | | | | Alternative fix for memleaks in fs path join machinery.dgp2017-07-061-17/+16
| | | | | | | |
* | | | | | | | resolve 8.6-forksebres2017-07-032-28/+28
|\ \ \ \ \ \ \ \ | |/ / / / / / /