2009-01-10 |
Abigail |
Typo fix in pod/perldiag.pod |
blob | commitdiff |
2008-12-02 |
Steve Peters |
Add diagnostics for "No such hook: %s". |
blob | commitdiff | diff to current |
2008-11-25 |
reneeb |
[perl #7911] no warning for useless /d in tr/0-9//d |
blob | commitdiff | diff to current |
2008-11-13 |
Rafael Garcia-Suarez |
Fix error message label |
blob | commitdiff | diff to current |
2008-11-12 |
Rafael Garcia-Suarez |
Some deprecated warnings were also in the syntax category |
blob | commitdiff | diff to current |
2008-09-11 |
Nicholas Clark |
Abolish the warning "Can't locate package %"SVf" for... |
blob | commitdiff | diff to current |
2008-08-24 |
Bram |
Unintented interpolation of $/ in regex (was: Re: ... |
blob | commitdiff | diff to current |
2008-07-13 |
Nicholas Clark |
The assert()ions in sv_chop() that the passed in pointe... |
blob | commitdiff | diff to current |
2008-06-08 |
Rafael Garcia-Suarez |
Document new warning added by #34021 |
blob | commitdiff | diff to current |
2008-05-18 |
Bram |
[perl #38955] exists(): error message on wrong argument... |
blob | commitdiff | diff to current |
2008-01-17 |
Nicholas Clark |
warn if ++ or -- are unable to change the value because... |
blob | commitdiff | diff to current |
2008-01-11 |
Rafael Garcia-Suarez |
Remove the -P switch |
blob | commitdiff | diff to current |
2008-01-09 |
Rafael Garcia-Suarez |
Remove the warning "v-string in require/use non portable" |
blob | commitdiff | diff to current |
2007-10-30 |
Rafael Garcia-Suarez |
Mention version.pm and new v-string portability warning in |
blob | commitdiff | diff to current |
2007-10-27 |
Father Chrysostomos |
Re: [PATCH] perlfunc/perldiag errors |
blob | commitdiff | diff to current |
2007-10-20 |
Father Chrysostomos |
perlfunc/perldiag errors |
blob | commitdiff | diff to current |
2007-10-08 |
Rafael Garcia-Suarez |
Documentation change to go with change #32056. |
blob | commitdiff | diff to current |
2007-10-05 |
Robin Barker |
New [PATCH] use 5.006; use 5.10.0 |
blob | commitdiff | diff to current |
2007-10-04 |
David Landgren |
POD cleanups |
blob | commitdiff | diff to current |
2007-10-03 |
Rafael Garcia-Suarez |
Reverse change #31978 |
blob | commitdiff | diff to current |
2007-09-26 |
Robin Barker |
RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns |
blob | commitdiff | diff to current |
2007-09-25 |
Rick Delaney |
Re: [PATCH 5.10] Improve diagnostic for reloads of... |
blob | commitdiff | diff to current |
2007-09-08 |
Nicholas Clark |
For now, forbid all list assignment initialisation... |
blob | commitdiff | diff to current |
2007-09-08 |
Nicholas Clark |
Make 'state $$' etc report 'Can't use global $$ in... |
blob | commitdiff | diff to current |
2007-09-08 |
Nicholas Clark |
Update perldiag.pod to mention "state" in all places... |
blob | commitdiff | diff to current |
2007-09-02 |
Gabor Szabo |
Improved error messages for new comers and non-English... |
blob | commitdiff | diff to current |
2007-08-10 |
Claes Jacobsson |
Re: [PATCH] Adding more information to "Unrecognized... |
blob | commitdiff | diff to current |
2007-07-12 |
Rafael Garcia-Suarez |
More terminology updates for warnings |
blob | commitdiff | diff to current |
2007-07-11 |
Rafael Garcia-Suarez |
Better wording, suggested by Eric Cholet. |
blob | commitdiff | diff to current |
2007-07-11 |
Rafael Garcia-Suarez |
Turn the "$# / $* is no longer supported" warnings... |
blob | commitdiff | diff to current |
2007-07-03 |
Rafael Garcia-Suarez |
Forbid \g0. (tests coming later) |
blob | commitdiff | diff to current |
2007-06-24 |
Nicholas Clark |
s/\bunicode\b/Unicode/; # For everything not dual life |
blob | commitdiff | diff to current |
2007-06-05 |
Rafael Garcia-Suarez |
Remove support for assertions and -A |
blob | commitdiff | diff to current |
2007-05-02 |
Ævar Arnfjörð Bjar... |
When FETCHSIZE returns <0 perl segfaults |
blob | commitdiff | diff to current |
2007-04-24 |
Rafael Garcia-Suarez |
Remove the code that handles assignment to state variables |
blob | commitdiff | diff to current |
2007-04-20 |
Rafael Garcia-Suarez |
Additions to perldiag for MRO, by Brandon Black. |
blob | commitdiff | diff to current |
2007-03-30 |
Rafael Garcia-Suarez |
Add two deprecation warnings: |
blob | commitdiff | diff to current |
2007-03-12 |
Rafael Garcia-Suarez |
warn() without args doesn't take a default message... |
blob | commitdiff | diff to current |
2007-03-07 |
Juerd Waalboer |
Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) |
blob | commitdiff | diff to current |
2007-01-02 |
Nicholas Clark |
Copying to FORMATs should work (and not fail assertions... |
blob | commitdiff | diff to current |
2006-12-25 |
Yves Orton |
Re: Named-capture regex syntax |
blob | commitdiff | diff to current |
2006-12-18 |
Ilya Zakharevich |
OS/2: survive SIGCHLD |
blob | commitdiff | diff to current |
2006-12-04 |
Yves Orton |
\R is supposed to mean something else so switch to... |
blob | commitdiff | diff to current |
2006-11-24 |
Rafael Garcia-Suarez |
Revert change #29098 (that introduced a new warning, |
blob | commitdiff | diff to current |
2006-11-22 |
Yves Orton |
\G with /g results in infinite loop in 5.6 and later |
blob | commitdiff | diff to current |
2006-11-15 |
Yves Orton |
Re: [PATCH] Fix RT#19049 and add relative backreferences |
blob | commitdiff | diff to current |
2006-11-07 |
Yves Orton |
New regex syntax omnibus |
blob | commitdiff | diff to current |
2006-11-04 |
SADAHIRO Tomoyuki |
Re: [perl #40641] crash with unicode characters in... |
blob | commitdiff | diff to current |
2006-10-30 |
Yves Orton |
The second patch from: |
blob | commitdiff | diff to current |
2006-10-24 |
SADAHIRO Tomoyuki |
New UTF-8 warning : Variable length character upgraded... |
blob | commitdiff | diff to current |
2006-10-19 |
Alexander Gough |
stab at UNITCHECK blocks |
blob | commitdiff | diff to current |
2006-10-17 |
SADAHIRO Tomoyuki |
Re: [PATCH] remove leaveit from toke.c:scan_const |
blob | commitdiff | diff to current |
2006-10-16 |
Rafael Garcia-Suarez |
The "Unrecognized escape" warning can now be emitted... |
blob | commitdiff | diff to current |
2006-10-02 |
H.Merijn Brand |
doc typo change on jhi's request |
blob | commitdiff | diff to current |
2006-10-02 |
Jarkko Hietaniemi |
perldiag.pod: followup on the PerlIO::scalar patch |
blob | commitdiff | diff to current |
2006-09-29 |
Jarkko Hietaniemi |
PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling... |
blob | commitdiff | diff to current |
2006-09-19 |
Yves Orton |
Re: \N{...} in regular expression [PATCH] |
blob | commitdiff | diff to current |
2006-08-14 |
Rafael Garcia-Suarez |
Typo fix in perldiag |
blob | commitdiff | diff to current |
2006-07-06 |
Rafael Garcia-Suarez |
Error in the formulation of the new warning, spotted... |
blob | commitdiff | diff to current |
2006-07-06 |
Rafael Garcia-Suarez |
Add a new warning, "State variable %s will be reinitial... |
blob | commitdiff | diff to current |
2006-07-06 |
Rafael Garcia-Suarez |
Mention state variables in perldiag. Add switch-related... |
blob | commitdiff | diff to current |
2006-06-12 |
Daniel Frederick... |
Re: [PATCH DOC] Three minor fixes related to perlop |
blob | commitdiff | diff to current |
2006-03-27 |
Nicholas Clark |
If constant folding fails, don't fold constants, rather... |
blob | commitdiff | diff to current |
2006-03-14 |
Rafael Garcia-Suarez |
Make usage of :unique emit a deprecation warning. |
blob | commitdiff | diff to current |
2006-02-20 |
Rafael Garcia-Suarez |
Yitzchak points out that the perldiag entry for "Intege... |
blob | commitdiff | diff to current |
2006-02-13 |
Andy Lester |
perldiag.pod patching re: integer overflow |
blob | commitdiff | diff to current |
2006-02-11 |
Nicholas Clark |
In perldiag.pod add an entry for the error message... |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark |
The message "Can't upgrade that kind of scalar" can... |
blob | commitdiff | diff to current |
2006-02-05 |
Nicholas Clark |
Remove "Can't upgrade to undef" from perldiag, as the... |
blob | commitdiff | diff to current |
2006-01-26 |
Yves Orton |
Make dump and -u croak on Win32 and Cygwin to avoid... |
blob | commitdiff | diff to current |
2006-01-11 |
Rafael Garcia-Suarez |
Make description of new warning introduced in change... |
blob | commitdiff | diff to current |
2006-01-11 |
Steve Peters |
Fix the new warning created with version-0.53 |
blob | commitdiff | diff to current |
2006-01-04 |
Steve Peters |
Add warnings for the various other *dir() functions... |
blob | commitdiff | diff to current |
2006-01-03 |
Steve Peters |
Attemting to readdir() something that isn't a dirhandle... |
blob | commitdiff | diff to current |
2006-01-03 |
Steve Peters |
perldiag.pod additions to go with change #26602. |
blob | commitdiff | diff to current |
2005-12-31 |
Nicholas Clark |
Re-attempt to clear the hash in S_hfreeentries if anyth... |
blob | commitdiff | diff to current |
2005-12-28 |
Gisle Aas |
assert(av); Cleanup the way that the av_*() functions... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark |
Croak if gv_init doesn't know how to create a typeglob... |
blob | commitdiff | diff to current |
2005-12-19 |
Rafael Garcia-Suarez |
Fix typo. |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston |
latest switch/say/~~ |
blob | commitdiff | diff to current |
2005-12-13 |
Gisle Aas |
Add overflow check to EXPECT_NUMBER() used by sv_vcatpv... |
blob | commitdiff | diff to current |
2005-12-05 |
Rafael Garcia-Suarez |
"Malformed UTF-8 character" was a severe warning, and... |
blob | commitdiff | diff to current |
2005-12-05 |
SADAHIRO Tomoyuki |
Rework the error messages from the swashget code. |
blob | commitdiff | diff to current |
2005-11-10 |
Steven Schubiger |
remove whitespace preceding semicolon in docs |
blob | commitdiff | diff to current |
2005-11-08 |
Steve Peters |
Updated perldiag.pod entry for "Can't use subscript..." |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark |
Once more, with feeling. |
blob | commitdiff | diff to current |
2005-11-02 |
Rafael Garcia-Suarez |
Regen headers |
blob | commitdiff | diff to current |
2005-11-02 |
Robin Houston |
sort/multicall patch |
blob | commitdiff | diff to current |
2005-10-31 |
Nicholas Clark |
Replace the 3 currently "unreachable" ops with a single... |
blob | commitdiff | diff to current |
2005-10-21 |
Gisle Aas |
wrong maxlen in sselect [PATCH] |
blob | commitdiff | diff to current |
2005-10-06 |
H.Merijn Brand |
Add -C to allowed $PERL5OPT options |
blob | commitdiff | diff to current |
2005-08-19 |
Tassilo von Parseval |
make threads.xs emit warnings properly |
blob | commitdiff | diff to current |
2005-08-05 |
Rafael Garcia-Suarez |
"thread failed to start" is a severe warning, not a... |
blob | commitdiff | diff to current |
2005-08-01 |
Piotr Fusik |
POD typos |
blob | commitdiff | diff to current |
2005-07-20 |
Rafael Garcia-Suarez |
Remove obsolete error messages |
blob | commitdiff | diff to current |
2005-06-21 |
Salvador Fandiño |
ternary operator cond ? foo : bar being parsed as ... |
blob | commitdiff | diff to current |
2005-06-20 |
Rafael Garcia-Suarez |
Remove the deprecated $# variable |
blob | commitdiff | diff to current |
2005-06-17 |
Rafael Garcia-Suarez |
Add new internal error message to perldiag |
blob | commitdiff | diff to current |
2005-06-09 |
Nicholas Clark |
$r = do {my @a; \$#a}; $$r = 503 # is also naughty... |
blob | commitdiff | diff to current |
2005-06-02 |
Rafael Garcia-Suarez |
Fix changed diagnostic |
blob | commitdiff | diff to current |
next |