Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tip-548 | jan.nijtmans | 2019-08-15 | 63 | -527/+526 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2019-08-15 | 60 | -544/+541 |
| |\ | |||||
| | * | Merge 8.6 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix [6de8494984]: Tcl_CreateCommandChannel() documentation bug | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-08-15 | 43 | -485/+486 |
| | |\ \ | | | | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers | ||||
| | | * \ | Merge 8.7 | jan.nijtmans | 2019-08-14 | 58 | -270/+464 |
| | | |\ \ | |||||
| | | * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 63 | -558/+559 |
| | | | | | | | | | | | | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. | ||||
| | * | | | | Minor simplification in test-suite: Because "teststringobj maxchars" has the ↵ | jan.nijtmans | 2019-08-14 | 3 | -20/+14 |
| | | |/ / | | |/| | | | | | | | | | | | | effect that the value is converted to Unicode for, we don't need a separate function "teststringobj getunicode" for that. So, merge the two functions to one. | ||||
| | * | | | Remove "register" keyword in various places. Also add some type-casts to ↵ | jan.nijtmans | 2019-08-14 | 14 | -37/+39 |
| | | | | | | | | | | | | | | | | | | | | help C++ compatibility. | ||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-08-13 | 4 | -24/+26 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 8.6 | jan.nijtmans | 2019-08-13 | 2 | -3/+5 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Mark 3 testcases as knownMsvcBug. See: [e484a8407cb9ec45]: pipe: ↵ | jan.nijtmans | 2019-08-11 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | time-related sporadic hangs in io/chan-io tests | ||||
| | * | | | Make dateMeridian variable type MERIDIAN (an enum) in stead of int. | jan.nijtmans | 2019-08-12 | 2 | -21/+21 |
| | | | | | |||||
| * | | | | "utfmax" build should be with TCL_UTF_MAX=6 | jan.nijtmans | 2019-08-12 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Merge tip-548 | jan.nijtmans | 2019-08-11 | 4 | -8/+8 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-08-11 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Two places where "char *" is actually better than "void *", since that's the ↵ | jan.nijtmans | 2019-08-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | type the function returns | ||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-08-04 | 2 | -5/+5 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 8.6 | jan.nijtmans | 2019-08-04 | 2 | -5/+5 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | One more test which - apparently - cannot be thrusted when run in the Travis ↵ | jan.nijtmans | 2019-08-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Windows environment | ||||
| | | * | | Increase some timeout's a little, hoping this reduces the chance on Travis ↵ | jan.nijtmans | 2019-08-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | test-failures | ||||
| * | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ↵ | jan.nijtmans | 2019-08-03 | 11 | -50/+50 |
| | | | | | | | | | | | | | | | | | | | | the same, but more consistent. | ||||
* | | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ↵ | jan.nijtmans | 2019-08-03 | 42 | -326/+455 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | c++) Als finish implementaton for MacOSX | ||||
| * | | | | Spread out definitions of Tcl_*WChar* functions over multiple lines, making ↵ | jan.nijtmans | 2019-08-02 | 1 | -6/+18 |
| | | | | | | | | | | | | | | | | | | | | it more readable. | ||||
| * | | | | Oops, wrong check | jan.nijtmans | 2019-08-02 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-08-02 | 1 | -1/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 8.6 | jan.nijtmans | 2019-08-02 | 1 | -1/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | One more knownMsvcBug marker, for a test which sometimes fails on Travis. | jan.nijtmans | 2019-08-02 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ↵ | jan.nijtmans | 2019-08-02 | 6 | -46/+65 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | functions could be used in Win32 extensions. | ||||
| | * | | | Document that the *Backslash parsing functions output maximum 4 bytes, ↵ | jan.nijtmans | 2019-08-02 | 8 | -21/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | irrespectable of the TCL_UTF_MAX setting: It could be 4 for the "\Uxxxxxx" construct, but never more. Move <stddef.h> and <locale.h> to tclInt.h, so the can be removed from various other places. | ||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-08-02 | 4 | -23/+26 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 8.6 | jan.nijtmans | 2019-08-02 | 2 | -2/+5 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Add one more knownMsvcBug marker, for a test-case which sometimes fails in ↵ | jan.nijtmans | 2019-08-02 | 5 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Travis. Fix a struct initializer, add two typecasts and a "const", which can generate gcc warnings with some compiler options. | ||||
| * | | | | Merge 8.7. Some formatting. | jan.nijtmans | 2019-08-02 | 4 | -15/+15 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 8 | -62/+36 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-08-01 | 44 | -220/+445 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-07-17 | 13 | -133/+123 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Merge 8.7 | jan.nijtmans | 2019-07-13 | 10 | -136/+266 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Rename UTF-related functions to "WChar" and "Char16" variants, more ↵ | jan.nijtmans | 2019-07-11 | 19 | -110/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | intuitive because they represent wchar_t and char16_t (since C++11) types in modern compilers. | ||||
| * | | | | | | | Undo changes in configure script: Since wchar_t is not used in Tcl yet ↵ | jan.nijtmans | 2019-07-07 | 2 | -55/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (except in Windows), the -fshort-wchar option is not necessary | ||||
| * | | | | | | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not ↵ | jan.nijtmans | 2019-07-07 | 9 | -47/+88 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | on 9.0 any more | ||||
| * | | | | | | | | Fix UNIX/Mac build | jan.nijtmans | 2019-07-06 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 24 | -163/+189 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-07-04 | 17 | -700/+422 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-06-29 | 10 | -35/+33 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-06-29 | 5 | -51/+70 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Code cleanup for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf. Tested with Tk now. | jan.nijtmans | 2019-06-27 | 2 | -15/+10 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Add compatibility macro's for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf | jan.nijtmans | 2019-06-26 | 3 | -7/+13 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge tip-547 | jan.nijtmans | 2019-06-26 | 40 | -305/+1545 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge tip-547 | jan.nijtmans | 2019-06-09 | 9 | -253/+316 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |