This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Teach Module::Build about DragonflyBSD
[perl5.git] / regexp.h
2007-02-26 Yves OrtonRe: Regexp recursion limit too low?
2007-02-14 Rafael Garcia-SuarezAllow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
2007-02-14 Yves OrtonRe: [PATCH] Document that m//k works
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-02-03 Yves OrtonRe: prerelease checklist for Perl 5.10
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-15 Yves OrtonRe: [PATCH] Add support for /k modfier for matching...
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-11 Yves OrtonAdd Regexp::Keep \K functionality to regex engine as...
2007-01-09 Yves OrtonLet the regex parser decide if we have a special patter...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .h files. Also, in .pl
2006-12-05 Yves OrtonFurther tweaks to make it easier to create regexp engin...
2006-12-04 Rafael Garcia-SuarezBetter version of last patch, by Yves Orton.
2006-12-04 Rafael Garcia-SuarezThe new regexp compilation function must be added to...
2006-12-01 Yves OrtonContinue split of perl internal regexp structures from...
2006-11-23 Yves OrtonRe: [PATCH] Cleanup regexp flags and structure
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-22 Yves Orton\G with /g results in infinite loop in 5.6 and later
2006-11-16 Rafael Garcia-SuarezRemove duplicate declaration
2006-11-15 Yves OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Yves OrtonFwd: Memory leak with s/// and hashes
2006-11-13 Yves OrtonRe: [PATCH] New regex syntax omnibus
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-09 Robin Barker***speculative*** was RE: [PATCH] regexec.c - silence...
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-10-26 Yves OrtonFix a problem with jump-tries, add (?FAIL) pattern.
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Dave Mitchellremove REGMATCH detritus and shrink the size of the...
2006-10-05 Dave Mitchellmigrate CURLYX/WHILEM branch in regmatch() to new FSM...
2006-10-05 Yves OrtonRe: [PATCH] Add recursive regexes similar to PCRE
2006-09-30 Dave Mitchellrationalise sayYES and sayNO code in regmatch()
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-29 Yves OrtonRe: [PATCH] Add hook for re_dup() into regex engine...
2006-09-25 Dave Mitchelleliminate PL_regindent and improve -Mre=Debug,STATE...
2006-09-24 Dave Mitchellfix regression introduced in #27778: must backtrack...
2006-09-24 Dave Mitchellin S_regmatch(), convert state var st->cc into local...
2006-09-05 Yves OrtonRe: [PATCH] Trie jumping
2006-06-30 Dave Mitchellmigrate CURLY/PLUS/STAR branch in regmatch() to new...
2006-06-23 Dave Mitchellmigrate TRIE branch in regmatch() to new FSM-esque...
2006-06-16 Dave Mitchellstart turning regmatch() main loop into a FSM
2006-06-11 Yves OrtonRe: [PATCH] regexec/regcomp.c cleanups
2006-06-11 Yves OrtonRe: [PATCH] Better version of the Aho-Corasick patch...
2006-04-20 Dave Mitchellregmatch: merge the greedy and non-greedy branches...
2006-04-19 Dave Mitchellregmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-16 Dave Mitchellgeneralize the 'continue on success' mechanism of defer...
2006-04-13 Dave Mitchelleliminate PL_regbol PL_regtill PL_regnarrate PL_reg_gan...
2006-04-13 Dave Mitchelleliminate PL_reg_re
2006-04-12 Dave MitchellRemove the final recursion path from S_regmatch: ...
2006-04-06 Nicholas ClarkMove all the regexp state variables into a single struc...
2006-04-05 Nicholas ClarkSave the regexp engine state as 1 block on the save...
2006-04-03 Dave Mitchellanonymous unions aren't legal ANSI c
2006-04-02 Dave Mitchellsubsume CURCUR (current curly) struct within the main...
2006-04-02 Dave Mitchellmake parts of struct regmatch_state unions
2006-04-02 Dave Mitchelluse slabs to allocate save state space in regmatch()
2006-03-26 Gisle AasREXEC_ML is unused.
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-16 Nicholas ClarkCOW regexps:
2003-02-02 Rafael Garcia-Suarez[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2001-11-18 Jarkko HietaniemiRetract #13048: that introduced a malloc() (through...
2001-11-16 Jeff PinyanRe: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-08-04 Jarkko HietaniemiContinuation of #11575: SANY_SEEN completely deprecated,
2001-08-04 Daniel P. BerrangeDecouple SANY into SANY and CANY: the new SANY is ...
2001-06-30 Jarkko HietaniemiAdd support for $^N, the most-recently closed group.
2001-04-22 Mark-Jason DominusRe: Regex debugger patch
2001-02-18 Jarkko HietaniemiMisapplied regex optimizations when \C is present.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-13 Jarkko HietaniemiDeclare reg_data like reg_substr_data.
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-04 Ilya Zakharevichregexp.h
1999-08-30 Jarkko HietaniemiRetract #3922 (Rule #1 was invoked).
1999-08-05 Ilya ZakharevichDeprecate /^/ implictly meaning /^/m.
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Ilya Zakharevichapplied slightly tweaked version of suggested patch for
1999-05-25 Ilya ZakharevichREx engine improvements
1998-12-29 Ilya ZakharevichBugs in hairy interactions of feature in REx
1998-11-28 Ilya ZakharevichFix \G in REx without //g
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.
1998-07-13 Graham Barradded patch, tweaked PERL_OBJECT things
1998-07-05 Gurusamy Sarathypatchlevel up to 5.004_70, various tweaks
1998-06-11 Ilya ZakharevichBugs with (?{}), $^R and many-to-many subst
1998-03-05 Ilya Zakharevich[5.004_61 PATCH] Make incompatible changes to RE engine NOW
1997-11-26 Gurusamy Sarathy[win32] Various changes to make it build cleanly and...
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-01-25 Perl 5 Porters[inseparable changes from patch from perl5.003_22 to... perl-5.003_23
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1994-10-17 Larry Wallperl 5.000 perl-5.000
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2
1991-11-05 Larry Wallperl 4.0 patch 18: patch #11, continued
1991-06-06 Larry Wallperl 4.0 patch 8: patch #4, continued
1991-03-21 Larry Wallperl 4.0.00: (no release announcement available) perl-4.0.00
1990-08-08 Larry Wallperl 3.0 patch #25 patch #19, continued
1989-10-18 Larry Wallperl 3.0: (no announcement message available) perl-3.000
1988-06-05 Larry Wallperl 2.0 (no announcement message available) perl-2.0