This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Minor INSTALL patch
[perl5.git] / t / op / ver.t
2002-03-29 Jarkko HietaniemiOoops.
2002-03-03 Jarkko HietaniemiEBCDIC: the v-string components cannot exceed 2147483647.
2002-02-03 Jarkko Hietaniemi[PATCH t/op/taint.t] remove possible false positive
2002-01-27 Jarkko HietaniemiUnfinished EBCDIC branch.
2002-01-15 Nick Ing-SimmonsBlind integrate of bulk of mainline.
2002-01-13 Jarkko HietaniemiMove the UTF-8 conversion code earlier so that
2001-09-25 Jarkko HietaniemiReplace the use Test::More in t/{op,io,run} with t...
2001-09-17 chromaticRe: t/op/ver.t using skip() improperly
2001-09-10 John PeacockPATCH Resubmission - was Re: [ID 20010902.001] v strin...
2001-08-22 John PeacockRe: [PATCH 1 of 3] $] is deprecated - eliminate from...
2001-06-26 Jarkko HietaniemiEscape multiline croak messages.
2001-06-04 Jarkko HietaniemiMore verbose failure.
2001-05-27 Jarkko HietaniemiAllow 'eval "v200"' to work (part of 20000323.059)...
2001-05-11 Jarkko HietaniemiMerge the camel-III/vstring.t with op/ver.t.
2001-03-29 Peter Prymmersome tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2001-03-19 Nick Ing-SimmonsMore EBCDIC fixes.
2001-01-24 Charles BaileySYN SYN
2001-01-19 Hugo van der SandenRe: new feature: s?printf parameter reordering
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-05 Jarkko HietaniemiAvaunt, you foul UTF-8 tests.
2000-10-20 Charles BaileySYN SYN
2000-10-10 Peter Prymmerver.t v string tests for os/390
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy SarathyLarry's fix for buggy propagation of utf8-ness in join...
2000-02-23 Gurusamy Sarathyper Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Gurusamy Sarathyallow C<print v10>, $h{v13.10} etc.
2000-02-21 Gurusamy Sarathyremove dual-valueness of v-strings (i.e., they are...
2000-02-21 Gurusamy Sarathygeneralize "%v" format into a flag for any integral...
2000-02-19 Gurusamy Sarathyrename byte:: to bytes::
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathysupport sprintf("v%v", v1.2.3) (works on any string...