summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Slightly shorten most regex patternsKarl Williamson2015-09-081-8/+8
* Add macro for converting Latin1 to UTF-8, and use itKarl Williamson2015-09-041-1/+1
* Change to use UVCHR_SKIP over UNI_SKIPKarl Williamson2015-09-041-2/+2
* Quell compilation warning in regcomp.cAaron Crane2015-09-041-2/+2
* regcomp.[ch]: Comment additions, fixesKarl Williamson2015-09-031-2/+2
* Improve regex debug output for unbounded curly quantifiersAaron Crane2015-08-311-1/+7
* implicitly anchor .{0,} like .* [perl #125810]Lukas Mai2015-08-241-13/+15
* Output bad locale warning in regex synthetic start classKarl Williamson2015-08-241-0/+4
* PATCH: [perl 125825] {n}+ possessive quantifier brokenKarl Williamson2015-08-241-3/+1
* Make qr/(?[ ])/ work in UTF-8 localesKarl Williamson2015-08-241-4/+43
* regcomp.c: Add a parameter to static functionKarl Williamson2015-08-241-3/+13
* regcomp.h: Fold 2 ANYOF flags into a single oneKarl Williamson2015-08-241-8/+29
* Add ANYOFD regex nodeKarl Williamson2015-08-241-1/+4
* PATCH: [perl #125805] Perl segfaults with a regex_sets error messageKarl Williamson2015-08-241-0/+1
* [perl #125826] make the buffer large enough in TRIE_STORE_REVCHARTony Cook2015-08-191-1/+1
* Safefree(NULL) reductionDaniel Dragan2015-08-031-1/+2
* fKarl Williamson2015-07-281-1/+1
* Handle Unicode 3.0.1 /i Turkish "i" rulesKarl Williamson2015-07-281-0/+15
* There are no folds to multiple chars in early Unicode versionsKarl Williamson2015-07-281-8/+35
* regcomp.c: Rmv useless 'continue'Karl Williamson2015-07-281-1/+0
* Allow Perl to compile and work on Unicode releases without U+1E9EKarl Williamson2015-07-281-0/+6
* regcomp.c: Add commentKarl Williamson2015-07-271-1/+7
* dquote_static.c -> dquote.cJarkko Hietaniemi2015-07-221-1/+0
* static inlines from dquote_static.c -> new dquote_inline.hJarkko Hietaniemi2015-07-221-0/+1
* inline_invlist.c -> invlist_inline.hJarkko Hietaniemi2015-07-221-2/+2
* Cannot do much if putc fails in debug output.Jarkko Hietaniemi2015-06-261-1/+1
* remove deprecated /\C/ RE character classDavid Mitchell2015-06-191-19/+2
* avoid uninit read in re_op_compile()David Mitchell2015-04-281-3/+3
* Fix regression in 5.21: /[A-Z]/aiKarl Williamson2015-04-091-3/+2
* Perl_save_re_context(): re-indent after last commitDavid Mitchell2015-03-301-16/+12
* save_re_context(): do "local $n" with no PL_curpmDavid Mitchell2015-03-301-3/+19
* Revert "Gut Perl_save_re_context"David Mitchell2015-03-301-3/+21
* Revert "Don’t call save_re_context"David Mitchell2015-03-301-0/+1
* Revert "Mathomise save_re_context"David Mitchell2015-03-301-0/+11
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* regcomp.c: Fix so works on Unicode 5.2Karl Williamson2015-03-191-3/+12
* Change /(?[...]) to have normal operator precedenceKarl Williamson2015-03-191-195/+407
* regcomp.c: White-space onlyKarl Williamson2015-03-181-14/+14
* Fix qr'\N{U+41}' on EBCDIC platformsKarl Williamson2015-03-181-196/+263
* fix XXX comment for regcomp.c:S_regHugo van der Sanden2015-03-101-1/+1
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-17/+28
* [perl #123814] stricter handling of numbers in regexp quantifiersHugo van der Sanden2015-03-091-5/+20
* Consistently use NOT_REACHED; /* NOTREACHED */Jarkko Hietaniemi2015-03-041-6/+6
* \s matching VT is no longer experimentalKarl Williamson2015-02-211-5/+2
* regcomp.c: Add assertionKarl Williamson2015-02-191-0/+2
* Add \b{sb}Karl Williamson2015-02-191-0/+7
* Add qr/\b{wb}/Karl Williamson2015-02-191-1/+8
* Add qr/\b{gcb}/Karl Williamson2015-02-191-13/+83
* regen/mk_invlists.pl: Revamp #if generationKarl Williamson2015-02-191-2/+0
* [perl #123852] avoid capture side-effects under noncapture flagHugo van der Sanden2015-02-181-0/+2