| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/utfperl@4679
|
|
|
| |
p4raw-id: //depot/utfperl@4443
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
| |
The invalid ranges (b-a) warning message also enhanced.
p4raw-link: @4355 on //depot/cfgperl: 1209ba901e0b2880eea69ad70613848af5543517
p4raw-id: //depot/cfgperl@4374
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@4369
|
| |
| |
| | |
p4raw-id: //depot/perl@4368
|
| |
| |
| |
| |
| | |
<hv@crypt.compulink.co.uk>
p4raw-id: //depot/perl@4366
|
|/
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Brian Mitchell <brian@chele.cais.net>)
p4raw-id: //depot/perl@4310
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@4264
|
|
|
|
|
| |
Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@4237
|
|
|
|
|
| |
Message-Id: <199909250459.VAA27506@kiev.wall.org>
p4raw-id: //depot/perl@4227
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@4149
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@4140
|
| |
| |
| |
| |
| |
| | |
warnings on "19$yy" etc (reworked a patch suggested by
Ulrich Pfeifer <upf@de.uu.net>)
p4raw-id: //depot/perl@4132
|
|/
|
|
|
|
| |
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
|
|
|
|
|
| |
by Mark-Jason Dominus <mjd@plover.com>)
p4raw-id: //depot/perl@4083
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
(See also #4058).
p4raw-id: //depot/cfgperl@4056
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
p4raw-id: //depot/cfgperl@4043
|
|
|
| |
p4raw-id: //depot/cfgperl@4038
|
|
|
| |
p4raw-id: //depot/cfgperl@4035
|
|
|
|
|
| |
(for which the code doesn't work right in any case)
p4raw-id: //depot/cfgperl@4005
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
like [0-\d] and [[:word:]-z] are no more allowed.
The anomaly was noticed by Guy Decoux.
p4raw-id: //depot/cfgperl@3926
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
constants non-fatal. They are now promoted
to NVs, accompanied by an overflow warning that
is by default on.
p4raw-id: //depot/cfgperl@3832
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
p4raw-id: //depot/perl@3765
|
|
|
|
|
| |
to enforce their prototype
p4raw-id: //depot/perl@3723
|
|
|
| |
p4raw-id: //depot/perl@3701
|
|\
| |
| | |
p4raw-id: //depot/perl@3700
|
| |\
| |/
|/| |
p4raw-id: //depot/cfgperl@3698
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@3657
|
| |
| |
| | |
p4raw-id: //depot/perl@3695
|
|\ \
| |/
| | |
p4raw-id: //depot/perl@3656
|
| |\
| | |
| | |
| | |
| | | |
resolved manually.
p4raw-id: //depot/cfgperl@3648
|
| |\ \
| | | |
| | | | |
p4raw-id: //depot/cfgperl@3638
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/cfgperl@3576
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
Subject: [PATCH 5.005_57] Consolidated VMS patch
p4raw-id: //depot/perl@3650
|