This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Make all warnings and error messages UTF-8 clean
[perl5.git] / t / lib /
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-24 Father ChrysostomosDon’t give unavailability warnings about our vars
2013-08-21 Father Chrysostomos[perl #118753] Remove erroneous elsif("") warning
2013-08-14 Tony Cook[perl #3330] avoid an uncaught warning from op/inc.t
2013-08-12 Tony Cook[perl #3330] warn on increment of an non number/non...
2013-08-05 Father ChrysostomosStop ‘used once’ warnings from crashing on circularities
2013-08-05 Father ChrysostomosDon’t use CopFILESV for ‘once’ warnings
2013-07-31 Karl WilliamsonPATCH: [perl #119101] Extraneous warnings in Parse...
2013-07-22 Nicholas ClarkRemove a duplicate test separator "########\n" line...
2013-07-22 Nicholas ClarkMove file parsing code from t/lib/common.pl to t/test.pl
2013-07-22 Nicholas ClarkRefactor the setup code in t/lib/common.pl
2013-07-22 Nicholas Clarklib/warnings.t should actually run the test in t/lib...
2013-07-13 Father Chrysostomos[perl #118857] Test punct vars’ exemption from ‘once...
2013-07-10 Peter Martini'Prototype after' and 'Illegal character' warnings...
2013-07-04 Karl WilliamsonPATCH: [perl #114178] di/ds/ig exempt from warnings...
2013-07-04 Karl Williamsont/lib/warnings/utf8: Fix improper TODO test
2013-06-27 Father Chrysostomos[perl #117535, #76910] Fix bogus ambiguity warnings
2013-06-19 Father Chrysostomos[perl #118047] Don’t warn for tr//a/c
2013-06-14 Ricardo Signesfix category on "Statement unlikely to be reached"
2013-05-22 Nicholas ClarkMore tests for the "Ambiguous use of ... resolved ...
2013-05-08 Ricardo SignesRestore the warning previously issued by (-l $fh)
2013-05-03 Nicholas ClarkRevert "Change the warning for $* to add ", and will...
2013-05-03 Nicholas ClarkRevert "Add a deprecation warning for all uses of ...
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-21 Nicholas ClarkAdd a deprecation warning for all uses of @*, %*, ...
2013-03-21 Nicholas ClarkChange the warning for $* to add ", and will become...
2013-03-21 Nicholas ClarkGenerate the deprecation warnings for all uses $* or $#.
2013-03-21 Nicholas ClarkAdditional tests for the deprecation warnings when...
2013-03-07 Nicholas Clarkt/lib/common.pl should use absolute paths in @INC
2013-03-06 Brian FraserRestrict the valid identifier syntax, fix some identifi...
2013-02-20 Ricardo Signesput an experimental warning on lexical topic
2013-02-20 Rafael Garcia-SuarezUn-deprecate the support for lexical $_
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 WilliamsonReplace XXX by correct bug number
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-20 Karl WilliamsonRevert "Deprecate literal unescaped "{" in regexes."
2013-01-11 Karl Williamsonlib/warnings/regcomp: Add note about better place for...
2013-01-04 Karl Williamsoncharnames: Deprecate character names with spacing issues
2013-01-04 Karl Williamsoncharnames: :alias alone implies :full
2013-01-04 Karl Williamsoncharnames: comment, error message clarifications
2012-12-17 Tony Cookskip the \N{...} unloaded charnames croak test when...
2012-12-09 Father ChrysostomosChange Constant(undef) error to something meaningful
2012-12-09 Father ChrysostomosTest ‘Constant(%s) unknown’ error
2012-12-09 Father ChrysostomosTest error when constant overload handler returns undef
2012-12-04 Father Chrysostomos[perl #115818] Don’t croak for /[.zog.]/
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-24 Father ChrysostomosWarn by default for constant my sub redefinition
2012-11-19 Father ChrysostomosInline regcomp.c:S_checkposixcc into its only caller
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-16 Tony Cookunder -Dusedl there are no warnings about the other...
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
2012-11-11 Brian Frasertoke.c: [RT#73022] Make \N{...} UTF-8 clean.
2012-11-11 Karl Williamsoncharnames: Don't accept illegal :aliases
2012-11-11 Karl Williamsoncharnames.t: Make EXPECTs more robust
2012-10-28 Father Chrysostomossv.c: !SvLEN does not mean undefined
2012-10-26 Yves Ortonfix hash key ordering dependency in t/warnings.t
2012-10-25 Karl Williamsontoke.c: Avoid unnecessary uninitialized value msgs
2012-10-24 Karl Williamsoncharnames.t: Add names for some tests
2012-10-24 Karl WilliamsonMake \N{unknown char} a syntax error
2012-10-20 Yves Ortonfix off-by-one error in key detection logic for uniniti...
2012-10-20 Yves Ortonadd a TODO test for uninitialized warning hash bucket...
2012-10-12 Father ChrysostomosDisable const repl optimisation for empty pattern
2012-10-12 Father ChrysostomosUse const repl optimisation with s///e where possible
2012-10-10 Father Chrysostomos[perl #114658] Fix line numbers at the end of string...
2012-10-01 Father ChrysostomosMake 4-arg substr check SvUTF8(target) after stringfying
2012-09-26 Nicholas ClarkTest the resolution behaviour for file handles and...
2012-09-24 Father Chrysostomos[perl #77240] Don’t warn for --subname
2012-09-24 Jesse Luehrsdon't crash with -d if DB::DB is seen but not defined...
2012-09-20 Father Chrysostomos[perl #107002] No warnings test for require a::b+1
2012-09-16 Colin KuskieRefactor t/lib/1_compile.t to use test.pl instead of...
2012-09-16 Father ChrysostomosDisable lexsubs outside of feature.pm
2012-09-16 Father ChrysostomosDon’t mention pkg in proto warnings for lex subs
2012-09-16 Father ChrysostomosFirst stab at my sub
2012-09-16 Father ChrysostomosDon’t allow name after our/state sub
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-09-15 Father ChrysostomosFix %vd with alpha version
2012-09-03 Nicholas ClarknewXS_len_flags() shouldn't change the line number...
2012-09-03 Nicholas ClarkTest that the warning for "can be 0, test with defined...
2012-09-03 Nicholas ClarkTest that the warning for "Found = in conditional"...
2012-09-03 Nicholas ClarkTest that the line number for a "sub redefined" warning...
2012-08-26 Father ChrysostomosCroak for \local %{\%foo}
2012-08-26 Father ChrysostomosRestore ‘Can’t localize through ref’ to lv subs
2012-08-21 Father Chrysostomos[perl #70836] Fix err msg for unterminated here-doc...
2012-08-04 Father Chrysostomossv.c:varname: Fix bad assertion added by c6fb3f6e
2012-08-02 Father Chrysostomos[perl #114104] Better error for unterminated heredoc...
2012-08-01 Nicholas ClarkTest that when directories in @INC are skipped, coderef...
2012-07-29 Father ChrysostomosFix scrambled and incorrect proto mismatch error
2012-07-27 Father Chrysostomos[perl #113684] Make redo/last/next/dump accept expr
2012-07-19 Karl WilliamsonOnly generate above-Uni warning for \p{}, \P{}
2012-07-14 Father Chrysostomos[perl #113576] Restore err msg for &{+undef}
2012-07-09 Colin KuskieRefactor t/lib/commonsense.t to use t/test.pl instead...
2012-07-08 Father ChrysostomosCorrect err msg when calling stub w/no autoload fb
2012-07-06 Father ChrysostomosTest ‘Missing name in "my sub"’
2012-07-04 Father ChrysostomosUse ‘state’ in warning about sort {state $a}
2012-07-04 Father Chrysostomos[perl #86136] Downgrade sort {my $a} to a warning
2012-07-03 Matthew Horsfall... For #16249 - Overwrite PL_last_lop_op when eval() is...
2012-06-21 Brian Frasertoke.c: Make new error UTF-8 safe
2012-06-20 Father Chrysostomos[perl #113712] Don’t create stubs after errors
next