2007-08-12 |
Reini Urban |
regcomp.c fix 64int warning |
blob | commitdiff |
2007-08-09 |
Ævar Arnfjörð Bjar... |
Optimize split // |
blob | commitdiff | diff to current |
2007-07-03 |
Rafael Garcia-Suarez |
Forbid \g0. (tests coming later) |
blob | commitdiff | diff to current |
2007-07-01 |
Jerry D. Hedden |
char is not a good type to use for array indexes; |
blob | commitdiff | diff to current |
2007-06-30 |
Benjamin Carter |
regclass on EBCDIC platforms |
blob | commitdiff | diff to current |
2007-06-30 |
Abigail |
/p vs (?p) |
blob | commitdiff | diff to current |
2007-06-28 |
Yves Orton |
Rename various regex defined so that they have distinct... |
blob | commitdiff | diff to current |
2007-06-28 |
Yves Orton |
Replace pattern parsing logic with optree "parsing... |
blob | commitdiff | diff to current |
2007-06-28 |
Ævar Arnfjörð Bjar... |
Move the RXf_WHITE logic for split " " into the regex... |
blob | commitdiff | diff to current |
2007-06-28 |
Yves Orton |
Free memory in case of error/failure to compile. |
blob | commitdiff | diff to current |
2007-06-24 |
Nicholas Clark |
s/\bunicode\b/Unicode/; # For everything not dual life |
blob | commitdiff | diff to current |
2007-06-07 |
Rafael Garcia-Suarez |
Plug a memory leak (noticed by Yves) |
blob | commitdiff | diff to current |
2007-06-06 |
Ævar Arnfjörð Bjar... |
Re: [PATCH] Callbacks for named captures (%+ and %-) |
blob | commitdiff | diff to current |
2007-06-03 |
Yves Orton |
Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte |
blob | commitdiff | diff to current |
2007-05-29 |
Yves Orton |
Re: [perl #43015] regex /.*\z/ doesn't matches strings... |
blob | commitdiff | diff to current |
2007-05-03 |
Steve Hay |
Silence some VC6 compiler warnings in the regex code |
blob | commitdiff | diff to current |
2007-05-03 |
Ævar Arnfjörð Bjar... |
FETCH/STORE/LENGTH callbacks for numbered capture variables |
blob | commitdiff | diff to current |
2007-05-03 |
Andy Lester |
The revenge of the consts |
blob | commitdiff | diff to current |
2007-05-02 |
Nicholas Clark |
Get PERL_OLD_COPY_ON_WRITE passing all tests, apart... |
blob | commitdiff | diff to current |
2007-05-01 |
Yves Orton |
Re: [PATCH] Change meaning of \v, \V, and add \h, ... |
blob | commitdiff | diff to current |
2007-04-30 |
Ævar Arnfjörð Bjar... |
Re: [PATCH] Cleanup of the regexp API |
blob | commitdiff | diff to current |
2007-04-27 |
Yves Orton |
Re: Analysis of problems with mixed encoding case insen... |
blob | commitdiff | diff to current |
2007-04-26 |
Nicholas Clark |
Avoid a SIGBUS caused by passing a U32 pointer to utf8_... |
blob | commitdiff | diff to current |
2007-04-26 |
Rafael Garcia-Suarez |
Forgot to submit regcomp.c in change #31081 |
blob | commitdiff | diff to current |
2007-04-23 |
Ævar Arnfjörð Bjar... |
Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste... |
blob | commitdiff | diff to current |
2007-04-23 |
Yves Orton |
Change meaning of \v, \V, and add \h, \H to match Perl6... |
blob | commitdiff | diff to current |
2007-04-10 |
Nicholas Clark |
Silence the g++ warnings "right-hand operand of comma... |
blob | commitdiff | diff to current |
2007-04-08 |
Ævar Arnfjörð Bjar... |
RXf_WHITE never used due to small bug in regcomp.c |
blob | commitdiff | diff to current |
2007-04-06 |
Ævar Arnfjörð Bjar... |
Re: Proposed changes and to regular expression interfac... |
blob | commitdiff | diff to current |
2007-04-04 |
Yves Orton |
Re: pmdynflags and thread safety |
blob | commitdiff | diff to current |
2007-03-26 |
Nicholas Clark |
In struct regexp replace the two arrays of I32s accesse... |
blob | commitdiff | diff to current |
2007-03-26 |
Nicholas Clark |
Simplify the logic in Perl_re_dup() - copy the structur... |
blob | commitdiff | diff to current |
2007-03-25 |
Nicholas Clark |
Change 30753 forgot to remove 2 now unused variables. |
blob | commitdiff | diff to current |
2007-03-25 |
Nicholas Clark |
Looks like re_dup has been leaking references on 2... |
blob | commitdiff | diff to current |
2007-03-25 |
Nicholas Clark |
A more efficient copy in Perl_reg_temp_copy() |
blob | commitdiff | diff to current |
2007-03-25 |
Marcus Holland-Moritz |
Re: The performance problem of 30678 |
blob | commitdiff | diff to current |
2007-03-24 |
Nicholas Clark |
startp and endp can allocate their array of I32s from... |
blob | commitdiff | diff to current |
2007-03-23 |
Nicholas Clark |
It's possible to write the dup of struct reg_substr_dat... |
blob | commitdiff | diff to current |
2007-03-23 |
Nicholas Clark |
Move CHECK_WORD in regcomp.c to a more generic memEQs... |
blob | commitdiff | diff to current |
2007-03-22 |
Nicholas Clark |
Can use memEQ instead of strnEQ in CHECK_WORD() |
blob | commitdiff | diff to current |
2007-03-22 |
Yves Orton |
Resolve PL_curpm issues with (??{}) and fix corruption... |
blob | commitdiff | diff to current |
2007-03-20 |
Yves Orton |
feel the the baß (encoding problems in the regex engine) |
blob | commitdiff | diff to current |
2007-03-03 |
Nicholas Clark |
Define and initialise reg_name only once. |
blob | commitdiff | diff to current |
2007-02-28 |
Rafael Garcia-Suarez |
(?p{}) has been deprecated for a long time. |
blob | commitdiff | diff to current |
2007-02-26 |
Yves Orton |
Re: [perl #41565] qr// memory corruption |
blob | commitdiff | diff to current |
2007-02-21 |
Steve Hay |
Fix Win32 compilation error following #30372 |
blob | commitdiff | diff to current |
2007-02-20 |
Steve Peters |
Silence a couple of compile warnings. |
blob | commitdiff | diff to current |
2007-02-19 |
Rafael Garcia-Suarez |
Actually, only changes to regexec.c from #30081 needed... |
blob | commitdiff | diff to current |
2007-02-19 |
Rafael Garcia-Suarez |
Revert change #30081 at dmq's request, and mark its... |
blob | commitdiff | diff to current |
2007-02-15 |
Yves Orton |
Re: [perl #41491] Incorrect regexp warning. |
blob | commitdiff | diff to current |
2007-02-13 |
Yves Orton |
add hooks for capture buffers into regex engine. |
blob | commitdiff | diff to current |
2007-02-13 |
Yves Orton |
Re: [perl #41491] Incorrect regexp warning. |
blob | commitdiff | diff to current |
2007-02-10 |
Yves Orton |
Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands... |
blob | commitdiff | diff to current |
2007-02-09 |
Yves Orton |
Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands... |
blob | commitdiff | diff to current |
2007-02-08 |
Rafael Garcia-Suarez |
Remove dead code that was emitting warnings. |
blob | commitdiff | diff to current |
2007-02-08 |
Yves Orton |
Re: [PATCH - provisional] H. Merijn Brands idea of... |
blob | commitdiff | diff to current |
2007-01-31 |
Yves Orton |
Improve regex stringification code |
blob | commitdiff | diff to current |
2007-01-31 |
Yves Orton |
regcomp.c: remove some gotos that cause compiler conste... |
blob | commitdiff | diff to current |
2007-01-31 |
Yves Orton |
$1 in nested regex EVAL doesnt work correctly. |
blob | commitdiff | diff to current |
2007-01-26 |
Rafael Garcia-Suarez |
Some variables are used only with DEBUGGING |
blob | commitdiff | diff to current |
2007-01-16 |
Yves Orton |
Make offsets support conditional |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Re: [PATCH] Add support for /k modfier for matching... |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Add support for /k modfier for matching along with... |
blob | commitdiff | diff to current |
2007-01-11 |
Rafael Garcia-Suarez |
Silence an "unused parameter" warning in Perl_reg_numbe... |
blob | commitdiff | diff to current |
2007-01-11 |
Yves Orton |
Add Regexp::Keep \K functionality to regex engine as... |
blob | commitdiff | diff to current |
2007-01-09 |
Yves Orton |
Let the regex parser decide if we have a special patter... |
blob | commitdiff | diff to current |
2007-01-08 |
Rafael Garcia-Suarez |
Silence casting warnings |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Silence a gcc warning, spotted by Tels |
blob | commitdiff | diff to current |
2007-01-05 |
Rafael Garcia-Suarez |
Update copyright years in .c files |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
4th patch from: |
blob | commitdiff | diff to current |
2007-01-04 |
Marcus Holland-Moritz |
The first three patches from: |
blob | commitdiff | diff to current |
2007-01-04 |
Yves Orton |
Re: [PATCH] Change implementation of %+ to use a proper... |
blob | commitdiff | diff to current |
2007-01-03 |
Jarkko Hietaniemi |
Re: g++ unhappy |
blob | commitdiff | diff to current |
2006-12-31 |
Jarkko Hietaniemi |
smoke signs suppression |
blob | commitdiff | diff to current |
2006-12-27 |
Yves Orton |
Macroize char class tests in case to remove duplicated... |
blob | commitdiff | diff to current |
2006-12-25 |
Rafael Garcia-Suarez |
Fix a couple of warnings |
blob | commitdiff | diff to current |
2006-12-25 |
Yves Orton |
Re: Named-capture regex syntax |
blob | commitdiff | diff to current |
2006-12-18 |
Jarkko Hietaniemi |
C++: regcomp.c and ext/Time/Piece/Piece.xs |
blob | commitdiff | diff to current |
2006-12-05 |
Yves Orton |
Re: [PATCH] Further tweaks to make it easier to create... |
blob | commitdiff | diff to current |
2006-12-05 |
Yves Orton |
Further tweaks to make it easier to create regexp engin... |
blob | commitdiff | diff to current |
2006-12-04 |
Rafael Garcia-Suarez |
Better version of last patch, by Yves Orton. |
blob | commitdiff | diff to current |
2006-12-04 |
Rafael Garcia-Suarez |
Actually submit previous change. |
blob | commitdiff | diff to current |
2006-12-04 |
Yves Orton |
\R is supposed to mean something else so switch to... |
blob | commitdiff | diff to current |
2006-12-03 |
Yves Orton |
Re: [perl #41010] (?(COND)) in pattern matching not... |
blob | commitdiff | diff to current |
2006-12-01 |
Rafael Garcia-Suarez |
Remove unused variable |
blob | commitdiff | diff to current |
2006-12-01 |
Yves Orton |
Continue split of perl internal regexp structures from... |
blob | commitdiff | diff to current |
2006-11-29 |
Yves Orton |
Re: Fix \k<foo> preceded by literal |
blob | commitdiff | diff to current |
2006-11-29 |
Yves Orton |
Change in handling of \RNNN inside nested patterns |
blob | commitdiff | diff to current |
2006-11-27 |
Nicholas Clark |
Move words and revcharmap out of struct _rev_trie_data... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Move widecharmap out of the shared structure _reg_trie_... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Swap _reg_ac_data.trie to U32 offset into the regdata... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Moving the reference count to the front of both _reg_tr... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
A little reodering of the switch statement in Perl_regd... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Stage 1 of threadsafe-ing the trie strucutres - use... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Simplify S_add_data(), given that realloc will NULL... |
blob | commitdiff | diff to current |
2006-11-26 |
Nicholas Clark |
Change (well, correct) S_add_data to take and return... |
blob | commitdiff | diff to current |
2006-11-25 |
Jarkko Hietaniemi |
smoke signs suppression |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton |
Re: [PATCH] Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-11-23 |
Yves Orton |
Cleanup regexp flags and structure |
blob | commitdiff | diff to current |
2006-11-22 |
Yves Orton |
\G with /g results in infinite loop in 5.6 and later |
blob | commitdiff | diff to current |
next |