This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta - move split change to other perlfunc changes and add issue link
[perl5.git] / t / op / ver.t
2017-07-13 Karl WilliamsonRestore a portion of reverted commits
2017-07-13 Karl WilliamsonRevert: Restrict code points to <= IV_MAX
2017-06-06 AbigailForbid out of range Unicode code points.
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-08-25 Karl WilliamsonVarious .t files: Use globals to see if on EBCDIC
2015-03-06 Karl Williamsont/op/ver.t: Generalize for EBCDIC
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2013-07-16 Father ChrysostomosMake set-magic handle vstrings properly
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2011-12-23 Father ChrysostomosDon’t clobber all magic when clobbering vstring
2011-12-23 Father Chrysostomosver.t: require test.pl in a BEGIN block
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2007-11-23 Robin HoustonRe: Are we missing some tests?
2007-09-06 Rafael Garcia-SuarezBump version number to 5.10.0.
2005-06-13 John PeacockBring bleadperl up to version.pm
2004-08-04 John PeacockFinal version object core patch?
2003-07-09 Jarkko HietaniemiTest the vX => ... fix.
2003-03-06 Adrian M. Enachecleaning up tests of the 'eval { decl. } <=> runtime...
2002-08-22 John PeacockRe: [PATCH] Version object patch #1
2002-05-28 Jarkko HietaniemiBump the version numbers to five-eight-oh.
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...