This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove whitespace for pod fix.
[perl5.git] / regexec.c
2011-01-18 Karl Williamsonregexec.c: Remove break statements from macros
2011-01-18 Karl Williamsonregexec.c: Don't rely on break stmts in macros
2011-01-18 Karl Williamsonregexec.c: Fix /a complements
2011-01-18 Karl Williamsonregexec.c: Fix so will compile on Windows
2011-01-17 Karl WilliamsonAdd /a regex modifier
2011-01-17 Karl Williamsonregex: Use BOUNDU regnodes
2011-01-17 Karl Williamsonregexec.c: Remove unnecessary cBOOLs
2011-01-17 Karl Williamsonregexec.c: Use FLAGS field instead of OP for BOUND...
2011-01-17 Karl Williamsonregexec.c: Convert two !=0's to cBOOL
2011-01-17 Karl Williamsonregexec.c: change variable name to reflect its purpose
2011-01-17 Karl Williamsonregexec.c: Change '1' to bool TRUE for clarity.
2011-01-17 Karl Williamsonregexec.c: refactor and comment the CCC_TRY macros
2011-01-17 Karl Williamsonregex: Separate nodes for Unicode semantics \s \w
2011-01-17 Karl Williamsonregexec.c: Replace duplicated code by its macro
2011-01-17 Karl Williamsonregex: Convert regnode FLAGS fields to charset enum
2011-01-16 Karl WilliamsonFix \xa0 matching both [\s] [\S], et.al.
2011-01-14 Karl Williamsonregexec.c: Remove no longer needed goto
2011-01-14 Karl Williamsonregexec.c: Add to comment
2011-01-14 Karl Williamsonregex: Use ANYOFV
2011-01-14 Karl Williamsonregex: Some Comment clarifications
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-12-20 Karl Williamsonregexec.c: white-space only
2010-12-20 Karl Williamsonregexec:c Remove unreached code
2010-12-20 Karl WilliamsonChange name of regex intrnl macro to new meaning
2010-12-20 Karl Williamsonregexec.c: Remove unnecessary statements
2010-12-20 Karl WilliamsonChange regexes to debug dump non-ASCII as hex.
2010-12-16 Jan DuboisSilence some data truncation compiler warnings
2010-12-15 Karl Williamsonregexec.c: white space changes due to prev. commit
2010-12-15 Karl Williamsonregex: Multi-char /i shouldnt match single char []
2010-12-11 Karl Williamsonregcomp: Allow freeing up bit in ANYOF flags
2010-12-08 Karl Williamsonregexec.c: Fix locale and \s
2010-12-08 Karl Williamsonregexec.c: Add missing handlers for locale \d
2010-12-04 Karl Williamsonregexec.c: Clean up initialized vars in switch
2010-12-04 Karl Williamsonregecomp, regexec: Use mnemonic character names
2010-12-02 Tony CookFix C++ breakage introduced in d7ef4b73
2010-12-02 Karl Williamsonregexec.c: Handle REFFU and NREFFU; refactor
2010-11-29 Tony CookFix C++ build problems introduced in 9a5a5549
2010-11-28 Karl Williamsonregexec.c: Add handling for EXACTFU nodes
2010-11-28 Karl Williamsonregexec.c: pull array lookup out of loop
2010-11-28 Karl Williamsonregexec.c: clarify comments
2010-11-28 Karl Williamsonregexec.c: Latin1 chars can fold match UTF8_ALL
2010-11-24 Rafael Garcia-SuarezDon't use "try" as a variable name
2010-11-22 Karl Williamsonregexec.c: indent code in new block
2010-11-22 Karl Williamsonregexec.c: utf8 could fold to ascii/latin1
2010-11-22 Karl Williamsonregexec.c: Correct indent
2010-11-22 Karl WilliamsonSplit ANYOF_NONBITMAP into two components
2010-11-22 Karl Williamsonrename ANYOF_UNICODE to ANYOF_NONBITMAP
2010-11-22 Karl Williamsonregexec.c: Split EXACT, folding nodes in regrepeat
2010-11-22 Karl Williamsonregex free up bit in ANYOF node
2010-11-08 Karl Williamsonregexec.c: Don't give up on fold matching early
2010-11-08 Karl Williamsonregexec.c: change variable name to its purpose
2010-11-07 Florian RagwitzCorrect grouping in S_reginclass
2010-11-06 Florian RagwitzFix a compiler warning
2010-11-03 Yves Ortonfix the trie part of rt-78356
2010-11-02 Yves OrtonFix RT-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces... origin/compile
2010-10-31 Karl Williamsonreginclass: Remove redundant test
2010-10-31 Karl Williamsonreginclass: Reorder fastest first
2010-10-31 Karl Williamsonreginclass: Remove unnecessary test
2010-10-31 Karl Williamsonreginclass: Make explicit the length assumptions
2010-10-31 Karl Williamsonreginclass: Rename variable for clarity
2010-10-31 Karl Williamsonregexec.c: reorder statements for speed
2010-10-31 Karl Williamsonregexec.c: Add clarifying comment
2010-10-31 Karl Williamsonreginclass: add some consts to prototype
2010-10-31 Karl Williamsonregexec.c: Remove redundant line.
2010-10-31 Karl Williamsonreginclass: Return matched length even if not utf8
2010-10-31 Karl Williamsonreginclass: Change variable name for clarity.
2010-10-31 Karl Williamsonregexec.c: Document existing reginclass behavior
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match /i nonutf8 self
2010-10-21 Karl Williamsonregexec.c: utf8 doesn't match non-utf8 self
2010-10-15 Karl WilliamsonSubject: [perl #58182] partial: Add uni \s,\w matching
2010-10-15 Karl WilliamsonSubject: [PATCH] regexec.c: make macros fit 80 cols
2010-10-15 Karl WilliamsonSubject: [PATCH] regexec.c: add and refactor macros
2010-09-30 Florian RagwitzFix typo spotted by avar++
2010-09-29 Florian RagwitzDocument why we're not using the save stack
2010-09-29 Florian RagwitzLocalize PL_reg_state during re_evals
2010-08-26 Yves Ortoneliminate unneeded code, and explain why the code was...
2010-08-26 BramVERB nodes in the regex engine should NOT be marked...
2010-08-23 Yves Ortonfix rt75680 - when working with utf8 strings one must...
2010-08-18 David Mitchellfix 'might be used uninitialized' in S_regmatch
2010-06-24 Yves Ortonwhen disabling regex implicit check string we must...
2010-06-07 Karl Williamsonregexec.c: change names of two vars for clarity
2010-06-06 David Mitchellreduce size of regmatch_state.u.curlyx by 2 words
2010-06-06 David Mitchellmicro-optimise a bit of trie code
2010-06-05 Karl WilliamsonChange regexec.c to use new foldEQ functions
2010-05-29 Karl WilliamsonClarify that count is bytes not unicode characters
2010-05-24 Jerry D. HeddenFix build warnings introduced by v5.13.0-139-ge0fa7e2
2010-05-03 David Mitchellfix a couple of var types
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-05-02 Nicholas ClarkFor SAVEt_REGCONTEXT, store the number of save stack...
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2010-05-01 Nicholas ClarkUntangle REGCP_FRAME_ELEMS from REGCP_OTHER_ELEMS.
2010-04-15 David Mitchelluse cBOOL for bool casts
2009-12-20 Karl WilliamsonAllow U+0FFFF in regex
2009-12-14 Craig A. BerryFix compile failure introduced in 37e2e78edfe0a224b8a61...
2009-12-06 Karl Williamsonqr/\X/ expansion
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-10-25 Yves Ortondisable non-unicode case insensitive trie matching
2009-10-22 Ben MorrowRT#69616: regexp SVs lose regexpness in assignment
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-10-16 Yves Ortonrefactor the special CC code in reg_try()
next