| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-10-10 | 1 | -2/+2 |
|\ |
|
* | | Missing !defined(TCL_NO_DEPRECATED) around TIP #616 macro's. Thanks Rolf for... | jan.nijtmans | 2023-04-23 | 1 | -1/+1 |
|
|
* | | Fix warnings generated on disable8api builds | apnadkarni | 2023-04-21 | 1 | -3/+6 |
|
|
* | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -2/+2 |
|\ \ |
|
| * \ | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -2/+2 |
|
|
* | | | Merge 9.0 | apnadkarni | 2023-04-05 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Merge 9.0 | jan.nijtmans | 2023-04-01 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -4/+4 |
| |\ \
| | |/ |
|
| | * | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -4/+4 |
| | |\ |
|
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -4/+4 |
|
|
| | | * | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -2/+2 |
|
|
| | * | | Don't use (unsigned)-1 -> TCL_INDEX_NONE | jan.nijtmans | 2022-06-24 | 1 | -4/+4 |
|
|
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -11/+22 |
|/ / / |
|
* | | | Minor cleanup (Thanks, Gustaf!) | jan.nijtmans | 2023-03-16 | 1 | -2/+2 |
|
|
* | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -1/+1 |
|
|
* | | | more tweaks | jan.nijtmans | 2022-03-31 | 1 | -6/+6 |
|
|
* | | | More progress | jan.nijtmans | 2022-03-31 | 1 | -12/+12 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -3/+3 |
|
|
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -8/+8 |
|\ \ \
| |/ / |
|
* | | | 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. Use more TCL_INDEX_NONE in documentation/headers/code. | jan.nijtmans | 2020-06-04 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2020-04-16 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2020-04-16 | 1 | -1/+2 |
| |\ \
| | |/ |
|
| | * | Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup. | jan.nijtmans | 2020-04-16 | 1 | -29/+30 |
| | |\ |
|
| | | * | Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ... | jan.nijtmans | 2020-04-16 | 1 | -91/+121 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -6/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally) | jan.nijtmans | 2019-09-02 | 1 | -3/+4 |
| |\ \ \ |
|
| * \ \ \ | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -1/+2 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -22/+22 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
| |\ \ \ \ |
|
| * | | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -7/+7 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -22/+22 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -3/+3 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -22/+22 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-08-01 | 1 | -1/+1 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Add some "const" keywords, in places where strings are really const. | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-07-24 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename... | jan.nijtmans | 2019-07-23 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-06-07 | 1 | -6/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai... | jan.nijtmans | 2019-06-07 | 1 | -19/+23 |
|
|
* | | | | Merge 8.7, and add some more usage of TCL_INDEX_NONE/TCL_AUTO_LENGTH | jan.nijtmans | 2019-06-06 | 1 | -2/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Squelch compiler warnings, but make refCount of type unsigned int. | jan.nijtmans | 2019-06-06 | 1 | -4/+6 |
| |\ \ \ |
|
| | * | | | squelch int vs. long int (size_t) warings in comparison, format specifiers | bch | 2019-06-06 | 1 | -4/+4 |
| |/ / / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob | jan.nijtmans | 2019-03-01 | 1 | -1/+1 |
|
|
| * | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
|
|
* | | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -19/+12 |
|
|