summaryrefslogtreecommitdiffstats
path: root/generic/tclRegexp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-111-22/+4
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-121-2/+59
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-3/+3
* | Make [regexp -about] produce its result using Tcl_Objs instead of strings.dkf2007-03-071-31/+31
* | various "const" additions, in line with TIP #27nijtmans2007-02-201-18/+18
* | * generic/tclRegexp.c (FinalizeRegexp): full reset data tohobbs2006-04-071-1/+7
* | ANSIfydkf2005-11-021-89/+87
* | Systematizing the formattingdkf2005-07-211-141/+143
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-24/+23
* | Remove unused variabledkf2004-09-291-2/+1
* | Factorize out the code for freeing an object's internal rep.dkf2004-09-291-6/+7