This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
infnan: define NV_NAN_PAYLOAD_MASK and NV_NAN_PAYLOAD_PERM
[perl5.git] / regexec.c
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
2014-03-16 David Mitchellre_intuit_start(): re-comment head of function
2014-03-16 David Mitchellre_intuit_start(): indent rest of check block
2014-03-16 David Mitchellre_intuit_start(): add some general comments
2014-03-16 David Mitchellre_intuit_start(): update comments in BmUSEFUL blk
2014-03-16 David Mitchellre_intuit_start(): update comments in stclass code
2014-03-16 David Mitchellre_intuit_start(): improve main terminating cond
2014-03-16 David Mitchellre_intuit_start(): update stclass code comments
2014-03-16 David Mitchellre_intuit_start(): remove an obsolete assert.
2014-03-16 David Mitchellre_intuit_start(): fix byte/char calculation err
2014-03-16 David Mitchellre_intuit_start(): eliminate checked_upto var
2014-03-16 David Mitchellre_intuit_start(): fix a comment about overlap
2014-03-16 David Mitchellre_intuit_start(): trivial reorg of stclass code
2014-03-16 David Mitchellre_intuit_start(): always initialise start_shift
next