This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_iter: move var declarations to narrower scope
[perl5.git] / regcomp.c
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-11-12 Father ChrysostomosEven more regexp charclass leaks
2012-11-10 David Mitchelladd padrange op
2012-11-09 Father ChrysostomosAnother regexp charclass leak
2012-11-09 Father Chrysostomosregcomp.c: Typo
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-11-05 Father ChrysostomosStop char classes from leaking
2012-11-02 Father ChrysostomosFix /a++(?{})+$code_block/
2012-11-02 Father ChrysostomosDon’t leak with /(?{})$invalid_code_block/
2012-11-02 Father ChrysostomosFree detritus when croaking with /(?{})$invalid/
2012-11-02 Father ChrysostomosStop run-time regexp blocks from leaking regexps
2012-11-02 Father ChrysostomosStop / $looks_like_block/ from leaking
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-30 Father Chrysostomosregcomp.c: Really stop regexp-to-pv assignment from...
2012-10-30 Father ChrysostomosTurn off OK flags when creating a regexp.
2012-10-30 Father Chrysostomosregcomp.c: Don’t point mother_re to regexp copy
2012-10-28 Father Chrysostomosregcomp.c: Stop regexp-to-pv assignemnt from leaking
2012-10-28 Father ChrysostomosStop regexp assignment from clobbering magic
2012-10-28 Father ChrysostomosFix assertion failure with $float = $regexp assignment
2012-10-24 Karl Williamsonregcomp.c: White-space only; no code changes
2012-10-24 Karl Williamsonregcomp.c: Remove dead code
2012-10-20 Karl WilliamsonAdd comment
2012-10-19 Karl Williamsonregex: Make \R simple again.
2012-10-18 Karl Williamsonregcomp.c: Use unlikely initialization value; not 0
2012-10-18 rurban@cpanel.netPATCH: [perl #115342] Properly initialize S_regclass...
2012-10-17 Karl Williamsonregcomp.c: Silence compiler warning
2012-10-17 Karl Williamsonregex: \R can match either 1 or 2 chars
2012-10-17 Karl Williamsonregcomp.c: Pass NULL instead of &dummy to function
2012-10-17 Karl Williamsonregcomp.c, regexec.c: Comments only; no code changes
2012-10-17 Karl Williamsonregen/regcharclass.pl: Change name of generated macro
2012-10-14 Karl Williamsonregcomp.c: Don't set /i in start class unless /l
2012-10-14 Karl Williamsonregex: White-space, comment only; no code changes
2012-10-14 Karl Williamsonregex: Rename macro to reflect its narrowed use
2012-10-14 Karl Williamsonregex: Splice out no longer used array element
2012-10-14 Karl Williamsonregex: Remove old code that tried to handle multi-char...
2012-10-14 Karl Williamsonregcomp.c: Fix-up indentaion; no code changes
2012-10-14 Karl WilliamsonPATCH: [perl #89774] multi-char fold + its fold in...
2012-10-14 Karl Williamsonregcomp.c: Rename a macro, fix-up comments
2012-10-12 Father ChrysostomosRXf_MODIFIES_VARS
2012-10-12 Karl Williamsonregcomp.c: Use more precise definition of folding chars
2012-10-12 Karl Williamsonregcomp.c: Optimize EXACTFish nodes without folds to...
2012-10-09 Karl Williamsonregex: Allow any single char to be SIMPLE
2012-10-09 Karl Williamsonregcomp.c: Slightly relax restriction of SIMPLE nodes
2012-10-09 Karl Williamsonregcomp.c: Refactor join_exact() to handle all multi...
2012-10-09 Karl Williamsonregcomp.c: min len is chars, not bytes
2012-09-30 Yves OrtonFix [perl #115050] Double empty sub-regexp makes "panic!"
2012-09-26 Karl Williamsonregcomp.c: Add a less confusing #define alias
2012-09-26 Karl Williamsonregcomp.c: Properly handle no isblank(), isascii()
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-09-15 Karl WilliamsonPATCH: [perl #82954] Make "Can't do {n,m} with n >...
2012-09-14 Karl WilliamsonRename regen'd hdr to reflect expanded capabilities
2012-09-14 Karl Williamsonregcomp.c: Wrap some long lines
2012-09-12 David Mitchellstop ""-overloaded Regex recursing
2012-09-10 Florian RagwitzRemove some set but unused variables
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-09-08 David MitchellSeparate handling of ${^PREMATCH} from $` etc
2012-08-27 Karl WilliamsonAdd utility and .h for character's UTF-8
2012-08-26 Karl Williamsonutf8.c: collapse a function parameter
2012-08-26 Karl Williamsonregexec.c: Use get method instead of internals
2012-08-26 Karl Williamsonutf8.c: Revise internal API of swash_init()
2012-08-26 Karl WilliamsonAdd caching to inversion list searches
2012-08-26 Karl Williamsonregcomp.c: Move functions to inline_invlist.c
2012-08-26 Karl Williamsonregcomp.c: Rename 2 functions to indicate private nature
2012-08-26 Karl Williamsonregcomp.c: Silence compiler warning.
2012-08-26 Karl WilliamsonAdd empty inline_invlist.c
2012-08-26 Karl Williamsonregcomp.c: Add assertion, comments
2012-08-26 Karl Williamsonregcomp.c: Allow search to work on empty inversion...
2012-08-26 Karl Williamsonregcomp.c: Special case /[UV_MAX]/
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-12 Karl Williamsonregcomp.c: Optimization not valid for Latin Sharp S
2012-08-12 Karl Williamsonregcomp.c: Extract duplicate code to common function
2012-08-12 Karl Williamsonregcomp.c: Make sure counter same in passes 1 and 2
2012-08-12 Karl Williamsonregcomp.c: Comments only
2012-08-12 Karl Williamsonregcomp.c: Use old paradigm in dealing with flags recur...
2012-08-12 Karl Williamsonregcomp.c: Create NOTHING node when would have been...
2012-08-12 Karl Williamsonregcomp.c: Set flags when optimizing a [char class]
2012-08-12 Karl Williamsonregcomp.c: change pattern to utf8 if needed in \N{}
2012-08-02 Karl Williamsonregcomp.c: Remove unnecessary variable
2012-08-02 Karl Williamsonregcomp.c: inline trivial static function
2012-08-02 Karl Williamsonregcomp.c: Fix \N{} multi-char fold buffer boundary bug
2012-08-02 Karl Williamsonregcomp.c: Revise API for static function
2012-08-02 Karl Williamsonregcomp.c: Fix multi-char fold bug
2012-08-02 Karl Williamsonregcomp.c: Make invlist_search() usable from re_comp.c
2012-08-02 Karl Williamsonregcomp.c: Rename static fcn to better reflect its...
2012-08-02 Karl Williamsonregcomp.c: Make comment more accurate
2012-08-02 Karl Williamsonregcomp.c: Can now do /u instead of forcing to utf8
2012-08-02 Karl Williamsonregcomp.c: Comments update
2012-08-02 Karl Williamsonregcomp.c: Remove variable whose value needed just...
2012-08-02 Karl Williamsonregcomp.c: White-space only
2012-08-02 Karl Williamsonregcomp.c: Trade stack space for time
2012-08-02 Karl Williamsonregcomp.c: Use mnemonic not numeric constant
2012-08-02 Karl Williamsonregcomp.c: Resolve EBCDIC inconsistency towards simpler
2012-08-02 Karl Williamsonregcomp.c: Use function instead of repeating its code
2012-08-02 Karl Williamsonregcomp.c: Remove (almost) duplicate code
2012-08-02 Karl Williamsonregcomp.c: Refactor so can remove duplicate code
2012-08-01 David Mitchellstop /$unchanging/ leaking
2012-07-31 David Mitchellmake re_compile core-engine specific
2012-07-25 Karl Williamsonregcomp.c: Revise bracketed char class optimizations
2012-07-25 Karl Williamsonregcomp.c: Fix <if> condition
2012-07-25 Karl Williamsonregcomp.c: Add _invlist_contains_cp
next