Re: [perl #17757] s///g fails when using English & study in 5.8.0
[p5sagit/p5-mst-13.2.git] / pod / perldiag.pod
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:
2002-04-06 Jarkko Hietaniemi Make hv_notallowed a static as suggested by Nicholas...
2002-04-03 Jarkko Hietaniemi Detached threads do not help; they still hold resources.
2002-04-03 Jarkko Hietaniemi Document the "Cleanup skipped ..." warning.
2002-04-01 Mark-Jason Dominus warning for split(/.../g, ...);
2002-03-29 Nick Ing-Simmons Integrate mainline
2002-03-28 Mark-Jason Dominus warning at use of /c modifier with s///
2002-03-28 Jarkko Hietaniemi A little bit better error message for \pq, still
2002-03-28 Mark-Jason Dominus warning at use of /c modifier without /g modifier
2002-03-28 Hugo van der Sanden Re: Regex-Unicode bugs
2002-03-27 Jarkko Hietaniemi Warn instead of croak.
2002-03-22 Abhijit Menon-Sen Revert #15200 for backwards compatiblity reasons.
2002-03-12 Mike Guy Disambiguate "Can't locate"
2002-03-11 Michael G. Schwern Subject: [PATCH] Hash::Util ...
2002-03-03 Jarkko Hietaniemi EBCDIC: the v-string components cannot exceed 2147483647.
2002-03-03 Jarkko Hietaniemi Remove the bogus "incorrect case" warning completely.
2002-03-02 Jarkko Hietaniemi PATCH: "splice() offset past end of array" warning...
2002-03-01 Paul Marquess RE: VERSION core
2002-02-26 Simon Glover Subject: Missing diagnostics
2002-02-26 Michael G. Schwern "Attempt to access to key"?
2002-02-24 Rick Delaney Re: taint news
2002-02-22 Ilya Zakharevich pack with a human face: the sequel
2002-02-21 Ilya Zakharevich grouping in pack/unpack
2002-02-10 Jarkko Hietaniemi Additional explanation for the [:...:] failure.
2002-02-03 Rafael Garcia-Suarez lstat FH and -l FH warnings
2002-02-01 Nick Ing-Simmons Integrate mainline
2002-02-01 Rafael Garcia-Suarez make "lstat FH" croak
2002-01-31 Jarkko Hietaniemi Turn the I/O Unicode error by default on, but the
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Andreas König The
2002-01-21 Rafael Garcia-Suarez Re: [PATCH warnings, perldiag] document diagnostics
2002-01-17 Rafael Garcia-Suarez overload.pm warnings
2002-01-15 Rafael Garcia-Suarez Style issue
2002-01-12 Mike Guy Correct misleading error message
2002-01-06 Sam Tregar Bad prototype detection now an optional warning
2002-01-04 Jarkko Hietaniemi A bit of "perl.com" cleanup.
2002-01-04 Rafael Garcia-Suarez warn if not CORE::dump
2002-01-03 Abhijit Menon-Sen Grammar fix suggested by Gwyn Judd.
2002-01-02 Rafael Garcia-Suarez errors caused by the "my Dog $spot" syntax
2002-01-02 Sam Tregar Bad prototype detection changed from error to warning
2002-01-01 Nicholas Clark perldiag.pod transposition
2002-01-01 Rafael Garcia-Suarez Corrections : unknown warning category
2001-12-31 Sam Tregar Basic bad prototype detection
2001-12-17 Jarkko Hietaniemi Demote the surrogate and non-character errors to warnings.
2001-12-17 Rafael Garcia-Suarez -t and the core tests; -t and PERL5OPT
2001-12-16 Jarkko Hietaniemi Disallow also Unicode ranges 0xFDD0..0xFDEF and
2001-12-16 Jarkko Hietaniemi Make creating UTF-8 surrogates a punishable act.
2001-11-27 Wolfgang Laun unpack P* uses random length for item
2001-11-19 Rafael Garcia-Suarez new warning "Useless use of sort in scalar context"
2001-11-12 Jeffrey Friedl a few typo fixes
2001-11-08 Mark-Jason Dominus replace perl.com/CPAN/ with http://www.cpan.org/
2001-11-06 Nick Ing-Simmons Keep It Simple and Stupid version of readonly hash...
2001-11-02 Abhijit Menon-Sen [PATCH] the the double double word word fix fix
2001-09-29 Jarkko Hietaniemi More leniency to the \p and \P: now can have whitespace
2001-09-25 Jarkko Hietaniemi perldiag entry for #12205.
2001-09-25 Michael G. Schwern Deprecating chdir(undef)/chdir('')
2001-09-23 chromatic Re:
2001-09-22 Abhijit Menon-Sen `@foo' should be @foo for consistency.
2001-09-22 Peter Scott perldiag.pod
2001-09-07 Jarkko Hietaniemi Try to make Socket::inet_ntoa() more robust.
2001-08-31 Philip Newton [DOC PATCH] Add perl4 warning messages to perldiag.pod
2001-08-24 Abhijit Menon-Sen #11739 was incomplete.
2001-08-24 Philip Newton [DOC patch bleadperl] "misspelled" misspelled
2001-08-24 Rafael Garcia-Suarez [DOC PATCH] Adding new warning in perldiag.pod
2001-07-12 Mark-Jason Dominus Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
next