This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cache
[perl5.git] / regcomp.c
2007-09-14 Dave Mitchell[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len...
2007-08-12 Reini Urbanregcomp.c fix 64int warning
2007-08-09 Ævar Arnfjörð Bjar... Optimize split //
2007-07-03 Rafael Garcia-SuarezForbid \g0. (tests coming later)
2007-07-01 Jerry D. Heddenchar is not a good type to use for array indexes;
2007-06-30 Benjamin Carterregclass on EBCDIC platforms
2007-06-30 Abigail/p vs (?p)
2007-06-28 Yves OrtonRename various regex defined so that they have distinct...
2007-06-28 Yves OrtonReplace pattern parsing logic with optree "parsing...
2007-06-28 Ævar Arnfjörð Bjar... Move the RXf_WHITE logic for split " " into the regex...
2007-06-28 Yves OrtonFree memory in case of error/failure to compile.
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-07 Rafael Garcia-SuarezPlug a memory leak (noticed by Yves)
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-06-03 Yves OrtonRe: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
2007-05-29 Yves OrtonRe: [perl #43015] regex /.*\z/ doesn't matches strings...
2007-05-03 Steve HaySilence some VC6 compiler warnings in the regex code
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-03 Andy LesterThe revenge of the consts
2007-05-02 Nicholas ClarkGet PERL_OLD_COPY_ON_WRITE passing all tests, apart...
2007-05-01 Yves OrtonRe: [PATCH] Change meaning of \v, \V, and add \h, ...
2007-04-30 Ævar Arnfjörð Bjar... Re: [PATCH] Cleanup of the regexp API
2007-04-27 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-26 Nicholas ClarkAvoid a SIGBUS caused by passing a U32 pointer to utf8_...
2007-04-26 Rafael Garcia-SuarezForgot to submit regcomp.c in change #31081
2007-04-23 Ævar Arnfjörð Bjar... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-10 Nicholas ClarkSilence the g++ warnings "right-hand operand of comma...
2007-04-08 Ævar Arnfjörð Bjar... RXf_WHITE never used due to small bug in regcomp.c
2007-04-06 Ævar Arnfjörð Bjar... Re: Proposed changes and to regular expression interfac...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-26 Nicholas ClarkSimplify the logic in Perl_re_dup() - copy the structur...
2007-03-25 Nicholas ClarkChange 30753 forgot to remove 2 now unused variables.
2007-03-25 Nicholas ClarkLooks like re_dup has been leaking references on 2...
2007-03-25 Nicholas ClarkA more efficient copy in Perl_reg_temp_copy()
2007-03-25 Marcus Holland-MoritzRe: The performance problem of 30678
2007-03-24 Nicholas Clarkstartp and endp can allocate their array of I32s from...
2007-03-23 Nicholas ClarkIt's possible to write the dup of struct reg_substr_dat...
2007-03-23 Nicholas ClarkMove CHECK_WORD in regcomp.c to a more generic memEQs...
2007-03-22 Nicholas ClarkCan use memEQ instead of strnEQ in CHECK_WORD()
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-20 Yves Ortonfeel the the baÃ\9f (encoding problems in the regex engine)
2007-03-03 Nicholas ClarkDefine and initialise reg_name only once.
2007-02-28 Rafael Garcia-Suarez(?p{}) has been deprecated for a long time.
2007-02-26 Yves OrtonRe: [perl #41565] qr// memory corruption
2007-02-21 Steve HayFix Win32 compilation error following #30372
2007-02-20 Steve PetersSilence a couple of compile warnings.
2007-02-19 Rafael Garcia-SuarezActually, only changes to regexec.c from #30081 needed...
2007-02-19 Rafael Garcia-SuarezRevert change #30081 at dmq's request, and mark its...
2007-02-15 Yves OrtonRe: [perl #41491] Incorrect regexp warning.
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-02-13 Yves OrtonRe: [perl #41491] Incorrect regexp warning.
2007-02-10 Yves OrtonRe: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands...
2007-02-09 Yves OrtonRe: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands...
2007-02-08 Rafael Garcia-SuarezRemove dead code that was emitting warnings.
2007-02-08 Yves OrtonRe: [PATCH - provisional] H. Merijn Brands idea of...
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-31 Yves Ortonregcomp.c: remove some gotos that cause compiler conste...
2007-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
2007-01-26 Rafael Garcia-SuarezSome variables are used only with DEBUGGING
2007-01-16 Yves OrtonMake offsets support conditional
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 Rafael Garcia-SuarezSilence an "unused parameter" warning in Perl_reg_numbe...
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-08 Rafael Garcia-SuarezSilence casting warnings
2007-01-05 Rafael Garcia-SuarezSilence a gcc warning, spotted by Tels
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-03 Jarkko HietaniemiRe: g++ unhappy
2006-12-31 Jarkko Hietaniemismoke signs suppression
2006-12-27 Yves OrtonMacroize char class tests in case to remove duplicated...
2006-12-25 Rafael Garcia-SuarezFix a couple of warnings
2006-12-25 Yves OrtonRe: Named-capture regex syntax
2006-12-18 Jarkko HietaniemiC++: regcomp.c and ext/Time/Piece/Piece.xs
2006-12-05 Yves OrtonRe: [PATCH] Further tweaks to make it easier to create...
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-SuarezActually submit previous change.
2006-12-04 Yves Orton\R is supposed to mean something else so switch to...
2006-12-03 Yves OrtonRe: [perl #41010] (?(COND)) in pattern matching not...
2006-12-01 Rafael Garcia-SuarezRemove unused variable
2006-12-01 Yves OrtonContinue split of perl internal regexp structures from...
2006-11-29 Yves OrtonRe: Fix \k<foo> preceded by literal
2006-11-29 Yves OrtonChange in handling of \RNNN inside nested patterns
2006-11-27 Nicholas ClarkMove words and revcharmap out of struct _rev_trie_data...
2006-11-26 Nicholas ClarkMove widecharmap out of the shared structure _reg_trie_...
2006-11-26 Nicholas ClarkSwap _reg_ac_data.trie to U32 offset into the regdata...
2006-11-26 Nicholas ClarkMoving the reference count to the front of both _reg_tr...
2006-11-26 Nicholas ClarkA little reodering of the switch statement in Perl_regd...
2006-11-26 Nicholas ClarkStage 1 of threadsafe-ing the trie strucutres - use...
2006-11-26 Nicholas ClarkSimplify S_add_data(), given that realloc will NULL...
2006-11-26 Nicholas ClarkChange (well, correct) S_add_data to take and return...
2006-11-25 Jarkko Hietaniemismoke signs suppression
2006-11-23 Yves OrtonRe: [PATCH] Cleanup regexp flags and structure
2006-11-23 Yves OrtonCleanup regexp flags and structure
next