Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated o... | jan.nijtmans | 2020-09-20 | 1 | -6/+9 |
* | Silence compiler warning -- fix safety of macro. | dgp | 2020-09-20 | 1 | -1/+1 |
* | Make the check to avoid generating a string representation in [uplevel] a lit... | pooryorick | 2020-09-20 | 1 | -0/+3 |
* | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -2/+2 |
* | Folow-up to previous commit: ExecStack is a FLEXARRAY too | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
* | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ... | jan.nijtmans | 2020-09-11 | 1 | -2/+8 |
* | Fix value of CMD_DEAD flag | jan.nijtmans | 2020-08-12 | 1 | -1/+1 |
* | Fix for [29e8848eb976], imported alias in a deletion trace. | pooryorick | 2020-08-10 | 1 | -0/+1 |
* | Use "Global" in stead of "Master" internally, where "Master" is not used in t... | jan.nijtmans | 2020-07-20 | 1 | -14/+14 |
* | Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+... | jan.nijtmans | 2020-05-25 | 1 | -1/+3 |
* | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -3/+0 |
* | More usage of TclUtfToUCS4(), so we can use the whole Unicode range better in... | jan.nijtmans | 2020-05-05 | 1 | -0/+1 |
* | New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fi... | jan.nijtmans | 2020-05-04 | 1 | -1/+6 |
* | Re-join utf-6.93.0 and utf-6.93.1 (please disregard comment in previous commi... | jan.nijtmans | 2020-05-03 | 1 | -1/+8 |
* | Fix first part of [ed29806baf]: Tcl_UtfToUniChar reads more than TCL_UTF_MAX ... | jan.nijtmans | 2020-05-01 | 1 | -4/+6 |
|\ | |||||
| * | Fix [ed29806baf] by introducing TclUCS4Complete(). All other calls of Tcl_Utf... | jan.nijtmans | 2020-05-01 | 1 | -1/+4 |
| * | Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t... | jan.nijtmans | 2020-04-24 | 1 | -0/+8 |
| |\ | |||||
| * \ | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -1/+10 |
| |\ \ | |||||
| * | | | Simplify implementation of TclUtfToUCS4: The #undefined Tcl_UtfToUniChar() al... | jan.nijtmans | 2020-04-03 | 1 | -1/+5 |
| * | | | merge 8.6 | dgp | 2020-04-02 | 1 | -0/+1 |
| |\ \ \ | |||||
| * | | | | Adapt [testbytestring] to use TclGetBytesFromObj, which must be in internal | dgp | 2020-04-01 | 1 | -2/+0 |
| * | | | | Fix [828dda049b]: Memory faults post-TIP 557 | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
| * | | | | Optimize TclStringFirst/TclStringLast: Let it return a Tcl_Obj * in stead of ... | jan.nijtmans | 2020-03-30 | 1 | -4/+4 |
| * | | | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * | | | | | Need declaration too. | dgp | 2020-03-13 | 1 | -0/+2 |
| * | | | | | Move TCL_UNUSED to tclInt.h, so we can still deprecate JOIN() | jan.nijtmans | 2020-03-07 | 1 | -0/+11 |
| * | | | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -7/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | TclInitBignumFromWide(U)Int is not used any more. | jan.nijtmans | 2020-02-02 | 1 | -2/+0 |
| | * | | | | | Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu... | jan.nijtmans | 2020-02-02 | 1 | -6/+6 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the... | jan.nijtmans | 2020-01-13 | 1 | -6/+6 |
| | * | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -1/+0 |
| | |\ \ \ \ \ \ | | | |/ / / / / | |||||
| | * | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-15 | 1 | -1/+0 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-04 | 1 | -8/+2 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-10-28 | 1 | -0/+2 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-09-25 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch tip-548. No longer define addtional stub-entries for functions t... | jan.nijtmans | 2019-08-12 | 1 | -0/+7 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge tip-548 | jan.nijtmans | 2019-08-01 | 1 | -4/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | |||||
| | * | | | | | | | | | | | Merge tip-548 | jan.nijtmans | 2019-08-01 | 1 | -4/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-15 | 1 | -1/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / | | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -1/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |||||
| | | * | | | | | | | | | | Experiment: On platforms which support it (gcc), compiled libtommath with DIG... | jan.nijtmans | 2019-03-28 | 1 | -1/+0 |
| * | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | | Backout [b5c1404365f53fe0], removing TclFreeObj() is a step too far for 8.7 | jan.nijtmans | 2019-11-15 | 1 | -1/+0 |
| | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-11-04 | 1 | -8/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |||||
| | * | | | | | | | | | | WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. | jan.nijtmans | 2019-10-29 | 1 | -2/+0 |
| | * | | | | | | | | | | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it... | jan.nijtmans | 2019-10-29 | 1 | -6/+2 |
| | | |_|_|_|/ / / / / | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-10-25 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |||||
| | * | | | | | | | | | Merge 8.6. | jan.nijtmans | 2019-10-25 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-10-24 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / |