summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
Commit message (Collapse)AuthorAgeFilesLines
* optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-0/+7
| | | | | by Mark-Jason Dominus <mjd@plover.com>) p4raw-id: //depot/perl@4083
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+17
| | | | | | version of patch suggested by Ilya Zakharevich, which in turn is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>) p4raw-id: //depot/perl@4081
* [REPATCH 5.005_61] Re: perldiag.pod omissionsColin Kuskie1999-09-011-5/+14
| | | | | | | | To: Ronald J Kimball <rjk@linguist.dartmouth.edu> cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, The Perl Porters Mailing List <perl5-porters@perl.org> Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com> p4raw-id: //depot/cfgperl@4062
* Retract #3922 (Rule #1 was invoked).Jarkko Hietaniemi1999-08-301-4/+0
| | | | | (See also #4058). p4raw-id: //depot/cfgperl@4056
* Use \N{named characters} instead of \C.Ilya Zakharevich1999-08-301-2/+2
| | | | | | | | | To: jhi@iki.fi Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce), perl5-porters@perl.org (Mailing list Perl5) Subject: Re: [PATCH 5.005_58] Named characters in Perl Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4052
* sub : attrlistSpider Boardman1999-08-291-2/+51
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US> p4raw-id: //depot/cfgperl@4043
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-3/+6
| | | p4raw-id: //depot/cfgperl@4038
* Implement 64-bit vec().Jarkko Hietaniemi1999-08-291-1/+5
| | | p4raw-id: //depot/cfgperl@4035
* Don't document ill-defined vec() bits casesJarkko Hietaniemi1999-08-191-2/+2
| | | | | (for which the code doesn't work right in any case) p4raw-id: //depot/cfgperl@4005
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-0/+5
| | | | | | | | | | | | do_vecget(). NOTE: the calling convention of do_vecset() changes, too: the `offset' that is assigned to LvTARGOFF(TARG) in pp_vec() is no more multiplied by `size' in pp_vec(), the multiplication is now done in do_vecset(). Also fix a cpp thinko in change #4002. p4raw-link: @4002 on //depot/cfgperl: 24db6c0d56fddf85ee587fc1cb1dbce678fa6a8c p4raw-id: //depot/cfgperl@4004
* Protect against pack/unpack repeat count overflows,Nathan Torkington1999-08-061-0/+10
| | | | | | | | | based on: To: Brian Keefer <mgomes@cwix.com> Cc: perl5-porters@perl.org Subject: Re: [ID 19990806.001] Core dump with obfuscated code Message-ID: <14250.27711.769942.100675@localhost.frii.com> p4raw-id: //depot/cfgperl@3928
* Fix regex charclass parsing so that bogus rangesJarkko Hietaniemi1999-08-051-1/+2
| | | | | | like [0-\d] and [[:word:]-z] are no more allowed. The anomaly was noticed by Guy Decoux. p4raw-id: //depot/cfgperl@3926
* Deprecate /^/ implictly meaning /^/m.Ilya Zakharevich1999-08-051-0/+4
| | | | | | | | | To: Gurusamy Sarathy <gsar@activestate.com> Cc: Tom Christiansen <tchrist@jhereg.perl.com>, chaimf@pobox.com, ed@chronos.net, perl5-porters@perl.org Subject: [PATCH 5.00557] split /^/ Message-ID: <19990804164657.A3776@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3922
* Introduce the charnames pragma.Jarkko Hietaniemi1999-08-041-0/+15
| | | | | | | | | | | | | | | | Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu> To: Chip Salzenberg <[11]chip@perlsupport.com> Cc: Mailing list Perl5 <[12]perl5-porters@perl.org> Date: Sat, 31 Jul 1999 05:44:05 -0400 Message-Id: <[13]199907311407.IAA25042@localhost.frii.com> From: Ilya Zakharevich <ilya@math.ohio-state.edu> To: Mailing list Perl5 <perl5-porters@perl.org> Subject: [PATCH 5.005_58] Named characters in Perl Date: Mon, 2 Aug 1999 19:25:40 -0400 Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3916
* Repent and make overly large integerishJarkko Hietaniemi1999-07-291-46/+18
| | | | | | | constants non-fatal. They are now promoted to NVs, accompanied by an overflow warning that is by default on. p4raw-id: //depot/cfgperl@3832
* Integer constants (0x, 0[0-7], 0b) now overflow fatally,Jarkko Hietaniemi1999-07-271-10/+59
| | | | | | | they used to be just optional lexical warnings. Also, with warnings turned on, constants > 2**32-1 trigger a non-portability warning. p4raw-id: //depot/cfgperl@3798
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-0/+6
| | | | | | | | | opcode.pl along with documentation typos (feature still needs to be described in perlopentut.pod and summarized in perldelta.pod) Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu> Subject: [PATCH 5.00557] 3-arg open p4raw-id: //depot/perl@3786
* (Version 2) Extending unpack to deal with counted stringsIan Phillipps1999-07-261-0/+25
| | | | | Message-ID: <19990723233556.B2435@homer.diplex.co.uk> p4raw-id: //depot/perl@3765
* emit warning about function calls that were encountered too earlyGurusamy Sarathy1999-07-231-0/+10
| | | | | to enforce their prototype p4raw-id: //depot/perl@3723
* remove several doubled (and tripled!) entriesGurusamy Sarathy1999-07-191-72/+0
| | | p4raw-id: //depot/perl@3701
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-191-6/+33
|\ | | | | p4raw-id: //depot/perl@3700
| * Integrate with Sarathy.Jarkko Hietaniemi1999-07-181-0/+6
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3698
| * Change t/pragma/warn oct()/hex() overflow tests to use %ConfigJarkko Hietaniemi1999-07-101-3/+3
| | | | | | | | | | | | | | to adapt to the underlying platform (the binary, 0b1..., test was broken in 64-bit platforms). Also change "hex" in the warning messages to "hexadecimal" to match "binary" and "octal". p4raw-id: //depot/cfgperl@3662
| * Integrate with Sarathy. perldiag.pod required manual editing.Jarkko Hietaniemi1999-07-071-3/+50
| | | | | | p4raw-id: //depot/cfgperl@3657
* | missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)Gurusamy Sarathy1999-07-181-0/+6
| | | | | | p4raw-id: //depot/perl@3695
* | integrate cfgperl contentsGurusamy Sarathy1999-07-071-9/+11
|\ \ | |/ | | p4raw-id: //depot/perl@3656
| * Integrate with Sarathy; one conflict in t/pragma/warn/recgompJarkko Hietaniemi1999-07-071-2/+2
| |\ | | | | | | | | | | | | resolved manually. p4raw-id: //depot/cfgperl@3648
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-07-071-6/+6
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@3638
| * | | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and utf8. If both utf8 and locale are on, utf8 wins. I don't fully understand why so many tables changed in lib/unicode because of "make" -- maybe it was just overdue. p4raw-id: //depot/cfgperl@3624
| * | | Integrate with mainperl.Jarkko Hietaniemi1999-07-041-2/+2
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@3576
* | | | applied new parts of suggested patchCharles Bailey1999-07-071-0/+46
| |_|/ |/| | | | | | | | | | | | | | Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu> Subject: [PATCH 5.005_57] Consolidated VMS patch p4raw-id: //depot/perl@3650
* | | lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-2/+2
| |/ |/| | | | | | | | | | | due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640
* | better diagnostics on read operations from write-onlyGurusamy Sarathy1999-07-071-6/+6
| | | | | | | | | | filehandles p4raw-id: //depot/perl@3632
* | remove misleading info on defined(&func), unclutter deprecationGurusamy Sarathy1999-07-041-2/+2
|/ | | | | about defined(@array) p4raw-id: //depot/perl@3567
* PATCH (5.005_57): defined(@a) now deprecatedMark-Jason Dominus1999-05-281-0/+12
| | | | | | To: perl5-porters@perl.com Message-ID: <19990527200544.13330.qmail@plover.com> p4raw-id: //depot/cfgperl@3498
* avoid enumerating @INC contents in diagnostic if @INC was neverGurusamy Sarathy1999-05-251-7/+9
| | | | | searched p4raw-id: //depot/perl@3466
* various little nitsGurusamy Sarathy1999-05-201-9/+1
| | | p4raw-id: //depot/perl@3436
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-05-171-0/+5
|\ | | | | p4raw-id: //depot/perl@3433
| * DOC PATCH (5.005_55): Error message missing from perldiag.podMark-Jason Dominus1999-05-161-0/+5
| | | | | | | | | | | | To: perl5-porters@perl.com Message-ID: <19990515164348.7313.qmail@plover.com> p4raw-id: //depot/cfgperl@3426
* | emit more appropriate diagnostic for failed glob (variantGurusamy Sarathy1999-05-171-2/+2
|/ | | | | of patch suggested by Graham Barr) p4raw-id: //depot/perl@3432
* "weak" references internals, still needs perlguts documentationGurusamy Sarathy1999-05-101-0/+20
| | | | | | (somewhat modified version of patch suggested by Tuomas J. Lukka <lukka@fas.harvard.edu>) p4raw-id: //depot/perl@3385
* Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)Ilya Zakharevich1999-05-101-0/+4
| | | | | Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@3373
* applied non-conflicting parts of suggested patchCharles Bailey1999-05-051-7/+57
| | | | | | Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu> Subject: [Patch 5.005_56] Revised VMS patch p4raw-id: //depot/perl@3306
* make perldoc use backslashed pathnames within system() on win32Gurusamy Sarathy1999-05-051-1/+1
| | | p4raw-id: //depot/perl@3305
* specify type of bracket in "Unmatched bracket" diagnostic;Gurusamy Sarathy1999-03-261-10/+10
| | | | | prefer 'brace' or 'curly bracket' over 'curly brace' p4raw-id: //depot/perl@3170
* better description of "Integer overflow" diagnosticGurusamy Sarathy1999-03-261-11/+10
| | | p4raw-id: //depot/perl@3169
* better "Illegal %s digit ignored" warningsGurusamy Sarathy1999-03-241-3/+12
| | | p4raw-id: //depot/perl@3137
* Use '!' to mark native integer packings instead of '_'.Jarkko Hietaniemi1999-03-031-3/+3
| | | p4raw-id: //depot/cfgperl@3053
* broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)Gurusamy Sarathy1999-02-151-2/+4
| | | | | | | | | | | | Message-ID: <19990207002851.B9185@toldyouso.com> Message-ID: <19990207212152.A9765@toldyouso.com> Message-ID: <19990207212041.A9622@toldyouso.com> Message-ID: <19990207213127.A10244@toldyouso.com> Message-ID: <19990207212559.A9950@toldyouso.com> Message-ID: <19990207212842.A9994@toldyouso.com> Message-ID: <19990207212500.A9860@toldyouso.com> Message-ID: <19990207213013.A10105@toldyouso.com> p4raw-id: //depot/perl@2941
* support native integers, pack("L_",...) etc. (via private mail)Jarkko Hietaniemi1999-02-151-0/+5
| | | | | | Message-Id: <199902092204.AAA29065@alpha.hut.fi> Subject: the "packnative" patch p4raw-id: //depot/perl@2936