summaryrefslogtreecommitdiffstats
path: root/generic/tclRegexp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-1/+1
|\
* | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
* | TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-1/+1
|\ \ | |/
* | Merge 8.6jan.nijtmans2023-03-301-1/+1
|\ \ | |/
| * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-1/+1
|\ \ | |/
| * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-1/+1
* | Handle Tcl_UtfAtIndexjan.nijtmans2022-03-161-2/+2
* | Start defining "utf32string" typejan.nijtmans2022-03-121-1/+1
* | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ...jan.nijtmans2021-12-211-1/+1
|\ \ | |/
| * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-9/+9
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-11/+11
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+3
* | More TCL_UNUSED.dgp2020-03-081-2/+1
* | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-1/+2
|\ \
* \ \ Merge tip-548jan.nijtmans2019-08-291-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-08-281-2/+2
| |\ \ | | |/
| | * Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-2/+2
| | * Backport [array names -regexp] should support backrefsdgp2017-08-101-4/+11
* | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-4/+4
|/ /
* | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai...jan.nijtmans2019-06-071-5/+5
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-1/+1
* | merge trunkdgp2017-04-121-2/+2
|\ \
| * | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-2/+2
* | | merge trunkdgp2016-11-281-3/+10
|\ \ \ | |/ /
| * | Allow [array names -regexp] to use backreferences. This capability was broken...andy2016-11-251-3/+10
| |/
* | Revise "regexp" Tcl_ObjType to use proposed routines.dgp2016-04-041-28/+32
|/
* Another round of refCount consistancy improvements.jan.nijtmans2015-07-021-3/+3
* [84af1192f5]: [regsub] compiler no longer confused by quantification handling.dkf2014-09-091-1/+2
* merge core-8-5-branchjan.nijtmans2013-01-311-5/+5
|\
| * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-5/+5
| * Backport fix for [Bug 2857044].dgp2011-04-271-0/+1
* | more result generation conversiondkf2012-08-031-2/+2
* | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-3/+1
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-6/+6
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclRegexp.c (FinalizeRegexp): full reset data tohobbs2006-04-071-1/+7
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-2/+2
* | | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-3/+3
* | | Minor stylistic improvements.dkf2009-12-311-12/+15
* | | * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-1/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-2/+2
* | | Add "const" to many internalnijtmans2008-10-151-2/+2
* | | More result hygiene.dkf2008-10-041-4/+6
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1