This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extract _cmd_l_range .
[perl5.git] / regexec.c
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
2012-10-14 Karl Williamsonregex: Remove old code that tried to handle multi-char...
2012-10-12 Karl Williamsonregexec.c: Fix EXACT node handling in regrepeat()
2012-10-09 Karl Williamsonregexec.c: White-space only; comment only; no code...
2012-10-09 Karl Williamsonregexec.c: Refactor slightly for clarity
2012-10-09 Karl WilliamsonPATCH: [perl #114982]: case-insensitive regex bug with...
2012-10-09 Karl Williamsonregex: Allow any single char to be SIMPLE
2012-10-09 Karl Williamsonregcomp.c: Slightly relax restriction of SIMPLE nodes
2012-10-09 Karl Williamsonregexec.c: Turn test into an assertion
2012-10-09 Karl Williamsonregexec.c: White-space only
2012-10-09 Karl Williamsonregexec.c: indent properly and reflow some comments...
2012-10-06 Karl Williamsonregexec.c: PATCH: [perl #114808]
2012-10-06 Aaron CraneFix spurious "uninitialized value" warning in regex...
2012-09-26 David Mitchellstop regex engine reading beyond end of string
2012-09-26 David Mitchellregmatch(): fix typo in TRIE commentary text
2012-09-26 David Mitchellregmatch() annotate ops and separate out branches
2012-09-26 David Mitchellregmatch(): do nextchr=*locinput at top of loop
2012-09-26 David Mitchellregmatch(): nextchar should always be positive
2012-09-26 David Mitchellregmatch(): consolidate locinput++
2012-09-26 David Mitchellregmatch(): use nextchar where available
2012-09-17 Karl Williamsonregexec.c: Avoid unnecessary calculation
2012-09-14 David Mitchellregmatch(): eliminate reginput variable
2012-09-14 David Mitchellregmatch(): remove remaining reads of reginput
2012-09-14 David Mitchellregmatch(): remove reginput from CURLY etc
2012-09-14 David Mitchellregmatch(): remove reginput from CURLYM
2012-09-14 David Mitchellregmatch(): remove reginput from IFMATCH etc
2012-09-14 David Mitchellregmatch(): remove reginput from TRIE_next_fail:
2012-09-14 David Mitchellregmatch(): make PUSH_STATE_GOTO dest explicit
2012-09-14 David Mitchelleliminate PL_reginput
2012-09-14 Nicholas ClarkRestore the build under -DPERL_OLD_COPY_ON_WRITE
2012-09-14 Karl WilliamsonMove 2 functions from utf8.c to regexec.c
2012-09-14 Karl Williamsonregexec.c: Use new macros instead of swashes
2012-09-14 Karl WilliamsonRename regen'd hdr to reflect expanded capabilities
2012-09-14 Karl WilliamsonFix \X handling for Unicode 5.1 - 6.0
2012-09-08 David Mitchellfix a bug in handling $+[0] and unicode
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-09-08 David Mitchellregexec_flags(): simplify length calculation
2012-09-08 David Mitchelldocument args to regexec_flags and API
2012-08-28 Karl Williamsonregexec.c: White-space only
2012-08-28 Karl WilliamsonAvoid duplicate table look ups.
2012-08-28 Karl WilliamsonRefactor \X regex handling to avoid a typical case...
next