This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_hot.c: Correct comment
[perl5.git] / regexec.c
2013-06-03 David Mitchellavoid undeflow in regex poscache count
2013-06-03 Tony Cook[perl #118175] avoid making a pointer outside a string
2013-06-03 Tony Cook[perl #118175] prevent a similar overflow for CANY
2013-06-03 Tony Cook[perl #118175] prevent a similar overflow for POSIXA
2013-06-03 Tony Cook[perl #118175] avoid overflowing a pointer for repeated...
2013-06-02 David Mitchelltidy up init code in regexec() and intuit_start()
2013-06-02 David Mitchelleliminate PL_reg_state
2013-06-02 David MitchellEliminate PL_reg_starttry
2013-06-02 David Mitchellmake PL_reg_curpm global
2013-06-02 David Mitchellbetter document the regex super-linear pos cache
2013-06-02 David Mitchelleliminate PL_reg_poscache, PL_reg_poscache_size
2013-06-02 David Mitchelluse new cleanup for PL_regmatch_state
2013-06-02 David Mitchellunify regmatch_info data
2013-06-02 David Mitchellmove eval_state init from regtry() to regexec()
2013-06-02 David Mitchellmove savestack restore from regmatch to regexec
2013-06-02 David Mitchelleliminate PL_reg_maxiter, PL_reg_leftiter
2013-06-02 David MitchellRationalise RX_MATCH_UTF8_set()
2013-06-02 David MitchellS_setup_eval_state: save subcoffset, not suboffset
2013-06-02 David MitchellEliminate PL_reg_match_utf8
2013-06-02 David Mitchellregex engine: simplify is_utf8_pat handling
2013-06-02 David Mitchellstop callers of rex engine using RX_MATCH_UTF8_set
2013-06-02 David Mitchelladd regmatch_eval_state struct
2013-06-02 David MitchellS_setup_eval_state(): always set up destructor
2013-06-02 David MitchellS_regtry(): move eval setup code into separate fn
2013-06-02 David Mitchellremove unused reginfo->bol field
2013-06-02 David Mitchelleliminate PL_bostr
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-06-02 David Mitchellfind_byclass, regrepeat: remove is_utf8_pat arg
2013-06-02 David Mitchelleliminiate PL_regeol
2013-06-02 David Mitchellmake more use of regmatch_info struct.
2013-05-20 Karl WilliamsonExpand flags parameter from boolean in _to_fold_latin1
2013-04-24 David MitchellPUSH_MULTICALL_WITHDEPTH becomes ..._FLAGS
2013-04-12 David Mitchelladd lex_re_reparsing boolean to yy_parser struct
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 2
2013-04-12 David MitchellEliminate PL_reg_state.re_reparsing, part 1
2013-02-25 Yves Ortonunwrap #define argument list for REXEC_TRIE_READ_CHAR
2013-02-01 Karl Williamsonregexec.c: Remove redundant code
2013-01-07 Karl Williamsonregexec.c: Cast to silence compiler warnings
2013-01-07 Karl Williamsonregexec.c: Cast to silence compiler warning
2013-01-06 Tony Cookadd a LEAVE for the ENTER in LOAD_UTF8_CHARCLASS
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-12-31 Karl Williamsonregex: Add pseudo-Posix class: 'cased'
2012-12-31 Karl Williamsonhandy.h, regcomp.h, regexec.c: Sort initializers, switch()
2012-12-28 Karl WilliamsonAdd new regnode for synthetic start class
2012-12-28 Karl WilliamsonFree up regex ANYOF bit.
2012-12-25 David MitchellEliminate RF_tainted flag from PL_reg_flags
2012-12-25 David Mitchelleliminate RF_warned flag from PL_reg_flags
2012-12-25 David Mitchelleliminate RF_utf8 flag from PL_reg_flags
2012-12-25 David Mitchell[perl #116148] Pattern utf8ness sticks around
2012-12-24 Karl Williamsonregexec.c: Comments, white-space; no code changes
2012-12-22 Karl Williamsonregexec.c: Combine adjacent 'ifs' with same clause
2012-12-22 Karl Williamsonregexec.c: Remove 2 unnecessary break statements
2012-12-22 Karl WilliamsonRemove temporary back-compat PL_ variable names
2012-12-22 Karl Williamsonregexec.c: Revamp the macros to load swashes
2012-12-22 Karl Williamsonregexec.c: Remove unused macro definitions
2012-12-22 Karl WilliamsonConsolidate some regex OPS
2012-12-22 Karl Williamsonregexec.c: comments, white-space only
2012-12-22 Karl Williamsonhandy.h: Create isALPHANUMERIC() and kin
2012-12-22 Karl Williamsonregexec.c: Remove redundant calculation
2012-12-19 Karl Williamsonregexec.c: Remove some read beyond buffer ends
2012-12-17 David Mitchelluse PERL_UNUSED_VAR rather than PERL_UNUSED_DECL
2012-12-16 David Mitchelleliminate PL_regsize
2012-12-16 Karl Williamsonmktables, regexec.c: Comments, white-space; no code...
2012-12-16 Karl WilliamsonRename property involved in \X matching, for clarity
2012-12-16 Karl Williamsonregexec.c: More efficient Korean \X processing
2012-12-16 Karl Williamsonregexec.c: Move #defines to earlier in the file
2012-12-11 David Mitchellregexec.c: silence compiler warning
2012-12-09 Karl Williamsonregexec.c: Replace infamous if-else-if sequence by...
2012-12-09 Karl Williamsonregexec.c: White space only; no code changes
2012-12-09 Karl Williamsonregexec.c: Nits coding standards-type changing
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-26 Karl Williamsonregexec.c: White space only; no code changes
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-21 David Mitchellregmatch(): silence OpenWatcom compiler warnings
2012-11-20 Karl Williamsonregexec.c: Use SPACE macros instead of swash
2012-11-20 Karl Williamsonregexec.c: Add PERL_UNIUSED_VAR()
2012-11-13 Father ChrysostomosStop /(??{})/ from leaking temporary regexps
2012-11-13 Father Chrysostomosregexec.c: Safer stack handling for re-evals
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-26 Craig A. BerryMake private variable static in regexec.c.
2012-10-26 Yves Ortonfix a compile warning and refactor some diagnostics...
2012-10-24 Karl Williamsonregexec.c: Nano optimization: reverse 'if' order
2012-10-24 Karl Williamsonregexec.c: Remove dead code
2012-10-24 Karl Williamsonregexec.c: Add/modify NOTREACHED asserts.
2012-10-24 Karl Williamsonregexec.c: Silence compiler warning
2012-10-21 Karl WilliamsonPATCH: [perl #115242]: /m and regex optimizer bug.
2012-10-19 Karl Williamsonregexec.c: regrepeat() change default: handling
2012-10-19 Karl Williamsonregex: Make \R simple again.
2012-10-19 Karl Williamsonregexec.c: Fix bugs in regrepeat()
2012-10-19 David Mitchellregmatch(): fix out bounds array access
2012-10-19 David Mitchellregmatch(): add asserts for legal values of nextchr
2012-10-17 Karl Williamsonregex: \R can match either 1 or 2 chars
2012-10-17 Karl Williamsonregcomp.c, regexec.c: Comments only; no code changes
2012-10-17 Karl Williamsonregexec.c: White-space only; no code changes
2012-10-17 Karl Williamsonregexec.c: Tighten loops in regrepeat()
2012-10-17 Karl Williamsonregexec: Do less work on quantified UTF-8
2012-10-17 Karl Williamsonregexec.c: Change variable name
2012-10-14 Karl Williamsonregex: White-space, comment only; no code changes
2012-10-14 Karl Williamsonregex: Rename macro to reflect its narrowed use
2012-10-14 Karl Williamsonregex: Splice out no longer used array element
next