summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
Commit message (Expand)AuthorAgeFilesLines
* If constant folding fails, don't fold constants, rather than reportingNicholas Clark2006-03-271-0/+5
* Make usage of :unique emit a deprecation warning.Rafael Garcia-Suarez2006-03-141-2/+1
* Yitzchak points out that the perldiag entry for "Integer overflow inRafael Garcia-Suarez2006-02-201-10/+0
* perldiag.pod patching re: integer overflowAndy Lester2006-02-131-6/+6
* In perldiag.pod add an entry for the error message that change 27155Nicholas Clark2006-02-111-0/+10
* The message "Can't upgrade that kind of scalar" can be far moreNicholas Clark2006-02-051-1/+1
* Remove "Can't upgrade to undef" from perldiag, as the correspondingNicholas Clark2006-02-051-6/+0
* Make dump and -u croak on Win32 and Cygwin to avoid confusionYves Orton2006-01-261-0/+4
* Make description of new warning introduced in change 26780 more preciseRafael Garcia-Suarez2006-01-111-2/+2
* Fix the new warning created with version-0.53Steve Peters2006-01-111-0/+5
* Add warnings for the various other *dir() functions when attemptedSteve Peters2006-01-041-0/+20
* Attemting to readdir() something that isn't a dirhandle should causeSteve Peters2006-01-031-0/+5
* perldiag.pod additions to go with change #26602.Steve Peters2006-01-031-0/+6
* Re-attempt to clear the hash in S_hfreeentries if anything adds to it.Nicholas Clark2005-12-311-0/+7
* assert(av); Cleanup the way that the av_*() functions checkGisle Aas2005-12-281-4/+0
* Croak if gv_init doesn't know how to create a typeglob from that typeNicholas Clark2005-12-201-0/+7
* Fix typo.Rafael Garcia-Suarez2005-12-191-1/+5
* latest switch/say/~~Robin Houston2005-12-191-0/+17
* Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().Gisle Aas2005-12-131-0/+6
* "Malformed UTF-8 character" was a severe warning, and can now beRafael Garcia-Suarez2005-12-051-1/+2
* Rework the error messages from the swashget code.SADAHIRO Tomoyuki2005-12-051-9/+9
* remove whitespace preceding semicolon in docsSteven Schubiger2005-11-101-1/+1
* Updated perldiag.pod entry for "Can't use subscript..."Steve Peters2005-11-081-1/+1
* Once more, with feeling.Nicholas Clark2005-11-041-0/+7
* Regen headersRafael Garcia-Suarez2005-11-021-0/+1
* sort/multicall patchRobin Houston2005-11-021-7/+5
* Replace the 3 currently "unreachable" ops with a single op bodyNicholas Clark2005-10-311-4/+5
* wrong maxlen in sselect [PATCH]Gisle Aas2005-10-211-0/+6
* Add -C to allowed $PERL5OPT optionsH.Merijn Brand2005-10-061-1/+1
* make threads.xs emit warnings properlyTassilo von Parseval2005-08-191-2/+2
* "thread failed to start" is a severe warning, not a fatal errorRafael Garcia-Suarez2005-08-051-1/+1
* POD typosPiotr Fusik2005-08-011-4/+4
* Remove obsolete error messagesRafael Garcia-Suarez2005-07-201-10/+0
* ternary operator cond ? foo : bar being parsed as ?...?Salvador FandiƱo2005-06-211-0/+10
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-201-5/+6
* Add new internal error message to perldiagRafael Garcia-Suarez2005-06-171-0/+5
* $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warnsNicholas Clark2005-06-091-0/+9
* Fix changed diagnosticRafael Garcia-Suarez2005-06-021-1/+1
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-1/+1
* disallow eval { goto &foo }Dave Mitchell2005-05-211-3/+2
* Fix [perl #34892] Segfault on &DB::sub declared but not definedRafael Garcia-Suarez2005-04-101-9/+8
* Removing Y2K warningsAndy Lester2005-04-081-5/+0
* Re: PATCH: byte count feature request for unpackTon Hospel2005-03-301-0/+5
* Forbid the -C option on the command-lineRafael Garcia-Suarez2005-03-221-1/+1
* pack / for general typesTon Hospel2005-03-211-6/+0
* Encoding neutral unpackTon Hospel2005-03-081-2/+78
* The "Setuid script not plain file" error wasn't documented.Rafael Garcia-Suarez2004-12-231-0/+5
* Reformulate an errorRafael Garcia-Suarez2004-11-021-5/+5
* Add a missing warning categorisation in perldiag.Rafael Garcia-Suarez2004-10-181-1/+1
* Document that $ENV{PATH} may not contain relative directories under -TRafael Garcia-Suarez2004-09-221-1/+2