| Commit message (Expand) | Author | Age | Files | Lines |
* | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -8/+8 |
|
|
* | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o... | jan.nijtmans | 2019-03-07 | 1 | -21/+28 |
|
|
* | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt... | jan.nijtmans | 2019-02-27 | 1 | -5/+5 |
|\ |
|
| * | Minor optimizations | jan.nijtmans | 2019-02-19 | 1 | -7/+7 |
|
|
| * | Proposed fix for [bd94500678]: SEGFAULT by conversion of unicode (out of BMP)... | jan.nijtmans | 2019-02-18 | 1 | -4/+4 |
|
|
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -5/+5 |
|/ |
|
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|
|
* | Make encodings work again ;-( | jan.nijtmans | 2018-11-22 | 1 | -1/+1 |
|
|
* | Merge 8.6 | jan.nijtmans | 2018-11-22 | 1 | -2/+7 |
|\ |
|
| * | More coverity issues | dkf | 2018-11-20 | 1 | -2/+7 |
|
|
* | | merge 8.7 | dgp | 2018-10-18 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge 8.6
| jan.nijtmans | 2018-10-08 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | merge 8.7 | dgp | 2018-04-25 | 1 | -4/+21 |
|\ \ \
| |/ / |
|
| * | | Some better surrogate handling in encodings. Not spotted before ... | jan.nijtmans | 2018-04-23 | 1 | -4/+21 |
| |\ \
| | |/ |
|
| | * | Add some state to encodings, so we can do better surrogate handling for TCL_U... | jan.nijtmans | 2018-04-23 | 1 | -26/+53 |
|
|
* | | | merge 8.7 | dgp | 2018-01-18 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | merge core-8-branch | jan.nijtmans | 2018-01-12 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | merge core-8-branch | jan.nijtmans | 2017-11-30 | 1 | -4/+4 |
| |\ \ \ |
|
| * | | | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ... | jan.nijtmans | 2017-11-09 | 1 | -0/+2 |
|
|
* | | | | | merge 8.7 | dgp | 2017-12-19 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ... | jan.nijtmans | 2017-12-15 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | merge 8.7 | dgp | 2017-11-30 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin... | jan.nijtmans | 2017-11-30 | 1 | -4/+4 |
| |/ / |
|
* | | | merge 8.7 | dgp | 2017-11-03 | 1 | -19/+23 |
|\ \ \
| |/ / |
|
| * | | Repair Tcl_CreateEncoding(); Modernize [testencoding]; | dgp | 2017-10-25 | 1 | -2/+2 |
|
|
| * | | Extend Tcl_CreateEncoding() to be able to create an encoding without | dgp | 2017-10-24 | 1 | -17/+21 |
|
|
| * | | backout initial commit; need more care. | dgp | 2017-10-23 | 1 | -0/+77 |
|
|
| * | | Implementation branch for TIP 345: Kill the "identity" encoding. | dgp | 2017-10-23 | 1 | -77/+0 |
|
|
* | | | merge trunk | dgp | 2017-09-05 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-09-04 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Typo's (Thanks to Gustaf Neumann), nothing functional. | jan.nijtmans | 2017-09-04 | 1 | -2/+2 |
|
|
* | | | merge trunk | dgp | 2017-09-01 | 1 | -31/+40 |
|\ \ \
| |/ / |
|
| * | | (merge-mark core-8-6-branch). | jan.nijtmans | 2017-08-31 | 1 | -24/+33 |
| |\ \
| | |/ |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-08-18 | 1 | -10/+10 |
| |\ \
| | |/ |
|
| | * | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -10/+10 |
|
|
* | | | merge trunk | dgp | 2017-06-06 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-05-29 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -2/+2 |
|
|
* | | | merge trunk | dgp | 2016-12-19 | 1 | -6/+2 |
|\ \ \
| |/ / |
|
| * | | Some more internal use of size_t in stead of int. No functional change. | jan.nijtmans | 2016-12-16 | 1 | -6/+2 |
|
|
* | | | merge trunk | dgp | 2016-11-16 | 1 | -11/+11 |
|\ \ \
| |/ / |
|
| * | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -11/+11 |
|
|
* | | | merge trunk | dgp | 2016-11-14 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ... | jan.nijtmans | 2016-11-11 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| | * | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ... | jan.nijtmans | 2016-11-11 | 1 | -1/+2 |
| | |\ |
|
| | | * | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ... | jan.nijtmans | 2016-11-11 | 1 | -1/+2 |
|
|
* | | | | Purge more direct accesses to bytes field. | dgp | 2016-10-07 | 1 | -1/+1 |
|
|
* | | | | merge trunk | dgp | 2016-07-09 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -1/+1 |
|
|
* | | | | Revise encodingType to use proposed routines. | dgp | 2016-05-10 | 1 | -10/+26 |
|/ / / |
|