This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove OA_RETINTEGER, unused since 2002 (commit e7311069df54baa6)
[perl5.git] / regcomp.c
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-26 George GreerRT#75762: In CURLYX->CURLYM optimization, check before...
2010-07-18 David GoldenFix address of register error from 26a0cb8
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-18 Karl Williamson\400 -\777 now means the same thing in all d-quote
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-05-29 Nicholas ClarkProperly free paren_name_list with its regexp.
2010-05-29 Karl WilliamsonAdd tested for corrupted regnode
2010-05-27 Nicholas ClarkEncapsulate lookups in PL_{varies,simple} within macros...
2010-05-24 Nicholas ClarkConvert Perl_sv_dup_inc() from a macro to a real function.
2010-05-08 Karl WilliamsonPATCH [perl #74978] dot after } breaks \N{}
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-02-22 Craig A. BerryDon't multiply define Perl_regcurly in core and the...
2010-02-20 Karl WilliamsonImprove handling of qq(\N{...}); and /x
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-18 Nicholas ClarkIn Perl_reg_temp_copy(), ensure SvMAGIC() is NULL in...
2010-02-11 Rafael Garcia-Suarez[perl #72590] Panic if 'use strict' and forget 'my'
2010-02-09 Nicholas ClarkFix for non-regexps being upgraded to SVt_REGEXP
2010-01-22 David Mitchellfix SEGV in /\N{...}/
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-10-25 Yves Ortondisable non-unicode case insensitive trie matching
2009-10-22 Ben MorrowRT#69616: regexp SVs lose regexpness in assignment
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-12 Nicholas ClarkckWARNreg() and ckWARNregdep() now use string concatena...
2009-10-12 Nicholas ClarkReplace "%s"/SvPVX(sv_name) with "%"SVf/SVfARG(sv_name...
2009-10-12 Nicholas ClarkIn regcomp.c, where possible replace vWARN* with ckWARN...
2009-07-26 George Greermuch better swap logic to support reentrancy and fix...
2009-07-17 Nicholas ClarkEliminate struct regexp_allocated and xpvio_allocated.
2009-07-02 hv@crypt.orgSome bugs in Perl regexp (core Perl issues)
2009-06-26 Vincent PitUpdate RExC_npar and after_freeze correctly after the...
2009-06-16 Rafael Garcia-SuarezImplement new regex escape \N
2009-01-16 KarlAdd warning about octal > 377 in some regexes
2008-11-07 Yves Ortoncreate new unicode props as defined in POSIX spec ...
2008-11-07 Yves OrtonMake sure inversion sign is shown in all anyof classes...
2008-11-06 Yves OrtonVarious changes to regex diagnostics and testing
2008-11-06 karl williamsonReolve perlbug #59328: In re's, \N{U+...} doesn't match...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Michael Cartmell[perl #56526] m/a{1,0}/ compiles but doesn't match...
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-30 Nicholas ClarkSvPV() does not take a const SV*, which means that...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-28 Nicholas Clarkss_dup wrapper const casting analagous to change 34626.
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-10-18 Marcus Holland-MoritzFix memory leak in // caused by single-char character...
2008-10-05 Nicholas ClarkAvoid allocating 1 extra regnode when duplicating a...
2008-09-20 Nicholas ClarkTwo missing 'static's, spotted by Merijn's smoker.
2008-07-18 Marcus Holland-MoritzWelcome to refcount hell. Fix the leaks reported by...
2008-06-09 Nicholas ClarkStrength reduction optimisation seems to spot that...
2008-06-09 Reini UrbanRe: [PATCH] More COW lvalues
2008-05-18 Dave Mitchellfix misleading comment about Perl_re_dup_guts
2008-04-11 Ævar Arnfjörð Bjar... Re: [perl #52672] regexp failure: (?=) turns into OPFAIL
2008-02-25 Steve HaySilence Borland compiler warnings (except for warnings...
2008-02-17 Yves OrtonFix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g
2008-02-17 Yves OrtonFix perlbug 50114 and document what the code does a...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-10 Ævar Arnfjörð Bjar... Move the reg_stringify logic to Perl_sv_2pv_flags
2008-01-09 Dave Mitchellseen_eval regex field wasn't getting cloned
2008-01-09 Nicholas ClarkFix the bug introduced by the bug fix of change 30755.
2008-01-06 Yves OrtonMake new regex type be 'REGEXP' and make all core qr...
2008-01-05 Nicholas ClarkMake REGEXP a type distinct from SV. (Much like AV...
2008-01-05 Nicholas ClarkDon't allocate the NV slot for SVt_REGEXP.
2008-01-05 Nicholas ClarkConvert all accesses of the member paren_names of struc...
2008-01-05 Nicholas ClarkAbolish RXf_UTF8. Store the UTF-8-ness of the pattern...
2008-01-05 Nicholas ClarkMake Perl_pregcomp() use SvUTF8() of the pattern, rathe...
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Nicholas ClarkAbolish wraplen from struct regexp. We're already stori...
2008-01-05 Nicholas ClarkAbolish RXp_PRELEN(rx) and RXp_WRAPLEN()
2008-01-05 Nicholas ClarkAbolish wrapped in struct regexp - store the wrapped...
2008-01-05 Nicholas ClarkAdd RX_UTF8(), which is effectively SvUTF8() but for...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-03 Nicholas ClarkPossible future bugs found by the creation of newSVpvn_...
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkConvert some "regexp" and "struct regexp" to REGEXP...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-29 Nicholas ClarkThe position of the modifier flag bits is actually...
2007-12-29 Nicholas ClarkWrap wrapped and wraplen from struct regexp in macros...
2007-12-28 Nicholas ClarkEliminate prelen from struct regexp. Possibly we are...
2007-12-28 Nicholas ClarkReplace 3 uses of RX_PRELEN(r) with plen, which has...
2007-12-28 Nicholas ClarkEliminate precomp from struct regexp. Store the offset...
2007-12-28 Nicholas ClarkSilly Nick. There was a bug in change 30757 whereby...
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-17 Yves OrtonFix various bugs in regex engine with mixed utf8/latin...
2007-11-23 Jarkko HietaniemiRe: RC1 build failure
2007-10-31 Rafael Garcia-SuarezFix (or hide?) a case of memory corruption with \K...
2007-10-17 joshFix a few segfaults and a when() bug
2007-10-08 Steve HaySilence compiler warnings on Win32 (VC6)
2007-10-06 Craig A. BerryRe: several compilation problems on VMS in perl@32039
2007-10-06 Nicholas ClarkUse the PERL_PV_PRETTY_NOCLEAR flag to simplify the...
2007-10-06 Nicholas ClarkAvoid using *pvf functions when the format string is...
2007-10-06 Nicholas ClarkRevert one hunk of change 32034 that had the possibilit...
2007-10-05 Nicholas ClarkEliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHAR
2007-10-05 Nicholas ClarkEliminate most *printf-like calls that use a simple...
next