| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix test suite hang on Win32 caused by change #23898 | Steve Hay | 2005-01-31 | 1 | -1/+1 |
* | [perl #33928] chomp() fails after alarm(), `sleep` | Dave Mitchell | 2005-01-29 | 1 | -1/+9 |
* | Oops. Was forgetting to test n! N! v! V! in pack | Nicholas Clark | 2005-01-27 | 1 | -3/+3 |
* | Check that the warning behaviour on the modifiers !, < and > is as we | Nicholas Clark | 2005-01-27 | 1 | -1/+49 |
* | Make the tests for the endianness modifiers < and >, and the | Nicholas Clark | 2005-01-27 | 1 | -44/+82 |
* | &_q needs to *globally* escape ' and \ in its substitution. | Nicholas Clark | 2005-01-27 | 1 | -2/+2 |
* | assorted tempfile clean-up in the test suite | Craig A. Berry | 2005-01-24 | 2 | -2/+2 |
* | Revert change 23843. | Rafael Garcia-Suarez | 2005-01-24 | 1 | -10/+8 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -3/+2 |
* | Name another pack test | Nicholas Clark | 2005-01-21 | 1 | -1/+1 |
* | [perl #33892] Add Interix support | Todd Vierling | 2005-01-21 | 2 | -1/+2 |
* | Re: [perl #31924] %INC caching failure-case problem | Rick Delaney | 2005-01-21 | 1 | -8/+10 |
* | Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32 | Yitzchak Scott-Thoennes | 2005-01-21 | 1 | -10/+16 |
* | Make "assertion" attribute code and test conditional | Nicholas Clark | 2005-01-19 | 1 | -2/+3 |
* | op/stat.t test 9 failing on recent cygwin snapshots | Yitzchak Scott-Thoennes | 2005-01-19 | 1 | -1/+1 |
* | Better test diagnostics for the numbers tests. | Nicholas Clark | 2005-01-14 | 1 | -6/+6 |
* | Not a good idea to use unpack "H*" to peek at a scalar's internal | Nicholas Clark | 2005-01-13 | 1 | -9/+29 |
* | Fix bug 32294 - index()/rindex() ignore UTF8 flag | Nicholas Clark | 2005-01-11 | 1 | -4/+42 |
* | t/op/split.t #11 nit on VMS | Craig A. Berry | 2005-01-10 | 1 | -6/+2 |
* | Need to close files before unlinking them on Win32 | Steve Hay | 2005-01-10 | 1 | -1/+2 |
* | Add TODO tests for UTF8 encoded soft references | Nicholas Clark | 2005-01-06 | 1 | -1/+48 |
* | Turn barewords into strings to run under strict subs. | Nicholas Clark | 2005-01-06 | 1 | -13/+20 |
* | All tests now use test.pl | Nicholas Clark | 2005-01-06 | 1 | -51/+57 |
* | Start converting t/op/ref.t to use test.pl | Nicholas Clark | 2005-01-06 | 1 | -72/+59 |
* | Rafael spotted that my changes caused warnings. So clean up. | Nicholas Clark | 2005-01-05 | 1 | -0/+1 |
* | Check all attributes in modify_SV_attributes are recognised. | Nicholas Clark | 2005-01-04 | 1 | -4/+32 |
* | Use the new ${^UTF8LOCALE} to make the test reliable. | Nicholas Clark | 2005-01-04 | 1 | -9/+16 |
* | Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16 | Tels | 2005-01-04 | 1 | -1/+6 |
* | Change 23727 broke code that relied on \ being escaped. | Nicholas Clark | 2005-01-02 | 1 | -0/+31 |
* | Change 23714 accidentally broke t/io/layers.t when testing with | Nicholas Clark | 2005-01-01 | 1 | -3/+9 |
* | Bug in t/io/layers.t spotted by Ignasi Roca CarriĆ³ | Nicholas Clark | 2004-12-31 | 1 | -1/+1 |
* | Skip tests that binmode :utf8 if there is no perlio | Nicholas Clark | 2004-12-29 | 1 | -2/+16 |
* | Oops. Forgot to uncomment the last set of Unicode values for | Nicholas Clark | 2004-12-29 | 1 | -2/+2 |
* | read (and presuambly sysread) would expose the UTF8 internals when | Nicholas Clark | 2004-12-29 | 1 | -32/+35 |
* | Add a lot of tests for combinations of values, offsets and lengths | Nicholas Clark | 2004-12-29 | 1 | -1/+58 |
* | Convert op/read.t to use test.pl and make it stricture compliant. | Nicholas Clark | 2004-12-29 | 1 | -7/+14 |
* | $#a>>=1 relies on malloc wrap to avoid the segfault, so need to | Nicholas Clark | 2004-12-21 | 1 | -2/+6 |
* | bop.t follow-up to #23645 | Craig A. Berry | 2004-12-16 | 1 | -1/+1 |
* | Fix test added in change 23645 with an eval() | Rafael Garcia-Suarez | 2004-12-14 | 1 | -1/+1 |
* | Test patch for already-solved bug #33003, | Rafael Garcia-Suarez | 2004-12-14 | 1 | -1/+5 |
* | t/op/taint.t follow-up to #23635 | Craig A. Berry | 2004-12-13 | 1 | -1/+1 |
* | Test rt.perl.org 5900 | Michael G. Schwern | 2004-12-10 | 1 | -1/+22 |
* | [PATCH] cleanup t/op/taint.t | Michael G. Schwern | 2004-12-10 | 2 | -427/+425 |
* | Fix test to cope with the previous h2ph change. | Rafael Garcia-Suarez | 2004-12-09 | 1 | -4/+4 |
* | Fix another Win32 breakage caused by change 23554 | Steve Hay | 2004-12-06 | 1 | -1/+3 |
* | sanity check the arguments to runperl(), to try to avoid it | Nicholas Clark | 2004-12-06 | 1 | -0/+8 |
* | $foo::_ was wrongly forced as $main::_. | Rafael Garcia-Suarez | 2004-12-03 | 1 | -1/+10 |
* | [perl #32717] BeOS specific Updates | Ingo Weinhold | 2004-12-01 | 1 | -0/+3 |
* | Upgrade to Test::Simple 0.53 | Rafael Garcia-Suarez | 2004-11-29 | 1 | -0/+2 |
* | Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value | Rafael Garcia-Suarez | 2004-11-23 | 1 | -1/+4 |