| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@15611
|
|
|
| |
p4raw-id: //depot/perl@14963
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
Date: Sat, 2 Feb 2002 13:11:01 +0100
Message-ID: <20020202131101.A722@rafael>
Subject: [PATCH t/op/ver.t] another false positive
From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
Date: Sat, 2 Feb 2002 13:38:22 +0100
Message-ID: <20020202133822.E722@rafael>
Subject: [PATCH] t/test.pl:ok() doesn't work
From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
Date: Sun, 03 Feb 2002 00:02:38 -0800
Message-ID: <e6OX8gzkgSMO092yn@efn.org>
p4raw-id: //depot/perl@14529
|
|
|
| |
p4raw-id: //depot/perl@14452
|
|
|
|
|
| |
op/ver is happy.
p4raw-id: //depot/perl@14246
|
|
|
|
|
| |
Note: io/binmode is failing, have to figure out why.
p4raw-id: //depot/perl@12198
|
|
|
|
|
| |
Message-ID: <20010917062713.47716.qmail@onion.perl.org>
p4raw-id: //depot/perl@12046
|
|
|
|
|
| |
Message-ID: <3B9D23D6.90BCCC25@rowman.com>
p4raw-id: //depot/perl@11986
|
|
|
|
|
|
| |
Message-Id: <3B83DF68.5D89DC81@rowman.com>
(Adds proper tests for $], notwithstanding Subject. +nitpick)
p4raw-id: //depot/perl@11727
|
|
|
| |
p4raw-id: //depot/perl@10958
|
|
|
| |
p4raw-id: //depot/perl@10432
|
|
|
|
|
| |
envisioned by Sarathy.
p4raw-id: //depot/perl@10227
|
|
|
| |
p4raw-id: //depot/perl@10082
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
p4raw-id: //depot/perl@9434
|
|
|
| |
p4raw-id: //depot/perlio@9246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
- support reordering for all parameters: %, *v, *, .*
- lay down that the reordering specification must immediately
follow that parameter: %3$, *v3$, *3$, .*3$
- fix vectorisation of a zero-length string
- factor out the code choosing the argument to format
Possibly unwanted side-effects:
- the special format specifiers ' +-0' must now precede any
vectorisation specifier. Tests in op/sprintf and op/ver
have been changed to reflect this.
- sprintf.t test #214 changed its expectations because in many
cases, the next parameter has already been consumed when an
invalid type letter is detected.
Probably wanted side-effects:
- attempts to format a non-existent parameter will warn as if C<undef>
- attempt to write to non-existent parameter with '%n' will complain
of "attempt to modify read-only value" instead of being silent
p4raw-id: //depot/perl@8481
|
|
|
| |
p4raw-id: //depot/perl@8005
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
p4raw-id: //depot/perl@7194
|
|
|
|
|
|
|
|
| |
so that we simply can't pick up stuff from other Perls than
the one we are testing. Pointed out by
Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
p4raw-id: //depot/perl@6874
|
|
|
| |
p4raw-id: //depot/perl@5920
|
|
|
|
|
| |
C<use 5.6.0> work as well; underscores are now permitted in v-strings
p4raw-id: //depot/perl@5220
|
|
|
| |
p4raw-id: //depot/perl@5191
|
|
|
|
|
|
|
|
| |
now); avoid the word "tuple" to describe strings represented as
character ordinals; usurp $PERL_VERSION for $^V as suggested by
Larry, deprecate $] ; adjust the documentation and testsuite
accordingly
p4raw-id: //depot/perl@5186
|
|
|
|
|
| |
"%vd", "%v#o", "%*vX", etc are allowed
p4raw-id: //depot/perl@5181
|
|
|
| |
p4raw-id: //depot/perl@5133
|
|
fact); add tests for version tuples
p4raw-id: //depot/perl@4998
|