summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix [b58e6897034fc5292c9d36ba8099d9a835c98172|b58e689703]: Return value of ↵jan.nijtmans2017-10-231-1/+1
| | | | 'Tcl_Flush'
* Oops; put the code in the wrong place. Mixins have priority when deciding ↵dkf2017-10-191-12/+12
| | | | method visibility.
* [1a56550e96] Ensure that method list introspection finds methods from mixins ↵dkf2017-10-192-20/+79
|\ | | | | | | in all cases.
| * Ensure that method list introspection finds methods from mixins in all ↵dkf2017-10-192-20/+57
| | | | | | | | cases. Use better approach for preventing excessive iteration.
| * [1a56550e96] Mixins aren't being searched correctly by [info class methods -all]dkf2017-10-181-1/+23
|/
* In nmakehlp -v, return non-0 exit code if version is not found. (taken from ↵jan.nijtmans2017-10-091-2/+8
|\ | | | | | | vc-reform branch)
| * In nmakehlp -v, return non-0 exit code if version is not found. (taken from ↵jan.nijtmans2017-10-091-2/+8
| | | | | | | | vc-reform branch)
* | Add visual-studio related entries to ignore-glob. Taken over from reform-vc ↵jan.nijtmans2017-10-091-3/+5
|\ \ | |/ | | | | branch
| * Add visual-studio related entries to ignore-glob. Taken over from reform-vc ↵jan.nijtmans2017-10-091-0/+24
| | | | | | | | branch
* | RFE [566a999189] - better error message for 32/64 bit mismatch on load.apnadkarni2017-09-211-3/+27
| |
* | 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.dgp2017-09-022-62/+119
| |\
| | * merge 8.5dgp2017-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]oehhar2017-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-branchjan.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.Joe 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 datedgp2017-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
| | | | | | | | |