This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
tweak POPLOOP and CXt_LOOP_* order
[perl5.git] / regexec.c
2016-02-03 David Mitchellsave old PL_comppad in CXt_SUB/FORMAT block
2016-01-29 Karl Williamsonregexec.c: Macro needs param to be dereferenced
2016-01-19 Karl WilliamsonUse lookup table for /\b{gcb}/ instead of switch stmt
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2016-01-08 Karl WilliamsonTailor \b{wb} for Perl
2016-01-08 Karl Williamsonregexec.c: Add a parameter to a static function
2015-12-26 Karl Williamsonregexec.c: Avoid a function call
2015-12-26 Karl Williamsonregcomp.h: Free up bit in ANYOF FLAGS field
2015-12-26 Karl Williamsonregcomp.h: Shorten, clarify names of internal flags
2015-12-18 Karl Williamsonregex matching: Don't do unnecessary work
2015-12-18 Karl Williamsonregex: Free a ANYOF node bit
2015-12-07 Ed Avisstandardize on "lookahead" and "lookaround"
2015-12-06 Karl Williamsonutf8.h, et.al.: Clean up some casts
2015-12-02 David Mitchell/..\G/: use chars, not bytes
2015-10-19 Karl Williamson"" =~ /\b{gcb}/ should fail; same \b{wb}, \b{sb}
2015-10-19 Karl WilliamsonFix some bugs in \B[sb}, \B{wb}, \B[gcb}
2015-10-19 Karl Williamsonregexec.c: Combine some if's
2015-10-19 Karl WilliamsonFix some bugs with \b{gcb}, wb and sb
2015-10-19 Karl WilliamsonFix look-behind bug with \b{wb}
2015-10-19 Karl Williamsonregexec.c: Remove extraneous 'break'
2015-10-19 Karl Williamsonregexec.c: Add comment
2015-10-19 Karl Williamsonregexec.c: Change function return from I32 to bool
2015-10-05 Yves Ortonfix perl #126186 make all verbs allow an optional arg
2015-10-04 Yves Ortonfix perl-126222 - (?!) OPFAIL optimization does work...
2015-10-02 David Mitchellfix some 32/64-bit compiler warnings
2015-09-16 Karl Williamsonregexec.c: Use Perl_croak_nocontext()
2015-09-16 Karl WilliamsonPATCH [perl #123562] Regexp-matching "hangs"
2015-09-14 David MitchellRevert "#126039 regexec.c: Fix compiler warning"
2015-09-13 Dan CollinsPATCH [perl #126039] regexec.c: Fix compiler warning
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
next