| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: time-related... | jan.nijtmans | 2019-08-11 | 2 | -3/+5 |
|
|
| * | | 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 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 |
|
|
* | | | 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 |
|
|
| | * | Increase some timeout's a little, hoping this reduces the chance on Travis te... | jan.nijtmans | 2019-08-03 | 1 | -4/+4 |
|
|
* | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ... | jan.nijtmans | 2019-08-03 | 11 | -50/+50 |
|
|
* | | | Spread out definitions of Tcl_*WChar* functions over multiple lines, making i... | jan.nijtmans | 2019-08-02 | 1 | -6/+18 |
|
|
* | | | 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 |
|\ \ \
| |/ / |
|
| * | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp... | jan.nijtmans | 2019-08-02 | 8 | -21/+11 |
|
|
* | | | 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 Tr... | jan.nijtmans | 2019-08-02 | 5 | -5/+9 |
|
|
* | | | Merge 8.7. Some formatting. | jan.nijtmans | 2019-08-02 | 4 | -15/+15 |
|\ \ \
| |/ / |
|
| * | | Do UTF_MAX=6 build before NO_DEPRECATED build: consistant ordering of Travis ... | jan.nijtmans | 2019-08-02 | 1 | -6/+6 |
|
|
* | | | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 8 | -62/+36 |
|\ \ \
| |/ / |
|
| * | | Remove variations of Clang builds: No added value | jan.nijtmans | 2019-08-01 | 1 | -29/+0 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-08-01 | 44 | -220/+445 |
|\ \ \
| |/ / |
|
| * | | Mark one more test as knownMsvcBug | jan.nijtmans | 2019-08-01 | 1 | -1/+2 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-08-01 | 3 | -1/+88 |
| |\ \
| | |/ |
|
| | * | Merge 8.5 | jan.nijtmans | 2019-08-01 | 2 | -0/+87 |
| | |\ |
|
| | | * | Add .gitattributes and .gitignore files, hopefully helping checking in/out wi... | jan.nijtmans | 2019-08-01 | 2 | -0/+87 |
|
|
| | * | | Mark one more test-case as knownMsvcBug. TODO: something to be fixed here? Se... | jan.nijtmans | 2019-08-01 | 1 | -1/+1 |
|
|
| * | | | merge-mark | jan.nijtmans | 2019-07-31 | 0 | -0/+0 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.5 | jan.nijtmans | 2019-07-31 | 1 | -6/+6 |
| | |\ \
| | | |/ |
|
| | | * | (cherry-pick from core-8-branch): Replace memcpy() calls with memmove() to av... | jan.nijtmans | 2019-07-31 | 1 | -4/+4 |
|
|
| * | | | Simplify documentation, since we have threaded notifier by default now. | jan.nijtmans | 2019-07-31 | 2 | -22/+12 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-07-31 | 10 | -25/+61 |
| |\ \ \
| | |/ / |
|
| | * | | Mark 6 failing tests as knownMsvcBug. To be investigated. | jan.nijtmans | 2019-07-31 | 3 | -6/+9 |
| | |\ \
| | | |/ |
|
| | | * | Disable two async test-cases on Travis (windows-only) because they are curren... | jan.nijtmans | 2019-07-31 | 1 | -2/+3 |
|
|
| | * | | Merge 8.5 | jan.nijtmans | 2019-07-30 | 5 | -19/+23 |
| | |\ \
| | | |/ |
|
| | | * | typo in .travis.yml | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|
|
| | | * | Update tzdata to 2019b | jan.nijtmans | 2019-07-30 | 9 | -656/+377 |
|
|
| | | * | Enable testcases on Visual Studio builds. Disable some test-cases on Travis, ... | jan.nijtmans | 2019-07-29 | 3 | -11/+15 |
|
|
| | | * | Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job... | jan.nijtmans | 2019-07-26 | 2 | -9/+9 |
|
|
| | * | | Merge 8.5 | jan.nijtmans | 2019-07-26 | 1 | -2/+2 |
| | |\ \
| | | |/ |
|
| | | * | Increase timeout a little bit, making it less likely that this test failes in... | jan.nijtmans | 2019-07-26 | 1 | -2/+2 |
|
|
| * | | | Add some "const" keywords, in places where strings are really const. | jan.nijtmans | 2019-07-30 | 7 | -10/+10 |
|
|
| * | | | Eliminate more usage of C++-specific keywords in C-code. | jan.nijtmans | 2019-07-25 | 6 | -32/+33 |
|
|
| * | | | Eliminate "register" keyword usage from all header-files (and also correspond... | jan.nijtmans | 2019-07-25 | 6 | -32/+32 |
|
|
| * | | | merge 8.6 | sebres | 2019-07-24 | 4 | -21/+64 |
| |\ \ \
| | |/ / |
|