This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix compilation errors in win32.c with MinGW/gcc -xc++
[perl5.git] / regcomp.c
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
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
next