| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing ucm2tests to generate ICU based test cases | apnadkarni | 2024-06-21 | 1 | -0/+352 |
|
|
* | More of the same: Space before tab is extremely unlikely to be correct indent... | jan.nijtmans | 2024-06-05 | 4 | -10/+10 |
|
|
* | Merge 8.7 (adding "-encoding utf-8") | jan.nijtmans | 2024-04-12 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.6. Don't change ActiveCodePage on Windows (yet), that's for 9.0 | jan.nijtmans | 2024-04-12 | 1 | -1/+1 |
| |\ |
|
| | * | Since all tools are in utf-8 (actually: ascii), make that explicit | jan.nijtmans | 2024-04-12 | 3 | -4/+4 |
|
|
| | * | Update genStubs.tcl, making it usable for Tcl 9 as well | jan.nijtmans | 2024-03-23 | 1 | -2/+2 |
|
|
| | * | Remove private characters from regexp control table, but add them back in [:c... | jan.nijtmans | 2024-03-03 | 1 | -3/+7 |
|
|
| | * | \032 -> \x1A, since hex reads better than octal | jan.nijtmans | 2024-02-06 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | dkf | 2024-04-09 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Add ability to regenerate tclOOScript.h to Win build | dkf | 2024-04-09 | 1 | -0/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-03-23 | 1 | -0/+15 |
|\ \ \
| |/ / |
|
| * | | Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are... | jan.nijtmans | 2024-03-23 | 1 | -2/+2 |
|
|
| * | | (backport): Corrections to TclOO errorcodes from scripted parts | jan.nijtmans | 2024-03-09 | 1 | -15/+15 |
|
|
* | | | Corrections to TclOO errorcodes from scripted parts | dkf | 2024-03-08 | 1 | -15/+15 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-01-31 | 1 | -3/+7 |
|\ \ \
| |/ / |
|
| * | | Remove private characters from regexp control table, but add them back in [:c... | jan.nijtmans | 2024-01-31 | 1 | -3/+7 |
|
|
* | | | Tidy up a bit by adding some comments to findDocWords | dkf | 2024-01-25 | 1 | -0/+14 |
|
|
* | | | Add script I've used to find spelling errors in docs | dkf | 2024-01-25 | 1 | -0/+38 |
|
|
* | | | Handle README -> README.md change in tcltk-man2html.tcl | jan.nijtmans | 2024-01-05 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | 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.7 | jan.nijtmans | 2023-11-27 | 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 |
|
|
* | | | Remove "Dummy entry for stubs table backwards compatibility" code. No longer ... | jan.nijtmans | 2023-11-16 | 1 | -15/+0 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2023-05-24 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | 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-19 | 1 | -19/+361 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | dkf | 2023-05-01 | 10 | -18/+530 |
| |\ \ |
|
| * \ \ | 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 failing valgrind suppression for load.test | pooryorick | 2023-05-11 | 1 | -0/+1 |
|
|
* | | | | | | | Silence valgrind "still reachable" report in cmdAH.test | pooryorick | 2023-05-11 | 1 | -0/+11 |
|
|