Re: [PATCH] Re: Lack of error for large string on Solaris
[p5sagit/p5-mst-13.2.git] / t / op / ver.t
2003-07-09 Jarkko Hietaniemi Test the vX => ... fix.
2003-03-06 Adrian M. Enache cleaning up tests of the 'eval { decl. } <=> runtime...
2002-08-22 John Peacock Re: [PATCH] Version object patch #1
2002-05-28 Jarkko Hietaniemi Bump the version numbers to five-eight-oh.
2002-03-29 Jarkko Hietaniemi Ooops.
2002-03-03 Jarkko Hietaniemi EBCDIC: 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 Hietaniemi Unfinished EBCDIC branch.
2002-01-15 Nick Ing-Simmons Blind integrate of bulk of mainline.
2002-01-13 Jarkko Hietaniemi Move the UTF-8 conversion code earlier so that
2001-09-25 Jarkko Hietaniemi Replace the use Test::More in t/{op,io,run} with t...
2001-09-17 chromatic Re: t/op/ver.t using skip() improperly
2001-09-10 John Peacock PATCH Resubmission - was Re: [ID 20010902.001] v strin...
2001-08-22 John Peacock Re: [PATCH 1 of 3] $] is deprecated - eliminate from...
2001-06-26 Jarkko Hietaniemi Escape multiline croak messages.
2001-06-04 Jarkko Hietaniemi More verbose failure.
2001-05-27 Jarkko Hietaniemi Allow 'eval "v200"' to work (part of 20000323.059)...
2001-05-11 Jarkko Hietaniemi Merge the camel-III/vstring.t with op/ver.t.
2001-03-29 Peter Prymmer some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2001-03-19 Nick Ing-Simmons More EBCDIC fixes.
2001-01-24 Charles Bailey SYN SYN
2001-01-19 Hugo van der Sanden Re: new feature: s?printf parameter reordering
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-05 Jarkko Hietaniemi Avaunt, you foul UTF-8 tests.
2000-10-20 Charles Bailey SYN SYN
2000-10-10 Peter Prymmer ver.t v string tests for os/390
2000-08-29 Mike Guy Use minimal @INC in tests, most of the time just '...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy Larry's fix for buggy propagation of utf8-ness in join...
2000-02-23 Gurusamy Sarathy per Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Gurusamy Sarathy allow C<print v10>, $h{v13.10} etc.
2000-02-21 Gurusamy Sarathy remove dual-valueness of v-strings (i.e., they are...
2000-02-21 Gurusamy Sarathy generalize "%v" format into a flag for any integral...
2000-02-19 Gurusamy Sarathy rename byte:: to bytes::
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy support sprintf("v%v", v1.2.3) (works on any string...