perlipc typo
[p5sagit/p5-mst-13.2.git] / pod / perldiag.pod
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.
2003-06-12 Robin Barker Add a new warning, "Newline in left-justified string...
2003-05-29 Dave Mitchell jumbo closure fix
2003-05-29 Jim Cromie A *much* cut-down version of the patches in the thread
2003-05-21 Dave Mitchell New 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-Suarez Clarify the explanation of the warning "Possible preced...
2003-05-13 Ronald J. Kimball More perldiag.pod sorting
2003-05-12 Alex Vandiver Re: Bug stomping fun. [PATCH: bug #1016]
2003-05-09 Rafael Garcia-Suarez Remove the error messages "Final @ should be \@ or...
2003-05-08 Rafael Garcia-Suarez Remove duplicate entries from perldiag
2003-05-08 Yitzchak Scott-Tho... Re: [perl #17718] %tiedhash in bool context doesn't...
2003-05-08 Ronald J. Kimball alphabetize perldiag.pod
2003-04-27 Dave Mitchell Re: the revenge of the bride of the son of the night...
2003-04-23 Dave Mitchell A new fatal error :
2003-04-02 Jarkko Hietaniemi Make perldiag agree with #19138.
2003-03-18 Philip Newton Minor updates of Wolfgang's pack patch
2003-03-17 LAUN Wolfgang pack changes and related fixes
2003-03-12 Jarkko Hietaniemi Tell how to possibly dodge 'Out of memory' errors.
2003-03-10 Yitzchak Scott-Tho... Re: odd (or not so odd?) segmentation fault in 5.8.0
2003-03-04 Salvador Fandiño [PATCH] assertions
2003-02-24 Jarkko Hietaniemi PERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-15 Jarkko Hietaniemi The new(er) way of controlling Unicode I/O (and other...
2002-12-10 Rafael Garcia-Suarez Integrate from the maint-5.8/ branch :
2002-12-08 Slaven Rezic Document that $ENV{TERM} may produce taint failures.
2002-12-02 Rafael Garcia-Suarez Fix bug #18573 : in a double-quoted string, a \c not...
2002-12-02 Hugo van der Sanden integrate 5.8-maint: changes #18174 18187 18189-92...
2002-11-06 Slaven Rezic Re: [perl #18048] read \*FH, ... returns undef but...
2002-11-04 Jarkko Hietaniemi s/Perlf/Perl/ (thanks rgs)
2002-11-04 Jarkko Hietaniemi How pre-5.9.0 Perl can be fooled by a defined-or.
2002-10-29 Rafael Garcia-Suarez Partial fix of bug [perl #17589] : prevent the parser to
2002-10-17 John Peacock Re: [PATCH] Version object combined patch
2002-10-12 Nicholas Clark Re: [perl #17772] pack "w" /* this cannot happen ;...
2002-10-11 Jarkko Hietaniemi No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
2002-10-03 Rafael Garcia-Suarez Change the warning message "%s trapped by operation...
2002-10-03 Rafael Garcia-Suarez Add a new warning, "Possible precedence problem on...
2002-10-02 Jarkko Hietaniemi reentrant buffers
2002-10-02 Jarkko Hietaniemi no [] in tr///
2002-10-02 Rafael Garcia-Suarez Re: perlio bug?
2002-08-17 Michael G. Schwern Remove pseudo-hashes (complete)
2002-07-13 Rafael Garcia-Suarez The warning "Use of tainted arguments in %s is deprecated"
2002-07-10 Jarkko Hietaniemi Small threads docs cleanups.
2002-07-09 Nick Ing-Simmons perldiag patch for implied open of STDIN/STDOUT/STDERR
2002-07-04 Rafael Garcia-Suarez Typos and missing warning categories.
2002-06-11 Rafael Garcia-Suarez Fix a cut-n-paste error.
2002-06-09 Jarkko Hietaniemi "thread failed to start: " is better than "Died:".
2002-06-06 Rafael Garcia-Suarez The perlio warnings are not mandatory.
2002-06-06 Nick Ing-Simmons Integrate mainline
2002-06-06 Jarkko Hietaniemi Rafael noticed a bug in the explanation of #17035.
2002-06-06 Jarkko Hietaniemi Give more detailed explanation of open(FH, ">:foobar...
2002-05-20 Rafael Garcia-Suarez The "constant sub redefined" warning can't be disabled.
2002-05-19 Nick Ing-Simmons Integrate mailine
2002-05-18 Dave Mitchell revised warnings + more tests + docs
2002-05-12 Jarkko Hietaniemi Reword the "threads still running" cleanup message.
2002-04-27 Rafael Garcia-Suarez Some more known open() modes.
2002-04-19 Rafael Garcia-Suarez warn on ref open without perlio
2002-04-09 Jarkko Hietaniemi Retract the UTF-8 filenames patch. This may be
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Jarkko Hietaniemi There was no nice way of getting in UTF-8 filenames:
next