| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-01-26 | 1 | -15/+26 |
|\ \
| |/ |
|
| * | Do not assume that literals have a non-NULL bytes field; user code could purg... | dkf | 2019-01-25 | 1 | -15/+26 |
| |\ |
|
| | * | Do not assume that literals have a non-NULL bytes field; user code could purg... | dkf | 2019-01-25 | 1 | -15/+26 |
| | |\ |
|
| | | * | Do not assume that literals have a non-NULL bytes field; user code could purg... | dkf | 2019-01-25 | 1 | -15/+26 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -11/+11 |
|\ \ \ \
| |/ / / |
|
* | | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod... | jan.nijtmans | 2018-11-18 | 1 | -4/+4 |
|
|
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -14/+14 |
|\ \ \ \
| |/ / / |
|
* | | | | More using TCL_Z_MODIFIER where possible | jan.nijtmans | 2018-06-28 | 1 | -6/+6 |
|
|
* | | | | merge trunk | jan.nijtmans | 2017-12-22 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Change a few (internal) refCount/mask variables to unsigned type. | jan.nijtmans | 2017-12-22 | 1 | -11/+12 |
|
|
* | | | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming. | jan.nijtmans | 2017-11-16 | 1 | -64/+66 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | More internal use of size_t in stead of int (e.g. in many 'epoch's) | jan.nijtmans | 2017-02-22 | 1 | -8/+6 |
|
|
| * | | | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl... | jan.nijtmans | 2016-12-01 | 1 | -51/+55 |
|
|
| * | | | merge trunk | jan.nijtmans | 2016-11-25 | 1 | -4/+4 |
| |\ \ \
| |/ / /
|/| | | |
|
| * | | | merge trunk | jan.nijtmans | 2016-09-21 | 1 | -2/+7 |
| |\ \ \
| |/ / /
|/| | | |
|
| * | | | merge trunk | jan.nijtmans | 2016-09-16 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | merge trunk | jan.nijtmans | 2016-09-07 | 1 | -16/+19 |
| |\ \ \ \ |
|
| * \ \ \ \ | merge trunk | jan.nijtmans | 2016-09-05 | 1 | -1/+2 |
| |\ \ \ \ \ |
|
| * | | | | | | Merge trunk | jan.nijtmans | 2016-07-12 | 1 | -7/+7 |
|
|
* | | | | | | | Merge core-8-6-branch. Add more comments to tclLiteral.c, contributed by mr_c... | jan.nijtmans | 2016-09-21 | 1 | -2/+7 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | / /
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | merge core-8-6-branch | jan.nijtmans | 2016-09-16 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
| | | | / /
| |_|_|/ /
|/| | | | |
|
| * | | | | Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvin | jan.nijtmans | 2016-09-15 | 1 | -1/+1 |
|
|
* | | | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -16/+19 |
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | | |
|
| * | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -12/+15 |
| |\ \ \ |
|
| | * | | | Additiona patch/suggestion from Gustaf. This indeed fixes the crash in oo.tes... | jan.nijtmans | 2016-09-06 | 1 | -7/+0 |
|
|
| | * | | | some more clean-up | jan.nijtmans | 2016-09-05 | 1 | -1/+3 |
|
|
| | * | | | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 1 | -12/+8 |
|
|
| | * | | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ... | jan.nijtmans | 2016-09-02 | 1 | -10/+23 |
|
|
* | | | | | merge core-8-6-branch | jan.nijtmans | 2016-09-05 | 1 | -1/+2 |
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | | |
|
| * | | | Allow additional optional "interp" argument for testinterpresolver command. N... | jan.nijtmans | 2016-09-05 | 1 | -1/+2 |
| |/ / |
|
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
|/ / |
|
* | | Fix signed<->unsigned compare gcc compiler warning. | jan.nijtmans | 2015-10-01 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -5/+6 |
|
|
* | | [3e7eca8c8c] Prevent overflow in size values passed to allocators. | dgp | 2015-07-29 | 1 | -3/+19 |
|\ \
| |/ |
|