| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests for allowing uppercase X/B in hexadecimal/binary numbers (#76296). | Bo Lindbergh | 2010-07-06 | 1 | -1/+14 |
* | Move the test for the deprecated feature <<; out of t/base/lext.t | Nicholas Clark | 2009-10-16 | 1 | -4/+5 |
* | Remove code specific to MacOS Classic from core tests | Rafael Garcia-Suarez | 2009-09-08 | 1 | -5/+1 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 6 | -0/+0 |
* | Amelioration of the error message "Unrecognized character %s in column %d" | Claes Jakobsson | 2009-05-14 | 1 | -1/+1 |
* | Better test case for [perl #63854] Error parsing "[~" | Ian Goodacre | 2009-03-14 | 1 | -5/+2 |
* | Return OPERATOR('[') for '[' without falling through to case '~', avoiding mi... | Ian Goodacre | 2009-03-14 | 1 | -1/+9 |
* | Re: testing $/ with in memory files | Bram | 2008-06-15 | 1 | -1/+4 |
* | Fwd: [PATCH-2] Re: testing $/ with in memory files | Bram | 2008-06-08 | 1 | -2/+2 |
* | Re: [PATCH] testing $/ with in memory files | Bram | 2008-04-30 | 1 | -76/+144 |
* | Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c | Claes Jacobsson | 2007-08-10 | 1 | -1/+5 |
* | Silence mandatory warning by using @# instead of $#. | Rafael Garcia-Suarez | 2007-07-13 | 1 | -1/+1 |
* | Typo fix. | Abigail | 2007-04-24 | 1 | -1/+1 |
* | sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=... | Jarkko Hietaniemi | 2006-04-08 | 1 | -8/+13 |
* | Pulling ancient RCS comments | Andy Lester | 2005-11-20 | 4 | -8/+0 |
* | skip num.t #47 on VMS | Craig A. Berry | 2004-01-05 | 1 | -2/+5 |
* | Perl 5.8.3 patches from the BS2000 port | Dorner Thomas | 2003-12-20 | 1 | -1/+4 |
* | Some Ultrix test dodgings. | Jarkko Hietaniemi | 2003-08-29 | 1 | -2/+7 |
* | Re: mysterious bytecode.t failure | Adrian M. Enache | 2003-08-22 | 1 | -1/+4 |
* | Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t | Allen Smith | 2002-09-08 | 1 | -1/+7 |
* | Re: 5.8.0 sprintf (?) problem with floats? | Dave Mitchell | 2002-08-18 | 1 | -2/+17 |
* | OS/2: fp stringification fudge. | Jarkko Hietaniemi | 2002-05-29 | 1 | -6/+17 |
* | Re: [PATCH] tests for Gconvert | Yitzchak Scott-Thoennes | 2002-03-08 | 1 | -6/+2 |
* | Long doubles give you long doubles. | Jarkko Hietaniemi | 2002-03-07 | 1 | -1/+5 |
* | Re: [PATCH] tests for Gconvert | Yitzchak Scott-Thoennes | 2002-03-07 | 1 | -1/+1 |
* | tests for Gconvert | Yitzchak Scott-Thoennes | 2002-03-06 | 1 | -1/+49 |
* | Cray FP strikes again: things like 1.1 + 0.1 are easily | Jarkko Hietaniemi | 2002-02-26 | 1 | -5/+10 |
* | In case of failure be more verbose. | Jarkko Hietaniemi | 2002-02-07 | 1 | -30/+31 |
* | Sanity checks to see that the IV/NV and the PV of numeric | Jarkko Hietaniemi | 2002-02-07 | 1 | -0/+101 |
* | check return of close | Andreas König | 2001-12-27 | 1 | -1/+1 |
* | Test For Echo, take 2 | Michael G. Schwern | 2001-12-07 | 1 | -2/+2 |
* | [PATCH t/base/lex.t, term.t] Purging echo from base tests | Michael G. Schwern | 2001-12-07 | 1 | -1/+1 |
* | Retract #13496 for now. | Jarkko Hietaniemi | 2001-12-06 | 2 | -3/+3 |
* | (retracted by #13499) | Michael G. Schwern | 2001-12-06 | 2 | -3/+3 |
* | Integrate changes #12549 and #12550 from maintperl; | Jarkko Hietaniemi | 2001-10-22 | 1 | -3/+33 |
* | Integrate 11778 into mainline. | Abhijit Menon-Sen | 2001-08-31 | 1 | -1/+6 |
* | Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config | Peter Prymmer | 2001-07-17 | 1 | -25/+0 |
* | The $^N is now taken (by #11038). | Jarkko Hietaniemi | 2001-06-30 | 1 | -10/+10 |
* | Fix for ID 20010619.002 "When building hash, hash keys that | Jarkko Hietaniemi | 2001-06-20 | 1 | -1/+16 |
* | [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl | Philip Newton | 2001-06-12 | 1 | -1/+1 |
* | [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl | Chris Nandor | 2001-06-11 | 1 | -2/+3 |
* | Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl. | Jarkko Hietaniemi | 2001-01-30 | 1 | -1/+1 |
* | [patch perl@8102] dos/djgpp update | Laszlo Molnar | 2000-12-16 | 1 | -1/+2 |
* | Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies) | Andreas König | 2000-12-10 | 1 | -0/+24 |
* | [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built | Andy Dougherty | 2000-12-08 | 1 | -5/+2 |
* | [ID 20000901.017] [PATCH] Basic test failure in an untidy world | Mike Guy | 2000-09-01 | 1 | -0/+2 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+1 |
* | downgrade fatal error on C<"foo@nosucharray.com"> to optional warning | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+40 |
* | applied new parts of suggested patch | Charles Bailey | 1999-07-07 | 1 | -2/+1 |
* | fix for C<$/ = 42> setting paragraph mode (applied with small | M. J. T. Guy | 1999-07-06 | 1 | -1/+1 |