This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove some redundant magical flag checks
[perl5.git] / dquote_static.c
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.