summaryrefslogtreecommitdiff
path: root/regcomp.pl
Commit message (Expand)AuthorAgeFilesLines
* Convert REGNODE_{SIMPLE,VARIES} to a bitmask lookup, from a strchr() lookup.Nicholas Clark2010-05-271-4/+28
* Change regcomp.pl to 0-based indexing for its arrays and loops.Nicholas Clark2010-05-271-21/+20
* Encapsulate lookups in PL_{varies,simple} within macros REGNODE_{VARIES,SIMPLE}Nicholas Clark2010-05-271-0/+2
* Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-coding.Nicholas Clark2010-05-271-3/+38
* Re-work the regcomp.sym to remove use of hard tabs. No data change.Nicholas Clark2010-05-271-2/+2
* make regcomp.pl use the standard foo.h-new naming scheme for tmp filesDavid Mitchell2009-05-151-1/+1
* Add some documentation to the heads of the various *.pl build scriptsDavid Mitchell2009-05-151-0/+15
* Drag autodoc.pl and overload.pl into the age of safer_open().Nicholas Clark2008-03-171-1/+1
* Rename safer_rename() to rename_if_different(), to accurately describeNicholas Clark2008-03-151-23/+21
* die if multiple macros in regexp.h attempt to use the same flag bit.Nicholas Clark2007-12-291-3/+9
* /p vs (?p)Abigail2007-06-301-1/+30
* Symbian syncJarkko Hietaniemi2007-04-011-1/+1
* Change 30461 was wrong. As ext/re (re)builds the regexp engine withNicholas Clark2007-03-051-5/+3
* Define and initialise reg_name only once.Nicholas Clark2007-03-031-6/+7
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-6/+3
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-9/+18
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-0/+8
* Fixes to compile Perl with g++ and DEBUGGING.Steve Peters2006-10-041-2/+2
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-3/+5
* Automate generation of the regmatch() state constantsYves Orton2006-09-251-40/+93
* start turning regmatch() main loop into a FSMDave Mitchell2006-06-161-0/+1
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-291-0/+2
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+3
* Make all scripts run by regen.pl write output with UNIX style EOL's.Steve Hay2004-11-161-0/+1
* regen_headers tiny tidying:Jarkko Hietaniemi2003-03-081-1/+1
* regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)Nicholas Clark2002-11-191-4/+6
* warning: storage class after type is obsolescentDaniel MuiƱo2000-08-141-4/+4
* Cosmetic: data-driven REx-dumpIlya Zakharevich1999-05-101-2/+23
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-2/+2
* add patch that generates regnodes.h via regcomp.plIlya Zakharevich1998-06-221-0/+98