| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/
|/| |
|
* | | Allow [array names -regexp] to use backreferences. This capability was broken... | andy | 2016-11-25 | 1 | -3/+10 |
|/ |
|
* | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 1 | -3/+3 |
|
|
* | [84af1192f5]: [regsub] compiler no longer confused by quantification handling. | dkf | 2014-09-09 | 1 | -1/+2 |
|
|
* | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -5/+5 |
|\ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -5/+5 |
|
|
| * | Backport fix for [Bug 2857044]. | dgp | 2011-04-27 | 1 | -0/+1 |
|
|
* | | more result generation conversion | dkf | 2012-08-03 | 1 | -2/+2 |
|
|
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 1 | -3/+1 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+6 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclRegexp.c (FinalizeRegexp): full reset data to | hobbs | 2006-04-07 | 1 | -1/+7 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+2 |
|
|
* | | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -2/+2 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -3/+3 |
|
|
* | | | Minor stylistic improvements. | dkf | 2009-12-31 | 1 | -12/+15 |
|
|
* | | | * generic/tclDictObj.c: Updated freeIntRepProc routines so | dgp | 2009-09-30 | 1 | -1/+2 |
|
|