This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Filter::Simple: eliminate /\C/
[perl5.git] / dquote_static.c
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-05-30 Karl Williamsondquote_static.c: Clarify code
2014-05-30 Karl Williamson"\cX" where X is non-printable is now fatal
2014-02-06 Karl WilliamsonMake a literal "{" fatal after \b and \B in regexes
2014-02-05 Karl Williamsondquote_static.c: White-space only
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-14 Karl WilliamsonAdd warnings for "\08", /\017/
2013-01-11 Karl Williamsongrok_bslash_[ox]: Add param to silence non-portable...
2013-01-11 Karl Williamsondquote_static.c: refactor common code to initialization
2013-01-11 Karl Williamsondquote_static.c: White-space only; no code changes
2013-01-11 Karl WilliamsonAdd optional strict mode to grok_bslash_[xo]
2013-01-11 Karl WilliamsonBetter error pos for grok_bslash_[xo]
2013-01-11 Karl WilliamsonRevise calling sequences for grok_bslash_[xo]
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-12-04 David Mitchellsilence some clang warnings
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-06-27 Jesse Luehrsclean up compilation warnings
2012-06-20 Karl Williamsondquote_static.c: Clarify comment
2012-06-20 Karl WilliamsonRefactor \x processing to single function
2012-06-20 Karl Williamsongrok_bslash_o: Don't convert from native
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-02-10 Karl Williamsondquote_static.c: Add comment
2011-02-10 Karl WilliamsonMove grok_bslash_c to dquote.c and make static
2011-02-10 Karl WilliamsonMove grok_blsash_o and make static
2011-01-30 Craig A. BerryS_regcurly needs thread context.
2011-01-29 Karl WilliamsonUse embed.pl inline capabilities for regcurly
2010-10-03 Karl WilliamsonSmall efficiency nit for regcurly()
2010-09-22 Andy DoughertyExtract regcurly as a static inline function.