This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Remove vars unused on some platforms
[perl5.git] / regcomp.c
2014-02-16 Karl WilliamsonRevert "Free up bit for regex ANYOF nodes"
2014-02-16 Karl WilliamsonFree up bit for regex ANYOF nodes
2014-02-07 David Mitchellregex substrs: record index of check substr
2014-02-07 David Mitchelleliminate RXf_ANCH_SINGLE
2014-02-07 David Mitchellregcomp utf8 len cache panic
2014-02-06 Karl WilliamsonMake a literal "{" fatal after \b and \B in regexes
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2014-02-05 Yves OrtonFix regression in floating mandatory string optimisation
2014-02-05 Yves OrtonEliminate stupid macro
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-02-04 Karl WilliamsonRevert "'use utf8' should imply /u regex matching"
2014-02-04 Yves Ortondo not overflow when the pattern is unbounded
2014-02-03 Karl WilliamsonFix [[:blank:]] handling when no isblank() on platform
2014-02-03 Yves OrtonAdd RXf_UNBOUNDED_QUANTIFIER and regexp->maxlen
2014-02-03 Karl WilliamsonPATCH [perl #121144]: \S, \W, etc fail for above ASCII
2014-02-02 Karl Williamson'use utf8' should imply /u regex matching
2014-01-31 Yves OrtonSimplify expression, cannot be ANCH_GPOS without being...
2014-01-31 Yves Ortonrename REG_SEEN_WHATEVER to REG_WHATEVER_SEEN to match...
2014-01-31 Karl Williamsonregcomp.c: Revert mistakenly changed line
2014-01-30 Yves OrtonMove the RXf_ANCH flags to intflags as PREGf_ANCH_xxx...
2014-01-30 Yves Ortonmove RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflags
2014-01-30 Yves OrtonRename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from...
2014-01-30 Yves Ortonmove RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN
2014-01-29 Karl Williamsonregcomp.c: Process all POSIXes in [...] under /l
2014-01-29 Karl Williamsonregcomp.c: White-space only
2014-01-28 Karl Williamsonregcomp.c: Change a variable and flag bit names
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-28 Karl Williamsonregcomp.c: Avoid calling heavy duty functions when...
2014-01-28 Karl Williamsonregcomp.c: Nit in comments
2014-01-28 Karl Williamsonregcomp.c: Swap two else clauses for clarity.
2014-01-27 Karl WilliamsonAvoid unnecessary malformed checking
2014-01-27 Karl WilliamsonMove an inversion list generation to mktables
2014-01-22 Karl Williamsonregcomp.c: Extract out code into a separate function
2014-01-22 Karl Williamsonregcomp.c: Simplify expression
2014-01-22 Karl Williamsonregcomp.c: Move some code to earlier
2014-01-22 Karl WilliamsonComments, white-space
2014-01-22 Karl Williamsonregcomp.c: Don't output empty debugging text
2014-01-22 Karl Williamsonregcomp.c: request inlining of single line function
2014-01-22 Karl WilliamsonPanic if regex making a trie under /li
2014-01-22 Karl WilliamsonRename regex internal flag bit
2014-01-22 Karl WilliamsonUse bit instead of node for regex SSC
2014-01-16 Karl Williamsonregcomp.c: Remove unnecessary variable
2014-01-16 Karl WilliamsonTurn on read-only flag for some unchangeable inversion...
2014-01-10 Craig A. BerryDon't multiply define _new_invlist_C_array.
2014-01-09 Karl WilliamsonMove initialization of PL_XPosix_ptrs[] to perl.c
2014-01-09 Karl Williamsonregcomp.c: Reword expression for clarity
2014-01-09 Karl WilliamsonRmv PL_Posix_ptrs
2014-01-09 Karl Williamsonregcomp.c: Rmv remaining uses of PL_Posix_ptrs
2014-01-09 Karl Williamsonregcomp.c: Collapse two branches.
2014-01-09 Karl Williamsonregcomp.c: Trade a little time for simplicity
2014-01-09 Karl Williamsonregcomp.c: Collapse two code branches
2014-01-09 Karl WilliamsonKeep separate list of posix classes and complements
2014-01-09 Karl Williamsonregcomp.c: White-space, comments only
2014-01-09 Karl Williamsonregcomp.c: Collapse two code branches
2014-01-09 Karl Williamsonregcomp.c: Use unconditional match list for POSIX above 255
2014-01-09 Karl Williamsonregcomp.c: White-space only
2014-01-09 Karl WilliamsonKeep temp. separate list of foldable characters
2014-01-09 Karl Williamsonregcomp.c: Refactor some code dealing with e.g., [...
2014-01-09 Karl WilliamsonRemove PL_L1Posix_ptrs
2014-01-09 Karl WilliamsonRmv more code for delayed 'til runtime POSIX defns
2014-01-09 Karl Williamsonregcomp.c: White-space only
2014-01-09 Karl WilliamsonCompile in list of foldable code points
2014-01-09 Karl Williamsonregcomp.c: Reword comment to avoid ambiguity
2014-01-09 Karl Williamsonregcomp.c: Rmv code for delayed 'til runtime POSIX...
2014-01-09 Karl Williamsonregcomp.c: Add some comments
2013-12-31 Karl WilliamsonRemove no-longer used inversion list function
2013-12-31 Karl WilliamsonChange format of mktables output binary property tables
2013-12-31 Karl WilliamsonChange \p{} matching for above-Unicode code points
2013-12-31 Karl Williamsonregcomp.c: comment typo and rewording
2013-12-31 Karl Williamsonregcomp.c: Refactor 'if' statement
2013-12-31 Karl WilliamsonFatalized non-unicode warnings skip regex optimization
2013-12-31 Karl WilliamsonOutput regex above-Unicode matching in syn strt class
2013-12-31 Karl WilliamsonConvert regnode to a flag for [...]
2013-12-31 Karl Williamsonregcomp.c: Split #define into two
2013-12-31 Karl Williamsonregcomp.c: Add comments
2013-12-31 Karl Williamsonregcomp.c: Reinstate use of synthetic start class
2013-12-16 Karl Williamsonregcomp.c: Add comment
2013-12-16 Karl WilliamsonPATCH: [perl #120799] 5.18 regression with [:^ascii...
2013-12-15 Tony Cookfix format string warnings in regcomp.c
2013-12-07 Karl Williamsonregcomp.c: Silence compiler warnings
2013-12-07 Karl WilliamsonPATCH: [Perl #42957] Suggesting warning for useless...
2013-12-07 Karl Williamsonregcomp.c: White-space only
2013-12-06 Karl Williamsonregcomp.c: Rmv inaccurate and tangential comment
2013-12-03 Karl Williamsonregcomp.c: Slight optimization
2013-11-24 Yves Ortonbetter diagnostics of RExC_seen in regcomp.c
2013-11-24 Yves OrtonAvoid pointer churn in study_chunk recursion bitmap...
2013-11-24 Yves OrtonFirst steps to resolving RT #120618, better fix for...
2013-11-22 Yves OrtonFix RT #120600: Variable length lookbehind is not variable
2013-11-20 Daniel Draganregcomp.c extern -> EXTERN_C
2013-11-19 Father ChrysostomosMove <-- HERE arrow for ‘Switch condition not recognized’
2013-11-18 Father ChrysostomosFix ‘panic: memory wrap’ in reg_scan_name
2013-11-18 Father ChrysostomosRequire closing paren for (?&...
2013-11-17 Father Chrysostomosperldiag: Clean up ‘Sequence (...’ messages
2013-10-31 Karl WilliamsonFix broken qr/ \N* /x
2013-10-31 Karl Williamsonregcomp.c: Clarify some comments
2013-10-25 Karl WilliamsonPATCH [perl #120314]: fold_grind.t spews tons of warnings
2013-10-17 David Mitchell[perl #119505] Segfault from bad backreference
2013-09-30 Karl Williamsonregcomp.c: Fix up confusing comment
2013-09-30 Karl WilliamsonPATCH: [perl #120041] regcomp.c missing parens and...
next