summaryrefslogtreecommitdiff
path: root/t/op/ver.t
Commit message (Expand)AuthorAgeFilesLines
* Make set-magic handle vstrings properlyFather Chrysostomos2013-07-151-1/+5
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-1/+6
* Don’t clobber all magic when clobbering vstringFather Chrysostomos2011-12-231-1/+9
* ver.t: require test.pl in a BEGIN blockFather Chrysostomos2011-12-231-1/+1
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Re: Are we missing some tests?Robin Houston2007-11-231-1/+11
* Bump version number to 5.10.0.Rafael Garcia-Suarez2007-09-061-6/+2
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-0/+3
* Final version object core patch?John Peacock2004-08-041-1/+1
* Test the vX => ... fix.Jarkko Hietaniemi2003-07-091-1/+11
* cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumptionAdrian M. Enache2003-03-061-2/+2
* Re: [PATCH] Version object patch #1John Peacock2002-08-221-1/+10
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-281-1/+12
* Ooops.Jarkko Hietaniemi2002-03-291-2/+2
* EBCDIC: the v-string components cannot exceed 2147483647.Jarkko Hietaniemi2002-03-031-13/+21
* [PATCH t/op/taint.t] remove possible false positiveJarkko Hietaniemi2002-02-031-1/+1
* Unfinished EBCDIC branch.Jarkko Hietaniemi2002-01-271-1/+1
* Move the UTF-8 conversion code earlier so thatJarkko Hietaniemi2002-01-131-1/+1
* Replace the use Test::More in t/{op,io,run} with t/test.pl.Jarkko Hietaniemi2001-09-251-3/+3
* Re: t/op/ver.t using skip() improperlychromatic2001-09-171-2/+2
* PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barfJohn Peacock2001-09-101-100/+90
* Re: [PATCH 1 of 3] $] is deprecated - eliminate from core testsJohn Peacock2001-08-221-30/+29
* Escape multiline croak messages.Jarkko Hietaniemi2001-06-261-0/+1
* More verbose failure.Jarkko Hietaniemi2001-06-041-3/+3
* Allow 'eval "v200"' to work (part of 20000323.059); fix asJarkko Hietaniemi2001-05-271-1/+15
* Merge the camel-III/vstring.t with op/ver.t.Jarkko Hietaniemi2001-05-111-51/+77
* some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)Peter Prymmer2001-03-291-5/+22
* More EBCDIC fixes.Nick Ing-Simmons2001-03-191-1/+1
* Re: new feature: s?printf parameter reordering Hugo van der Sanden2001-01-191-4/+4
* Avaunt, you foul UTF-8 tests.Jarkko Hietaniemi2000-12-051-1/+25
* ver.t v string tests for os/390Peter Prymmer2000-10-101-16/+72
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* Larry's fix for buggy propagation of utf8-ness in join(); add testGurusamy Sarathy2000-04-241-1/+6
* per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> andGurusamy Sarathy2000-02-231-3/+21
* allow C<print v10>, $h{v13.10} etc.Gurusamy Sarathy2000-02-221-1/+20
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-4/+1
* generalize "%v" format into a flag for any integral format type:Gurusamy Sarathy2000-02-211-4/+33
* rename byte:: to bytes::Gurusamy Sarathy2000-02-191-1/+1
* support sprintf("v%v", v1.2.3) (works on any string argument, inGurusamy Sarathy2000-02-061-0/+33