Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-10-14 | 22 | -68/+77 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-10-13 | 21 | -62/+71 |
| |\ | |||||
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 29 | -95/+112 |
| * | | Merge 8.6 Eliminate some (correct but actually harmless) warnings only happen... | jan.nijtmans | 2020-10-13 | 2 | -6/+6 |
| |\ \ | | |/ | |||||
| | * | Fix warning, doing a static build on Windows | jan.nijtmans | 2020-10-13 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2020-10-12 | 34 | -90/+318 |
|\ \ \ | |/ / | |||||
| * | | Update TZ info to tzdata2020b. | José Ignacio Marín | 2020-10-10 | 11 | -51/+238 |
| |\ \ | | |/ | |||||
| | * | Update TZ info to tzdata2020b. | José Ignacio Marín | 2020-10-10 | 11 | -51/+238 |
| * | | Merge 8.6. Don't inline functions which are too big to be inlined (according ... | jan.nijtmans | 2020-10-09 | 4 | -7/+8 |
| |\ \ | | |/ | |||||
| | * | Merge 8.5 | jan.nijtmans | 2020-10-09 | 2 | -21/+23 |
| | |\ | |||||
| | | * | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ... | jan.nijtmans | 2020-10-09 | 5 | -77/+80 |
| * | | | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE... | jan.nijtmans | 2020-10-08 | 10 | -16/+16 |
| |\ \ \ | | |/ / | |||||
| | * | | Eliminate warnings when compiling with -Wundef | jan.nijtmans | 2020-10-08 | 5 | -7/+7 |
| * | | | Merge 8.6 | jan.nijtmans | 2020-10-08 | 3 | -7/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ... | jan.nijtmans | 2020-10-08 | 2 | -2/+14 |
| | * | | Merge 8.5 | jan.nijtmans | 2020-10-08 | 1 | -2/+4 |
| | |\ \ | | | |/ | |||||
| | | * | xcode12 -> xcode12.2. Prevent build warning about generic/tclStubInit.c | jan.nijtmans | 2020-10-07 | 1 | -2/+3 |
| * | | | merge-mark | jan.nijtmans | 2020-10-06 | 0 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | (cherry-pick): HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werr... | jan.nijtmans | 2020-10-06 | 2 | -2/+2 |
| * | | | Fix (possible) gcc warnings in unix/dltest/*.c | jan.nijtmans | 2020-10-06 | 6 | -1/+31 |
| * | | | HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werror. Here's the ... | jan.nijtmans | 2020-10-06 | 2 | -2/+2 |
| * | | | Adapt function signatures in compat/string.h to what's normal nowadays | jan.nijtmans | 2020-10-06 | 1 | -6/+2 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-10-05 | 18 | -73/+75 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 17 | -71/+73 |
* | | | | Merge 8.7. Fix 2 failing test-cases | jan.nijtmans | 2020-10-02 | 7 | -19/+33 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-30 | 1 | -3/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | (slightly) better error-message for invalid http -headers option. This works ... | jan.nijtmans | 2020-09-30 | 2 | -6/+4 |
| * | | | TIP #581 tweak: Don't report "slaves" as valid option for "interp" | jan.nijtmans | 2020-09-30 | 2 | -13/+24 |
| * | | | Ticket [0063cbcada]: From tcl 8.7 on, use "string is dict" instead "string is... | oehhar | 2020-09-30 | 2 | -5/+4 |
| * | | | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict | oehhar | 2020-09-29 | 2 | -2/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict | oehhar | 2020-09-29 | 2 | -2/+7 |
| | |\ \ | |||||
| | | * | | Remove wrong copy of test case http-3.2 | oehhar | 2020-09-29 | 1 | -3/+0 |
| | | * | | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict. | oehhar | 2020-09-29 | 2 | -2/+10 |
| | |/ / | |||||
* | | | | Merge 8.7. Internal package renaming | jan.nijtmans | 2020-10-01 | 88 | -185/+257 |
* | | | | Fix testcase | jan.nijtmans | 2020-09-29 | 1 | -2/+2 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-09-29 | 21 | -97/+88 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add -Wshadow flag to the compiler, so we will be notified when (accidently) s... | jan.nijtmans | 2020-09-29 | 5 | -5/+5 |
| * | | | Merge-mark | jan.nijtmans | 2020-09-28 | 0 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to TCL_CHANNEL_V... | jan.nijtmans | 2020-09-28 | 1 | -8/+8 |
| * | | | Restore change with correction. | dgp | 2020-09-28 | 1 | -8/+8 |
| * | | | Revert change that made test expr-20.2 fail. | dgp | 2020-09-28 | 1 | -7/+7 |
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 14 | -89/+80 |
| |\ \ \ | | |/ / | |||||
| | * | | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 14 | -110/+103 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-09-27 | 74 | -342/+438 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-26 | 1 | -10/+18 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 8.5 | jan.nijtmans | 2020-09-26 | 1 | -6/+14 |
| | |\ \ | | | |/ | |||||
| | | * | Tweak xcode labels for Travis build | jan.nijtmans | 2020-09-26 | 1 | -5/+5 |
| | | * | Build Travis with Xcode 12 and 12u (Universal Apps) | jan.nijtmans | 2020-09-25 | 1 | -10/+18 |
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-25 | 6 | -15/+15 |
| |\ \ \ | | |/ / | |||||
| | * | | It's "utf-8", not "utf8" or "UTF8" | jan.nijtmans | 2020-09-25 | 7 | -17/+17 |