| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2022-11-20 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -1/+1 |
| |\ |
|
| | * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -1/+1 |
|
|
* | | | Merge trunk | apnadkarni | 2022-11-13 | 1 | -0/+1 |
|\ \ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-11-11 | 1 | -0/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Handle Tcl_UtfAtIndex | jan.nijtmans | 2022-03-16 | 1 | -2/+2 |
|
|
| | * | | Start defining "utf32string" type | jan.nijtmans | 2022-03-12 | 1 | -1/+1 |
|
|
| | * | | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ... | jan.nijtmans | 2021-12-21 | 1 | -1/+1 |
| | |\ \
| | | |/ |
|
| | | * | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -9/+9 |
|
|
* | | | | TIP 644 - Make Tcl_ObjType extensible | apnadkarni | 2022-10-11 | 1 | -1/+2 |
|/ / / |
|
* | | | More (internal) int -> size_t, allowing values > 2^31 | jan.nijtmans | 2022-06-09 | 1 | -1/+1 |
|
|
* | | | TIP #616: Tcl lists > 2^31 elements | jan.nijtmans | 2022-06-08 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -12/+12 |
|\ \ \
| |/ / |
|
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -11/+11 |
|
|
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|
|
* | | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ... | jan.nijtmans | 2020-09-18 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -3/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-03-09 | 1 | -2/+1 |
|\ \ \
| |/ / |
|
| * | | More TCL_UNUSED. | dgp | 2020-03-08 | 1 | -2/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -5/+6 |
|\ \ \
| |/ / |
|
| * | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -1/+2 |
| |\ \ |
|
| * \ \ | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| * | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -4/+4 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-28 | 1 | -2/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-08-28 | 1 | -2/+2 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -2/+2 |
|
|
| | * | Backport [array names -regexp] should support backrefs | dgp | 2017-08-10 | 1 | -4/+11 |
|
|
| * | | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai... | jan.nijtmans | 2019-06-07 | 1 | -5/+5 |
|
|
* | | | Merge 8.7, and add some more usage of TCL_INDEX_NONE/TCL_AUTO_LENGTH | jan.nijtmans | 2019-06-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | | More internal use of size_t | jan.nijtmans | 2019-03-29 | 1 | -3/+3 |
|
|
* | | | Change regexp C API to handle indexes > 2G. New TIP upcoming. | jan.nijtmans | 2019-03-29 | 1 | -6/+6 |
|
|
* | | | Make "struct regmatch_t" match "Tcl_RegExpIndices" (again). Win64 build was b... | jan.nijtmans | 2019-03-13 | 1 | -1/+1 |
|
|
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|
|
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod... | jan.nijtmans | 2018-11-18 | 1 | -5/+5 |
|
|
* | | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -28/+32 |
|\ \ \
| |/ / |
|
| * | | merge trunk | dgp | 2017-04-12 | 1 | -2/+2 |
| |\ \ |
|
| * \ \ | merge trunk | dgp | 2016-11-28 | 1 | -3/+10 |
| |\ \ \ |
|
| * | | | | Revise "regexp" Tcl_ObjType to use proposed routines. | dgp | 2016-04-04 | 1 | -28/+32 |
| | |_|/
| |/| | |
|
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -8/+8 |
|\ \ \ \
| | |_|/
| |/| | |
|
* | | | | Use size_t in more API's, e.g. *RegExp* types | jan.nijtmans | 2018-07-02 | 1 | -26/+25 |
|/ / / |
|
* | | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -2/+2 |
| |/
|/| |
|