| Commit message (Expand) | Author | Age | Files | Lines |
* | Make function definitions have right argument style | dkf | 2024-06-04 | 1 | -2/+3 |
|
|
* | Space before tab is an extremely unlikely to be correct indentation pattern | dkf | 2024-06-04 | 8 | -26/+26 |
|
|
* | Merge 8.7 | dkf | 2024-05-26 | 1 | -16/+1 |
|\ |
|
| * | merge 8.6 | dkf | 2024-05-26 | 1 | -16/+1 |
| |\ |
|
* | \ | merge core-8-branch | dkf | 2024-05-24 | 1 | -6/+2 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | dkf | 2024-05-24 | 2 | -10/+4 |
| |\ \
| | |/ |
|
| | * | Use TclDStringToObj a bit more | dkf | 2024-05-24 | 2 | -10/+4 |
|
|
* | | | Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use Tc... | jan.nijtmans | 2024-05-24 | 1 | -10/+6 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2024-05-24 | 1 | -13/+7 |
| |\ \
| | |/ |
|
| | * | Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use T... | jan.nijtmans | 2024-05-24 | 1 | -26/+24 |
|
|
* | | | .travis.yml is not used any more | jan.nijtmans | 2024-05-22 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | .travis.yml is not used any more | jan.nijtmans | 2024-05-22 | 1 | -1/+0 |
| |\ \
| | |/ |
|
| | * | .travis.yml is not used any more | jan.nijtmans | 2024-05-22 | 1 | -1/+0 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-05-22 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6. Fix TCL_NO_DEPRECATED build | jan.nijtmans | 2024-05-22 | 1 | -3/+5 |
| |\ \
| | |/ |
|
| | * | Spacing/code cleanup, backported from 8.7 | jan.nijtmans | 2024-05-22 | 1 | -29/+30 |
|
|
| | * | "TCL_TOMMATH" is not used anywhere | jan.nijtmans | 2024-05-21 | 3 | -9/+0 |
|
|
* | | | Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linked | jan.nijtmans | 2024-05-21 | 3 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linked | jan.nijtmans | 2024-05-21 | 3 | -0/+7 |
|
|
* | | | b2 -> b3, as preparation for next release | jan.nijtmans | 2024-05-21 | 4 | -5/+5 |
|
|
* | | | Backout the "dullest commit ever" (not my words ....). It breaks the build.
| jan.nijtmans | 2024-05-14 | 17 | -531/+513 |
|
|
* | | | Clean up a lot of small whitespace issues
| dkf | 2024-05-13 | 17 | -513/+531 |
|
|
* | | | More whitespace cleanup | dkf | 2024-05-10 | 4 | -5/+1 |
|
|
* | | | Eliminate (internal) TclpExit(), which is just the same as exit() | jan.nijtmans | 2024-04-29 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2024-04-29 | 1 | -1/+3 |
| |\ \
| | |/ |
|
| | * | Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ... | jan.nijtmans | 2024-04-29 | 1 | -1/+1 |
|
|
* | | | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETUR... | jan.nijtmans | 2024-04-25 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETUR... | jan.nijtmans | 2024-04-25 | 1 | -1/+1 |
|
|
| * | | Fix "make dist" | jan.nijtmans | 2024-04-17 | 1 | -1/+1 |
|
|
* | | | TIP 693: Restart the changes files. | jan.nijtmans | 2024-04-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6. Don't change ActiveCodePage on Windows (yet), that's for 9.0 | jan.nijtmans | 2024-04-12 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Since all tools are in utf-8 (actually: ascii), make that explicit | jan.nijtmans | 2024-04-12 | 1 | -5/+5 |
|
|
* | | | In Tcl 9, we don't need "-encoding utf-8" here any more | jan.nijtmans | 2024-04-12 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-04-10 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 Use TclHasInternalRep() macro in more places. | jan.nijtmans | 2024-04-10 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|... | jan.nijtmans | 2024-04-10 | 1 | -1/+1 |
|
|
| | * | Make a start, upgrading to libtommath 1.3 | jan.nijtmans | 2024-03-31 | 1 | -7/+7 |
|
|
| | * | Remove all libtommath source-files, which are not used in Tcl. Don't bother a... | jan.nijtmans | 2024-03-30 | 1 | -86/+0 |
|
|
| | * | Remove libtommath/makefile* and related: Those files suggest anything can be ... | jan.nijtmans | 2024-03-29 | 1 | -6/+0 |
|
|
* | | | Fix [a6fb744b20]: missing file from distribution | jan.nijtmans | 2024-04-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix [a6fb744b20]: missing file from distribution | jan.nijtmans | 2024-04-08 | 1 | -1/+1 |
|
|
* | | | TIP 688: clock command revision and speedup | jan.nijtmans | 2024-04-01 | 1 | -4/+13 |
|\ \ \
| |/ / |
|
| * | | TIP 688: clock command revision and speedup | jan.nijtmans | 2024-04-01 | 1 | -4/+13 |
| |\ \ |
|
| | * \ | Merge 9.0 | jan.nijtmans | 2024-03-22 | 16 | -69/+69 |
| | |\ \ |
|
| | * \ \ | Rebase to latest 9.0 | jan.nijtmans | 2024-03-20 | 1 | -4/+13 |
| | |\ \ \ |
|
| | | * \ \ | Rebase to latest 9.0 | jan.nijtmans | 2024-03-13 | 1 | -4/+13 |
| | | |\ \ \ |
|
| | | | * \ \ | Merge 9.0. Add ::tcl::clock to library/tclIndex | jan.nijtmans | 2024-03-10 | 4 | -18/+13 |
| | | | |\ \ \ |
|
| | | | * \ \ \ | Merge 9.0 | jan.nijtmans | 2024-03-04 | 4 | -45/+35 |
| | | | |\ \ \ \ |
|
| | | | * \ \ \ \ | Rebase to latest 9.0 | jan.nijtmans | 2024-02-26 | 1 | -4/+13 |
| | | | |\ \ \ \ \ |
|
| | | | | * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-07-05 | 17 | -170/+117 |
| | | | | |\ \ \ \ \ |
|