| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Data::Dumper (non-XS) to work with changed semantics of ref(). | Gisle Aas | 2000-09-07 | 1 | -3/+7 |
* | Tie::StdHandle did not know about 3-arg open | Gisle Aas | 2000-09-07 | 1 | -5/+5 |
* | Update to Storable 1.0, from Raphael Manfredi. | Jarkko Hietaniemi | 2000-09-01 | 14 | -85/+78 |
* | File::Temp patches from Andreas König, | Andreas König | 2000-09-01 | 1 | -0/+5 |
* | Wrap the test in eval. | Tim Jenness | 2000-08-31 | 1 | -6/+14 |
* | Retract the dummy test, skip the security tests (instead of failing), | Jarkko Hietaniemi | 2000-08-30 | 1 | -17/+24 |
* | Put back the flags dump as reasoned in | Mike Guy | 2000-08-30 | 1 | -0/+1 |
* | Make the epsilon to be relative, not absolute. | Spider Boardman | 2000-08-30 | 1 | -1/+2 |
* | Under usethreads the dumped variable is IN_PAD. | Gisle Aas | 2000-08-29 | 1 | -1/+1 |
* | The #6881 removed one dump line. | Jarkko Hietaniemi | 2000-08-29 | 1 | -1/+0 |
* | Don't forget to tidy up. | Jarkko Hietaniemi | 2000-08-29 | 1 | -0/+1 |
* | Disabling the one test is a bit tricky. | Jarkko Hietaniemi | 2000-08-29 | 1 | -3/+5 |
* | Disable one of the tests for now. | Jarkko Hietaniemi | 2000-08-29 | 1 | -3/+6 |
* | Update to Getopt::Long 2.24, from Johan Vromans. | Jarkko Hietaniemi | 2000-08-29 | 2 | -4/+4 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 114 | -114/+132 |
* | display_format used as a class method without arguments was broken, | Yasushi Nakajima | 2000-08-28 | 1 | -2/+19 |
* | DJGPP update from Laszlo Molnar. | ml1050 | 2000-08-27 | 2 | -3/+10 |
* | Can't get the test to reliably work thanks to the | Jarkko Hietaniemi | 2000-08-27 | 1 | -10/+8 |
* | Update the test count. | Jarkko Hietaniemi | 2000-08-26 | 1 | -1/+1 |
* | Support preserving extremely big/small angles. | Jarkko Hietaniemi | 2000-08-25 | 1 | -14/+34 |
* | Remove duplicately applied patch shards. | Spider Boardman | 2000-08-25 | 1 | -7/+0 |
* | Missing parts of | Peter Prymmer | 2000-08-25 | 1 | -4/+19 |
* | Forgot portability nit. | Jarkko Hietaniemi | 2000-08-22 | 1 | -1/+1 |
* | Be portable. | Jarkko Hietaniemi | 2000-08-22 | 3 | -4/+7 |
* | Long double fixes from Spider Boardman. | system PRIVILEGED account | 2000-08-22 | 2 | -4/+7 |
* | The #6759 wasn't quite right. | Jarkko Hietaniemi | 2000-08-21 | 13 | -13/+13 |
* | make new Storable tests forgiving of places where not built | Peter Prymmer | 2000-08-21 | 13 | -1/+66 |
* | Add Storable 0.7.2 from Raphael Manfredi, | Radu Greab | 2000-08-21 | 14 | -0/+1657 |
* | The #6724 is here. | Jarkko Hietaniemi | 2000-08-21 | 1 | -1/+1 |
* | tidy up the temp files left by peek tests on VMS | Peter Prymmer | 2000-08-19 | 1 | -1/+1 |
* | Tiny Getopt::Long patch from Johan Vromans. | Jarkko Hietaniemi | 2000-08-18 | 2 | -2/+2 |
* | Re: [PATCH]Re: Questions about Math::BigFloat | John Peacock | 2000-08-17 | 1 | -14/+14 |
* | for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux... | Mike Guy | 2000-08-15 | 1 | -3/+3 |
* | cygwin port | Fifer, Eric | 2000-08-15 | 1 | -0/+1 |
* | Re: File::Temp problems on VMS in bleedperl | Tim Jenness | 2000-08-14 | 1 | -6/+26 |
* | Test fails / warnings with perl-current #6612 | Mike Guy | 2000-08-14 | 2 | -8/+9 |
* | Upgrade to CGI 2.71, from Lincoln Stein. | Jarkko Hietaniemi | 2000-08-13 | 1 | -0/+9 |
* | Fix-n-skip the tests under 5005threads. | Jarkko Hietaniemi | 2000-08-13 | 1 | -10/+21 |
* | Fix the test for 5005threads. | Jarkko Hietaniemi | 2000-08-13 | 1 | -2/+6 |
* | Tests for #6589. | Simon Cozens | 2000-08-11 | 1 | -1/+23 |
* | Put back the std @INC thing. | Jarkko Hietaniemi | 2000-08-10 | 9 | -0/+45 |
* | Update to CGI 2.70, from Lincoln Stein. | Jarkko Hietaniemi | 2000-08-10 | 5 | -102/+81 |
* | Update to Getopt::Long 2.23_05, from Johan Vromans. | Jarkko Hietaniemi | 2000-08-10 | 4 | -17/+25 |
* | Update to Term::ANSIColor 1.03, from Russ Allbery. | Jarkko Hietaniemi | 2000-08-10 | 1 | -3/+11 |
* | Do away with array context, from Daniel Chetlin <daniel@chetlin.com> | Jarkko Hietaniemi | 2000-08-08 | 3 | -4/+4 |
* | The problem described in this | root | 2000-07-29 | 1 | -1/+13 |
* | File::Temp patches for VMS and OS/2 from Tim Jenness. | Jarkko Hietaniemi | 2000-07-26 | 1 | -4/+4 |
* | Make large file tests deal with SIGXFSZ | M. J. T. Guy | 2000-07-25 | 1 | -10/+20 |
* | lib/b test fixes from Peter Prymmer. | Jarkko Hietaniemi | 2000-07-15 | 1 | -6/+39 |
* | typos (spotted by Peter Prymmer) | Gurusamy Sarathy | 2000-07-13 | 1 | -1/+1 |