This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: highlight problematic-mentioning comment
[perl5.git] / regcomp.c
2010-12-08 Karl Williamsonregcomp.c: Revert to using regcomp.sym order
2010-12-05 Karl Williamsonregcomp.c: Fix longjmp-related warnings
2010-12-04 Karl Williamsonregcomp.c: small efficiency, portability fix
2010-12-04 Karl Williamsonregcomp.c: small efficiency improvement
2010-12-04 Karl Williamsonregcomp.c: small efficiency gain
2010-12-04 Karl Williamsonregecomp, regexec: Use mnemonic character names
2010-12-04 Karl Williamsonregcomp.c: Move code out of longjump area
2010-12-04 Yves Ortonmake empty string regexp stringify to the same thing...
2010-12-04 Yves Ortonmake the jump point a little more obvious in a comment
2010-12-02 Karl Williamsonregcomp.c: Generate REFFU and NREFFU
2010-12-02 Karl Williamsonregcomp.c: Use latin1 folding in synthetic start class
2010-12-02 Karl Williamsonregcomp.c: utf8 pattern defaults to Unicode semantics
2010-12-02 Karl Williamsonregcomp.c: teach tries about EXACTFU
2010-12-02 Karl Williamsonregcomp.c: typo in comment
2010-12-02 Karl Williamsonregcomp.c: Remove duplicate statement
2010-11-30 Nick Cleaton[perl #79152] super-linear cache can prevent a valid...
2010-11-28 Karl Williamsonregcomp.c: Handle EXACTFU nodes in optimizer
2010-11-28 Karl Williamsonregcomp.c: Use hex instead of octal for debug ords
2010-11-28 Karl WilliamsonFix debug output
2010-11-28 Karl Williamsonregcomp.c: Typo in comment
2010-11-28 Karl Williamsonregcomp.c: Generate EXACTFU nodes
2010-11-28 Karl Williamsonregcomp.c: remove unnecessary tests
2010-11-28 Karl Williamsonregexec.c: Latin1 chars can fold match UTF8_ALL
2010-11-24 Nicholas ClarkDeprecate sv_compile_2op()
2010-11-24 Nicholas ClarkRemove unused variable from S_set_regclass_bit_fold()
2010-11-22 Karl Williamson[bracketed char class] fixes
2010-11-22 Karl Williamsonregcomp.c: Add comment
2010-11-22 Karl Williamsonregcomp.c: Add comment
2010-11-22 Karl WilliamsonSplit ANYOF_NONBITMAP into two components
2010-11-22 Karl Williamsonregcomp.c: Optimizer wrongly turning off bit
2010-11-22 Karl Williamsonregcomp.c: Add explanatory comment
2010-11-22 Karl Williamsonregcomp.c: Fix indent
2010-11-22 Karl Williamsonrename ANYOF_UNICODE to ANYOF_NONBITMAP
2010-11-22 Karl Williamsonregex free up bit in ANYOF node
2010-11-22 Karl Williamsonregcomp.c: Remove references to old #define
2010-11-11 Karl WilliamsonPATCH: [perl #78994]: optimizer loses folding
2010-11-08 Fingle Narktypos in comments/pod
2010-11-03 Yves Ortonfix 68564: /g failure with zero-width patterns
2010-11-03 Yves Ortonclarify code and intent of code in a comment
2010-11-03 Yves Ortonfix incorrect comment
2010-10-31 Karl Williamsonregcomp.c: No longer need _C_C_T_ and variant macro
2010-10-31 Karl Williamson[:posix:] now works under /u
2010-10-27 Karl WilliamsonANYOF regnode often overallocates space
2010-10-21 Karl Williamsonregcomp.c: /d not overriding /u
2010-10-21 Karl Williamsonregcomp.c: Fix typo in comment
2010-10-15 Karl WilliamsonSubject: [perl #58182] partial: Add uni \s,\w matching
2010-10-15 Karl Williamsonregcomp.c: Fix white space, cuddled else
2010-10-10 Karl Williamsonregcomp.c: Fix compiler warning
2010-09-30 Karl Williamson[perl #77952] regcomp.c compiler warnings
2010-09-30 Karl Williamson[perl #78040] regcomp.c: malloc enough space
2010-09-28 Karl Williamsonregcomp.c [perl #78058] qr/\18/ loops
2010-09-23 Karl Williamsonregcomp.c: Convert some things to use cBOOL()
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-23 Karl WilliamsonChange to use mnemonic instead of char constant
2010-09-22 Andy DoughertyExtract regcurly as a static inline function.
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-20 Karl Williamsonregcomp.c: fix an improper indent
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-09-15 Karl WilliamsonPATCH: regex longjmp flaws
2010-09-13 Karl Williamsonregcomp.c: Use longjmp to abandon first pass quickly
2010-09-13 Karl Williamsonregcomp.c: Macroize changing regex to utf8
2010-09-13 Karl Williamsonregcomp.c: Clarify and typos in comments
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-26 George GreerRT#75762: In CURLYX->CURLYM optimization, check before...
2010-07-18 David GoldenFix address of register error from 26a0cb8
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-18 Karl Williamson\400 -\777 now means the same thing in all d-quote
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-05-29 Nicholas ClarkProperly free paren_name_list with its regexp.
2010-05-29 Karl WilliamsonAdd tested for corrupted regnode
2010-05-27 Nicholas ClarkEncapsulate lookups in PL_{varies,simple} within macros...
2010-05-24 Nicholas ClarkConvert Perl_sv_dup_inc() from a macro to a real function.
2010-05-08 Karl WilliamsonPATCH [perl #74978] dot after } breaks \N{}
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-02-22 Craig A. BerryDon't multiply define Perl_regcurly in core and the...
2010-02-20 Karl WilliamsonImprove handling of qq(\N{...}); and /x
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-18 Nicholas ClarkIn Perl_reg_temp_copy(), ensure SvMAGIC() is NULL in...
2010-02-11 Rafael Garcia-Suarez[perl #72590] Panic if 'use strict' and forget 'my'
2010-02-09 Nicholas ClarkFix for non-regexps being upgraded to SVt_REGEXP
2010-01-22 David Mitchellfix SEGV in /\N{...}/
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
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-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-12 Nicholas ClarkckWARNreg() and ckWARNregdep() now use string concatena...
2009-10-12 Nicholas ClarkReplace "%s"/SvPVX(sv_name) with "%"SVf/SVfARG(sv_name...
2009-10-12 Nicholas ClarkIn regcomp.c, where possible replace vWARN* with ckWARN...
2009-07-26 George Greermuch better swap logic to support reentrancy and fix...
2009-07-17 Nicholas ClarkEliminate struct regexp_allocated and xpvio_allocated.
2009-07-02 hv@crypt.orgSome bugs in Perl regexp (core Perl issues)
2009-06-26 Vincent PitUpdate RExC_npar and after_freeze correctly after the...
2009-06-16 Rafael Garcia-SuarezImplement new regex escape \N
2009-01-16 KarlAdd warning about octal > 377 in some regexes
2008-11-07 Yves Ortoncreate new unicode props as defined in POSIX spec ...
2008-11-07 Yves OrtonMake sure inversion sign is shown in all anyof classes...
2008-11-06 Yves OrtonVarious changes to regex diagnostics and testing
next