| Commit message (Expand) | Author | Age | Files | Lines |
* | AFS patches from Merijn Broeren <merijnb@iloquent.nl>. | Jarkko Hietaniemi | 2001-05-30 | 1 | -1/+1 |
* | Re: Report /pro/3gl/CPAN/perl-5.7.1 | Nicholas Clark | 2001-05-30 | 1 | -12/+18 |
* | Add a test for 20010528.007, fixed in #10272. | Jarkko Hietaniemi | 2001-05-29 | 1 | -0/+6 |
* | RE: [20000223.001] no test cases for splice(@array) | Richard Soderberg | 2001-05-28 | 1 | -1/+7 |
* | The #10251 wasn't quite up-to-the-code. | Jarkko Hietaniemi | 2001-05-28 | 1 | -2/+1 |
* | Test case for bug 20010526.004, fixed in #10252. | Jarkko Hietaniemi | 2001-05-28 | 1 | -1/+20 |
* | Test case for 20010422.005, fixed by #10250. | Jarkko Hietaniemi | 2001-05-28 | 1 | -0/+7 |
* | Allow 'eval "v200"' to work (part of 20000323.059); fix as | Jarkko Hietaniemi | 2001-05-27 | 1 | -1/+15 |
* | Re: 5.6.*, bleadperl: bugs in pp_concat | Hugo van der Sanden | 2001-05-26 | 1 | -0/+83 |
* | utf8 regexp tests | Hugo van der Sanden | 2001-05-26 | 1 | -2/+2 |
* | Re: [ID 20010506.041] segfault when matching utf8 string | Hugo van der Sanden | 2001-05-25 | 1 | -0/+5 |
* | stash autovivification and method call error messages | Ilmari Karonen | 2001-05-25 | 1 | -11/+59 |
* | Re: [ID 20000716.007] \G in a m//g expression causes problems | Hugo van der Sanden | 2001-05-23 | 1 | -0/+5 |
* | Extra UNIVERSAL tests | Mike Guy | 2001-05-23 | 1 | -1/+9 |
* | Must be trickier for 'minitest' not to die. | Jarkko Hietaniemi | 2001-05-21 | 1 | -58/+70 |
* | Fix for ID 20010519.003: sysopen() wasn't tainting :-( | Jarkko Hietaniemi | 2001-05-20 | 1 | -1/+65 |
* | Chomp should not always stringify | Gisle Aas | 2001-05-20 | 1 | -1/+11 |
* | Test for bug 20010515.004 | Benjamin Sugars | 2001-05-17 | 1 | -0/+12 |
* | Re: [PATCH] HERE mark in regex | Ronald J. Kimball | 2001-05-17 | 1 | -30/+30 |
* | Re: [PATCH] HERE mark in regex | Ronald J. Kimball | 2001-05-16 | 3 | -66/+66 |
* | fixup t/op/append.t for UTF-EBCDIC | Peter Prymmer | 2001-05-12 | 1 | -4/+25 |
* | Remove the 'asciir' re subpragma. Should instead implement | Jarkko Hietaniemi | 2001-05-11 | 2 | -4/+0 |
* | Merge the camel-III/vstring.t with op/ver.t. | Jarkko Hietaniemi | 2001-05-11 | 1 | -51/+77 |
* | $foo->bar(0) | Robin Houston | 2001-05-11 | 1 | -1/+4 |
* | Extend tr/\0-\377/blah/c support | Robin Houston | 2001-05-10 | 1 | -1/+7 |
* | Naughty? | Robin Houston | 2001-05-07 | 1 | -0/+1 |
* | Test for #9952. | Jarkko Hietaniemi | 2001-05-02 | 1 | -0/+6 |
* | Re: bleadperl: s/// failure with \b and /g | Hugo van der Sanden | 2001-05-01 | 1 | -0/+1 |
* | Autoflush in tests as appropriate | Mike Guy | 2001-05-01 | 4 | -0/+7 |
* | Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] | Hugo van der Sanden | 2001-04-30 | 2 | -1/+6 |
* | In character classes one couldn't have 0x80..0xff characters | Jarkko Hietaniemi | 2001-04-29 | 1 | -5/+109 |
* | Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef | Philip Newton | 2001-04-25 | 1 | -1/+1 |
* | Test case for #9800. | Jarkko Hietaniemi | 2001-04-23 | 1 | -1/+5 |
* | test for ID 20010423.002 | Robin Houston | 2001-04-23 | 1 | -1/+7 |
* | Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length | Jarkko Hietaniemi | 2001-04-18 | 1 | -1/+10 |
* | Test case for C<undef %File::Glob::> | Benjamin Sugars | 2001-04-18 | 1 | -1/+11 |
* | foreach defelem magic should only be applied to PL_sv_undef | Gisle Aas | 2001-04-18 | 1 | -0/+9 |
* | Exit via last, part 1 | Michael G. Schwern | 2001-04-15 | 1 | -1/+22 |
* | Bad test numbering in integrate in #9677. | Jarkko Hietaniemi | 2001-04-11 | 1 | -0/+2 |
* | Integrate changes #9675,9676 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-11 | 1 | -1/+26 |
* | Forgot to bump the number of tests in #9164. | Jarkko Hietaniemi | 2001-04-07 | 1 | -1/+1 |
* | PATCH: $[ | Robin Houston | 2001-04-07 | 1 | -0/+13 |
* | Integrate change #9605 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-07 | 1 | -1/+10 |
* | Test for #9579. | Jarkko Hietaniemi | 2001-04-05 | 1 | -1/+28 |
* | patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009... | David Dyck | 2001-04-05 | 1 | -1/+10 |
* | Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED) | Paul Schinder | 2001-04-05 | 1 | -2/+7 |
* | Integrate changes #9544,9547,9549(perlio),9550,9551 from | Jarkko Hietaniemi | 2001-04-05 | 1 | -1/+7 |
|\ |
|
| * | Integrate mainline | Nick Ing-Simmons | 2001-04-03 | 1 | -1/+4 |
| |\
| |/
|/| |
|
| * | Integrate mainline | Nick Ing-Simmons | 2001-03-29 | 3 | -14/+54 |
| |\ |
|
* | | | Test for #9499. | Jarkko Hietaniemi | 2001-04-01 | 1 | -1/+4 |
| |/
|/| |
|