This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlop: Nits
[perl5.git] / regcomp.c
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
2014-05-31 Karl Williamsonregcomp.c: Change ref to obsolete global var
2014-05-31 Karl WilliamsonPATCH: [perl #121777] User-defined prop and packages
2014-05-31 Karl Williamsonregcomp.c: Rmv temporary variable
2014-05-30 Karl Williamsonregcomp.c: Fix comment
2014-05-30 Karl Williamsonregcomp.c: Tighten up synthetic start class for Unicode...
2014-05-30 Karl Williamsonregcomp.c: Fix typo in comment
2014-05-30 Karl Williamsonregcomp.c: Add assertion
2014-05-30 Karl Williamsonregcomp.c: Change a panic into an assert
2014-05-30 Karl Williamsonregcomp.c: Move code into a function
2014-05-30 Karl Williamsonregcomp.c: Remove obsolete code
2014-05-30 Karl Williamsonregcomp.c, regexec.c: Move common code to a function
2014-05-30 Karl WilliamsonOptimize /[a-z]/ and /[A-Z]/
2014-05-30 Karl Williamson/x in patterns now includes all \p{PatWS}
2014-05-30 Karl WilliamsonFatalize splitting '(?' and '(*' in regexes
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-28 Jarkko HietaniemiAnnotate intentional case fallthrough, or add breaks.
2014-05-28 Jarkko HietaniemiFix for Coverity perl5 CID 28936: Wrong operator used...
2014-05-28 Jarkko Hietaniemig++ cleanups.
2014-05-28 Jarkko HietaniemiUCHARAT unnecessary with isSPACE().
2014-05-28 Jarkko HietaniemiDo not invert a NULL cp_list.
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-05-07 Karl WilliamsonPATCH: [perl #121778]:BBC KAMIPO/autobox-String-Inflector
2014-04-29 Jarkko HietaniemiFix for Coverity perl5 CID 29034: Out-of-bounds read...
2014-04-29 Jarkko HietaniemiFix for Coverity perl5 CID 29032: Out-of-bounds read...
next