summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Improve -Dr output of bracketed char classesKarl Williamson2014-08-251-86/+195
* regcomp.c: Use symbolic constant instead of numberKarl Williamson2014-08-251-1/+5
* regcomp.c: Add 'const' to parameterKarl Williamson2014-08-251-1/+1
* handy.h, regcomp.c: Add, clarify commentsKarl Williamson2014-08-251-2/+2
* regcomp.c: Extract some code into a macroKarl Williamson2014-08-251-1/+6
* regcomp.c: white-space onlyKarl Williamson2014-08-251-5/+2
* regcomp.c: Use available mnemonics for dumping regexKarl Williamson2014-08-251-0/+2
* regcomp.c: Use symbolic constant instead of numberKarl Williamson2014-08-221-3/+2
* Add and use macros for case-insensitive comparisonKarl Williamson2014-08-221-24/+5
* regcomp.c: Avoid function call overheadKarl Williamson2014-08-211-1/+1
* regcomp.c: Swap 'else' clauses.Karl Williamson2014-08-211-5/+7
* Avoid redundant text -in -Dr outputKarl Williamson2014-08-211-14/+52
* regcomp.c: Reorder cases: in switchKarl Williamson2014-08-211-3/+3
* Move _get_regclass_nonbitmap_data() to regcomp.cKarl Williamson2014-08-211-0/+116
* regex: Use #define for number of bits in ANYOFKarl Williamson2014-08-211-28/+34
* Use constant now defined for ESCKarl Williamson2014-08-211-2/+2
* [perl #122498] Odd error message from m/(?(??{}))/Father Chrysostomos2014-08-091-4/+4
* regcomp.c: White space onlyKarl Williamson2014-08-081-1/+2
* PATCH: [perl #122460] Regression with (?{})(?=...) and posKarl Williamson2014-08-081-1/+5
* regcomp.c: Don't read outside array boundKarl Williamson2014-08-011-2/+2
* avoid passing large backreference numbers back as negative numbersTony Cook2014-07-281-3/+3
* Unused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.Jarkko Hietaniemi2014-07-241-4/+0
* Use grok_atou instead of atoi.Jarkko Hietaniemi2014-07-221-21/+30
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-7/+7
* regcomp.c: Add assertion, remove case: statementsKarl Williamson2014-07-051-19/+6
* Deprecate /\C/David Mitchell2014-07-031-0/+3
* regcomp.c: Rewrite S_put_byte() which dumps regex []Karl Williamson2014-06-281-26/+90
* assert(*p = '#'); /* Spot the oops. */Jarkko Hietaniemi2014-06-271-1/+1
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-25/+6
* Fix RT #122171, lookahead issues with .*Yves Orton2014-06-251-0/+1
* Silence -Wunused-parameter my_perl under threads.Jarkko Hietaniemi2014-06-191-0/+2
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-2/+1
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-1/+2
* regcomp.c: White-space onlyKarl Williamson2014-06-161-7/+7
* PATCH: [perl #122029] BBC KAWASAKI/Encode-JP-EmojiKarl Williamson2014-06-161-2/+8
* %p really wants void*.Jarkko Hietaniemi2014-06-151-2/+2
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-4/+4
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-4/+4
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-4/+4
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-10/+14
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-27/+27
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-2/+2
* There's no UVdf, there is UVuf. (#if 0'ed code)Jarkko Hietaniemi2014-06-041-4/+4
* regcomp.c - cleanup the ahocorasick start class logic so it more self-documen...Yves Orton2014-06-021-20/+29
* regcomp.c: Skip work that is a no-opKarl Williamson2014-06-011-2/+4
* regcomp.c: Update comment to new realityKarl Williamson2014-06-011-1/+1
* regcomp.c: Change ref to obsolete global varKarl Williamson2014-05-311-1/+1
* PATCH: [perl #121777] User-defined prop and packagesKarl Williamson2014-05-311-0/+13
* regcomp.c: Rmv temporary variableKarl Williamson2014-05-311-4/+2
* regcomp.c: Fix commentKarl Williamson2014-05-301-1/+2