This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Removed unnecessary pointers checks
[perl5.git] / pod / perldiag.pod
2006-03-27 Nicholas ClarkIf constant folding fails, don't fold constants, rather...
2006-03-14 Rafael Garcia-SuarezMake usage of :unique emit a deprecation warning.
2006-02-20 Rafael Garcia-SuarezYitzchak points out that the perldiag entry for "Intege...
2006-02-13 Andy Lesterperldiag.pod patching re: integer overflow
2006-02-11 Nicholas ClarkIn perldiag.pod add an entry for the error message...
2006-02-05 Nicholas ClarkThe message "Can't upgrade that kind of scalar" can...
2006-02-05 Nicholas ClarkRemove "Can't upgrade to undef" from perldiag, as the...
2006-01-26 Yves OrtonMake dump and -u croak on Win32 and Cygwin to avoid...
2006-01-11 Rafael Garcia-SuarezMake description of new warning introduced in change...
2006-01-11 Steve PetersFix the new warning created with version-0.53
2006-01-04 Steve PetersAdd warnings for the various other *dir() functions...
2006-01-03 Steve PetersAttemting to readdir() something that isn't a dirhandle...
2006-01-03 Steve Petersperldiag.pod additions to go with change #26602.
2005-12-31 Nicholas ClarkRe-attempt to clear the hash in S_hfreeentries if anyth...
2005-12-28 Gisle Aasassert(av); Cleanup the way that the av_*() functions...
2005-12-20 Nicholas ClarkCroak if gv_init doesn't know how to create a typeglob...
2005-12-19 Rafael Garcia-SuarezFix typo.
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-13 Gisle AasAdd overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-05 Rafael Garcia-Suarez"Malformed UTF-8 character" was a severe warning, and...
2005-12-05 SADAHIRO TomoyukiRework the error messages from the swashget code.
2005-11-10 Steven Schubigerremove whitespace preceding semicolon in docs
2005-11-08 Steve PetersUpdated perldiag.pod entry for "Can't use subscript..."
2005-11-04 Nicholas ClarkOnce more, with feeling.
2005-11-02 Rafael Garcia-SuarezRegen headers
2005-11-02 Robin Houstonsort/multicall patch
2005-10-31 Nicholas ClarkReplace the 3 currently "unreachable" ops with a single...
2005-10-21 Gisle Aaswrong maxlen in sselect [PATCH]
2005-10-06 H.Merijn BrandAdd -C to allowed $PERL5OPT options
2005-08-19 Tassilo von Parsevalmake threads.xs emit warnings properly
2005-08-05 Rafael Garcia-Suarez"thread failed to start" is a severe warning, not a...
2005-08-01 Piotr FusikPOD typos
2005-07-20 Rafael Garcia-SuarezRemove obsolete error messages
2005-06-21 Salvador Fandiñoternary operator cond ? foo : bar being parsed as ...
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-06-17 Rafael Garcia-SuarezAdd new internal error message to perldiag
2005-06-09 Nicholas Clark$r = do {my @a; \$#a}; $$r = 503 # is also naughty...
2005-06-02 Rafael Garcia-SuarezFix changed diagnostic
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-21 Dave Mitchelldisallow eval { goto &foo }
2005-04-10 Rafael Garcia-SuarezFix [perl #34892] Segfault on &DB::sub declared but...
2005-04-08 Andy LesterRemoving Y2K warnings
2005-03-30 Ton HospelRe: PATCH: byte count feature request for unpack
2005-03-22 Rafael Garcia-SuarezForbid the -C option on the command-line
2005-03-21 Ton Hospelpack / for general types
2005-03-08 Ton HospelEncoding neutral unpack
2004-12-23 Rafael Garcia-SuarezThe "Setuid script not plain file" error wasn't documented.
2004-11-02 Rafael Garcia-SuarezReformulate an error
2004-10-18 Rafael Garcia-SuarezAdd a missing warning categorisation in perldiag.
2004-09-22 Rafael Garcia-SuarezDocument that $ENV{PATH} may not contain relative direc...
2004-09-01 Rick Delaneyfields.pm lost compile-time benefit
2004-08-04 Rafael Garcia-SuarezRemove the "Newline in left-justified string" warning.
2004-07-22 Rafael Garcia-SuarezSort perldiag.
2004-07-22 Jim CromieRe: "Too late for -T" could be more descriptive
2004-07-22 Rafael Garcia-SuarezGrammar fix by Paul Johnson.
2004-07-21 Jos I. BoumansMention common dynaloader errors in perldiag.pod
2004-06-24 Marcus Holland-MoritzFix for: [perl #2738] perl segfautls on input
2004-06-22 Nicholas ClarkAbolish the "Tied variable freed while still in use...
2004-06-09 Yitzchak Scott-Tho... Re: [perl #30045] Transliteration replacement not termi...
2004-06-08 Jarkko HietaniemiRe: [PATCH] Re: Lack of error for large string on Solaris
2004-05-13 Jarkko HietaniemiBOM-marked and (BOMless) UTF-16 scripts not working
2004-05-04 Marcus Holland-MoritzAdd byte-order group modifiers to (un)pack templates.
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-04-23 Marcus Holland-Moritzbyte-order modifiers for (un)pack templates
2004-03-20 Yitzchak Scott-Tho... warn on !=~
2004-03-17 Jarkko Hietaniemimalloc wrappage
2004-03-04 Dave MitchellAdd perldiag entry for change #22435 (deprecate my...
2004-03-04 Dave Mitchellretract 22328 and 22332: deprecation warning for my...
2004-02-18 Dave MitchellAdd tests for the C<my $x if foo> deprecation, and...
2004-02-17 Dave Mitchelladd deprecation warning for C<my $x if foo> and C<foo...
2004-01-20 Dave Mitchell[perl #24940] "sub foo :unique" segfaults
2004-01-16 LAUN Wolfgangformat/write (version 2)
2004-01-05 Rafael Garcia-SuarezSome mandatory syntax warnings emitted by the lexer...
2003-12-11 Rafael Garcia-SuarezAdd a mention of the error "DESTROY created new reference
2003-12-06 Rafael Garcia-SuarezRemove the "Can't provide tied hash usage" error from...
2003-10-27 Rafael Garcia-SuarezAdd a new taint error, "%ENV is aliased to %s".
2003-10-06 Rafael Garcia-SuarezTypos in perldiag.
2003-09-22 Jarkko HietaniemiAn error message need not be a novel.
2003-09-13 Jarkko HietaniemiThe "perlio: " prefix looks a little odd
2003-09-13 Stas BekmanUnknown discipline ':utf8' w/ maint perl w/o perlio
2003-09-10 Jarkko HietaniemiDetypo and explain better.
2003-09-10 Jarkko HietaniemiDocument a PerlIO/Encode warning.
2003-09-08 Jarkko HietaniemiSlightly more intelligent paranoia.
2003-09-05 Jarkko HietaniemiMore suidperl path disclosure plugging:
2003-09-02 Fergal Daly[DOCPATCH] Re: [perl #23630] problem with "used only...
2003-08-11 Jarkko HietaniemiExplain the 'Wide character in print' a bit more.
2003-07-06 Radu GreabDProf fixes
2003-06-15 Rafael Garcia-SuarezRename again the warning about $* being no longer supported
2003-06-13 Rafael Garcia-SuarezRemove the deprecated $* variable.
2003-06-12 Robin BarkerAdd a new warning, "Newline in left-justified string...
2003-05-29 Dave Mitchelljumbo closure fix
2003-05-29 Jim CromieA *much* cut-down version of the patches in the thread
2003-05-21 Dave MitchellNew warning "Useless localization of %s", based on
2003-05-19 Yitzchak Scott-Tho... Re: Possible precedence problem on bitwise ^ operator
2003-05-17 Rafael Garcia-SuarezClarify the explanation of the warning "Possible preced...
2003-05-13 Ronald J. KimballMore perldiag.pod sorting
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-05-09 Rafael Garcia-SuarezRemove the error messages "Final @ should be \@ or...
2003-05-08 Rafael Garcia-SuarezRemove duplicate entries from perldiag
2003-05-08 Yitzchak Scott-Tho... Re: [perl #17718] %tiedhash in bool context doesn't...
next