This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add parallel support 4 Win32 dmake-uudmap+no 2nd run of config_h.PL part 3
[perl5.git] / regexec.c
2015-09-04 Karl WilliamsonAdd macro for converting Latin1 to UTF-8, and use it
2015-09-04 Karl WilliamsonChange to use UVCHR_SKIP over UNI_SKIP
2015-08-24 Karl Williamsonregexec.c: Move a #define next to related code
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-08-24 Karl Williamsonregcomp.h: Fold 2 ANYOF flags into a single one
2015-08-24 Karl WilliamsonAdd ANYOFD regex node
2015-07-29 Karl Williamsonmktables: Add handling of WB and SB for early Unicodes
2015-07-29 Karl Williamsonmktables: Fix GCB to work on early Unicodes
2015-07-29 Karl WilliamsonAllow Perl to compile and work on Unicode releases...
2015-07-22 Jarkko Hietaniemiinline_invlist.c -> invlist_inline.h
2015-06-23 Chas. Owensfix punctuation in Tolkien quote in regexec.c
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-06-17 Karl Williamsonregexec.c: Change \b{sb} rule in prep for Unicode 8.0
2015-04-30 Karl WilliamsonPATCH: [perl #124348] re/pat_advanced solaris failure
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-18 Karl Williamsonregexec.c: Fix improper warning.
2015-03-18 Karl WilliamsonRemove PL_ prefix for recently added non-globals
2015-03-17 David Mitchellavoid infinite loop in re_intuit_start()
2015-03-17 David Mitchellre_intuit_start(): improve debugging output
2015-03-11 David Mitchelldon't test non-null args
2015-03-04 Jarkko HietaniemiConsistently use NOT_REACHED; /* NOTREACHED */
2015-02-24 David Mitchellsilence some compiler warnings.
2015-02-21 Karl Williamson\s matching VT is no longer experimental
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl Williamsonregexec.c: White-space only
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-18 Hugo van der Sanden[perl #123870] fixup trie runtime debug output
2015-02-10 David Mitchellsimpify and speed up /.*.../ handling
2015-02-07 Karl Williamsonregexec.c: Rmv 2 unused macro parameters.
2015-01-24 Karl Williamsonregexec.c, regcomp.c: White-space only
2015-01-22 Karl Williamsonregexec.c: Refactor \b code to not use the FLAGS field
2015-01-22 Karl Williamsonregexec.c: Use appropriate macro
2015-01-22 Karl Williamsonregexec.c: Stack ternary operator for readability
2015-01-21 David Mitchellavoid C labels in column 0
2014-12-30 Matthew HorsfallAdd documentation for /n (non-capture) regexp flag.
2014-12-30 Karl Williamsonregexec.c: Suppress warning messages
2014-12-29 Karl WilliamsonRaise warning on multi-byte char in single-byte locale
2014-12-29 Karl Williamsonregexec.c: Move goto label to avoid redundant work
2014-12-29 Karl Williamsonregexec.c: White-space only
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
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-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-06 Father ChrysostomosManually revert "Rationalise RX_MATCH_UTF8_set()"
2014-10-19 Yves Ortonregcomp.c: Improve re debug output by showing buffer...
2014-09-29 Aaron CraneEliminate unused BACK regnode
2014-09-29 Karl WilliamsonUp regex flags limit for (??{})
2014-09-25 Yves Ortonrestore color to debug diagnostics
2014-09-18 Father ChrysostomosRemove !IS_PADGV assertions
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-09-03 Karl WilliamsonAllow for changing size of bracketed regex char class
2014-09-03 Karl WilliamsonRename some internal regex #defines
2014-09-03 Karl Williamsonregexec.c: Simplify a short code section
2014-08-21 Karl WilliamsonAvoid redundant text -in -Dr output
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-07-29 Jarkko HietaniemiMove return false out of switch default.
2014-07-29 Jarkko HietaniemiNOTREACHED goes at/in the unreachable, not after it.
2014-07-29 Jarkko HietaniemiNegatives as UVs: sign-extension intentional, add cast.
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-06-30 Jarkko HietaniemiAssert before deref due to possible NULL.
2014-06-28 Jarkko HietaniemiGuard cur_curlyx at least with an assert.
2014-06-27 Karl Williamsonregexec.c: Move some macro definitions around
2014-06-27 Karl WilliamsonPATCH: [perl #122090] Non-word-boundary doesn't match EOS
2014-06-27 Karl Williamsonregexec.c: Comments and white-space only
2014-06-27 Karl Williamsonregexec.c: Exchange 2 lines of code and add comments
2014-06-27 Karl Williamsonregexec.c: More cleaning of FBC macro/code interface
2014-06-27 Karl Williamsonregexec.c: Clean up macro/code interface slightly
2014-06-27 Karl Williamsonregexec.c: Change names of 4 macros
2014-06-27 Karl Williamsonregexec.c: Change MiXeD cAsE formal macro parameters
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-16 Jarkko HietaniemiDo not printf U32 and I32 (both) as %i.
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-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-05-30 Karl Williamsonregexec.c: Eliminate a malloc/free
2014-05-30 Karl Williamsonregcomp.c, regexec.c: Move common code to a function
2014-05-30 Karl Williamsonregexec.c: Fix some EBCDIC problems
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 HietaniemiOff-by-one in PL_fold_locale use.
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-03-24 David Mitchell[perl #121484] /m causing false negative
2014-03-19 David Mitchellre_intuit_start(): move comments abut IMPLICIT
2014-03-19 David Mitchellre_intuit_start(): don't unset MBOL on uselessness
2014-03-19 David Mitchellre_intuit_start(): change definition of ml_anch
2014-03-19 David Mitchellre_intuit_start(): check for IMPLICIT in abs anch
2014-03-19 David Mitchellre_intuit_start(): check for IMPLICIT in stclass
2014-03-19 David Mitchellre_intuit_start(): use better limit on anch float
2014-03-19 David Mitchellre_intuit_start(): do 'not at start' check on BOL
2014-03-19 David Mitchellre_intuit_start(): reduce scope of /^...$/m test
2014-03-19 David Mitchellre_intuit_start(): change !ml_anch debugging msg
2014-03-19 David Mitchellre_intuit_start(): don't set ml_anch on BOL
next