| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Re: Are we missing some tests? | Robin Houston | 2007-11-23 | 1 | -1/+11 |
* | Bump version number to 5.10.0. | Rafael Garcia-Suarez | 2007-09-06 | 1 | -6/+2 |
* | Bring bleadperl up to version.pm | John Peacock | 2005-06-13 | 1 | -0/+3 |
* | Final version object core patch? | John Peacock | 2004-08-04 | 1 | -1/+1 |
* | Test the vX => ... fix. | Jarkko Hietaniemi | 2003-07-09 | 1 | -1/+11 |
* | cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption | Adrian M. Enache | 2003-03-06 | 1 | -2/+2 |
* | Re: [PATCH] Version object patch #1 | John Peacock | 2002-08-22 | 1 | -1/+10 |
* | Bump the version numbers to five-eight-oh. | Jarkko Hietaniemi | 2002-05-28 | 1 | -1/+12 |
* | Ooops. | Jarkko Hietaniemi | 2002-03-29 | 1 | -2/+2 |
* | EBCDIC: the v-string components cannot exceed 2147483647. | Jarkko Hietaniemi | 2002-03-03 | 1 | -13/+21 |
* | [PATCH t/op/taint.t] remove possible false positive | Jarkko Hietaniemi | 2002-02-03 | 1 | -1/+1 |
* | Unfinished EBCDIC branch. | Jarkko Hietaniemi | 2002-01-27 | 1 | -1/+1 |
* | Move the UTF-8 conversion code earlier so that | Jarkko Hietaniemi | 2002-01-13 | 1 | -1/+1 |
* | Replace the use Test::More in t/{op,io,run} with t/test.pl. | Jarkko Hietaniemi | 2001-09-25 | 1 | -3/+3 |
* | Re: t/op/ver.t using skip() improperly | chromatic | 2001-09-17 | 1 | -2/+2 |
* | PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf | John Peacock | 2001-09-10 | 1 | -100/+90 |
* | Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests | John Peacock | 2001-08-22 | 1 | -30/+29 |
* | Escape multiline croak messages. | Jarkko Hietaniemi | 2001-06-26 | 1 | -0/+1 |
* | More verbose failure. | Jarkko Hietaniemi | 2001-06-04 | 1 | -3/+3 |
* | Allow 'eval "v200"' to work (part of 20000323.059); fix as | Jarkko Hietaniemi | 2001-05-27 | 1 | -1/+15 |
* | Merge the camel-III/vstring.t with op/ver.t. | Jarkko Hietaniemi | 2001-05-11 | 1 | -51/+77 |
* | some tests (was Re: Perl5.7.* Unicode/EBCDIC status.) | Peter Prymmer | 2001-03-29 | 1 | -5/+22 |
* | More EBCDIC fixes. | Nick Ing-Simmons | 2001-03-19 | 1 | -1/+1 |
* | Re: new feature: s?printf parameter reordering | Hugo van der Sanden | 2001-01-19 | 1 | -4/+4 |
* | Avaunt, you foul UTF-8 tests. | Jarkko Hietaniemi | 2000-12-05 | 1 | -1/+25 |
* | ver.t v string tests for os/390 | Peter Prymmer | 2000-10-10 | 1 | -16/+72 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+1 |
* | Larry's fix for buggy propagation of utf8-ness in join(); add test | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+6 |
* | per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and | Gurusamy Sarathy | 2000-02-23 | 1 | -3/+21 |
* | allow C<print v10>, $h{v13.10} etc. | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+20 |
* | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -4/+1 |
* | generalize "%v" format into a flag for any integral format type: | Gurusamy Sarathy | 2000-02-21 | 1 | -4/+33 |
* | rename byte:: to bytes:: | Gurusamy Sarathy | 2000-02-19 | 1 | -1/+1 |
* | support sprintf("v%v", v1.2.3) (works on any string argument, in | Gurusamy Sarathy | 2000-02-06 | 1 | -0/+33 |