| Commit message (Expand) | Author | Age | Files | Lines |
* | Failure not true anymore (probably caused by my broken setup). | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+1 |
* | Relic in op.c (no regex feature should depend on the utf8 pragma), | Jarkko Hietaniemi | 2001-08-12 | 1 | -2/+6 |
* | Mark tests (and one module) having explicit Latin-1 | Jarkko Hietaniemi | 2001-08-12 | 3 | -1/+3 |
* | Re: [ID 20010730.010] FETCH called twice with -T | Abigail | 2001-08-12 | 1 | -1/+34 |
* | Test for change #11639. | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+29 |
* | Drop all the unnecessary "use utf8" clauses and some of | Jarkko Hietaniemi | 2001-08-12 | 8 | -20/+9 |
* | Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work. | Jarkko Hietaniemi | 2001-08-11 | 3 | -29/+61 |
* | Decommission Time::Piece; unnecessary Yet Another Time-Date Module. | Jarkko Hietaniemi | 2001-08-10 | 1 | -1/+0 |
* | fix t/run/exit.t for VMS | Craig A. Berry | 2001-08-08 | 1 | -2/+10 |
* | remove hardcoded cmd shell in testsuite | Gurusamy Sarathy | 2001-08-05 | 3 | -6/+6 |
* | Continuation of #11575: SANY_SEEN completely deprecated, | Jarkko Hietaniemi | 2001-08-04 | 1 | -1/+28 |
* | Decouple SANY into SANY and CANY: the new SANY is /./s, | Daniel P. Berrange | 2001-08-04 | 1 | -2/+11 |
* | The #11572 didn't up the test count. | Jarkko Hietaniemi | 2001-08-04 | 1 | -1/+1 |
* | UTF-8 bugs in string length & single line regex matches | Daniel P. Berrange | 2001-08-04 | 1 | -0/+18 |
* | fix t/op/misc.t for VMS | Craig A. Berry | 2001-08-03 | 1 | -0/+1 |
* | Test for change #11536. | Jarkko Hietaniemi | 2001-08-01 | 1 | -1/+25 |
* | More test fixups for #11537. | Jarkko Hietaniemi | 2001-08-01 | 2 | -3/+7 |
* | Re: [PATCH pp_ctl.c] proposed Windows safe-guard | Doug MacEachern | 2001-08-01 | 1 | -0/+2 |
* | fixups for t/harness | Prymmer/Kahn | 2001-08-01 | 1 | -5/+12 |
* | Need to know the number of tests. | Jarkko Hietaniemi | 2001-08-01 | 1 | -3/+4 |
* | Re: new exit tests on VMS | Craig A. Berry | 2001-08-01 | 1 | -4/+30 |
* | fix fs.t for VMS | Craig A. Berry | 2001-07-31 | 1 | -0/+2 |
* | split()'s unused captures should be undef, not '' | Jeff Pinyan | 2001-07-29 | 1 | -1/+12 |
* | add io/fs.t to vmsperl test suite | Peter Prymmer | 2001-07-24 | 1 | -16/+56 |
* | OS/2 multi-architecture | Ilya Zakharevich | 2001-07-23 | 1 | -1/+2 |
* | Win32 update for t/io/fs.t (may effect NetWare) | Prymmer/Kahn | 2001-07-22 | 1 | -2/+9 |
* | Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 ... | Hugo van der Sanden | 2001-07-18 | 1 | -1/+8 |
* | Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config | Peter Prymmer | 2001-07-17 | 2 | -3/+10 |
* | fix t/op/sprintf.t to not load %Config | Peter Prymmer | 2001-07-17 | 1 | -6/+7 |
* | patch to add DEL to [:cntrl:] | Jeffrey Friedl | 2001-07-14 | 1 | -1/+15 |
* | possible fix for sprintf.t on VAX that loads %Config | Peter Prymmer | 2001-07-14 | 1 | -2/+26 |
* | Remove unicode::distinct, as per Inaba Hiroto. | Jarkko Hietaniemi | 2001-07-13 | 1 | -1/+0 |
* | Retract #11309 since #11310 is a better fix. | Jarkko Hietaniemi | 2001-07-12 | 1 | -3/+0 |
* | Temporary workaround. | Jarkko Hietaniemi | 2001-07-12 | 1 | -0/+3 |
* | UCD typo in #11306 and add also more known-to-be-tested | Jarkko Hietaniemi | 2001-07-12 | 1 | -1/+13 |
* | Rename Unicode::UCD to UnicodeCD to avoid | Jarkko Hietaniemi | 2001-07-12 | 1 | -2/+4 |
* | [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT | daniel@biz.bitpusher.com | 2001-07-12 | 1 | -1/+15 |
* | More accurate line numbers in messages | Paul Johnson | 2001-07-12 | 1 | -0/+50 |
* | Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test | Mark-Jason Dominus | 2001-07-12 | 1 | -22/+0 |
* | Retract #11166 (and #11237). | Jarkko Hietaniemi | 2001-07-12 | 2 | -32/+22 |
* | Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"? | Barrie Slaymaker | 2001-07-12 | 1 | -0/+5 |
* | Tweak until Pod::Parser gets updated. | Jarkko Hietaniemi | 2001-07-11 | 1 | -2/+2 |
* | A proof of the dangers of package; ? | Jarkko Hietaniemi | 2001-07-10 | 1 | -0/+2 |
* | deprecate package with no arguments | Robin Houston | 2001-07-10 | 1 | -0/+11 |
* | Add the new modules to the list of having those own tests. | Jarkko Hietaniemi | 2001-07-09 | 1 | -0/+2 |
* | t/harness doesn't know about run/*.t | Gurusamy Sarathy | 2001-07-09 | 1 | -1/+1 |
* | run/exit.t busted on windows | Gurusamy Sarathy | 2001-07-09 | 1 | -2/+2 |
* | Retract #11172. | Jarkko Hietaniemi | 2001-07-06 | 1 | -32/+2 |
* | (Retracted by #11178) | Piers Cawley | 2001-07-06 | 1 | -2/+32 |
* | (Retracted by #11285.) | Abhijit Menon-Sen | 2001-07-06 | 2 | -22/+32 |