summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
Commit message (Collapse)AuthorAgeFilesLines
* integrate mainline changesGurusamy Sarathy1999-12-121-18/+26
| | | p4raw-id: //depot/utfperl@4679
* Follow that camel ... another sync.Nick Ing-Simmons1999-10-241-0/+9
| | | p4raw-id: //depot/utfperl@4443
* Warn inside character classes about unknown backslash escapesJarkko Hietaniemi1999-10-141-1/+6
| | | | | | | (that are not caught earlier because of being completely unknown, such as \m), such as \z (because they make do sense inside regexen, but not inside character classes). p4raw-id: //depot/cfgperl@4380
* Warn about false ranges like \d-\w (see the change #4355).Jarkko Hietaniemi1999-10-141-1/+8
| | | | | | | The invalid ranges (b-a) warning message also enhanced. p4raw-link: @4355 on //depot/cfgperl: 1209ba901e0b2880eea69ad70613848af5543517 p4raw-id: //depot/cfgperl@4374
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-131-13/+15
|\ | | | | p4raw-id: //depot/cfgperl@4369
| * pod nits from various perl portersGurusamy Sarathy1999-10-131-1/+1
| | | | | | p4raw-id: //depot/perl@4368
| * typos and language goofs pointed out by Hugo van der SandenGurusamy Sarathy1999-10-131-12/+14
| | | | | | | | | | <hv@crypt.compulink.co.uk> p4raw-id: //depot/perl@4366
* | Revert the parts of #3926 that outlawed character rangesJarkko Hietaniemi1999-10-121-2/+1
|/ | | | | | | | | | | that have character classes such as \w as either endpoint. This change re-establishes the old behavior which meant that such ranges weren't really ranges, the "-" was literal. Moreover, this change also fixes the old behavior to be more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't. Now they all do work as described above. The #3926 outlawed all of those. p4raw-id: //depot/cfgperl@4355
* fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted byGurusamy Sarathy1999-10-071-1/+6
| | | | | Brian Mitchell <brian@chele.cais.net>) p4raw-id: //depot/perl@4310
* A better version of #4296.Michael G. Schwern1999-10-031-3/+3
| | | | | | | To: perl5-porters@perl.org Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field" Message-ID: <19991003135423.A3050@blackrider> p4raw-id: //depot/cfgperl@4297
* (Replaced by #4297.)Michael G. Schwern1999-10-031-2/+2
| | | | | | | | | | To: perl5-porters@perl.org Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field" Message-ID: <19991003131647.A2816@blackrider> plus changed the error message to say "No such pseudo-hash field" as discussed in the above mail message. p4raw-id: //depot/cfgperl@4296
* re-add missing "Out of memory!" entryGurusamy Sarathy1999-09-301-0/+6
| | | p4raw-id: //depot/perl@4264
* Malloc fixes and docsIlya Zakharevich1999-09-271-0/+11
| | | | | Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@4237
* Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-2/+2
| | | | | Message-Id: <199909250459.VAA27506@kiev.wall.org> p4raw-id: //depot/perl@4227
* change "#" to a comment starter in pack templates; "/" nowIlya Zakharevich1999-09-231-4/+4
| | | | | | | used for specifying counted types Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates p4raw-id: //depot/perl@4222
* change some filenames to be 8.3-friendlyGurusamy Sarathy1999-09-141-0/+6
| | | p4raw-id: //depot/perl@4149
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-131-0/+5
|\ | | | | p4raw-id: //depot/cfgperl@4140
| * add -DPERL_Y2KWARN build option that will generate additionalGurusamy Sarathy1999-09-131-0/+5
| | | | | | | | | | | | warnings on "19$yy" etc (reworked a patch suggested by Ulrich Pfeifer <upf@de.uu.net>) p4raw-id: //depot/perl@4132
* | [DOCPATCH] Server errors and perldiagTom Phoenix1999-09-131-1/+22
|/ | | | | | To: Perl Porters Mailing List <perl5-porters@perl.org> Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com> p4raw-id: //depot/cfgperl@4134
* 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