2001-10-03 |
Jarkko Hietaniemi |
Unicode properties: fix L& (the #12319 didn't allow L&, |
tree | commitdiff |
2001-10-02 |
Jarkko Hietaniemi |
Unicode properties: allow also intra(wordbreak)name... |
tree | commitdiff |
2001-10-01 |
David Dyck |
[ID 20011001.011] redundant code in t/TEST |
tree | commitdiff |
2001-10-01 |
Jarkko Hietaniemi |
UNICOS testing patches from Nicholas Clark. |
tree | commitdiff |
2001-10-01 |
Jarkko Hietaniemi |
Also the ^Is is optional. |
tree | commitdiff |
2001-10-01 |
Jarkko Hietaniemi |
More Unicode property tests for the abbreviated |
tree | commitdiff |
2001-10-01 |
Jarkko Hietaniemi |
Further tweaks to the Unicode properties. |
tree | commitdiff |
2001-09-30 |
Rafael Garcia-Suarez |
additional docs and tests |
tree | commitdiff |
2001-09-29 |
Jarkko Hietaniemi |
More leniency to the \p and \P: now can have whitespace |
tree | commitdiff |
2001-09-29 |
Jarkko Hietaniemi |
Save and restore $ENV{'SYS$LOGIN'} only in VMS. |
tree | commitdiff |
2001-09-29 |
Craig A. Berry |
chdir.t finally (I hope) |
tree | commitdiff |
2001-09-29 |
Jarkko Hietaniemi |
Allow for more flexibility in the \p{In...} names, now |
tree | commitdiff |
2001-09-28 |
Jarkko Hietaniemi |
Test numbering mismatch. |
tree | commitdiff |
2001-09-27 |
Craig A. Berry |
slightly less broken chdir.t for VMS |
tree | commitdiff |
2001-09-27 |
Robin Barker |
make __ANON__ global |
tree | commitdiff |
2001-09-26 |
Jarkko Hietaniemi |
Check that all environment variables are tainted. |
tree | commitdiff |
2001-09-26 |
Jarkko Hietaniemi |
Integrate macperl changes from Chris Nandor: |
tree | commitdiff |
2001-09-26 |
Jarkko Hietaniemi |
grrr. |
tree | commitdiff |
2001-09-26 |
Jarkko Hietaniemi |
Retract #12232. |
tree | commitdiff |
2001-09-26 |
Jarkko Hietaniemi |
(Retracted by #12233.) |
tree | commitdiff |
2001-09-25 |
Jarkko Hietaniemi |
skip($mess) should result in one skip. |
tree | commitdiff |
2001-09-25 |
John Peacock |
warning on v-string in use/require |
tree | commitdiff |
2001-09-25 |
Michael G. Schwern |
Deprecating chdir(undef)/chdir('') |
tree | commitdiff |
2001-09-25 |
Jarkko Hietaniemi |
Replace the use Test::More in t/{op,io,run} with t... |
tree | commitdiff |
2001-09-24 |
Jarkko Hietaniemi |
Retract #12136, the warnings::register is already |
tree | commitdiff |
2001-09-24 |
Gurusamy Sarathy |
test number mismatch |
tree | commitdiff |
2001-09-24 |
Jarkko Hietaniemi |
ok(). |
tree | commitdiff |
2001-09-24 |
Jarkko Hietaniemi |
unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test... |
tree | commitdiff |
2001-09-24 |
Rafael Garcia-Suarez |
More tests |
tree | commitdiff |
2001-09-23 |
Jarkko Hietaniemi |
1_compile updates. |
tree | commitdiff |
2001-09-23 |
chromatic |
Add Tests for |
tree | commitdiff |
2001-09-23 |
Craig A. Berry) |
Cleanup & OS/390 "fix" |
tree | commitdiff |
2001-09-23 |
chromatic |
Re: |
tree | commitdiff |
2001-09-22 |
Nicholas Clark |
Re: scalar context unpack bugs |
tree | commitdiff |
2001-09-22 |
Jarkko Hietaniemi |
Update the test on warnings/register.t. |
tree | commitdiff |
2001-09-22 |
Abhijit Menon-Sen |
Removed duplicated tests #19 and #20. |
tree | commitdiff |
2001-09-22 |
Michael G. Schwern |
Reconciling the Cwd/File::Spec differences |
tree | commitdiff |
2001-09-22 |
Blair Zajac |
t/op/chdir.t won't pass on VMS |
tree | commitdiff |
2001-09-22 |
Michael G. Schwern |
[REPATCH] Re: [PATCH t/op/do.t] new regression tests... |
tree | commitdiff |
2001-09-22 |
Michael G. Schwern |
Re: Weird $ENV{FOO} = undef warning |
tree | commitdiff |
2001-09-21 |
Rafael Garcia-Suarez |
new regression tests for bug ID 20010920.007 |
tree | commitdiff |
2001-09-20 |
Nicholas Clark |
Re: n questions (was Re: 4 questions about pack/unpack) |
tree | commitdiff |
2001-09-19 |
Jarkko Hietaniemi |
The test assumed 7-bit ASCII. Now it "just" |
tree | commitdiff |
2001-09-18 |
Michael G. Schwern |
Re: [PATCH] t/op/crypt.t |
tree | commitdiff |
2001-09-17 |
Michael G. Schwern |
Re: filename problems |
tree | commitdiff |
2001-09-17 |
Rafael Garcia-Suarez |
new tests |
tree | commitdiff |
2001-09-17 |
chromatic |
Re: t/op/ver.t using skip() improperly |
tree | commitdiff |
2001-09-17 |
Michael G. Schwern |
Re: [BUG?] chdir(undef) == chdir() probably a bug |
tree | commitdiff |
2001-09-15 |
Hugo van der Sanden |
Re: [ID 20010815.012] Unfortunate interaction between... |
tree | commitdiff |
2001-09-14 |
Jarkko Hietaniemi |
Hopefully better skipping of the Complete.t tests |
tree | commitdiff |
2001-09-14 |
Jeff Pinyan |
more jumpables, and hit-bit bug |
tree | commitdiff |
2001-09-11 |
Jarkko Hietaniemi |
Fix unpack U to be the reverse of pack U |
tree | commitdiff |
2001-09-10 |
Nicholas Clark |
Re: the remaining bugs in \x escapes (was Re: [PATCH... |
tree | commitdiff |
2001-09-10 |
John Peacock |
PATCH Resubmission - was Re: [ID 20010902.001] v strin... |
tree | commitdiff |
2001-09-10 |
Jarkko Hietaniemi |
Skip the crypt test if no crypt. |
tree | commitdiff |
2001-09-09 |
Jarkko Hietaniemi |
blib does have a detectable test. |
tree | commitdiff |
2001-09-09 |
Jeff Pinyan |
[PATCH regcomp.c] zero-width assertions CAN be ?'d |
tree | commitdiff |
2001-09-09 |
Michael G. Schwern |
[REPATCH] Re: [PATCH] new test lib/blib.t |
tree | commitdiff |
2001-09-07 |
Jarkko Hietaniemi |
Clean up 1_compile.t; move tests to more consistent |
tree | commitdiff |
2001-09-07 |
Jarkko Hietaniemi |
vars very much has a test. |
tree | commitdiff |
2001-09-07 |
Michael G. Schwern |
Test::Harness 1.25 sync |
tree | commitdiff |
2001-09-07 |
chromatic |
Add Tests for the less Pragma |
tree | commitdiff |
2001-09-07 |
Jarkko Hietaniemi |
Add more modules to the list of modules that have tests, |
tree | commitdiff |
2001-09-06 |
Jarkko Hietaniemi |
Add a test for [ID 20010906.019] perl crashes on "undef... |
tree | commitdiff |
2001-09-06 |
Jarkko Hietaniemi |
Test-Simple syncup from Schwern. |
tree | commitdiff |
2001-09-05 |
Jarkko Hietaniemi |
In UNICOS division yada yada. |
tree | commitdiff |
2001-09-05 |
Craig A. Berry |
tweak warnings.t and kill_perl.t for VMS |
tree | commitdiff |
2001-09-05 |
Michael G. Schwern |
tying a bareword causes a segfault in 5.6.1 |
tree | commitdiff |
2001-09-05 |
Nicholas Clark |
oct and hex in glorious 64 bit (with less bugs) (was... |
tree | commitdiff |
2001-09-04 |
Jarkko Hietaniemi |
Add the \[$@%&*] prototype support. |
tree | commitdiff |
2001-09-04 |
Michael G. Schwern |
Re: A slightly better default seed? |
tree | commitdiff |
2001-09-03 |
Jarkko Hietaniemi |
Make crypt() do something more sane for Unicode |
tree | commitdiff |
2001-09-03 |
Jarkko Hietaniemi |
Remove the tests that assume something about |
tree | commitdiff |
2001-09-03 |
Jarkko Hietaniemi |
Damian's Filter::Simple test uses FilterTest, not MyFilter. |
tree | commitdiff |
2001-09-03 |
Artur Bergman |
Forgot to add a file with Change #11840 |
tree | commitdiff |
2001-09-03 |
Michael G. Schwern |
Tests for srand() |
tree | commitdiff |
2001-09-03 |
Michael G. Schwern |
Partial cleanup |
tree | commitdiff |
2001-09-03 |
Michael G. Schwern |
Increase the repetitions |
tree | commitdiff |
2001-09-02 |
Jarkko Hietaniemi |
Slight tweaks. |
tree | commitdiff |
2001-09-02 |
Artur Bergman |
Change #11828 wasn't complete, this updates to intest... |
tree | commitdiff |
2001-09-02 |
Michael G. Schwern |
rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t |
tree | commitdiff |
2001-09-02 |
Ilmari Karonen |
RE: [PATCH] Add a nextstate into empty blocks |
tree | commitdiff |
2001-09-01 |
Jarkko Hietaniemi |
Test tweaks. |
tree | commitdiff |
2001-09-01 |
Michael G. Schwern |
cleanup |
tree | commitdiff |
2001-09-01 |
Rafael Garcia-Suarez |
, was t/op/incode.t breaks make minitest |
tree | commitdiff |
2001-08-31 |
Michael G. Schwern |
Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2) |
tree | commitdiff |
2001-08-31 |
Abhijit Menon-Sen |
Integrate 11778 into mainline. |
tree | commitdiff |
2001-08-30 |
Nicholas Clark |
pp_modulo |
tree | commitdiff |
2001-08-29 |
Nicholas Clark |
pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV |
tree | commitdiff |
2001-08-29 |
Rafael Garcia-Suarez |
Re: [PATCH] newer tests for the coderef-in-@INC ! |
tree | commitdiff |
2001-08-28 |
Paul Johnson |
make coretest |
tree | commitdiff |
2001-08-28 |
Michael G. Schwern |
Adding the failure diagnostic |
tree | commitdiff |
2001-08-28 |
Michael G. Schwern |
Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad... |
tree | commitdiff |
2001-08-27 |
Michael G. Schwern |
Fixing bad testing advice |
tree | commitdiff |
2001-08-27 |
Michael G. Schwern |
Re: [PATCH] new tests for the coderef-in-@INC |
tree | commitdiff |
2001-08-27 |
Abhijit Menon-Sen |
[PATCH] new tests for the coderef-in-@INC |
tree | commitdiff |
2001-08-26 |
Nicholas Clark |
t/io/binmode.t |
tree | commitdiff |
2001-08-26 |
Nicholas Clark |
op/universal.t failing |
tree | commitdiff |
2001-08-25 |
Tony Bowden |
Re: 'can' with undefined subs |
tree | commitdiff |
2001-08-25 |
Nicholas Clark |
(was Re: PerlIO regerssion tests?) |
tree | commitdiff |
next |