summaryrefslogtreecommitdiff
path: root/t/op/ver.t
Commit message (Collapse)AuthorAgeFilesLines
* Ooops.Jarkko Hietaniemi2002-03-291-2/+2
| | | p4raw-id: //depot/perl@15611
* EBCDIC: the v-string components cannot exceed 2147483647.Jarkko Hietaniemi2002-03-031-13/+21
| | | p4raw-id: //depot/perl@14963
* [PATCH t/op/taint.t] remove possible false positiveJarkko Hietaniemi2002-02-031-1/+1
| | | | | | | | | | | | | | | | | 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
* Unfinished EBCDIC branch.Jarkko Hietaniemi2002-01-271-1/+1
| | | p4raw-id: //depot/perl@14452
* Move the UTF-8 conversion code earlier so thatJarkko Hietaniemi2002-01-131-1/+1
| | | | | op/ver is happy. p4raw-id: //depot/perl@14246
* Replace the use Test::More in t/{op,io,run} with t/test.pl.Jarkko Hietaniemi2001-09-251-3/+3
| | | | | Note: io/binmode is failing, have to figure out why. p4raw-id: //depot/perl@12198
* Re: t/op/ver.t using skip() improperlychromatic2001-09-171-2/+2
| | | | | Message-ID: <20010917062713.47716.qmail@onion.perl.org> p4raw-id: //depot/perl@12046
* PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barfJohn Peacock2001-09-101-100/+90
| | | | | Message-ID: <3B9D23D6.90BCCC25@rowman.com> p4raw-id: //depot/perl@11986
* Re: [PATCH 1 of 3] $] is deprecated - eliminate from core testsJohn Peacock2001-08-221-30/+29
| | | | | | Message-Id: <3B83DF68.5D89DC81@rowman.com> (Adds proper tests for $], notwithstanding Subject. +nitpick) p4raw-id: //depot/perl@11727
* Escape multiline croak messages.Jarkko Hietaniemi2001-06-261-0/+1
| | | p4raw-id: //depot/perl@10958
* More verbose failure.Jarkko Hietaniemi2001-06-041-3/+3
| | | p4raw-id: //depot/perl@10432
* Allow 'eval "v200"' to work (part of 20000323.059); fix asJarkko Hietaniemi2001-05-271-1/+15
| | | | | envisioned by Sarathy. p4raw-id: //depot/perl@10227
* Merge the camel-III/vstring.t with op/ver.t.Jarkko Hietaniemi2001-05-111-51/+77
| | | p4raw-id: //depot/perl@10082
* some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)Peter Prymmer2001-03-291-5/+22
| | | | | Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com> p4raw-id: //depot/perl@9434
* More EBCDIC fixes.Nick Ing-Simmons2001-03-191-1/+1
| | | p4raw-id: //depot/perlio@9246
* Re: new feature: s?printf parameter reordering Hugo van der Sanden2001-01-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Avaunt, you foul UTF-8 tests.Jarkko Hietaniemi2000-12-051-1/+25
| | | p4raw-id: //depot/perl@8005
* ver.t v string tests for os/390Peter Prymmer2000-10-101-16/+72
| | | | | Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com> p4raw-id: //depot/perl@7194
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
| | | | | | | | 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
* Larry's fix for buggy propagation of utf8-ness in join(); add testGurusamy Sarathy2000-04-241-1/+6
| | | p4raw-id: //depot/perl@5920
* per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> andGurusamy Sarathy2000-02-231-3/+21
| | | | | C<use 5.6.0> work as well; underscores are now permitted in v-strings p4raw-id: //depot/perl@5220
* allow C<print v10>, $h{v13.10} etc.Gurusamy Sarathy2000-02-221-1/+20
| | | p4raw-id: //depot/perl@5191
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-4/+1
| | | | | | | | 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
* generalize "%v" format into a flag for any integral format type:Gurusamy Sarathy2000-02-211-4/+33
| | | | | "%vd", "%v#o", "%*vX", etc are allowed p4raw-id: //depot/perl@5181
* rename byte:: to bytes::Gurusamy Sarathy2000-02-191-1/+1
| | | p4raw-id: //depot/perl@5133
* support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-061-0/+33
fact); add tests for version tuples p4raw-id: //depot/perl@4998