| Commit message (Expand) | Author | Age | Files | Lines |
* | (The fix did work but was not right, retracted in #6573) | Christian Kirsch | 2000-08-09 | 1 | -9/+14 |
* | Do away with array context, from Daniel Chetlin <daniel@chetlin.com> | Jarkko Hietaniemi | 2000-08-08 | 5 | -6/+6 |
* | Re: [ID 20000807.008] Double reads considered evil? (deja vu) | Mike Guy | 2000-08-08 | 2 | -5/+36 |
* | Re: enhanced(?) regex error messages | Hugo van der Sanden | 2000-08-08 | 2 | -20/+24 |
* | Augment #6539 a bit: don't croak if there's magic in the air. | Hugo van der Sanden | 2000-08-08 | 1 | -4/+14 |
* | Make the test -w clean. | Jarkko Hietaniemi | 2000-08-07 | 1 | -3/+3 |
* | use warnings instead of $^W. | Jarkko Hietaniemi | 2000-08-07 | 1 | -1/+1 |
* | Disable a portability warning Because We Know What We Are Doing. | Jarkko Hietaniemi | 2000-08-07 | 1 | -1/+2 |
* | Make bless(REF, REF) a fatal error, add bless tests. | Hugo van der Sanden | 2000-08-07 | 1 | -0/+116 |
* | Continue fixing the io warnings. This also | Jarkko Hietaniemi | 2000-08-06 | 3 | -21/+42 |
* | [ID 20000724.004] Perl interpreter segfault when using built-in flock | Ronald F. Guilmette | 2000-08-05 | 1 | -2/+10 |
* | Warn under -w if lstat(FH) is attempted. | Todd C. Miller | 2000-08-04 | 1 | -0/+21 |
* | In the warnings call filehandles consistently so; | Jarkko Hietaniemi | 2000-08-04 | 2 | -12/+19 |
* | [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily | Mark Dickinson | 2000-08-04 | 2 | -2/+4 |
* | Comings and goings in op/sprintf.t | Dominic Dunlop | 2000-08-03 | 1 | -3/+20 |
* | [ID 20000803.001] further regexp counting problems | Hugo van der Sanden | 2000-08-03 | 1 | -0/+12 |
* | The subtest 4 may fail also on VOBS, as pointed out | Jarkko Hietaniemi | 2000-08-03 | 1 | -0/+1 |
* | Better skip message for the test; one of the two problems in | Lupe Christoph | 2000-08-02 | 1 | -1/+7 |
* | require.t needs binmode() to work on windows | Gurusamy Sarathy | 2000-08-02 | 1 | -0/+1 |
* | [ID 20000731.010] regex error | Hugo van der Sanden | 2000-08-02 | 1 | -0/+1 |
* | The name of a filehandle does not have <these>. | Jarkko Hietaniemi | 2000-08-02 | 2 | -4/+4 |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 4 | -67/+67 |
* | The test from this | Tom Hughes | 2000-08-01 | 1 | -0/+4 |
* | various syntax errors and such (not fixed: comp/require.t#22 coredump | Gurusamy Sarathy | 2000-08-01 | 1 | -1/+1 |
* | Make chr() for values >127 to create utf8 when under utf8. | Simon Cozens | 2000-08-01 | 1 | -1/+7 |
* | allow non-variable as lhs of non-updating tr/// | M. J. T. Guy | 2000-08-01 | 1 | -1/+18 |
* | The swallow_bom() saga continues. The #23 of require.t | Jarkko Hietaniemi | 2000-07-31 | 1 | -9/+10 |
* | A new version of the "remove UPPERACSE string comparison" | Jarkko Hietaniemi | 2000-07-30 | 8 | -202/+171 |
* | The problem described in this | root | 2000-07-29 | 1 | -1/+13 |
* | Back out #6454, doesn't seem to work. | Jarkko Hietaniemi | 2000-07-28 | 7 | -103/+130 |
* | Remove EQ, NE, GT, LT, GE, LE (they have been deprecated | Jarkko Hietaniemi | 2000-07-27 | 7 | -130/+103 |
* | File::Temp patches for VMS and OS/2 from Tim Jenness. | Jarkko Hietaniemi | 2000-07-26 | 1 | -4/+4 |
* | Fix *foo{FORMAT}. | Jarkko Hietaniemi | 2000-07-26 | 1 | -7/+11 |
* | More split() doc and test patches from Mike Guy. | Jarkko Hietaniemi | 2000-07-26 | 1 | -1/+1 |
* | split /^/ | M. J. T. Guy | 2000-07-26 | 1 | -1/+6 |
* | Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]] | Jeffrey Friedl | 2000-07-26 | 1 | -23/+24 |
* | Make large file tests deal with SIGXFSZ | M. J. T. Guy | 2000-07-25 | 2 | -19/+38 |
* | Get UTF16 BOMs working. Patch from | M. J. T. Guy | 2000-07-25 | 1 | -1/+2 |
* | Make the "uninit variable" warning to say "concat or string" | Jarkko Hietaniemi | 2000-07-25 | 2 | -2/+2 |
* | Test cases for #6431. | M. J. T. Guy | 2000-07-24 | 2 | -2/+15 |
* | Add tests for | Hugo van der Sanden | 2000-07-24 | 1 | -0/+2 |
* | The output might have been produced in the wrong order. | M. J. T. Guy | 2000-07-24 | 1 | -0/+1 |
* | lib/b test fixes from Peter Prymmer. | Jarkko Hietaniemi | 2000-07-15 | 1 | -6/+39 |
* | The bug report | Jarkko Hietaniemi | 2000-07-14 | 1 | -0/+2 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-07-14 | 1 | -0/+5 |
|\ |
|
| * | Replace change #6337 with a better one. | Hugo van der Sanden | 2000-07-14 | 1 | -0/+1 |
| * | The {multiplier} of a fixed substring was overlooked which | Hugo van der Sanden | 2000-07-13 | 1 | -0/+4 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-07-13 | 4 | -80/+43 |
| |\
| |/
|/| |
|
| * | mjd's tr patches "broke" tr/z-Z/z-Z/ | Jarkko Hietaniemi | 2000-07-11 | 1 | -2/+2 |
| * | Make op/sprintf.t more comprehensive, take 2 | Dominic Dunlop | 2000-07-11 | 1 | -19/+26 |