This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix grammar
[perl5.git] / t / lib / warnings / regcomp
2017-01-16 AbigailDeprecating the use of C<< \cI<X> >> to specify a print...
2017-01-16 AbigailUse of \N{} will be fatal in 5.28.
2016-03-25 Karl WilliamsonPATCH: [perl #123417] Deprecate empty \N{}
2016-03-04 Karl WilliamsonPATCH: [perl #126141]: qr/]]]]][\\/ fails to raise...
2016-02-10 Karl WilliamsonPATCH: [perl #8904] Revamp [:posix:] parsing
2015-12-22 Karl WilliamsonPATCH: [perl #126261: Assertion failure on missing...
2015-12-22 Karl Williamsont/lib/warnings/regcomp: Fix typo in comment
2015-03-06 Karl Williamsont/lib/warnings/regcomp: SKIP some EBCDIC tests
2014-09-07 Karl WilliamsonPATCH: [perl #122671] Many warnings in regcomp.c can...
2013-11-24 Father ChrysostomosTest line number for (??{$str}) regexp warnings
2013-01-24 Karl WilliamsonMove t/lib/warnings/regcomp to t/re/reg_mesg.t
2013-01-24 Karl Williamsonregcomp.c: Change warning category to just deprecated
2013-01-20 Karl WilliamsonRevert "Deprecate literal unescaped "{" in regexes."
2013-01-11 Karl Williamsonlib/warnings/regcomp: Add note about better place for...
2012-12-04 Father Chrysostomos[perl #115818] Don’t croak for /[.zog.]/
2012-11-19 Father ChrysostomosInline regcomp.c:S_checkposixcc into its only caller
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-06-17 Karl Williamsonregcomp.c: Warn and don't emit a NUL for e.g. /\87/
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2011-02-19 Karl WilliamsonRevert "regcomp: Add warning if tries to use \p in...
2011-02-13 Karl Williamsonregex: Deprecate \b{ and \B{
2011-02-13 Karl Williamsonregcomp.c: include { in unregcognized \q{ warning
2011-01-28 Karl Williamsonregcomp: Add warning if tries to use \p in locale.
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-18 Karl WilliamsonAdd \o{} escape
2007-02-28 Rafael Garcia-Suarez(?p{}) has been deprecated for a long time.
2006-10-16 SADAHIRO Tomoyukiremove leaveit from toke.c:scan_const
2003-10-31 Rafael Garcia-SuarezTest nit ; goes with change 21591
2002-03-27 Rafael Garcia-SuarezA warning wasn't turnable off
2002-03-04 Paul Marquesstaint + deprecated warnings
2001-09-09 Jeff Pinyan[PATCH regcomp.c] zero-width assertions CAN be ?'d
2001-06-18 Jarkko HietaniemiMove the locale/strict/warnings helper files back