| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we mean | jan.nijtmans | 2024-04-11 | 1 | -1/+1 |
|\ |
|
* | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -1/+1 |
|
|
* | | TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-12 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 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 |
|
|
* | | 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 |
|
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -11/+11 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|
|
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -3/+3 |
|
|
* | | More TCL_UNUSED. | dgp | 2020-03-08 | 1 | -2/+1 |
|
|
* | | 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 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -4/+4 |
|/ / |
|
* | | 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 |
|
|
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -1/+1 |
|
|
* | | merge trunk | dgp | 2017-04-12 | 1 | -2/+2 |
|\ \ |
|
| * | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -2/+2 |
|
|
* | | | merge trunk | dgp | 2016-11-28 | 1 | -3/+10 |
|\ \ \
| |/ / |
|
| * | | Allow [array names -regexp] to use backreferences. This capability was broken... | andy | 2016-11-25 | 1 | -3/+10 |
| |/ |
|
* | | Revise "regexp" Tcl_ObjType to use proposed routines. | dgp | 2016-04-04 | 1 | -28/+32 |
|/ |
|
* | 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 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -2/+2 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -2/+2 |
|
|
* | | | More result hygiene. | dkf | 2008-10-04 | 1 | -4/+6 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|