This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlfunc/gethostbyname: Add missing C in C<>
[perl5.git] / pod / perldiag.pod
2011-02-13 Father Chrysostomosperldiag: missing article
2011-02-13 Father ChrysostomosReplace mention of MacPerl with Symbian
2011-02-13 Father ChrysostomosImprove perldiag/Eval-group not allowed at runtime
2011-02-13 Father ChrysostomosCorrect perldiag/Died
2011-02-13 Father ChrysostomosReflow perldiag/Deprecated character in \N{...}
2011-02-13 Father ChrysostomosResort some perldiag entries
2011-02-13 Father ChrysostomosMore perldiag grammar tweaks
2011-02-13 Father ChrysostomosDelete perldiag/Can't unshift
2011-02-13 Father Chrysostomosmore perldiag grammar/punctuation tweaks
2011-02-13 Father ChrysostomosReflow perldiag/Can't find Unicode property
2011-02-13 Karl Williamsonregex: Deprecate \b{ and \B{
2011-02-13 Karl Williamsonregcomp.c: include { in unregcognized \q{ warning
2011-02-13 Father ChrysostomosDelete perldiag/Can't declare class for non-scalar
2011-02-13 Father ChrysostomosDelete perldiag/Can't call method in empty package
2011-02-13 Father Chrysostomosperldiag: Combine nearly identical entries
2011-02-12 Father Chrysostomosperldiag: pseudo-hashes are long gone
2011-02-12 Father Chrysostomosperldiag: typos
2011-02-12 Father Chrysostomosperldiag: be realistic
2011-02-12 Father Chrysostomosperldiag: typos and slight English improvements
2011-02-12 Father ChrysostomosCorrect perldiag/Ambiguous use of -%s
2011-02-12 Father ChrysostomosClarify perldiag/Ambiguous use of %c{%s%s}
2011-02-12 Father ChrysostomosClean up perldiag/Ambiguous use resolved as operator
2011-02-10 Father Chrysostomostypo in perldiag
2011-02-10 Father ChrysostomosPrevent destructors called from gp_free from seeing...
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-01-29 Karl Williamsonperldiag.pod: Expand \p in locale description
2011-01-28 Karl Williamsonregcomp: Add warning if tries to use \p in locale.
2011-01-22 Michael StevensFix an invalid =item warning.
2011-01-10 Karl WilliamsonAdd warnings for use of problematic code points
2011-01-10 Karl Williamsonutf8.c(): Default to allow problematic code points
2011-01-10 Karl WilliamsonAdd check_utf8_print()
2011-01-10 Karl Williamsonperldiag.pod: Remove more format precisions
2011-01-08 Karl Williamsondiag.t: Remove printf conversion modifiers from msgs
2011-01-08 Karl Williamsondiag.t: Ignore formatting precisions in messages
2011-01-08 Karl Williamsonperldiag.pod: Add missing message severities
2011-01-07 Peter J. Acklam... Fix typos in pod/*
2010-12-03 Father ChrysostomosDeprecate tie $handle without *
2010-11-30 Father Chrysostomos[perl #68560] calling closure prototype SEGVs
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-03 Father ChrysostomosDocument the ‘Using !~’ errors
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-10-09 Ricardo Signesdo not use both "a lvalue" and "an lvalue" but pick one
2010-10-03 Walt MankowskiFixed typos -- replaced "the the" with "the"
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-21 Father Chrysostomos‘criteria was’ -> ‘criteria were’
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-06 Zeframfunction interface to parse Perl statement
2010-08-12 David GoldenAdd perldiag entry for invalid version object
2010-08-12 David GoldenAdd perldiag entries for new version format errors
2010-07-26 James MastrosRemove "at - line 3" from the end of a perldiag entry.
2010-07-26 James MastrosDocument "Ambiguous use of -%s resolved as -&%s()"
2010-07-26 James MastrosDocument "Ambiguous use of %c{%s%s} resolved to %c...
2010-07-26 James MastrosDocument "Ambiguous use of %c{%s} resolved to %c%s"
2010-07-26 James MastrosDocument "Ambiguous use of %c resolved as operator %c"
2010-07-19 Karl Williamsonpods: mention \o{}, 3 octal digits
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-18 Karl Williamson\400 -\777 now means the same thing in all d-quote
2010-06-18 Karl WilliamsonDeprecate no space between pattern, following word
2010-05-31 Karl WilliamsonPATCH: teach diag.t new warning function names
2010-05-30 Karl WilliamsonPATCH: [perl #75138] "\c`" -> " "
2010-05-30 Karl WilliamsonDon't require doubled backslashes in perldiag.pod
2010-05-17 Rafael Garcia-SuarezBetter perldiag heading for "\cX" deprecation warning
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...
next