| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up a lot of small whitespace issues
| dkf | 2024-05-13 | 1 | -14/+16 |
|
|
* | More whitespace cleanup | dkf | 2024-05-10 | 1 | -1/+1 |
|
|
* | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -2/+2 |
|\ |
|
* \ | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than... | jan.nijtmans | 2024-03-20 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than... | jan.nijtmans | 2024-03-20 | 1 | -2/+2 |
| |\ |
|
| | * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -4/+4 |
|
|
| | * | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -22/+22 |
|
|
* | | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-09-12 | 1 | -20/+2 |
|\ \ \
| |/ / |
|
| * | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin... | jan.nijtmans | 2023-05-01 | 1 | -2/+2 |
|
|
* | | | Permit large scripts > INT_MAX. Not complete because compiler source line tra... | apnadkarni | 2023-07-09 | 1 | -12/+11 |
|
|
* | | | More checks for exceeding max words | apnadkarni | 2023-04-27 | 1 | -7/+8 |
|
|
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -4/+4 |
|\ \ \ |
|
| * \ \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -4/+4 |
| |\ \ \
| | |/ / |
|
| | * | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -4/+4 |
|
|
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -53/+53 |
|/ / / |
|
* | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -11/+11 |
|
|
* | | | Fix [da63e4c1e]: Crash in Tcl_WriteChars(). Make everything compile (again) w... | jan.nijtmans | 2022-11-23 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | silence compiler warning | dgp | 2022-10-04 | 1 | -1/+1 |
|
|
* | | | TIP #465: Change Rule 8 of the Dodekalogue to Cut Some Corner Cases | jan.nijtmans | 2022-10-04 | 1 | -4/+26 |
|\ \ \ |
|
| * | | | Include TYPE_OPEN_PAREN in the comment. | dgp | 2022-09-21 | 1 | -0/+1 |
|
|
| * | | | re-base to Tcl 9.0 | jan.nijtmans | 2022-09-08 | 1 | -4/+25 |
| |\ \ \
|/ / / / |
|
| * | | | merge 8.7 | dgp | 2018-10-17 | 1 | -1/+6 |
| |\ \ \ |
|
| * \ \ \ | merge 8.7 | dgp | 2018-03-15 | 1 | -4/+4 |
| |\ \ \ \ |
|
| * | | | | | Deal with backslashes in ${...}, change "char" to "character" in error, fix t... | avl | 2017-03-05 | 1 | -5/+13 |
|
|
| * | | | | | cherrypick 3bcf97f766: array index syntax done. ${...} not yet complete wrt ... | avl | 2017-03-05 | 1 | -5/+18 |
|
|
* | | | | | | Merge 9.0 | jan.nijtmans | 2022-06-09 | 1 | -11/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | More (internal) int -> size_t, allowing values > 2^31 | jan.nijtmans | 2022-06-09 | 1 | -9/+9 |
|
|
| * | | | | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -11/+11 |
|
|
| * | | | | | | More progress | jan.nijtmans | 2022-03-18 | 1 | -1/+1 |
|
|
| * | | | | | | More int -> size_t | jan.nijtmans | 2022-03-07 | 1 | -1/+2 |
|
|
| * | | | | | | More progress | jan.nijtmans | 2022-03-06 | 1 | -20/+20 |
|
|
* | | | | | | | TIP #619 implementation. tests not working yet | jan.nijtmans | 2022-03-03 | 1 | -3/+4 |
|/ / / / / / |
|
* | | | | | | Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0) | jan.nijtmans | 2021-03-15 | 1 | -1/+1 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Merge 8.7 | jan.nijtmans | 2020-12-13 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-14 | 1 | -22/+19 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIP | jan.nijtmans | 2020-05-12 | 1 | -4/+4 |
|
|
* | | | | | | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|
|
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-18 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | More usage of TclUtfToUCS4/TclUniCharToUCS4 in stead of it's UniChar variants... | jan.nijtmans | 2020-11-18 | 1 | -5/+5 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-10-09 | 1 | -2/+2 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Merge 8.6. Don't inline functions which are too big to be inlined (according ... | jan.nijtmans | 2020-10-09 | 1 | -2/+2 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
|
|
| | * | | | | | Addendum to [60fab362ce]: "Also don't allow surrogates in \U??????". This c... | jan.nijtmans | 2020-07-10 | 1 | -0/+2 |
|
|
* | | | | | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. | jan.nijtmans | 2020-06-04 | 1 | -19/+16 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Merge 8.6 | jan.nijtmans | 2020-06-04 | 1 | -19/+16 |
| |\ \ \ \ \ \
| | |/ / / / /
| | | / / / /
| | |/ / / /
| |/| | | | |
|