This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
correct the deprecation data in Module::CoreList
[perl5.git] / regcomp.c
2014-10-19 Yves Ortonregcomp.c: study_chunk(): improve branch-branch comment
2014-10-19 Yves Ortonregcomp.c: study_chunk(): whitespace fixup for legibility
2014-10-19 Yves Ortonregcomp.c: eliminate memory leak from GOSUB/GOSTART...
2014-10-19 Yves Ortonregcomp.c: reuse temporary debugging temp sv's
2014-10-19 Yves Ortonregcomp.c: struct scan_frame: rename members for clarity
2014-10-07 Karl WilliamsonFix EBCDIC-only bug with /[...]/
2014-10-07 Karl Williamsonregcomp.c: Fix EBCDIC-only memory leak
2014-10-07 Karl Williamsonregcomp.c: Fix typo in comment
2014-10-07 Karl Williamson\N{...} now treated as literal for EBCDIC qr/[...]/
2014-10-04 Father Chrysostomosregcomp.c: Compiler warning
2014-09-29 Karl WilliamsonTighten uses of regex synthetic start class
2014-09-29 Karl Williamsonregcomp.c: Move macro definition earlier in file
2014-09-29 Karl Williamsonregcomp.c: Use strnEQ instead of series of tests
2014-09-29 Karl Williamsonregcomp.c: Properly dereference a ptr
2014-09-29 Karl WilliamsonDeprecate multiple "x" in "/xx"
2014-09-29 Karl WilliamsonUp regex flags limit for (??{})
2014-09-29 Karl Williamsonregcomp.c: Add assertions
2014-09-29 Karl Williamsonregcomp.c: Add a function and use it
2014-09-29 Karl Williamsonregcomp.c: Outdent line to align with neighbors
2014-09-29 Karl Williamsonregcomp.c: Extract duplicated code to fcn
2014-09-29 Karl Williamsonregcomp.c: Move some statements
2014-09-28 Yves OrtonAdd tests for a51d618a fix of RT #122283
2014-09-25 Yves Ortonregcomp.c: fix fencepost error in vFAIL at end of pattern
2014-09-25 Yves Ortonrt 122283 - do not recurse into GOSUB/GOSTART when...
2014-09-18 Karl Williamsonregcomp.c: White-space only
2014-09-17 Yves OrtonPerl RT #122761 - split /\A/ should not behave like...
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-09-13 Father ChrysostomosMathomise save_re_context
2014-09-12 Father ChrysostomosDon’t call save_re_context
2014-09-12 Father ChrysostomosGut Perl_save_re_context
2014-09-07 Karl Williamsonregcomp.c: Don't doubly do 'use encoding'
2014-09-07 Karl Williamsonregcomp.c: Remove extraneous tests
2014-09-07 Karl WilliamsonAllow \N{named seq} in qr/[...]/
2014-09-07 Karl Williamsonregcomp.c: Extract out functionality into a function
2014-09-07 Karl Williamsonregcomp.c: White-space only
2014-09-07 Karl Williamsonregcomp.c: Refactor func so caller handles anomalies
2014-09-07 Karl Williamsonregcomp.c: Comment clarifications, nits
2014-09-07 Karl Williamsonregcomp.c: Refactor one area to use common subroutine
2014-09-07 Karl WilliamsonPATCH: [perl #122671] Many warnings in regcomp.c can...
2014-09-07 Karl Williamsonrecomp.c: output given warning in only one pass
2014-09-07 Karl Williamsonregcomp.c: Vertically stack ternary
2014-09-07 Karl Williamsonregcomp.c: Don't prematurely skip error checking
2014-09-07 Karl Williamsonregcomp.c: Move comment closer to code it applies to
2014-09-07 Karl Williamsonregcomp.c: Remove unnecessary cast
2014-09-07 Karl Williamsonregcomp.c: Make macro a lookup
2014-09-07 Karl Williamsonregcomp.c: Extract functionality into a static function
2014-09-04 Jarkko Hietaniemi%ld expected long int, but got ssize_t.
2014-09-03 Karl WilliamsonAllow for changing size of bracketed regex char class
2014-09-03 Karl WilliamsonFix -Dr output to work for larger ANYOF node size
2014-09-03 Karl Williamsonregcomp.c: Swap if/else clauses
2014-09-03 Karl WilliamsonRename some internal regex #defines
2014-09-03 Karl Williamsonregcomp.c: Remove unnecessary test
2014-09-01 Karl WilliamsonPATCH: [perl #122655] 5.20 regression: '"X" !~ /[x]/i'
2014-08-28 Karl Williamsonregcomp.c: Silence Win32 compiler warning
2014-08-25 Karl WilliamsonImprove -Dr output of bracketed char classes
2014-08-25 Karl Williamsonregcomp.c: Use symbolic constant instead of number
2014-08-25 Karl Williamsonregcomp.c: Add 'const' to parameter
2014-08-25 Karl Williamsonhandy.h, regcomp.c: Add, clarify comments
2014-08-25 Karl Williamsonregcomp.c: Extract some code into a macro
2014-08-25 Karl Williamsonregcomp.c: white-space only
2014-08-25 Karl Williamsonregcomp.c: Use available mnemonics for dumping regex
2014-08-22 Karl Williamsonregcomp.c: Use symbolic constant instead of number
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-08-21 Karl Williamsonregcomp.c: Avoid function call overhead
2014-08-21 Karl Williamsonregcomp.c: Swap 'else' clauses.
2014-08-21 Karl WilliamsonAvoid redundant text -in -Dr output
2014-08-21 Karl Williamsonregcomp.c: Reorder cases: in switch
2014-08-21 Karl WilliamsonMove _get_regclass_nonbitmap_data() to regcomp.c
2014-08-21 Karl Williamsonregex: Use #define for number of bits in ANYOF
2014-08-21 Karl WilliamsonUse constant now defined for ESC
2014-08-10 Father Chrysostomos[perl #122498] Odd error message from m/(?(??{}))/
2014-08-08 Karl Williamsonregcomp.c: White space only
2014-08-08 Karl WilliamsonPATCH: [perl #122460] Regression with (?{})(?=...)...
2014-08-01 Karl Williamsonregcomp.c: Don't read outside array bound
2014-07-28 Tony Cookavoid passing large backreference numbers back as negat...
2014-07-25 Jarkko HietaniemiUnused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.
2014-07-23 Jarkko HietaniemiUse grok_atou instead of atoi.
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-07-05 Karl Williamsonregcomp.c: Add assertion, remove case: statements
2014-07-03 David MitchellDeprecate /\C/
2014-06-29 Karl Williamsonregcomp.c: Rewrite S_put_byte() which dumps regex []
2014-06-27 Jarkko Hietaniemiassert(*p = '#'); /* Spot the oops. */
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-25 Yves OrtonFix RT #122171, lookahead issues with .*
2014-06-19 Jarkko HietaniemiSilence -Wunused-parameter my_perl under threads.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-16 Karl Williamsonregcomp.c: White-space only
2014-06-16 Karl WilliamsonPATCH: [perl #122029] BBC KAWASAKI/Encode-JP-Emoji
2014-06-16 Jarkko Hietaniemi%p really wants void*.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-05 Jarkko HietaniemiThere's no UVdf, there is UVuf. (#if 0'ed code)
2014-06-01 Yves Ortonregcomp.c - cleanup the ahocorasick start class logic...
2014-06-01 Karl Williamsonregcomp.c: Skip work that is a no-op
2014-06-01 Karl Williamsonregcomp.c: Update comment to new reality
next