summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling of double free warningFather Chrysostomos2011-11-221-1/+1
* Correct perldiag entry for sv_replace panicFather Chrysostomos2011-11-221-5/+5
* perldiag: Fix categories of internal severe warningsFather Chrysostomos2011-11-221-5/+5
* [RT #36079] Convert ` to '.jkeenan2011-11-221-4/+4
* perldiag: constant redef warning is not always defaultFather Chrysostomos2011-11-211-3/+3
* perldiag: Assertions are not trappableFather Chrysostomos2011-11-191-2/+2
* perldiag: Rewrap ‘length() used on %s’Father Chrysostomos2011-11-181-2/+2
* Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-181-0/+13
* Re-deprecate $[Father Chrysostomos2011-11-171-0/+5
* Forbid source filters in Unicode evalsFather Chrysostomos2011-11-061-0/+7
* Warn for $[ ‘version’ checksFather Chrysostomos2011-11-011-0/+11
* Reimplement $[ as a moduleFather Chrysostomos2011-10-211-5/+15
* Eliminate (X|F) convention from perldiag.Father Chrysostomos2011-10-111-6/+6
* More documenting that \p{} defined only for <= U+10FFFKarl Williamson2011-10-011-0/+10
* Revise diagnostic textKarl Williamson2011-10-011-1/+1
* remove index offsetting ($[)Zefram2011-09-091-20/+5
* Provide more information in the message for "strxfrm() gets absurd".Nicholas Clark2011-09-091-0/+6
* Remove a Devel::DProf error from perldiag.podNicholas Clark2011-09-091-7/+0
* &CORE::foo() for dbmopen and dbmcloseFather Chrysostomos2011-08-251-0/+7
* Strip S<> formatting codes from diagnostics outputMatthew Horsfall (alh)2011-08-221-2/+1
* Remove user-defined casing featureKarl Williamson2011-08-221-9/+0
* Update perldiag/&CORE::%s cannot be called directlyFather Chrysostomos2011-08-181-1/+1
* perldiag.pod on defined %hashKevin Ryde2011-08-141-10/+15
* Add inlinable &CORE::functionsFather Chrysostomos2011-08-141-0/+10
* Fix typos in several pod/perl*.pod filesKeith Thompson2011-08-021-4/+4
* More typo fixes in pod/perl*.pod filesKeith Thompson2011-07-311-1/+1
* Correct defined(%hash) entryFather Chrysostomos2011-07-241-3/+4
* [perl #95538] perldiag.pod on defined %hashKevin Ryde2011-07-241-3/+14
* perldiag: Add missing variant of proto warningFather Chrysostomos2011-07-211-0/+5
* attributes.pm: warn & don’t apply :lvalue to defined subsFather Chrysostomos2011-06-221-5/+10
* Trim multiple blank lines above =item in pod files.Nicholas Clark2011-06-221-3/+0
* [perl #92228] Mention diagnostics pragma in perldiagDominic Hargreaves2011-06-041-1/+1
* It’s still the 20th century?Father Chrysostomos2011-05-311-6/+0
* [perl #31946] Warn when assigning to a TEMPFather Chrysostomos2011-05-301-0/+6
* remove 'hfreeentries failed to free hash' panicDavid Mitchell2011-05-191-7/+0
* Remove ambigous warning from perldiagFather Chrysostomos2011-04-181-11/+0
* Make keys/value/each $scalar accept only unblessed refsFather Chrysostomos2011-04-181-3/+3
* Make push/shift $scalar accept only unblessed aryrefsFather Chrysostomos2011-04-181-0/+6
* regcomp: Improve error message for (?-d:...)Karl Williamson2011-04-121-2/+8
* PATCH: partial [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-101-4/+3
* PATCH: partial [perl #86972]: Allow /aiaKarl Williamson2011-04-101-4/+5
* PATCH: [perl #87726] unwanted warning from diagnostics.pm under -wKarl Williamson2011-04-051-1/+1
* reg_namedseq: Restructure so doesn't duplicate codeKarl Williamson2011-03-201-8/+0
* Reword a perldiag entryFather Chrysostomos2011-03-061-5/+4
* toke.c: Raise error for multiple regexp modsKarl Williamson2011-03-011-0/+12
* Point people to perlop for here doc errorsbrian d foy2011-03-011-3/+6
* Handle [folds] of 0-255 without swashesKarl Williamson2011-02-271-0/+9
* make /\p{isUserDefined}/ die on taintDavid Mitchell2011-02-221-0/+8
* Update docs for postfix /dual flagsFather Chrysostomos2011-02-201-5/+4
* Allow suffix form for /a /d /l /uKarl Williamson2011-02-191-0/+12