Re: [PATCH] remove leaveit from toke.c:scan_const
[p5sagit/p5-mst-13.2.git] / pod / perldiag.pod
2006-10-17 SADAHIRO Tomoyuki Re: [PATCH] remove leaveit from toke.c:scan_const
2006-10-16 Rafael Garcia-Suarez The "Unrecognized escape" warning can now be emitted...
2006-10-02 H.Merijn Brand doc typo change on jhi's request
2006-10-02 Jarkko Hietaniemi perldiag.pod: followup on the PerlIO::scalar patch
2006-09-29 Jarkko Hietaniemi PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling...
2006-09-19 Yves Orton Re: \N{...} in regular expression [PATCH]
2006-08-14 Rafael Garcia-Suarez Typo fix in perldiag
2006-07-06 Rafael Garcia-Suarez Error in the formulation of the new warning, spotted...
2006-07-06 Rafael Garcia-Suarez Add a new warning, "State variable %s will be reinitial...
2006-07-06 Rafael Garcia-Suarez Mention state variables in perldiag. Add switch-related...
2006-06-12 Daniel Frederick... Re: [PATCH DOC] Three minor fixes related to perlop
2006-03-27 Nicholas Clark If constant folding fails, don't fold constants, rather...
2006-03-14 Rafael Garcia-Suarez Make usage of :unique emit a deprecation warning.
2006-02-20 Rafael Garcia-Suarez Yitzchak points out that the perldiag entry for "Intege...
2006-02-13 Andy Lester perldiag.pod patching re: integer overflow
2006-02-11 Nicholas Clark In perldiag.pod add an entry for the error message...
2006-02-05 Nicholas Clark The message "Can't upgrade that kind of scalar" can...
2006-02-05 Nicholas Clark Remove "Can't upgrade to undef" from perldiag, as the...
2006-01-26 Yves Orton Make dump and -u croak on Win32 and Cygwin to avoid...
2006-01-11 Rafael Garcia-Suarez Make description of new warning introduced in change...
2006-01-11 Steve Peters Fix the new warning created with version-0.53
2006-01-04 Steve Peters Add warnings for the various other *dir() functions...
2006-01-03 Steve Peters Attemting to readdir() something that isn't a dirhandle...
2006-01-03 Steve Peters perldiag.pod additions to go with change #26602.
2005-12-31 Nicholas Clark Re-attempt to clear the hash in S_hfreeentries if anyth...
2005-12-28 Gisle Aas assert(av); Cleanup the way that the av_*() functions...
2005-12-20 Nicholas Clark Croak if gv_init doesn't know how to create a typeglob...
2005-12-19 Rafael Garcia-Suarez Fix typo.
2005-12-19 Robin Houston latest switch/say/~~
2005-12-13 Gisle Aas Add 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 Tomoyuki Rework the error messages from the swashget code.
2005-11-10 Steven Schubiger remove whitespace preceding semicolon in docs
2005-11-08 Steve Peters Updated perldiag.pod entry for "Can't use subscript..."
2005-11-04 Nicholas Clark Once more, with feeling.
2005-11-02 Rafael Garcia-Suarez Regen headers
2005-11-02 Robin Houston sort/multicall patch
2005-10-31 Nicholas Clark Replace the 3 currently "unreachable" ops with a single...
2005-10-21 Gisle Aas wrong maxlen in sselect [PATCH]
2005-10-06 H.Merijn Brand Add -C to allowed $PERL5OPT options
2005-08-19 Tassilo von Parseval make 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 Fusik POD typos
2005-07-20 Rafael Garcia-Suarez Remove obsolete error messages
2005-06-21 Salvador Fandiño ternary operator cond ? foo : bar being parsed as ...
2005-06-20 Rafael Garcia-Suarez Remove the deprecated $# variable
2005-06-17 Rafael Garcia-Suarez Add 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-Suarez Fix changed diagnostic
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-05-21 Dave Mitchell disallow eval { goto &foo }
2005-04-10 Rafael Garcia-Suarez Fix [perl #34892] Segfault on ...
2005-04-08 Andy Lester Removing Y2K warnings
2005-03-30 Ton Hospel Re: PATCH: byte count feature request for unpack
2005-03-22 Rafael Garcia-Suarez Forbid the -C option on the command-line
2005-03-21 Ton Hospel pack / for general types
2005-03-08 Ton Hospel Encoding neutral unpack
2004-12-23 Rafael Garcia-Suarez The "Setuid script not plain file" error wasn't documented.
2004-11-02 Rafael Garcia-Suarez Reformulate an error
2004-10-18 Rafael Garcia-Suarez Add a missing warning categorisation in perldiag.
2004-09-22 Rafael Garcia-Suarez Document that $ENV{PATH} may not contain relative direc...
2004-09-01 Rick Delaney fields.pm lost compile-time benefit
2004-08-04 Rafael Garcia-Suarez Remove the "Newline in left-justified string" warning.
2004-07-22 Rafael Garcia-Suarez Sort perldiag.
2004-07-22 Jim Cromie Re: "Too late for -T" could be more descriptive
2004-07-22 Rafael Garcia-Suarez Grammar fix by Paul Johnson.
2004-07-21 Jos I. Boumans Mention common dynaloader errors in perldiag.pod
2004-06-24 Marcus Holland-Moritz Fix for: [perl #2738] perl segfautls on input
2004-06-22 Nicholas Clark Abolish 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 Hietaniemi Re: [PATCH] Re: Lack of error for large string on Solaris
2004-05-13 Jarkko Hietaniemi BOM-marked and (BOMless) UTF-16 scripts not working
2004-05-04 Marcus Holland-Moritz Add byte-order group modifiers to (un)pack templates.
2004-04-23 Dave Mitchell Include variable names in "Use of uninitialized value...
2004-04-23 Marcus Holland-Moritz byte-order modifiers for (un)pack templates
2004-03-20 Yitzchak Scott-Tho... warn on !=~
2004-03-17 Jarkko Hietaniemi malloc wrappage
2004-03-04 Dave Mitchell Add perldiag entry for change #22435 (deprecate my...
2004-03-04 Dave Mitchell retract 22328 and 22332: deprecation warning for my...
2004-02-18 Dave Mitchell Add tests for the C<my $x if foo> deprecation, and...
2004-02-17 Dave Mitchell add 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 Wolfgang format/write (version 2)
2004-01-05 Rafael Garcia-Suarez Some mandatory syntax warnings emitted by the lexer...
2003-12-11 Rafael Garcia-Suarez Add a mention of the error "DESTROY created new reference
2003-12-06 Rafael Garcia-Suarez Remove the "Can't provide tied hash usage" error from...
2003-10-27 Rafael Garcia-Suarez Add a new taint error, "%ENV is aliased to %s".
2003-10-06 Rafael Garcia-Suarez Typos in perldiag.
2003-09-22 Jarkko Hietaniemi An error message need not be a novel.
2003-09-13 Jarkko Hietaniemi The "perlio: " prefix looks a little odd
2003-09-13 Stas Bekman Unknown discipline ':utf8' w/ maint perl w/o perlio
2003-09-10 Jarkko Hietaniemi Detypo and explain better.
2003-09-10 Jarkko Hietaniemi Document a PerlIO/Encode warning.
2003-09-08 Jarkko Hietaniemi Slightly more intelligent paranoia.
2003-09-05 Jarkko Hietaniemi More suidperl path disclosure plugging:
2003-09-02 Fergal Daly [DOCPATCH] Re: [perl #23630] problem with "used only...
2003-08-11 Jarkko Hietaniemi Explain the 'Wide character in print' a bit more.
2003-07-06 Radu Greab DProf fixes
2003-06-15 Rafael Garcia-Suarez Rename again the warning about $* being no longer supported
2003-06-13 Rafael Garcia-Suarez Remove the deprecated $* variable.
next