summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy.jan.nijtmans2017-07-032-28/+28
| | | | | | |
* | | | | | | tclPathObj: fixed TclJoinPath - usage of released object and object leakage.sebres2017-07-031-32/+26
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / closes [adb198c256df8c4192838cc3c1112fb2821314e9]
| * | | | | tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released ↵sebres2017-07-031-84/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object and object leakage. closes [adb198c256df8c4192838cc3c1112fb2821314e9]
| | * | | | merge 8.6dgp2017-06-291-10/+9
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate ↵jan.nijtmans2017-06-281-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | the expected uppercase characters right away from the start. No change in functionality, just code optimization.
| | * | | | update changesdgp2017-06-261-0/+7
| | | | | |
| | * | | | merge 8.6dgp2017-06-263-3/+3
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Bump to TclOO 1.1.0dgp2017-06-263-3/+3
| | | | | |
| | * | | | merge 8.6dgp2017-06-2610-843/+970
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | [46f801ea5a] Make autoloader less fragile when it cannot manufacture adgp2017-06-262-22/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | known consistent stack trace. Value inconsistency over failure.
| * | | | | | Try to make good stack trace. Fallback to making not-so-good stack trace.bug_46f801ea5adgp2017-06-262-23/+29
| | | | | | | | | | | | | | | | | | | | | Stop failing altogether. Test in test suite, not program fragility.
| * | | | | | Test demonstrating autoloader fragility.dgp2017-06-261-0/+10
|/ / / / / /
* | | | | | Implement TIP #473: Allow a Defined Target Namespace in oo::copydkf2017-06-223-11/+78
|\ \ \ \ \ \