This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for d3b9036e206e
[perl5.git] / regcomp.c
2015-12-07 Ed Avisstandardize on "lookahead" and "lookaround"
2015-11-25 Karl Williamsonregcomp.c: White-space only
2015-11-14 Karl WilliamsonPATCH: [perl #126615] Segfault/assert fail with regex_sets
2015-11-10 David Mitchellavoid (TAINTING_get && TAINT_get)
2015-10-30 Karl WilliamsonPATCH: [perl #126481] panic for !! with syntax error...
2015-10-27 Jarkko HietaniemiReplace two ugly casts in reg_recode() calls.
2015-10-22 Karl WilliamsonPATCH: [perl #126253] Nested quantifiers not caught
2015-10-22 Karl WilliamsonPATCH: [perl # 126178] Unterminated /(?i/
2015-10-20 Karl Williamsonregcomp.c: Keep parse pointer on full character boundary
2015-10-20 Victor AdamPATCH: [perl #126181] regex: handle \cX inside (?[])
2015-10-20 Karl WilliamsonPATCH: [perl #12406] regnode panic
2015-10-20 Karl WilliamsonPATCH: [perl #126404] Assertion fail in (?[...])
2015-10-13 Karl WilliamsonPATCH: [perl #126180] /(?[\ &!])/ segfaults
2015-10-13 Karl Williamsonqr/\p{pkg1::...foo}/ must be a user-defined property
2015-10-13 Karl Williamsonregcomp.c: Add macro to output diagnostic
2015-10-13 Karl Williamsonregcomp.c: White-space, comments only
2015-10-13 Karl WilliamsonFix \p followed by a non-alpha
2015-10-13 Karl Williamsonregcomp.c: Make compile and run-time error msgs identical
2015-10-13 Karl Williamsonregcomp.c: Find more errors at compile time
2015-10-11 Karl Williamsonregcomp.c: Fold only use of static function into its...
2015-10-11 Karl Williamsonregcomp.c: Remove useless code
2015-10-11 Karl WilliamsonAllow (#...) anywhere white space is under qr//x
2015-10-11 Karl WilliamsonRestrict white space inside [] inside(?[ ]) to \h
2015-10-11 Karl Williamsonregcomp.c: Simplify some handling
2015-10-11 Karl Williamsonregcomp.c: Replace apparent dead code by an assert
2015-10-11 Karl Williamsonregcomp.c: Add some LIKELY(), UNLIKELY().
2015-10-11 Karl Williamsonregcomp.c: Replace apparent dead code by an assert
2015-10-11 Karl Williamsonregcomp.c: White-space only
2015-10-11 Karl Williamsonregcomp.c: Simplify some debug handling
2015-10-11 Karl WilliamsonIn qr/[(? ... ])/, keep parse pointer at 1st char byte
2015-10-11 Karl WilliamsonFix some UTF-8 bugs in qr// compiling
2015-10-11 Karl Williamsonregcomp.c: Split function into two functions
2015-10-11 Karl Williamsonregcomp.c: refactor a static function
2015-10-11 Karl Williamsonregcomp.c: Add a panic for code that shouldn't happen
2015-10-11 Karl Williamsonregcomp.c: Fixes to comments
2015-10-09 Jarkko HietaniemiSince NUM_ANYOF_CODE_POINTS is 256, this_end is always...
2015-10-05 Yves Ortonfix perl #126186 make all verbs allow an optional arg
2015-10-05 Yves Ortonfix perl #126186 - (*ACCEPT) does not allow arguments
2015-10-04 Yves Ortonregcomp.c: make an expression more legible
2015-09-16 Karl Williamsonregcomp.c: Safer handling of malformed UTF-8
2015-09-13 Karl Williamsonregcomp.c: Simplify some code
2015-09-13 Karl Williamsonregcomp.c: Comment changes only
2015-09-13 Karl WilliamsonPATCH: [perl #125892] qr/(?[ ]) regression with '!'
2015-09-13 Karl Williamsonregcomp.c: Add synonym for macro complement
2015-09-11 Karl WilliamsonPATCH: [perl #125990] panic: reg_node overrun
2015-09-11 Karl Williamsonregcomp.c: Split an internal flag into 2
2015-09-11 Karl Williamsonregcomp.c: Reorder a test
2015-09-11 Karl Williamsonregcomp.c: Add assertion and parameter to macro
2015-09-11 Karl Williamsonregcomp.c: Fix, clarify comments
2015-09-08 Karl WilliamsonSlightly shorten most regex patterns
2015-09-04 Karl WilliamsonAdd macro for converting Latin1 to UTF-8, and use it
2015-09-04 Karl WilliamsonChange to use UVCHR_SKIP over UNI_SKIP
2015-09-04 Aaron CraneQuell compilation warning in regcomp.c
2015-09-03 Karl Williamsonregcomp.[ch]: Comment additions, fixes
2015-08-31 Aaron CraneImprove regex debug output for unbounded curly quantifiers
2015-08-24 Lukas Maiimplicitly anchor .{0,} like .* [perl #125810]
2015-08-24 Karl WilliamsonOutput bad locale warning in regex synthetic start...
2015-08-24 Karl WilliamsonPATCH: [perl 125825] {n}+ possessive quantifier broken
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-08-24 Karl Williamsonregcomp.c: Add a parameter to static function
2015-08-24 Karl Williamsonregcomp.h: Fold 2 ANYOF flags into a single one
2015-08-24 Karl WilliamsonAdd ANYOFD regex node
2015-08-24 Karl WilliamsonPATCH: [perl #125805] Perl segfaults with a regex_sets...
2015-08-19 Tony Cook[perl #125826] make the buffer large enough in TRIE_STO...
2015-08-03 Daniel DraganSafefree(NULL) reduction
2015-07-29 Karl Williamsonf
2015-07-29 Karl WilliamsonHandle Unicode 3.0.1 /i Turkish "i" rules
2015-07-29 Karl WilliamsonThere are no folds to multiple chars in early Unicode...
2015-07-29 Karl Williamsonregcomp.c: Rmv useless 'continue'
2015-07-29 Karl WilliamsonAllow Perl to compile and work on Unicode releases...
2015-07-27 Karl Williamsonregcomp.c: Add comment
2015-07-22 Jarkko Hietaniemidquote_static.c -> dquote.c
2015-07-22 Jarkko Hietaniemistatic inlines from dquote_static.c -> new dquote_inline.h
2015-07-22 Jarkko Hietaniemiinline_invlist.c -> invlist_inline.h
2015-06-27 Jarkko HietaniemiCannot do much if putc fails in debug output.
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-04-28 David Mitchellavoid uninit read in re_op_compile()
2015-04-09 Karl WilliamsonFix regression in 5.21: /[A-Z]/ai
2015-03-30 David MitchellPerl_save_re_context(): re-indent after last commit
2015-03-30 David Mitchellsave_re_context(): do "local $n" with no PL_curpm
2015-03-30 David MitchellRevert "Gut Perl_save_re_context"
2015-03-30 David MitchellRevert "Don’t call save_re_context"
2015-03-30 David MitchellRevert "Mathomise save_re_context"
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-20 Karl Williamsonregcomp.c: Fix so works on Unicode 5.2
2015-03-20 Karl WilliamsonChange /(?[...]) to have normal operator precedence
2015-03-18 Karl Williamsonregcomp.c: White-space only
2015-03-18 Karl WilliamsonFix qr'\N{U+41}' on EBCDIC platforms
2015-03-10 Hugo van der Sandenfix XXX comment for regcomp.c:S_reg
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-09 Hugo van der Sanden[perl #123814] stricter handling of numbers in regexp...
2015-03-04 Jarkko HietaniemiConsistently use NOT_REACHED; /* NOTREACHED */
2015-02-21 Karl Williamson\s matching VT is no longer experimental
2015-02-20 Karl Williamsonregcomp.c: Add assertion
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Revamp #if generation
2015-02-18 Hugo van der Sanden[perl #123852] avoid capture side-effects under noncapt...
2015-02-15 Hugo van der Sanden[perl #123843] fix SEGV reading data->flags
next