| Commit message (Expand) | Author | Age | Files | Lines |
* | (backport): Corrections to TclOO errorcodes from scripted parts | jan.nijtmans | 2024-03-09 | 1 | -15/+15 |
|
|
* | Remove private characters from regexp control table, but add them back in [:c... | jan.nijtmans | 2024-01-31 | 1 | -3/+7 |
|
|
* | Merge 8.6 | jan.nijtmans | 2024-01-05 | 1 | -3/+3 |
|\ |
|
| * | Handle README -> README.md change in tcltk-man2html.tcl | jan.nijtmans | 2024-01-05 | 1 | -3/+3 |
|
|
* | | Fix [31c54e6a59]: Add missing test files. | jan.nijtmans | 2023-12-08 | 1 | -1/+1 |
|
|
* | | Merge 8.6. Remove out-of-date documentation (was skipped in documentation-gen... | jan.nijtmans | 2023-11-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Don't refer to CVS any more | jan.nijtmans | 2023-04-26 | 1 | -2/+0 |
|
|
| * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 3 | -4/+4 |
|
|
| * | Add new valgrind suppression items. | pooryorick | 2023-03-06 | 1 | -0/+137 |
|
|
* | | Fix regular expression in previous commit | jan.nijtmans | 2023-05-24 | 1 | -1/+1 |
|
|
* | | Enhance html generation, so it can handle the "©" copy-sign as well | jan.nijtmans | 2023-05-24 | 2 | -2/+2 |
|
|
* | | Merge 8.7 | dkf | 2023-05-01 | 10 | -18/+530 |
|\ \ |
|
| * | | Add TCL_T_MODIFIER (from TIP #660). Some header-file clean-up. | jan.nijtmans | 2023-04-18 | 1 | -1/+1 |
|
|
| * | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -2/+2 |
|
|
| * | | Merge 8.7 | apnadkarni | 2023-03-16 | 1 | -0/+30 |
| |\ \ |
|
| | * | | New script used in the "valgrind_each" target in Makefile.in | pooryorick | 2023-03-15 | 1 | -0/+30 |
|
|
| * | | | Merge 8.7 | jan.nijtmans | 2023-03-07 | 1 | -0/+137 |
| |\ \ \
| | |/ / |
|
| | * | | Add new valgrind suppression items. | pooryorick | 2023-03-06 | 1 | -0/+137 |
|
|
| * | | | Merge 8.7 | apnadkarni | 2023-02-24 | 2 | -10/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Make txt2enc smarter, so we don't have to add DELETE any more in all original... | jan.nijtmans | 2023-02-22 | 19 | -20/+13 |
|
|
| | * | | Add 0x7F: DELETE to more mac* encodings (so re-generating doesn't remove it a... | jan.nijtmans | 2023-02-21 | 10 | -0/+10 |
|
|
| | * | | More encoding fixes, e.g. range 0x80-0x9F for dingbats and symbol. Remove "-m... | jan.nijtmans | 2023-02-21 | 7 | -14/+7 |
|
|
| | * | | re-generated 8 more encodings | jan.nijtmans | 2023-02-20 | 1 | -0/+1 |
|
|
| | * | | Proposed fix for [4bea02e811]: encoding convertfrom -strict ascii \x7f genera... | jan.nijtmans | 2023-02-20 | 2 | -6/+2 |
|
|
| * | | | Add ICU tests for unmapped characters. | apnadkarni | 2023-02-22 | 1 | -34/+122 |
|
|
| * | | | Rework ICU tests to check validity of whole charmap in one test, else too man... | apnadkarni | 2023-02-21 | 1 | -11/+90 |
|
|
| * | | | Generate test data from ICU UCM data files. SBCS only for now | apnadkarni | 2023-02-21 | 1 | -0/+185 |
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2023-01-01 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Instead of fiddling with html tags, simply enlarge a bit the width in the CSS... | fvogel | 2022-12-29 | 2 | -5/+3 |
|
|
| | * | Fix [8e811bc1f1]: Wrong formatting of arguments in man page | fvogel | 2022-12-28 | 1 | -1/+3 |
|
|
| | * | Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com... | jan.nijtmans | 2022-11-29 | 1 | -1/+1 |
|
|
| * | | Make robust against TIP #288 proposed change | jan.nijtmans | 2022-11-02 | 1 | -2/+2 |
|
|
| * | | More octal -> hex usage | jan.nijtmans | 2022-10-17 | 1 | -1/+1 |
|
|
* | | | rebase to 8.7 | jan.nijtmans | 2022-09-19 | 1 | -19/+361 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge 8.7 | jan.nijtmans | 2021-01-06 | 1 | -2/+2 |
| |\ \ |
|
| * \ \ | merge core-8-branch | dkf | 2021-01-05 | 4 | -5/+5 |
| |\ \ \
| | |/ / |
|
| * | | | merge core-8-branch | dkf | 2020-12-06 | 44 | -6351/+316 |
| |\ \ \ |
|
| * | | | | Less contorted code | dkf | 2020-02-22 | 1 | -5/+6 |
|
|
| * | | | | There are subtle cases where an append-if-new operation is really useful for ... | dkf | 2020-02-15 | 1 | -18/+27 |
|
|
| * | | | | More error cases | dkf | 2020-01-01 | 1 | -2/+12 |
|
|
| * | | | | Check for another tricky edge case | dkf | 2020-01-01 | 1 | -0/+5 |
|
|
| * | | | | Better error messages when a property has the wrong kind for the type of acce... | dkf | 2019-12-31 | 1 | -9/+23 |
|
|
| * | | | | Other list-returning [info class] subcommands are plurals, so change property... | dkf | 2019-12-31 | 1 | -23/+19 |
|
|
| * | | | | Even more tests, this time of the return-code semantics of property getters a... | dkf | 2019-12-30 | 1 | -3/+46 |
|
|
| * | | | | More tests, more fixes | dkf | 2019-12-30 | 1 | -32/+39 |
|
|
| * | | | | Property definitions now work on instances. | dkf | 2019-12-29 | 1 | -58/+109 |
|
|
| * | | | | Starting to do the testing. | dkf | 2019-12-28 | 1 | -28/+103 |
|
|
| * | | | | Implementation of properties for TclOO | dkf | 2019-12-28 | 1 | -0/+131 |
|
|
* | | | | | Fix for commit [c8bd577a119f2259], which is (slightly) wrong: allowed space s... | jan.nijtmans | 2022-06-24 | 1 | -1/+1 |
|
|
* | | | | | Allow spacing between '#' and 'define', while recognising version in header-f... | jan.nijtmans | 2022-06-22 | 1 | -1/+1 |
|
|