Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Use size_t in more API's, e.g. *RegExp* types | jan.nijtmans | 2018-07-02 | 2 | -7/+7 | |
| | ||||||
* | merge trunk | jan.nijtmans | 2018-06-27 | 10 | -128/+29 | |
|\ | ||||||
| * | merge 8.7 | jan.nijtmans | 2018-06-26 | 8 | -116/+14 | |
| |\ | ||||||
| | * | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we ↵ | jan.nijtmans | 2018-06-26 | 8 | -116/+14 | |
| | | | | | | | | | | | | know TCL_UTF_MAX>=4, we can simplify things. No change in functionality. | |||||
| * | | merge 8.7 | jan.nijtmans | 2018-06-25 | 3 | -22/+25 | |
| |\ \ | | |/ | ||||||
| | * | merge 8.6 | jan.nijtmans | 2018-06-25 | 3 | -22/+25 | |
| | |\ | ||||||
| | | * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate ↵ | jan.nijtmans | 2018-06-25 | 3 | -20/+23 | |
| | | | | | | | | | | | | | | | | | | | | handling). Fix various typo's | |||||
| | * | | amend to [eeefdb44cf]: fixes missing install path (closes [593aa7c421]) for ↵ | sebres | 2018-06-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | mingw/*nix | |||||
* | | | | Merge trunk. Some more size_t additions in parameters/fields | jan.nijtmans | 2018-06-14 | 5 | -29/+71 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 8.7 | jan.nijtmans | 2018-05-30 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | No longer pass "--enable-threads" to battery-included sub-packages, since ↵ | jan.nijtmans | 2018-05-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | it's the default, even when Tcl is built without threads, now. This opens the way (in the future) to remove this option from the sub-packages | |||||
| * | | | merge 8.7 | jan.nijtmans | 2018-05-29 | 3 | -21/+63 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 8.6 | jan.nijtmans | 2018-05-29 | 3 | -21/+63 | |
| | |\ \ | | | |/ | ||||||
| | | * | merge 8.5 | sebres | 2018-05-28 | 1 | -2/+2 | |
| | | |\ | ||||||
| | | | * | win: searching for FQDN in user-name should be utf-8 safe (user-name could ↵ | sebres | 2018-05-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | contain non-ascii utf-8 chars) | |||||
| | | * | | merge 8.5 (conflicts resolved, rewritten without winapi-stubs) | sebres | 2018-05-28 | 3 | -19/+61 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | minor indentation fix (no functional changes) | sebres | 2018-05-25 | 1 | -4/+4 | |
| | | | | | ||||||
| | | | * | avoid dual init of stubs (possible race condition, 8.5th only) | sebres | 2018-05-25 | 1 | -19/+20 | |
| | | | | | ||||||
| | | | * | optimized winapi-stubs loading (8.5th only); if user name specified without ↵ | sebres | 2018-05-25 | 3 | -89/+134 | |
| | | | | | | | | | | | | | | | | | | | | domain and equals the current user - try safest and fastest way to get current user-home path (without usage of netapi) | |||||
| | | | * | [9e6b569963] win: if user specified without domain (and local user was not ↵ | sebres | 2018-05-24 | 1 | -8/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | found), try to resolve user-home using current domain, so following code's are similar: file normalize ~$::tcl_platform(user)@$::env(USERDOMAIN) file normalize ~$::tcl_platform(user) | |||||
| | * | | | One TCL_NORETURN -> TCL_NORETURN1 minor mistake. Make it build when ↵ | jan.nijtmans | 2018-05-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Tcl_SetPanicProc is a macro (normally it isn't) | |||||
* | | | | | merge trunk | jan.nijtmans | 2018-05-25 | 1 | -10/+12 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 8.6 | jan.nijtmans | 2018-05-25 | 1 | -10/+12 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge 8.6 | jan.nijtmans | 2018-05-25 | 1 | -10/+12 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | merge 8.5, conflicts resolved (rewritten without winapi-stubs) | sebres | 2018-05-24 | 1 | -10/+12 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | win: TclpGetUserHome should return normalized path (also in case we find ↵ | sebres | 2018-05-24 | 1 | -10/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | domain and NetUserGetInfo returns path), PoC: file normalize ~$::tcl_platform(user)@$::env(USERDOMAIN) | |||||
* | | | | | merge trunk | jan.nijtmans | 2018-05-23 | 15 | -200/+170 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 8.7 | jan.nijtmans | 2018-05-22 | 4 | -21/+14 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Simplify usage of TCL_THREAD, along the lines of ↵ | jan.nijtmans | 2018-05-22 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF | |||||
| | * | | | More removals of TCL_THREADS usage (configure scripts/win makefiles) | jan.nijtmans | 2018-05-22 | 3 | -16/+9 | |
| | | | | | ||||||
| * | | | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ↵ | jan.nijtmans | 2018-05-17 | 8 | -131/+10 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | necessary) | |||||
| | * | | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 8 | -131/+10 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge 8.7 | jan.nijtmans | 2018-04-17 | 2 | -72/+0 | |
| | | |\ \ \ | | | | | | | | | | | | | | | Move stuff from SC_ENABLE_THREADS to SC_TCL_LINK_LIBS in tcl.m4, so SC_ENABLE_THREADS is no longer needed in configure.ac | |||||
| | | * \ \ \ | Merge 8.7 (convert makefile.vc to CRLF line-endings only) | jan.nijtmans | 2018-03-15 | 1 | -945/+945 | |
| | | |\ \ \ \ | | | | |/ / / | ||||||
| | | * | | | | merge 8.7 | dgp | 2018-03-15 | 15 | -150/+89 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-23 | 1 | -5/+34 | |
| | | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-21 | 4 | -72/+17 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | fix comment | jan.nijtmans | 2017-12-14 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | merge core-8-branch. Fully tested now, works fine. | jan.nijtmans | 2017-12-14 | 4 | -28/+231 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Initial implementation of TIP #491. Not tested yet. | jan.nijtmans | 2017-12-11 | 4 | -59/+6 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | merge 8.6 | jan.nijtmans | 2018-05-14 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | merge 8.5 | jan.nijtmans | 2018-05-14 | 1 | -0/+3 | |
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ | | | | |/| | | | | | | ||||||
| | | | * | | | | | | | Unbreak build when HAVE_FTS is not set. | jan.nijtmans | 2018-05-14 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move definitions of Tcl_DirEntry and TclDIR to tclWinPort.h, where it actually belongs | |||||
| * | | | | | | | | | | de-duplicate code in win32 panic implementation. Also eliminate gcc compiler ↵ | jan.nijtmans | 2018-05-13 | 3 | -20/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warning. | |||||
| * | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-05-11 | 6 | -12/+106 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| | | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ | TIP #425 implementation: Correct use of UTF-8 in Panic Callback (Windows only) | jan.nijtmans | 2018-05-11 | 5 | -2/+105 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | ||||||
| | | * | | | | | | | | | In case of redirecting stderr to a file on Windows, append CRLF after Panic ↵ | jan.nijtmans | 2018-03-15 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output. | |||||
| | | * | | | | | | | | | merge 8.7 | jan.nijtmans | 2018-03-15 | 11 | -991/+986 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ | | | | |/| | | | | | | | ||||||
| | | * | | | | | | | | | merge core-8-branch. Now tested as well with new nmake system. | jan.nijtmans | 2018-01-20 | 7 | -184/+102 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Oops, couldn't build tclWinPanic.o. Fixed now. | jan.nijtmans | 2017-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | |