2009-01-16 |
Karl |
Add warning about octal > 377 in some regexes |
blob | commitdiff |
2008-11-07 |
Yves Orton |
create new unicode props as defined in POSIX spec ... |
blob | commitdiff | diff to current |
2008-11-07 |
Yves Orton |
Make sure inversion sign is shown in all anyof classes... |
blob | commitdiff | diff to current |
2008-11-06 |
Yves Orton |
Various changes to regex diagnostics and testing |
blob | commitdiff | diff to current |
2008-11-06 |
karl williamson |
Reolve perlbug #59328: In re's, \N{U+...} doesn't match... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-11-02 |
Michael Cartmell |
[perl #56526] m/a{1,0}/ compiles but doesn't match... |
blob | commitdiff | diff to current |
2008-11-02 |
Rafael Garcia-Suarez |
Explicitly specify some printf formats for constant... |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from the rest of *.c, picking... |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
SvPV() does not take a const SV*, which means that... |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Every remaining (HV *) cast in *.c |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
ss_dup wrapper const casting analagous to change 34626. |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-10-18 |
Marcus Holland-Moritz |
Fix memory leak in // caused by single-char character... |
blob | commitdiff | diff to current |
2008-10-05 |
Nicholas Clark |
Avoid allocating 1 extra regnode when duplicating a... |
blob | commitdiff | diff to current |
2008-09-20 |
Nicholas Clark |
Two missing 'static's, spotted by Merijn's smoker. |
blob | commitdiff | diff to current |
2008-07-18 |
Marcus Holland-Moritz |
Welcome to refcount hell. Fix the leaks reported by... |
blob | commitdiff | diff to current |
2008-06-09 |
Nicholas Clark |
Strength reduction optimisation seems to spot that... |
blob | commitdiff | diff to current |
2008-06-09 |
Reini Urban |
Re: [PATCH] More COW lvalues |
blob | commitdiff | diff to current |
2008-05-18 |
Dave Mitchell |
fix misleading comment about Perl_re_dup_guts |
blob | commitdiff | diff to current |
2008-04-11 |
Ævar Arnfjörð Bjar... |
Re: [perl #52672] regexp failure: (?=) turns into OPFAIL |
blob | commitdiff | diff to current |
2008-02-25 |
Steve Hay |
Silence Borland compiler warnings (except for warnings... |
blob | commitdiff | diff to current |
2008-02-17 |
Yves Orton |
Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g |
blob | commitdiff | diff to current |
2008-02-17 |
Yves Orton |
Fix perlbug 50114 and document what the code does a... |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-01-10 |
Ævar Arnfjörð Bjar... |
Move the reg_stringify logic to Perl_sv_2pv_flags |
blob | commitdiff | diff to current |
2008-01-09 |
Dave Mitchell |
seen_eval regex field wasn't getting cloned |
blob | commitdiff | diff to current |
2008-01-09 |
Nicholas Clark |
Fix the bug introduced by the bug fix of change 30755. |
blob | commitdiff | diff to current |
2008-01-06 |
Yves Orton |
Make new regex type be 'REGEXP' and make all core qr... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Make REGEXP a type distinct from SV. (Much like AV... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Don't allocate the NV slot for SVt_REGEXP. |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Convert all accesses of the member paren_names of struc... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Abolish RXf_UTF8. Store the UTF-8-ness of the pattern... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Make Perl_pregcomp() use SvUTF8() of the pattern, rathe... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Replace all reads of RXf_UTF8 with RX_UTF8(). |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Abolish wraplen from struct regexp. We're already stori... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Abolish RXp_PRELEN(rx) and RXp_WRAPLEN() |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Abolish wrapped in struct regexp - store the wrapped... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark |
Add RX_UTF8(), which is effectively SvUTF8() but for... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Possible future bugs found by the creation of newSVpvn_... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Add a new function newSVpvn_flags(), which takes a... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Make struct regexp the body of SVt_REGEXP SVs, REGEXPs... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Convert some "regexp" and "struct regexp" to REGEXP... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark |
Wrap all deferences of struct regexp* in macros RX_... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
The position of the modifier flag bits is actually... |
blob | commitdiff | diff to current |
2007-12-29 |
Nicholas Clark |
Wrap wrapped and wraplen from struct regexp in macros... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Eliminate prelen from struct regexp. Possibly we are... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Replace 3 uses of RX_PRELEN(r) with plen, which has... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Eliminate precomp from struct regexp. Store the offset... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Silly Nick. There was a bug in change 30757 whereby... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
Wrap all accesses to the members precomp and prelen... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark |
First class regexps. |
blob | commitdiff | diff to current |
2007-12-17 |
Yves Orton |
Fix various bugs in regex engine with mixed utf8/latin... |
blob | commitdiff | diff to current |
2007-11-23 |
Jarkko Hietaniemi |
Re: RC1 build failure |
blob | commitdiff | diff to current |
2007-10-31 |
Rafael Garcia-Suarez |
Fix (or hide?) a case of memory corruption with \K... |
blob | commitdiff | diff to current |
2007-10-17 |
josh |
Fix a few segfaults and a when() bug |
blob | commitdiff | diff to current |
2007-10-08 |
Steve Hay |
Silence compiler warnings on Win32 (VC6) |
blob | commitdiff | diff to current |
2007-10-06 |
Craig A. Berry |
Re: several compilation problems on VMS in perl@32039 |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Use the PERL_PV_PRETTY_NOCLEAR flag to simplify the... |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Avoid using *pvf functions when the format string is... |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Revert one hunk of change 32034 that had the possibilit... |
blob | commitdiff | diff to current |
2007-10-05 |
Nicholas Clark |
Eliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHAR |
blob | commitdiff | diff to current |
2007-10-05 |
Nicholas Clark |
Eliminate most *printf-like calls that use a simple... |
blob | commitdiff | diff to current |
2007-09-26 |
Rafael Garcia-Suarez |
API spelling patch, by Jerry D. Hedden |
blob | commitdiff | diff to current |
2007-09-25 |
Tels |
Re: [perl #45605] Regexp failure with utf8-flagged... |
blob | commitdiff | diff to current |
2007-09-24 |
Dave Mitchell |
silence a spurious compiler warning in regcomp.c |
blob | commitdiff | diff to current |
2007-09-14 |
Dave Mitchell |
[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len... |
blob | commitdiff | diff to current |
2007-08-12 |
Reini Urban |
regcomp.c fix 64int warning |
blob | commitdiff | diff to current |
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 |
next |