This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
File::Glob: Don’t use the magic 2nd arg to glob
[perl5.git] / regcomp.c
2012-12-09 Karl WilliamsonChange 4 byte bitmap to 32 bit single word
2012-12-09 Karl Williamsonhandy.h: Reorder char class #defines; add comments
2012-12-09 Karl Williamsonregcomp.c: Typo in comment; white space
2012-12-09 Karl Williamsonregcomp.c:regprop: [bracketize] \w..., add \v
2012-12-04 Father ChrysostomosStop /[a-\d]/ from leaking under fatal warnings
2012-12-04 Father ChrysostomosStop /[:foo:]/ from leaking under fatal warnings
2012-12-04 Father Chrysostomos[perl #115818] Don’t croak for /[.zog.]/
2012-12-03 Father ChrysostomosStop /[\i]/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosStop /(?{})+/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosStop /(?{})?/ from leaking under fatal warnings
2012-12-03 Father ChrysostomosRemove use of SAVEDESTRUCTOR_X(clear_re...) from regcomp.c
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-23 Daniel Draganprevent multiple evaluations of ERRSV
2012-11-20 Karl Williamsonregcomp.c: Revise comment
2012-11-20 Karl Williamsonregcomp.sym: Change regkind for NPOSIX regnodes
2012-11-20 Karl Williamsonregcomp: Change name of #define to better reflect its...
2012-11-20 Karl Williamsonregcomp.c: Revise debugging function
2012-11-19 Father ChrysostomosRequest that regcomp.c:S_regpposixcc be inlined
2012-11-19 Father ChrysostomosStop /[.zog.]/ and /[[.zog.]]/ from leaking
2012-11-19 Father ChrysostomosInline regcomp.c:S_checkposixcc into its only caller
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
next