Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re: test names from C<make TEST> | Robin Barker | 2001-10-05 | 1 | -12/+13 |
* | Unicode properties: fix L& (the #12319 didn't allow L&, | Jarkko Hietaniemi | 2001-10-03 | 1 | -1/+25 |
* | Unicode properties: allow also intra(wordbreak)name whitespace, | Jarkko Hietaniemi | 2001-10-02 | 1 | -2/+3 |
* | [ID 20011001.011] redundant code in t/TEST | David Dyck | 2001-10-01 | 1 | -2/+0 |
* | UNICOS testing patches from Nicholas Clark. | Jarkko Hietaniemi | 2001-10-01 | 2 | -8/+26 |
* | Also the ^Is is optional. | Jarkko Hietaniemi | 2001-10-01 | 1 | -10/+35 |
* | More Unicode property tests for the abbreviated | Jarkko Hietaniemi | 2001-10-01 | 1 | -13/+27 |
* | Further tweaks to the Unicode properties. | Jarkko Hietaniemi | 2001-10-01 | 1 | -1/+31 |
* | additional docs and tests | Rafael Garcia-Suarez | 2001-09-30 | 1 | -1/+19 |
* | More leniency to the \p and \P: now can have whitespace | Jarkko Hietaniemi | 2001-09-29 | 1 | -1/+6 |
* | Save and restore $ENV{'SYS$LOGIN'} only in VMS. | Jarkko Hietaniemi | 2001-09-29 | 1 | -2/+3 |
* | chdir.t finally (I hope) | Craig A. Berry | 2001-09-29 | 1 | -5/+20 |
* | Allow for more flexibility in the \p{In...} names, now | Jarkko Hietaniemi | 2001-09-29 | 1 | -5/+9 |
* | Test numbering mismatch. | Jarkko Hietaniemi | 2001-09-28 | 1 | -1/+1 |
* | slightly less broken chdir.t for VMS | Craig A. Berry | 2001-09-27 | 1 | -6/+6 |
* | make __ANON__ global | Robin Barker | 2001-09-27 | 2 | -0/+9 |
* | Check that all environment variables are tainted. | Jarkko Hietaniemi | 2001-09-26 | 1 | -2/+15 |
* | Integrate macperl changes from Chris Nandor: | Jarkko Hietaniemi | 2001-09-26 | 4 | -17/+38 |
* | grrr. | Jarkko Hietaniemi | 2001-09-26 | 1 | -1/+1 |
* | Retract #12232. | Jarkko Hietaniemi | 2001-09-26 | 1 | -11/+11 |
* | (Retracted by #12233.) | Jarkko Hietaniemi | 2001-09-26 | 1 | -11/+11 |
* | skip($mess) should result in one skip. | Jarkko Hietaniemi | 2001-09-25 | 1 | -1/+2 |
* | warning on v-string in use/require | John Peacock | 2001-09-25 | 1 | -0/+12 |
* | Deprecating chdir(undef)/chdir('') | Michael G. Schwern | 2001-09-25 | 1 | -26/+50 |
* | Replace the use Test::More in t/{op,io,run} with t/test.pl. | Jarkko Hietaniemi | 2001-09-25 | 9 | -29/+185 |
* | Retract #12136, the warnings::register is already | Jarkko Hietaniemi | 2001-09-24 | 1 | -0/+1 |
* | test number mismatch | Gurusamy Sarathy | 2001-09-24 | 1 | -1/+1 |
* | ok(). | Jarkko Hietaniemi | 2001-09-24 | 1 | -1/+1 |
* | unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from | Jarkko Hietaniemi | 2001-09-24 | 1 | -2/+11 |
* | More tests | Rafael Garcia-Suarez | 2001-09-24 | 1 | -25/+22 |
* | 1_compile updates. | Jarkko Hietaniemi | 2001-09-23 | 1 | -2/+0 |
* | Add Tests for | chromatic | 2001-09-23 | 1 | -0/+1 |
* | Cleanup & OS/390 "fix" | Craig A. Berry) | 2001-09-23 | 1 | -53/+71 |
* | Re: | chromatic | 2001-09-23 | 1 | -1/+10 |
* | Re: scalar context unpack bugs | Nicholas Clark | 2001-09-22 | 1 | -8/+103 |
* | Update the test on warnings/register.t. | Jarkko Hietaniemi | 2001-09-22 | 1 | -2/+2 |
* | Removed duplicated tests #19 and #20. | Abhijit Menon-Sen | 2001-09-22 | 1 | -8/+0 |
* | Reconciling the Cwd/File::Spec differences | Michael G. Schwern | 2001-09-22 | 1 | -2/+7 |
* | t/op/chdir.t won't pass on VMS | Blair Zajac | 2001-09-22 | 1 | -7/+8 |
* | [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID | Michael G. Schwern | 2001-09-22 | 1 | -23/+44 |
* | Re: Weird $ENV{FOO} = undef warning | Michael G. Schwern | 2001-09-22 | 1 | -59/+71 |
* | new regression tests for bug ID 20010920.007 | Rafael Garcia-Suarez | 2001-09-21 | 1 | -1/+9 |
* | Re: n questions (was Re: 4 questions about pack/unpack) | Nicholas Clark | 2001-09-20 | 1 | -320/+371 |
* | The test assumed 7-bit ASCII. Now it "just" | Jarkko Hietaniemi | 2001-09-19 | 1 | -2/+2 |
* | Re: [PATCH] t/op/crypt.t | Michael G. Schwern | 2001-09-18 | 1 | -1/+18 |
* | Re: filename problems | Michael G. Schwern | 2001-09-17 | 2 | -0/+0 |
* | new tests | Rafael Garcia-Suarez | 2001-09-17 | 2 | -7/+51 |
* | Re: t/op/ver.t using skip() improperly | chromatic | 2001-09-17 | 1 | -2/+2 |
* | Re: [BUG?] chdir(undef) == chdir() probably a bug | Michael G. Schwern | 2001-09-17 | 1 | -0/+68 |
* | Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C... | Hugo van der Sanden | 2001-09-15 | 1 | -0/+9 |