Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [b58e6897034fc5292c9d36ba8099d9a835c98172|b58e689703]: Return value of ↵ | jan.nijtmans | 2017-10-23 | 1 | -1/+1 |
| | | | | 'Tcl_Flush' | ||||
* | Oops; put the code in the wrong place. Mixins have priority when deciding ↵ | dkf | 2017-10-19 | 1 | -12/+12 |
| | | | | method visibility. | ||||
* | [1a56550e96] Ensure that method list introspection finds methods from mixins ↵ | dkf | 2017-10-19 | 2 | -20/+79 |
|\ | | | | | | | in all cases. | ||||
| * | Ensure that method list introspection finds methods from mixins in all ↵ | dkf | 2017-10-19 | 2 | -20/+57 |
| | | | | | | | | cases. Use better approach for preventing excessive iteration. | ||||
| * | [1a56550e96] Mixins aren't being searched correctly by [info class methods -all] | dkf | 2017-10-18 | 1 | -1/+23 |
|/ | |||||
* | In nmakehlp -v, return non-0 exit code if version is not found. (taken from ↵ | jan.nijtmans | 2017-10-09 | 1 | -2/+8 |
|\ | | | | | | | vc-reform branch) | ||||
| * | In nmakehlp -v, return non-0 exit code if version is not found. (taken from ↵ | jan.nijtmans | 2017-10-09 | 1 | -2/+8 |
| | | | | | | | | vc-reform branch) | ||||
* | | Add visual-studio related entries to ignore-glob. Taken over from reform-vc ↵ | jan.nijtmans | 2017-10-09 | 1 | -3/+5 |
|\ \ | |/ | | | | | branch | ||||
| * | Add visual-studio related entries to ignore-glob. Taken over from reform-vc ↵ | jan.nijtmans | 2017-10-09 | 1 | -0/+24 |
| | | | | | | | | branch | ||||
* | | RFE [566a999189] - better error message for 32/64 bit mismatch on load. | apnadkarni | 2017-09-21 | 1 | -3/+27 |
| | | |||||
* | | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ↵ | jan.nijtmans | 2017-09-14 | 1 | -1/+1 |
| | | | | | | | | comments | ||||
* | | Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but ↵ | jan.nijtmans | 2017-09-04 | 1 | -1/+1 |
| | | | | | | | | for consistancy) | ||||
* | | Typo's (Thanks to Gustaf Neumann), nothing functional. | jan.nijtmans | 2017-09-04 | 2 | -3/+3 |
| | | |||||
* | | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 2 | -62/+119 |
|\ \ | |/ | |||||
| * | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. | dgp | 2017-09-02 | 2 | -62/+119 |
| |\ | |||||
| | * | merge 8.5 | dgp | 2017-09-02 | 4 | -88/+74 |
| | |\ | | |/ | |/| | |||||
| | * | Add test | dgp | 2017-09-02 | 1 | -0/+15 |
| | | | |||||
| | * | Similar fix to Tcl_CreateCommand(). | dgp | 2017-09-02 | 1 | -31/+54 |
| | | | |||||
| | * | Tidy up. | dgp | 2017-09-02 | 1 | -33/+40 |
| | | | |||||
| | * | [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion. | dgp | 2017-09-02 | 1 | -8/+20 |
| | | | |||||
* | | | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and ↵ | jan.nijtmans | 2017-09-01 | 2 | -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.nijtmans | 2017-08-31 | 2 | -0/+6 |
| | | | | | | | | | | | | crlf ending | ||||
* | | | http state 100 continue handling broken [2a94652ee1] | oehhar | 2017-08-31 | 5 | -6/+10 |
|\ \ \ | |||||
| * | | | http state 100 continue handling broken [2a94652ee1] | oehhar | 2017-08-31 | 5 | -6/+10 |
|/ / / | |||||
* | | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : ↵ | jan.nijtmans | 2017-08-29 | 2 | -3/+13 |
| | | | | | | | | | | | | exec redirection to append stdout and stderr to the same file | ||||
* | | | Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks ↵ | jan.nijtmans | 2017-08-22 | 2 | -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.nijtmans | 2017-08-18 | 12 | -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-branch | jan.nijtmans | 2017-07-14 | 2 | -42/+48 |
| |\ \ \ | |||||
| * \ \ \ | merge core-8-6-branch | jan.nijtmans | 2017-07-03 | 18 | -1041/+1109 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge core-8-6-branch | jan.nijtmans | 2017-06-16 | 3 | -3/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge core-8-6-branch | jan.nijtmans | 2017-06-13 | 10 | -85/+382 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 12 | -46/+76 |
| | | | | | | | | |||||
* | | | | | | | | Adopt some harmless changes from the 'irontcl' branch. Left 2 changes behind ↵ | jan.nijtmans | 2017-08-17 | 4 | -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 Mistachkin | 2017-08-13 | 1 | -0/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Always define '_USING_V110_SDK71_', in case targeting the pre-Windows 8.x SDKs. | Joe Mistachkin | 2017-08-13 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio. | Joe Mistachkin | 2017-08-13 | 5 | -8/+14 |
| | | | | | | | | | |||||
* | | | | | | | | | '#if' -> '#ifdef' in tclUnixPort.h. Suggested by Gustaf Neumann. Reduces the ↵ | jan.nijtmans | 2017-08-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | number of gcc warnings, when compiling Tcl with -Wundef. Harmless. | ||||
* | | | | | | | | | [f2336c116b] Move pragmas to make gcc happy; it is pickier than clang. | dgp | 2017-08-14 | 1 | -3/+3 |
|/ / / / / / / / | |||||
* | | | | | | | | Backport [array names -regexp] should support backrefs | dgp | 2017-08-10 | 2 | -4/+18 |
| | | | | | | | | |||||
* | | | | | | | | Silence compiler warning in --disable-threads build | dgp | 2017-08-10 | 1 | -0/+4 |
| | | | | | | | | |||||
* | | | | | | | | merge mark | dgp | 2017-08-09 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Cherrypick [527d354828] | andy | 2017-08-08 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | merge release | dgp | 2017-08-09 | 16 | -21/+136 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | bump release date | dgp | 2017-08-09 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge core-8-6-branch | andy | 2017-08-08 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Cherrypick [527d354828] | andy | 2017-08-08 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | merge 8.6 | dgp | 2017-08-03 | 3 | -21/+48 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Improved test http-4.16. | dgp | 2017-08-03 | 1 | -4/+10 |
| | | | | | | | | | |||||
* | | | | | | | | | Fix weird hangs in macOS Sierra on some networks. Name resolution timeouts ↵ | dkf | 2017-08-02 | 3 | -17/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not what we want to test in the http package. | ||||
| * | | | | | | | | update changes | dgp | 2017-08-01 | 1 | -1/+5 |
| | | | | | | | | |