summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
Commit message (Collapse)AuthorAgeFilesLines
* fields.pm lost compile-time benefitRick Delaney2004-09-011-0/+6
| | | | | | | | | Message-Id: <20040813235412.GB12980@biff.bort.ca> restore the compile-time field checking for my Dog $spot; $spot->{'walkies'}; that was lost when pseudo-hashes were removed p4raw-id: //depot/perl@23256
* Remove the "Newline in left-justified string" warning.Rafael Garcia-Suarez2004-08-041-9/+0
| | | p4raw-id: //depot/perl@23192
* Sort perldiag.Rafael Garcia-Suarez2004-07-221-50/+50
| | | p4raw-id: //depot/perl@23151
* Re: "Too late for -T" could be more descriptiveJim Cromie2004-07-221-16/+20
| | | | | | Message-ID: <40FEA62E.2010809@divsol.com> (with tweaks) p4raw-id: //depot/perl@23150
* Grammar fix by Paul Johnson.Rafael Garcia-Suarez2004-07-221-1/+1
| | | p4raw-id: //depot/perl@23148
* Mention common dynaloader errors in perldiag.podJos I. Boumans2004-07-211-0/+16
| | | | | | | From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org> (with tweaks) p4raw-id: //depot/perl@23146
* Fix for: [perl #2738] perl segfautls on inputMarcus Holland-Moritz2004-06-241-0/+4
| | | | | | The parser was incorrectly accepting <> as a subroutine prototype and newATTRSUB didn't validate the proto argument before accessing op_sv. p4raw-id: //depot/perl@22990
* Abolish the "Tied variable freed while still in use" error - I haveNicholas Clark2004-06-221-6/+0
| | | | | a way to cleanly avoid the coredump. p4raw-id: //depot/perl@22969
* Re: [perl #30045] Transliteration replacement not terminated message obscureYitzchak Scott-Thoennes2004-06-091-2/+2
| | | | | Message-ID: <20040607072854.GB1028@efn.org> p4raw-id: //depot/perl@22923
* Re: [PATCH] Re: Lack of error for large string on SolarisJarkko Hietaniemi2004-06-081-15/+5
| | | | | Message-ID: <40C4A156.5030205@iki.fi> p4raw-id: //depot/perl@22904
* BOM-marked and (BOMless) UTF-16 scripts not workingJarkko Hietaniemi2004-05-131-2/+2
| | | | | | Message-ID: <40A26D75.8080406@iki.fi> Date: Wed, 12 May 2004 21:31:17 +0300 p4raw-id: //depot/perl@22818
* Add byte-order group modifiers to (un)pack templates.Marcus Holland-Moritz2004-05-041-0/+7
| | | | | | | | Follow-up on: #22734, #22745, #22753, #22754. Subject: Group modifiers in (un)pack templates Message-Id: <20040503201441.1b058e0d@r2d2> p4raw-id: //depot/perl@22780
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-7/+8
| | | p4raw-id: //depot/perl@22741
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-3/+28
| | | | | Message-Id: <20040421210920.3c467772@r2d2> p4raw-id: //depot/perl@22734
* warn on !=~Yitzchak Scott-Thoennes2004-03-201-0/+6
| | | | | | | Message-ID: <20040319062035.GA3768@efn.org> with an improvement suggested by Ton Hospel. p4raw-id: //depot/perl@22542
* malloc wrappageJarkko Hietaniemi2004-03-171-0/+19
| | | | | | | | Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi> plus change croak to Perl_croak_nocontext to make ithread safe plus make it conditional on PERL_MALLOC_WRAP (default for blead is on) p4raw-id: //depot/perl@22517
* Add perldiag entry for change #22435 (deprecate my $x if 0)Dave Mitchell2004-03-041-0/+16
| | | | | p4raw-link: @22435 on //depot/perl: 7921d0f22732c0609e6c9d21be9aaf6e52f99e6b p4raw-id: //depot/perl@22437
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-041-18/+0
| | | p4raw-id: //depot/perl@22433
* Add tests for the C<my $x if foo> deprecation, and change theDave Mitchell2004-02-181-1/+1
| | | | | warning text p4raw-id: //depot/perl@22332
* add deprecation warning for C<my $x if foo> and C<foo && (my $x)>Dave Mitchell2004-02-171-0/+18
| | | p4raw-id: //depot/perl@22328
* [perl #24940] "sub foo :unique" segfaultsDave Mitchell2004-01-201-0/+5
| | | | | | | | Turn these two into compile-time errors until such time as someone thinks of a useful meaning for them: my $x : unique sub foo : unique p4raw-id: //depot/perl@22187
* format/write (version 2)LAUN Wolfgang2004-01-161-0/+6
| | | | | | | | | | | | | | | | Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1> Fixes and additions to formats: Improvement: NULL chars in picture line Bugfix: C<@*> shown in output if not alone on a line New feature: C<^*> for variable-width, one-line-at-a-time text Improvement: Diagnostic on C<@#> and C<~~> Bugfix: Segmentation fault on big numbers Improvement (maybe): Truncation of numbers produces misleading output Bugfix: "}" terminates format Bugfix: Error when copying non-UTF to UTF (EBCDIC only) p4raw-id: //depot/perl@22161
* Some mandatory syntax warnings emitted by the lexer weren'tRafael Garcia-Suarez2004-01-051-10/+10
| | | | | disableable (bug [perl #24815]). p4raw-id: //depot/perl@22068
* Add a mention of the error "DESTROY created new referenceRafael Garcia-Suarez2003-12-111-0/+6
| | | | | to dead object" in perldiag. p4raw-id: //depot/perl@21877
* Remove the "Can't provide tied hash usage" error from perldiag.Rafael Garcia-Suarez2003-12-061-8/+0
| | | | | Mention the new tied hash SCALAR method in perldelta. p4raw-id: //depot/perl@21857
* Add a new taint error, "%ENV is aliased to %s".Rafael Garcia-Suarez2003-10-271-0/+6
| | | | | | | This error is thrown when taint checks are enabled and when *ENV has been aliased, so that %ENV has no env-magic anymore. (see bug [perl #24291].) p4raw-id: //depot/perl@21563
* Typos in perldiag.Rafael Garcia-Suarez2003-10-061-2/+2
| | | p4raw-id: //depot/perl@21411
* An error message need not be a novel.Jarkko Hietaniemi2003-09-221-2/+3
| | | p4raw-id: //depot/perl@21319
* The "perlio: " prefix looks a little oddJarkko Hietaniemi2003-09-131-69/+69
| | | | | | in the few warning/error messages, since no other 'subsystems' have prefixes. p4raw-id: //depot/perl@21208
* Unknown discipline ':utf8' w/ maint perl w/o perlioStas Bekman2003-09-131-0/+6
| | | | | | | | Message-ID: <3F62301B.3080604@stason.org> s/discipline/IO layer/, instead of "unknown" say "unavailable", and have the fuller explanation in perldiag. p4raw-id: //depot/perl@21203
* Detypo and explain better.Jarkko Hietaniemi2003-09-101-3/+4
| | | p4raw-id: //depot/perl@21156
* Document a PerlIO/Encode warning.Jarkko Hietaniemi2003-09-101-0/+9
| | | p4raw-id: //depot/perl@21151
* Slightly more intelligent paranoia.Jarkko Hietaniemi2003-09-081-0/+6
| | | p4raw-id: //depot/perl@21093
* More suidperl path disclosure plugging:Jarkko Hietaniemi2003-09-051-1/+1
| | | | | | | the #9813 didn't do enough. See either of http://rt.perl.org/rt2/Ticket/Display.html?id=6511 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426 p4raw-id: //depot/perl@21045
* [DOCPATCH] Re: [perl #23630] problem with "used only once" warningFergal Daly2003-09-021-0/+5
| | | | | Message-Id: <200309021736.52725.fergal@esatclear.ie> p4raw-id: //depot/perl@20999
* Explain the 'Wide character in print' a bit more.Jarkko Hietaniemi2003-08-111-3/+6
| | | p4raw-id: //depot/perl@20608
* DProf fixesRadu Greab2003-07-061-0/+7
| | | | | Message-ID: <16136.22456.99575.573777@ix.netsoft.ro> p4raw-id: //depot/perl@20034
* Rename again the warning about $* being no longer supportedRafael Garcia-Suarez2003-06-151-1/+1
| | | | | (and update perldiag this time!) p4raw-id: //depot/perl@19794
* Remove the deprecated $* variable.Rafael Garcia-Suarez2003-06-131-7/+6
| | | | | | | Incidentally, this fixes bug #22354, about unwanted action-at-distance of the /m regexp modifier. Add a new warning to advertise this fact. p4raw-id: //depot/perl@19769
* Add a new warning, "Newline in left-justified string for printf/sprintf"Robin Barker2003-06-121-0/+9
| | | | | | | | | to be issued if the string to be left-justified by s?printf contains a newline. Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk> p4raw-id: //depot/perl@19752
* jumbo closure fixDave Mitchell2003-05-291-23/+28
| | | | | Message-ID: <20030226144947.A14444@fdgroup.com> p4raw-id: //depot/perl@19637
* A *much* cut-down version of the patches in the threadJim Cromie2003-05-291-0/+10
| | | | | | | Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors From: Jim Cromie (via RT) <perlbug-followup@perl.org> Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org> p4raw-id: //depot/perl@19633
* New warning "Useless localization of %s", based onDave Mitchell2003-05-211-0/+6
| | | | | | | | | | Subject: [PATCH] new warning "Useless localization of %s is deprecated" Message-ID: <20030430201738.GA22054@fdgroup.com> The proposed patch added this warning in the 'deprecated' category ; I think this category is for things that exist and will be removed, rather than for things that don't exist and that will maybe be added. p4raw-id: //depot/perl@19588
* Re: Possible precedence problem on bitwise ^ operatorYitzchak Scott-Thoennes2003-05-191-4/+2
| | | | | | Message-ID: <N+Dy+gzkg+XX092yn@efn.org> (with tweaks to perldiag.pod) p4raw-id: //depot/perl@19570
* Clarify the explanation of the warning "Possible precedence problemRafael Garcia-Suarez2003-05-171-1/+3
| | | | | on bitwise operator". p4raw-id: //depot/perl@19540
* More perldiag.pod sortingRonald J. Kimball2003-05-131-40/+40
| | | | | | | Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu> (plus add 'no locale;') p4raw-id: //depot/perl@19516
* Re: Bug stomping fun. [PATCH: bug #1016]Alex Vandiver2003-05-121-1/+1
| | | | | | Message-Id: <1051872303.26203.104.camel@supox> (plus perldiag nit) p4raw-id: //depot/perl@19505
* Remove the error messages "Final @ should be \@ or @name"Rafael Garcia-Suarez2003-05-091-7/+0
| | | | | | | and "Final % should be \% or %name", that appear to be only produced in addition to another syntax error, and therefore misleading, if I understand correctly that kind of black magic. p4raw-id: //depot/perl@19468
* Remove duplicate entries from perldiagRafael Garcia-Suarez2003-05-081-10/+0
| | | p4raw-id: //depot/perl@19453
* Re: [perl #17718] %tiedhash in bool context doesn't check if hash is emptyYitzchak Scott-Thoennes2003-05-081-0/+8
| | | | | Message-ID: <7gYu+gzkgaFU092yn@efn.org> p4raw-id: //depot/perl@19452