This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change perlgpl.pod to GPL 1 to match README
[perl5.git] / pod / perldiag.pod
2010-05-05 Jesse VincentRevert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-26 Karl WilliamsonDeal with "\c{", and its kin
2010-04-25 Karl WilliamsonPATCH: memory leak introduced in 5.12.0
2010-04-23 James MastrosNew deprecation warning: Dot after %s literal is concat...
2010-04-15 Rafael Garcia-Suarez[perl #74372] := warning not in perldiag
2010-04-13 Father Chrysostomos[perl #73712] ‘Variable is not imported’ cannot be...
2010-03-03 Jan DuboisRevert "Forbid labels with keyword names"
2010-02-28 Karl WilliamsonNote this doesn't work: $re = "\\N{...}"; /$re/
2010-02-20 Karl WilliamsonPATCH: deprecation warnings for unreasonable charnames
2010-02-20 Karl WilliamsonImprove handling of qq(\N{...}); and /x
2010-02-19 Karl WilliamsonMake a missing right brace on \N{ fatal
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-07 Slaven Rezicchanged "an UTF..." to "a UTF..." in all Pods
2010-02-05 Michael G. SchwernDon't try to calculate a time over the conservative...
2010-01-31 Karl WilliamsonClarify warning that e.g. \q is reserved
2010-01-15 Rafael Garcia-SuarezAdd warning "Cannot find encoding"
2010-01-13 brian d foy* Em dash cleanup in pod/
2010-01-12 Rafael Garcia-SuarezThe new lvalue warning should not be turned on by default
2010-01-10 Gerard GoossenIgnore a lvalue attribute after the subroutine has...
2010-01-10 Matt S TroutMove prototype parsing related warnings from the 'synta...
2009-12-25 Karl WilliamsonUpdate .pods
2009-12-20 Karl Williamsonchange non-char warning message from malformed
2009-12-06 hv@crypt.org[perl #71000] Wrong variable name in warning
2009-11-21 Rafael Garcia-SuarezAdd new warning introduced by last patch in perldiag.
2009-11-15 Zeframlexer API
2009-11-13 Father Chrysostomos[perl #70337] perldiag: localtime(...) too large
2009-11-05 Jesse VincentImplement facility to plug in syntax triggered by keywords
2009-11-01 Nicholas ClarkRemove Perl_pmflag() from the public API, and mark...
2009-11-01 Ben MorrowDocumentation for the 'qr' overload.
2009-10-22 Rafael Garcia-SuarezRemove the venerable fatal error "Runaway format"
2009-10-18 Nicholas Clarkutf16_to_utf8_reversed() should croak early when passed...
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-13 Nicholas ClarkUse deprecate() in place of deprecate_old(), and remove...
2009-10-03 Rafael Garcia-SuarezChange warning "Unicode character is illegal" to more...
2009-10-02 Rafael Garcia-Suarez"Malformed UTF-16 surrogate" is a fatal error
2009-09-27 Zefram[perl #69384] numericness failure in sorting
2009-09-13 Bo Borgersonsplit: Remove implicit split to @_
2009-07-30 Rafael Garcia-SuarezAdd new error "Can't use keyword '%s' as a label"
2009-07-26 Father ChrysostomosAllow -C on the #! line when it is identical to -C...
2009-07-20 AbigailAnother typo, as spotted by Offer Kaye <offer.kaye...
2009-07-20 chromaticTypo Fixes in Diagnostic
2009-07-09 David GoldenMake kill() fatal for non-numeric pids
2009-06-28 BramDocument what $* used to do on older versions
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-06-23 Nicholas ClarkNote that the "Deep recursion" depth warning threshold...
2009-06-13 Rafael Garcia-SuarezNit for the "Missing right brace" error message description
2009-05-14 Claes JakobssonAmelioration of the error message "Unrecognized charact...
2009-04-12 Nicholas ClarkDeprecate using "unique" with the attributes pragma.
2009-04-12 Nicholas ClarkDeprecate using "locked" with the attributes pragma.
2009-04-12 Nicholas ClarkRemove attrs, which has been deprecated since 1999...
2009-04-07 Rafael Garcia-SuarezDeprecate assignment to $[
2009-02-13 Rafael Garcia-SuarezDocument error "Smart matching a non-overloaded object...
2009-02-05 Slaven Rezic"wide character" warnings are severe
2009-01-23 Nicholas Clarksuidperl goes.
2009-01-19 Rafael Garcia-SuarezAdd warning category
2009-01-19 Slaven Rezicabout warnings if forks fail in Perl_my_popen
2009-01-16 KarlAdd warning about octal > 377 in some regexes
2009-01-10 AbigailTypo fix in pod/perldiag.pod
2008-12-02 Steve PetersAdd diagnostics for "No such hook: %s".
2008-11-25 reneeb[perl #7911] no warning for useless /d in tr/0-9//d
2008-11-13 Rafael Garcia-SuarezFix error message label
2008-11-12 Rafael Garcia-SuarezSome deprecated warnings were also in the syntax category
2008-09-11 Nicholas ClarkAbolish the warning "Can't locate package %"SVf" for...
2008-08-24 BramUnintented interpolation of $/ in regex (was: Re: ...
2008-07-13 Nicholas ClarkThe assert()ions in sv_chop() that the passed in pointe...
2008-06-08 Rafael Garcia-SuarezDocument new warning added by #34021
2008-05-18 Bram[perl #38955] exists(): error message on wrong argument...
2008-01-17 Nicholas Clarkwarn if ++ or -- are unable to change the value because...
2008-01-11 Rafael Garcia-SuarezRemove the -P switch
2008-01-09 Rafael Garcia-SuarezRemove the warning "v-string in require/use non portable"
2007-10-30 Rafael Garcia-SuarezMention version.pm and new v-string portability warning in
2007-10-27 Father ChrysostomosRe: [PATCH] perlfunc/perldiag errors
2007-10-20 Father Chrysostomosperlfunc/perldiag errors
2007-10-08 Rafael Garcia-SuarezDocumentation change to go with change #32056.
2007-10-05 Robin BarkerNew [PATCH] use 5.006; use 5.10.0
2007-10-04 David LandgrenPOD cleanups
2007-10-03 Rafael Garcia-SuarezReverse change #31978
2007-09-26 Robin BarkerRE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-25 Rick DelaneyRe: [PATCH 5.10] Improve diagnostic for reloads of...
2007-09-08 Nicholas ClarkFor now, forbid all list assignment initialisation...
2007-09-08 Nicholas ClarkMake 'state $$' etc report 'Can't use global $$ in...
2007-09-08 Nicholas ClarkUpdate perldiag.pod to mention "state" in all places...
2007-09-02 Gabor SzaboImproved error messages for new comers and non-English...
2007-08-10 Claes JacobssonRe: [PATCH] Adding more information to "Unrecognized...
2007-07-12 Rafael Garcia-SuarezMore terminology updates for warnings
2007-07-11 Rafael Garcia-SuarezBetter wording, suggested by Eric Cholet.
2007-07-11 Rafael Garcia-SuarezTurn the "$# / $* is no longer supported" warnings...
2007-07-03 Rafael Garcia-SuarezForbid \g0. (tests coming later)
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-02 Ævar Arnfjörð Bjar... When FETCHSIZE returns <0 perl segfaults
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2007-04-20 Rafael Garcia-SuarezAdditions to perldiag for MRO, by Brandon Black.
2007-03-30 Rafael Garcia-SuarezAdd two deprecation warnings:
2007-03-12 Rafael Garcia-Suarezwarn() without args doesn't take a default message...
2007-03-07 Juerd WaalboerRe: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-01-02 Nicholas ClarkCopying to FORMATs should work (and not fail assertions...
next