This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to threads 1.99
[perl5.git] / regcomp.c
2015-03-04 Jarkko HietaniemiConsistently use NOT_REACHED; /* NOTREACHED */
2015-02-21 Karl Williamson\s matching VT is no longer experimental
2015-02-20 Karl Williamsonregcomp.c: Add assertion
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Revamp #if generation
2015-02-18 Hugo van der Sanden[perl #123852] avoid capture side-effects under noncapt...
2015-02-15 Hugo van der Sanden[perl #123843] fix SEGV reading data->flags
2015-02-15 Yves OrtonAdd comments about how backrefs are parsed
2015-02-15 Yves Ortonfix infinite loop in parsing backrefs in regex patterns
2015-02-10 Hugo van der Sanden[perl #123782] regcomp: check for overflow on /(?123)/
2015-02-10 Hugo van der Sandenregcomp can read past end of string after parsing flags
2015-02-09 Hugo van der Sanden[perl #123755] including unknown char in error requires...
2015-02-05 Karl Williamsonregcomp.c: Warn on [:^posix:] not being in []
2015-02-02 Karl Williamsonregcomp.c: Fix typos in variable name
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-24 Karl Williamsonregcomp.c: Clarify comment
2015-01-24 Karl Williamsonregcomp.c: Another minor optimization
2015-01-24 Karl Williamsonregcomp.c: Minor optimizations
2015-01-24 Karl Williamsonregexec.c, regcomp.c: White-space only
2015-01-22 Karl Williamsonregcomp.c: Collapse \b, \B cases
2015-01-22 Karl WilliamsonMove inline fcn to #included file
2015-01-22 Karl Williamsonregcomp.c: Reorder two switch cases
2015-01-22 Karl Williamsonregcomp.c: Don't store unnecessary data in \b ops
2015-01-22 Karl Williamsonregcomp.c: Silence Win32 compiler warnings
2015-01-21 Hugo van der Sandenreg: avoid pointing past end of string on short DEFINE
2015-01-21 David Mitchellavoid C labels in column 0
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl Williamsonregcomp.c: Move #define, make a function always compiled
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl WilliamsonAdd portablity warning for re 'strict'
2015-01-20 Karl Williamsonregcomp.c: Fix typo in comment
2015-01-20 Karl Williamsonregcomp.c: Refactor a calculation
2015-01-16 Karl Williamsonregcomp.c: White-space only
2015-01-16 Karl Williamsonregcomp.c: Fix bug in /[A-Z]/i
2015-01-16 Karl Williamsonregcomp.c: Fix comment
2015-01-16 Karl Williamsonregcomp.c: Improve generated code for some [:posix...
2015-01-16 Karl Williamsonregcomp.c: Rmv unneeded temporary
2015-01-16 Karl WilliamsonFix regex pattern dump of ANYOF nodes
2015-01-13 Karl Williamsonregcomp.c: Fix comment typos
2015-01-13 Karl WilliamsonAdd 'strict' subpragma to 'use re'
2015-01-13 Karl Williamsonregcomp.c: Add 'strict' parameter to S_regclass()
2015-01-13 Rostislav Skudnovmake re_intuit_string() return correct string
2015-01-06 Karl Williamsonregcomp.c: Rmv no-longer-used macro and function
2015-01-06 Karl Williamsonregcomp.c: Don't use general macro
2015-01-06 Karl Williamsonregcomp.c: Refactor as a result of [perl #123539]
2015-01-06 Karl WilliamsonPATCH: [perl #123539] regcomp.c node overrun/segfault
2015-01-03 Hugo van der Sandencheck more carefully for empty negative lookahead
2014-12-31 David Mitchellfix integer overflow in S_study_chunk().
2014-12-31 David Mitchellfix integer overflow in S_study_chunk().
2014-12-31 Karl WilliamsonEmpty \N{} in regex pattern should force /d to /u
2014-12-31 Karl Williamsonregcomp.c: comment and white-space changes only
2014-12-30 Karl Williamsonregcomp.c: Fix [_A-Z] for EBCDIC
2014-12-30 Karl Williamsonregcomp.c: Replace dead code with NOT_REACHED
2014-12-30 Matthew HorsfallAdd documentation for /n (non-capture) regexp flag.
2014-12-29 Karl WilliamsonAdd regex nodes for locale
2014-12-29 Karl Williamsonregcomp.c, regexec.c: Vertically align ternary operators
2014-12-29 Karl WilliamsonNits in comments
2014-12-28 Matthew Horsfall... Support for nocapture regexp flag /n
2014-12-20 Hugo van der Sandenprotect RExC_naughty changes behind macros
2014-12-19 David Mitchellfix integer overflow in S_regpiece().
2014-12-19 David Mitchellfix integer overflow in S_study_chunk().
2014-12-19 David Mitchellfix integer overflow in S_study_chunk().
2014-12-19 David Mitchellfix integer overflow in S_scan_commit().
2014-12-11 Hugo van der Sandenmake the EXACTF_invlist only when SCF_DO_STCLASS
2014-12-10 Jarkko HietaniemiThe format is not a literal but well defined.
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-06 Jarkko HietaniemiThese functions are not used with ext/re.
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-24 Karl WilliamsonMake /[\N{}-\N{}]/ match Unicodely on EBCDIC
2014-11-21 Karl WilliamsonMake a function to get PL_encoding's value
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
2014-11-18 Karl WilliamsonPATCH: [perl #123198] Memory leak in regex in 5.20.1
2014-11-02 Karl Williamsonregcomp.c: Comment fixes
2014-10-27 David Mitchellsilence new compiler warning
2014-10-26 Lukas Maifix type incompatibilities between format strings/args
2014-10-22 Father Chrysostomos[perl #122680] Omit <-- HERE marker from (?=){3} warning
2014-10-21 Karl Williamsonregcomp.c: isASCII should be isASCII_uni
2014-10-21 Karl Williamsonregcomp.c: EBCDIC fix
2014-10-19 Yves Ortonregcomp.c: study_chunk(): Avoid unnecessary recursion.
2014-10-19 Yves Ortonregcomp.c: Add comment.
2014-10-19 Yves Ortonregcomp.c: study_chunk(): Reset the entire data struct...
2014-10-19 Yves Ortonregcomp.c: Improve advanced re debug output
2014-10-19 Yves Ortonregcomp.c: Fixup debug output so it matches other messa...
2014-10-19 Yves Ortonregcomp.c: Improve re debug output by showing buffer...
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
next