Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -5/+6 |
|\ | |||||
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -5/+6 |
* | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. | jan.nijtmans | 2020-06-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
* | | merge 8.7 | dgp | 2020-03-17 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+0 |
* | | Merge 8.7 | jan.nijtmans | 2020-03-07 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | more | dgp | 2020-03-06 | 1 | -2/+1 |
* | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Merge 8.7 | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2019-10-01 | 1 | -36/+15 |
| |\ \ \ | |||||
| * \ \ \ | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -4/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -2/+2 |
| |/ / / / / / | |||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-02-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2020-02-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Restore compatibility with older (mingw) Makefiles. Fix for [4b5deacc70]: und... | jan.nijtmans | 2020-02-21 | 1 | -1/+1 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s... | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-09-29 | 1 | -36/+15 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Use Tcl_WCharToUtfDString in stead of (deprecated) Tcl_WinTCharToUtf | jan.nijtmans | 2019-09-29 | 1 | -1/+2 |
| * | | | | | Merge 8.6 | jan.nijtmans | 2019-09-29 | 1 | -37/+15 |
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | | | |||||
| | * | | | Merge 8.6 and fix Travis build on Windows | jan.nijtmans | 2019-09-27 | 1 | -22/+15 |
| | |\ \ \ | |||||
| | * | | | | Merge 8.6 | jan.nijtmans | 2019-09-26 | 1 | -17/+7 |
| | |/ / / | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -4/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ... | jan.nijtmans | 2019-08-03 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
| * | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive... | jan.nijtmans | 2019-07-11 | 1 | -1/+1 |
| * | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -1/+1 |
| * | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m... | jan.nijtmans | 2019-06-03 | 1 | -4/+2 |
| | |/ | |/| | |||||
* | | | Fix handling of length (size_t)-1 in tclMain.c. This should fix handling of c... | jan.nijtmans | 2019-08-11 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -5/+12 |
|\ \ \ | |/ / | |||||
| * | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o... | jan.nijtmans | 2019-03-07 | 1 | -5/+12 |
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
* | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co... | jan.nijtmans | 2019-01-24 | 1 | -4/+5 |
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | Merge trunk. Use TCL_8_COMPAT in stead of TCL_USE_INT_RETURN | jan.nijtmans | 2018-08-02 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | merge 8.7 | jan.nijtmans | 2018-07-31 | 1 | -1/+1 |
| |/ / | |||||
* | | | Starting to update all callers of TclGetStringFromObj() to use size_t variables | jan.nijtmans | 2018-07-01 | 1 | -4/+4 |
|/ / | |||||
* | | Merge core-8-6-branch | jan.nijtmans | 2017-11-13 | 1 | -5/+1 |
|\ \ | |/ | |||||
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
* | | Remove Tcl_Main() function, since it's no longer being used: It has been a ma... | jan.nijtmans | 2016-06-29 | 1 | -18/+5 |
* | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ... | jan.nijtmans | 2016-06-29 | 1 | -2/+4 |
|/ | |||||
* | Align comment. Remove some end-of-line spacing. No functional changes. | jan.nijtmans | 2015-09-28 | 1 | -2/+2 |
|\ | |||||
* \ | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ... | jan.nijtmans | 2015-08-19 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static ... | jan.nijtmans | 2015-08-19 | 1 | -0/+3 |
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -1/+1 |
* | | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. | jan.nijtmans | 2013-06-27 | 1 | -1/+3 |
|\ \ | |/ |