Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 8.7 | dgp | 2022-10-11 | 1 | -75/+84 |
|\ | |||||
| * | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2022-10-07 | 1 | -63/+68 |
| | | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-10-07 | 1 | -1/+4 |
| |\ | |||||
| | * | Follow-up to [1599352cca]: Tcl_Merge(): out-of-bounds write, more signed ↵ | jan.nijtmans | 2022-10-07 | 1 | -1/+4 |
| | | | | | | | | | | | | integer overflow. Better panic message when argc < 0. | ||||
| * | | Merge 8.6 | jan.nijtmans | 2022-10-06 | 1 | -13/+14 |
| |\ \ | | |/ | |||||
| | * | Fix [1599352cca] and related issues | jan.nijtmans | 2022-10-05 | 1 | -6/+7 |
| | | | |||||
| | * | Fix [4789e18fcb]: signed integer overflow during obj-31.6 | jan.nijtmans | 2022-03-06 | 1 | -3/+3 |
| | | | |||||
* | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj). | dgp | 2022-09-18 | 1 | -5/+5 |
|/ / | |||||
* | | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same ↵ | jan.nijtmans | 2022-06-24 | 1 | -1/+1 |
| | | | | | | | | as it was in Tcl 8.6 | ||||
* | | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and ↵ | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | TclListObjLength -> TclListObjLengthM (prevent conflict with TIP #616) | ||||
* | | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBS | jan.nijtmans | 2022-05-17 | 1 | -3/+4 |
|\ \ \ | |/ / | |||||
| * | | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. ↵ | jan.nijtmans | 2022-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | So, we make sure that it is never used internally for the Core. This means that extensions using the compatibility layer won't work any more in this mode; extensions should be compiled using TCL_UTF_MAX=4 then they work again. | ||||
| * | | Start defining "utf32string" type | jan.nijtmans | 2022-03-12 | 1 | -2/+2 |
|/ / | |||||
* | | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has ↵ | jan.nijtmans | 2022-02-17 | 1 | -2/+2 |
| | | | | | | | | isinf() and isnan() | ||||
* | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -1/+1 |
| | | |||||
* | | Correct previous commit (Windows build error) | jan.nijtmans | 2022-02-08 | 1 | -1/+1 |
| | | |||||
* | | Fix [1fe745559a]: 8.7, 9.0: Conditional jump or move depends on ↵ | jan.nijtmans | 2022-02-07 | 1 | -1/+3 |
| | | | | | | | | uninitialised value in Tcl_UniCharToUtf | ||||
* | | Fix another bug in Tcl_GetIntForIndex() (demonstrated by the new testcases ↵ | jan.nijtmans | 2022-01-24 | 1 | -1/+1 |
| | | | | | | | | from the previous commit) | ||||
* | | Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bug | jan.nijtmans | 2022-01-21 | 1 | -5/+2 |
| | | |||||
* | | (partial) fix for ↵ | jan.nijtmans | 2022-01-19 | 1 | -1/+4 |
| | | | | | | | | [https://core.tcl-lang.org/tk/tktview?name=a9929f112a|a9929f112a]. WIP | ||||
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -11/+11 |
| | | |||||
* | | merge 8.6 | dgp | 2021-04-14 | 1 | -1/+8 |
|\ \ | |/ | |||||
| * | merge 8.5; adapt fix for 8.6 | dgp | 2021-04-14 | 1 | -1/+8 |
| |\ | |||||
| | * | Bug fix | dgp | 2021-04-14 | 1 | -1/+2 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-02-16 | 1 | -4/+4 |
|\ \ \ | |||||
| * \ \ | Merge 8.6 | jan.nijtmans | 2021-02-16 | 1 | -4/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. ↵ | jan.nijtmans | 2021-02-16 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Backported from 8.7, no change for TCL_UTF_MAX=3. This way, the previous fix can be slightly more simplified, and working for TCL_UTF_MAX>3 too. | ||||
| * | | | Merge 8.6 | jan.nijtmans | 2021-02-15 | 1 | -1/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix [d43f96c1a8]: string trimright is broken for Emoji | jan.nijtmans | 2021-02-15 | 1 | -8/+9 |
| | | | | |||||
| | * | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵ | jan.nijtmans | 2020-10-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | stead of Tcl_NewIntObj() | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-12-13 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-11-05 | 1 | -6/+6 |
|\ \ \ \ | |/ / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-10-14 | 1 | -222/+231 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| * | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
| * | | | Fix for test lindex-18.0 | dgp | 2020-09-02 | 1 | -9/+8 |
| | | | | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Use "Global" in stead of "Master" internally, where "Master" is not used in ↵ | jan.nijtmans | 2020-07-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | the Master-Slave paradigm and where this makes sense. | ||||
| * | | | Make Tcl_GetIntForIndex() do reasonable things when endValue < -1 and when ↵ | jan.nijtmans | 2020-06-16 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | indexPtr == NULL. | ||||
| * | | | Merge 8.7 | jan.nijtmans | 2020-05-24 | 1 | -244/+193 |
| |\ \ \ | |||||
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2020-04-08 | 1 | -6/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-03-20 | 1 | -4/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-03-17 | 1 | -2/+1 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Complete implementation. Let's take some time for testing. | jan.nijtmans | 2020-03-16 | 1 | -8/+10 |
| | | | | | | | | |||||
| * | | | | | | | More WIP | jan.nijtmans | 2020-03-16 | 1 | -13/+32 |
| | | | | | | | | |||||
| * | | | | | | | Further simply TclIndexEncode(), and fix range checks. | jan.nijtmans | 2020-03-16 | 1 | -46/+34 |
| | | | | | | | | |||||
| * | | | | | | | Simplify TclIndexEncode(). Range checks not 100% correct yet. More WIP. | jan.nijtmans | 2020-03-15 | 1 | -180/+168 |
| | | | | | | | |