| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries() | jan.nijtmans | 2021-03-22 | 1 | -1/+1 |
|
|
* | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev() | jan.nijtmans | 2021-03-15 | 1 | -11/+0 |
|\ |
|
| * | Merge 8.7 | jan.nijtmans | 2021-02-18 | 1 | -0/+7 |
| |\ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2021-02-15 | 1 | -12/+6 |
| |\ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2020-10-14 | 1 | -47/+70 |
| |\ \ \ |
|
| * | | | | Finish implementation of "string nextchar|nextword|prevchar|prevword". Not th... | jan.nijtmans | 2020-05-25 | 1 | -2/+4 |
|
|
| * | | | | Split more "string" functions. New helper function TclUniCharToUCS4(), not us... | jan.nijtmans | 2020-05-22 | 1 | -0/+2 |
|
|
| * | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIP | jan.nijtmans | 2020-05-12 | 1 | -14/+0 |
|
|
* | | | | | Merge 8.6 | jan.nijtmans | 2021-03-10 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Fix [4c591fa487]: [string compare] EIAS violation | jan.nijtmans | 2021-03-10 | 1 | -1/+1 |
|
|
* | | | | | | Increase some (internal) variables from int/long to long/size_t. On the way t... | jan.nijtmans | 2021-02-26 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge 8.6 | jan.nijtmans | 2021-02-18 | 1 | -0/+7 |
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
|
| * | | | Performance optimization in TzsetIfNecessary() function. Cherry-picked from s... | jan.nijtmans | 2021-02-18 | 1 | -0/+7 |
|
|
| * | | | More implicit type-casts, for better compatibility with C++ | jan.nijtmans | 2021-02-05 | 1 | -1/+1 |
|
|
* | | | | TIP #481 implementation: Tcl_GetStringFromObj() with size_t length parameter | jan.nijtmans | 2021-01-11 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | Merge 8.7 | jan.nijtmans | 2020-12-11 | 1 | -1/+2 |
|
|
* | | | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -4/+4 |
|
|
* | | | | | Simplifications when assuming VS 2015 or later | jan.nijtmans | 2020-12-17 | 1 | -7/+0 |
|/ / / / |
|
* | | | | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar variants... | jan.nijtmans | 2020-11-18 | 1 | -2/+4 |
| |_|/
|/| | |
|
* | | | Merge 8.6 | jan.nijtmans | 2020-09-20 | 1 | -6/+10 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge... | fvogel | 2020-09-13 | 1 | -9/+0 |
|\ \ \ |
|
| * | | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde... | fvogel | 2020-09-02 | 1 | -9/+0 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2020-09-11 | 1 | -2/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Folow-up to previous commit: ExecStack is a FLEXARRAY too | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
|
|
* | | | | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are y... | jan.nijtmans | 2020-09-11 | 1 | -2/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ... | jan.nijtmans | 2020-09-11 | 1 | -2/+8 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2020-09-10 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
* | | | Fix windows debug build, broken by previous commit | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|
|
* | | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distorted | pooryorick | 2020-09-01 | 1 | -9/+29 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Merge 8.6. Better solution for [e87000d842] | jan.nijtmans | 2020-08-12 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix value of CMD_DEAD flag | jan.nijtmans | 2020-08-12 | 1 | -1/+1 |
|
|
* | | | merge 8.6 | pooryorick | 2020-08-10 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Fix for [29e8848eb976], imported alias in a deletion trace. | pooryorick | 2020-08-10 | 1 | -0/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -14/+14 |
|\ \ \
| |/ / |
|
| * | | Use "Global" in stead of "Master" internally, where "Master" is not used in t... | jan.nijtmans | 2020-07-20 | 1 | -14/+14 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-05-31 | 1 | -0/+2 |
|\ \ \ |
|
| * \ \ | tip-551 implementation. | griffin | 2020-05-30 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | Update for TIP-551:
| griffin | 2020-05-23 | 1 | -0/+2 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2020-05-27 | 1 | -0/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Fix compiled "string is <class>" for characters > U+FFFF. Add testcase exposi... | jan.nijtmans | 2020-05-25 | 1 | -0/+2 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+... | jan.nijtmans | 2020-05-25 | 1 | -1/+3 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2020-05-24 | 1 | -4/+24 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6 | jan.nijtmans | 2020-05-14 | 1 | -3/+0 |
| |\ \ \ \
| | |/ / /
| | | | /
| | |_|/
| |/| | |
|
| | * | | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the individual... | jan.nijtmans | 2020-05-14 | 1 | -3/+0 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-05-07 | 1 | -0/+3 |
| |\ \ \
| | |/ / |
|