2015-10-13 |
Karl Williamson | regcomp.c: Add macro to output diagnostic |
blob | commitdiff |
2015-10-13 |
Karl Williamson | regcomp.c: White-space, comments only |
blob | commitdiff | diff to current |
2015-10-13 |
Karl Williamson | Fix \p followed by a non-alpha |
blob | commitdiff | diff to current |
2015-10-13 |
Karl Williamson | regcomp.c: Make compile and run-time error msgs identical |
blob | commitdiff | diff to current |
2015-10-13 |
Karl Williamson | regcomp.c: Find more errors at compile time |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: Fold only use of static function into its... |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: Remove useless code |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | Allow (#...) anywhere white space is under qr//x |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | Restrict white space inside [] inside(?[ ]) to \h |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: Simplify some handling |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: Replace apparent dead code by an assert |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: Add some LIKELY(), UNLIKELY(). |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: Replace apparent dead code by an assert |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: White-space only |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: Simplify some debug handling |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | In qr/[(? ... ])/, keep parse pointer at 1st char byte |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | Fix some UTF-8 bugs in qr// compiling |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: Split function into two functions |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: refactor a static function |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: Add a panic for code that shouldn't happen |
blob | commitdiff | diff to current |
2015-10-11 |
Karl Williamson | regcomp.c: Fixes to comments |
blob | commitdiff | diff to current |
2015-10-09 |
Jarkko Hietaniemi | Since NUM_ANYOF_CODE_POINTS is 256, this_end is always... |
blob | commitdiff | diff to current |
2015-10-05 |
Yves Orton | fix perl #126186 make all verbs allow an optional arg |
blob | commitdiff | diff to current |
2015-10-05 |
Yves Orton | fix perl #126186 - (*ACCEPT) does not allow arguments |
blob | commitdiff | diff to current |
2015-10-04 |
Yves Orton | regcomp.c: make an expression more legible |
blob | commitdiff | diff to current |
2015-09-16 |
Karl Williamson | regcomp.c: Safer handling of malformed UTF-8 |
blob | commitdiff | diff to current |
2015-09-13 |
Karl Williamson | regcomp.c: Simplify some code |
blob | commitdiff | diff to current |
2015-09-13 |
Karl Williamson | regcomp.c: Comment changes only |
blob | commitdiff | diff to current |
2015-09-13 |
Karl Williamson | PATCH: [perl #125892] qr/(?[ ]) regression with '!' |
blob | commitdiff | diff to current |
2015-09-13 |
Karl Williamson | regcomp.c: Add synonym for macro complement |
blob | commitdiff | diff to current |
2015-09-11 |
Karl Williamson | PATCH: [perl #125990] panic: reg_node overrun |
blob | commitdiff | diff to current |
2015-09-11 |
Karl Williamson | regcomp.c: Split an internal flag into 2 |
blob | commitdiff | diff to current |
2015-09-11 |
Karl Williamson | regcomp.c: Reorder a test |
blob | commitdiff | diff to current |
2015-09-11 |
Karl Williamson | regcomp.c: Add assertion and parameter to macro |
blob | commitdiff | diff to current |
2015-09-11 |
Karl Williamson | regcomp.c: Fix, clarify comments |
blob | commitdiff | diff to current |
2015-09-08 |
Karl Williamson | Slightly shorten most regex patterns |
blob | commitdiff | diff to current |
2015-09-04 |
Karl Williamson | Add macro for converting Latin1 to UTF-8, and use it |
blob | commitdiff | diff to current |
2015-09-04 |
Karl Williamson | Change to use UVCHR_SKIP over UNI_SKIP |
blob | commitdiff | diff to current |
2015-09-04 |
Aaron Crane | Quell compilation warning in regcomp.c |
blob | commitdiff | diff to current |
2015-09-03 |
Karl Williamson | regcomp.[ch]: Comment additions, fixes |
blob | commitdiff | diff to current |
2015-08-31 |
Aaron Crane | Improve regex debug output for unbounded curly quantifiers |
blob | commitdiff | diff to current |
2015-08-24 |
Lukas Mai | implicitly anchor .{0,} like .* [perl #125810] |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | Output bad locale warning in regex synthetic start... |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | PATCH: [perl 125825] {n}+ possessive quantifier broken |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | Make qr/(?[ ])/ work in UTF-8 locales |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | regcomp.c: Add a parameter to static function |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | regcomp.h: Fold 2 ANYOF flags into a single one |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | Add ANYOFD regex node |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | PATCH: [perl #125805] Perl segfaults with a regex_sets... |
blob | commitdiff | diff to current |
2015-08-19 |
Tony Cook | [perl #125826] make the buffer large enough in TRIE_STO... |
blob | commitdiff | diff to current |
2015-08-03 |
Daniel Dragan | Safefree(NULL) reduction |
blob | commitdiff | diff to current |
2015-07-29 |
Karl Williamson | f |
blob | commitdiff | diff to current |
2015-07-29 |
Karl Williamson | Handle Unicode 3.0.1 /i Turkish "i" rules |
blob | commitdiff | diff to current |
2015-07-29 |
Karl Williamson | There are no folds to multiple chars in early Unicode... |
blob | commitdiff | diff to current |
2015-07-29 |
Karl Williamson | regcomp.c: Rmv useless 'continue' |
blob | commitdiff | diff to current |
2015-07-29 |
Karl Williamson | Allow Perl to compile and work on Unicode releases... |
blob | commitdiff | diff to current |
2015-07-27 |
Karl Williamson | regcomp.c: Add comment |
blob | commitdiff | diff to current |
2015-07-22 |
Jarkko Hietaniemi | dquote_static.c -> dquote.c |
blob | commitdiff | diff to current |
2015-07-22 |
Jarkko Hietaniemi | static inlines from dquote_static.c -> new dquote_inline.h |
blob | commitdiff | diff to current |
2015-07-22 |
Jarkko Hietaniemi | inline_invlist.c -> invlist_inline.h |
blob | commitdiff | diff to current |
2015-06-27 |
Jarkko Hietaniemi | Cannot do much if putc fails in debug output. |
blob | commitdiff | diff to current |
2015-06-19 |
David Mitchell | remove deprecated /\C/ RE character class |
blob | commitdiff | diff to current |
2015-04-28 |
David Mitchell | avoid uninit read in re_op_compile() |
blob | commitdiff | diff to current |
2015-04-09 |
Karl Williamson | Fix regression in 5.21: /[A-Z]/ai |
blob | commitdiff | diff to current |
2015-03-30 |
David Mitchell | Perl_save_re_context(): re-indent after last commit |
blob | commitdiff | diff to current |
2015-03-30 |
David Mitchell | save_re_context(): do "local $n" with no PL_curpm |
blob | commitdiff | diff to current |
2015-03-30 |
David Mitchell | Revert "Gut Perl_save_re_context" |
blob | commitdiff | diff to current |
2015-03-30 |
David Mitchell | Revert "Don’t call save_re_context" |
blob | commitdiff | diff to current |
2015-03-30 |
David Mitchell | Revert "Mathomise save_re_context" |
blob | commitdiff | diff to current |
2015-03-23 |
Dagfinn Ilmari Man... | Replace common Emacs file-local variables with dir... |
blob | commitdiff | diff to current |
2015-03-20 |
Karl Williamson | regcomp.c: Fix so works on Unicode 5.2 |
blob | commitdiff | diff to current |
2015-03-20 |
Karl Williamson | Change /(?[...]) to have normal operator precedence |
blob | commitdiff | diff to current |
2015-03-18 |
Karl Williamson | regcomp.c: White-space only |
blob | commitdiff | diff to current |
2015-03-18 |
Karl Williamson | Fix qr'\N{U+41}' on EBCDIC platforms |
blob | commitdiff | diff to current |
2015-03-10 |
Hugo van der Sanden | fix XXX comment for regcomp.c:S_reg |
blob | commitdiff | diff to current |
2015-03-09 |
Hugo van der Sanden | [perl #123814] replace grok_atou with grok_atoUV |
blob | commitdiff | diff to current |
2015-03-09 |
Hugo van der Sanden | [perl #123814] stricter handling of numbers in regexp... |
blob | commitdiff | diff to current |
2015-03-04 |
Jarkko Hietaniemi | Consistently use NOT_REACHED; /* NOTREACHED */ |
blob | commitdiff | diff to current |
2015-02-21 |
Karl Williamson | \s matching VT is no longer experimental |
blob | commitdiff | diff to current |
2015-02-20 |
Karl Williamson | regcomp.c: Add assertion |
blob | commitdiff | diff to current |
2015-02-20 |
Karl Williamson | Add \b{sb} |
blob | commitdiff | diff to current |
2015-02-20 |
Karl Williamson | Add qr/\b{wb}/ |
blob | commitdiff | diff to current |
2015-02-20 |
Karl Williamson | Add qr/\b{gcb}/ |
blob | commitdiff | diff to current |
2015-02-20 |
Karl Williamson | regen/mk_invlists.pl: Revamp #if generation |
blob | commitdiff | diff to current |
2015-02-18 |
Hugo van der Sanden | [perl #123852] avoid capture side-effects under noncapt... |
blob | commitdiff | diff to current |
2015-02-15 |
Hugo van der Sanden | [perl #123843] fix SEGV reading data->flags |
blob | commitdiff | diff to current |
2015-02-15 |
Yves Orton | Add comments about how backrefs are parsed |
blob | commitdiff | diff to current |
2015-02-15 |
Yves Orton | fix infinite loop in parsing backrefs in regex patterns |
blob | commitdiff | diff to current |
2015-02-10 |
Hugo van der Sanden | [perl #123782] regcomp: check for overflow on /(?123)/ |
blob | commitdiff | diff to current |
2015-02-10 |
Hugo van der Sanden | regcomp can read past end of string after parsing flags |
blob | commitdiff | diff to current |
2015-02-09 |
Hugo van der Sanden | [perl #123755] including unknown char in error requires... |
blob | commitdiff | diff to current |
2015-02-05 |
Karl Williamson | regcomp.c: Warn on [:^posix:] not being in [] |
blob | commitdiff | diff to current |
2015-02-02 |
Karl Williamson | regcomp.c: Fix typos in variable name |
blob | commitdiff | diff to current |
2015-01-29 |
Lajos Veres | Corrections to spelling and grammatical errors. |
blob | commitdiff | diff to current |
2015-01-24 |
Karl Williamson | regcomp.c: Clarify comment |
blob | commitdiff | diff to current |
2015-01-24 |
Karl Williamson | regcomp.c: Another minor optimization |
blob | commitdiff | diff to current |
2015-01-24 |
Karl Williamson | regcomp.c: Minor optimizations |
blob | commitdiff | diff to current |
2015-01-24 |
Karl Williamson | regexec.c, regcomp.c: White-space only |
blob | commitdiff | diff to current |
2015-01-22 |
Karl Williamson | regcomp.c: Collapse \b, \B cases |
blob | commitdiff | diff to current |
2015-01-22 |
Karl Williamson | Move inline fcn to #included file |
blob | commitdiff | diff to current |
next |