| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
p4raw-id: //depot/perl@10168
|
|
|
|
|
|
|
| |
Message-ID: <20010519040423.A16861@math.ohio-state.edu>
(In bleadperl patched b-stash.t instead of b.t)
p4raw-id: //depot/perl@10164
|
|
|
|
|
| |
Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
p4raw-id: //depot/perl@10161
|
|
|
|
|
| |
in 20001222.001.
p4raw-id: //depot/perl@10150
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
p4raw-id: //depot/perl@10149
|
|
|
|
|
| |
Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@10146
|
|
|
| |
p4raw-id: //depot/perl@10140
|
|
|
|
|
| |
Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@10136
|
|
|
|
|
|
|
|
|
| |
v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
Message-ID: <3B0146AA.2839.17BFDA6@localhost>
Test case for #10128.
p4raw-id: //depot/perl@10134
|
|
|
|
|
| |
Message-ID: <3AFC2AE5.5E787E54@rowman.com>
p4raw-id: //depot/perl@10118
|
|
|
|
|
| |
Message-ID: <20010514222708.A22963@penderel>
p4raw-id: //depot/perl@10110
|
|
|
|
|
|
|
|
| |
accessors only with one argument, an array or a hash reference,
sets the underlying array or hash. This mirrors nicely also
the usage in the constructor.
From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
p4raw-id: //depot/perl@10099
|
|
|
| |
p4raw-id: //depot/perl@10090
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
p4raw-id: //depot/perl@10087
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 'physical vs logical' range scheme:
\xAA-\xCC is a native physical range, you want that range of
codepoints in your native encoding. In EBCDIC the codepoints
in the gaps (between i-j and r-s) should be included.
\x{AA}-\x{CC} is a physical Unicode range, you want that range of
codepoints in Unicode.
a-z is a logical range, you want that range of 'logical' codepoints
in your native encoding. In EBCDIC the codepoints in the gaps
(between i-j and r-s) should not be included.
Mixed cases (a-\xAA, etc) should either be errors, or maybe
the 'logical' endpoints should be converted to native/Unicode
codepoints, and the range handled as a physical range.
'Logical endpoints' are to be recognized only in the A-Z, a-z,
and 0-9 ranges. Probably a warning should be given for mixed
cases like A-z or a-9 (since such expressions are encoding
dependent), with a recommendation to use physical ranges.
p4raw-id: //depot/perl@10085
|
|
|
|
|
|
| |
both before and after the testing so that we always
have a clean slate to work with.
p4raw-id: //depot/perl@10084
|
|
|
| |
p4raw-id: //depot/perl@10082
|
|
|
|
|
| |
Message-ID: <20010511120222.A11529@penderel>
p4raw-id: //depot/perl@10080
|
|
|
|
|
| |
Message-ID: <20010510185459.A5995@penderel>
p4raw-id: //depot/perl@10075
|
|
|
| |
p4raw-id: //depot/perl@10069
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
p4raw-id: //depot/perl@10061
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
p4raw-id: //depot/perl@10060
|
|
|
|
|
| |
Message-ID: <20010509191750.A16940@penderel>
p4raw-id: //depot/perl@10059
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Tue, 8 May 2001 19:38:00 +0100
Message-ID: <20010508193800.A4389@penderel>
Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
From: Robin Houston <robin@kitsite.com>
Date: Tue, 8 May 2001 20:03:57 +0100
Message-ID: <20010508200357.A4614@penderel>
Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
From: Robin Houston <robin@kitsite.com>
Date: Wed, 9 May 2001 00:12:05 +0100
Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
p4raw-id: //depot/perl@10043
|
|
|
| |
p4raw-id: //depot/perl@10038
|
|
|
| |
p4raw-id: //depot/perl@10037
|
|
|
| |
p4raw-id: //depot/perl@10034
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
p4raw-id: //depot/perl@10032
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
p4raw-id: //depot/perl@10028
|
|
|
|
|
| |
Message-ID: <20010506144702.A6308@penderel>
p4raw-id: //depot/perl@10011
|
|
|
|
|
| |
Message-ID: <20010506144051.A6279@penderel>
p4raw-id: //depot/perl@10008
|
|
|
|
|
| |
Message-ID: <20010506143656.A4006@penderel>
p4raw-id: //depot/perl@10007
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
p4raw-id: //depot/perl@9994
|
|
|
|
|
| |
Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
p4raw-id: //depot/perl@9992
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@9990
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
p4raw-id: //depot/perl@9981
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@9972
|
|
|
|
|
|
| |
indices if the reference has magic in it (overloaded
methods).
p4raw-id: //depot/perl@9957
|
|
|
| |
p4raw-id: //depot/perl@9956
|
|
|
| |
p4raw-id: //depot/perl@9955
|
|
|
|
|
|
|
|
|
| |
'tie FH, "main"', reported by Abigail, culprit found by
Benjamin Sugars. Mirrors maintperl change #9950.
p4raw-link: @9950 on //depot/maint-5.6/perl: 86e3b6d76fb0afcf1f6b883c997e1a01ed17ab8e
p4raw-link: @8254 on //depot/perl: d38a0a1467f89c02cbd16ebdc31b41c6b552f379
p4raw-id: //depot/perl@9952
|
|
|
| |
p4raw-id: //depot/perl@9951
|
|
|
|
|
|
|
|
| |
Need to decide on the semantics of strptime(): should
strptime() be a function instead of a method? To do
the week/monthname-strptiming the i18n/l10n bullet needs
to be bitten with gusto.
p4raw-id: //depot/perl@9946
|
|
|
| |
p4raw-id: //depot/perl@9944
|
|
|
| |
p4raw-id: //depot/perl@9942
|
|
|
|
|
| |
Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
p4raw-id: //depot/perl@9941
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 9936]
Fix for base.pm clobbering $VERSION
[ 9935]
Test for base.pm clobbering $VERSION.
p4raw-link: @9936 on //depot/perlio: 7668bf4dc1ed94a756f3bd5e7cb95caf14c88e1f
p4raw-link: @9935 on //depot/perlio: e8f84f558071a9089231d1926b6882ff7a9af9b8
p4raw-id: //depot/perl@9940
|
| |
| |
| | |
p4raw-id: //depot/perlio@9935
|
| |\
| | |
| | | |
p4raw-id: //depot/perlio@9907
|
| |\ \
| | | |
| | | | |
p4raw-id: //depot/perlio@9904
|