This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix ext/B/t/optree_misc.t in unthreaded builds
[perl5.git] / regcomp.c
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
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.
next