Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update 1_compile for new known tests. | Jarkko Hietaniemi | 2001-11-24 | 1 | -0/+5 |
* | Move the MBF/MBI test modules to t/lib. | Jarkko Hietaniemi | 2001-11-24 | 2 | -0/+93 |
* | Here are the right helper files. | Jarkko Hietaniemi | 2001-11-23 | 4 | -0/+54 |
* | Upgrade to Filter::Simple 0.77. | Jarkko Hietaniemi | 2001-11-23 | 2 | -23/+0 |
* | Output tweak needed because of podlators 1.14. | Jarkko Hietaniemi | 2001-11-23 | 1 | -0/+1 |
* | Re: regex oddness with \Z and $& | Hugo van der Sanden | 2001-11-23 | 1 | -4/+4 |
* | local(*CORE::GLOBAL::require) doesn't behave like other overrides | Gurusamy Sarathy | 2001-11-22 | 1 | -1/+10 |
* | Strange: the same mysterious regex study bug | Jarkko Hietaniemi | 2001-11-21 | 1 | -2/+2 |
* | Z*/[AZa]* fails to pack length properly | Wolfgang Laun | 2001-11-21 | 1 | -1/+20 |
* | Update the list of modules having tests. | Jarkko Hietaniemi | 2001-11-21 | 1 | -0/+2 |
* | Integrate change #13145 from maintperl; | Jarkko Hietaniemi | 2001-11-21 | 1 | -8/+18 |
* | spaceship and refs | Nicholas Clark | 2001-11-21 | 1 | -8/+35 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-11-20 | 1 | -2/+3 |
|\ | |||||
| * | perl.c change to use HAS_PROCSELFEXE, also | Nick Ing-Simmons | 2001-11-20 | 1 | -2/+3 |
| * | Integrate mainline | Nick Ing-Simmons | 2001-11-20 | 2 | -68/+5 |
| |\ | |/ |/| | |||||
| * | Integrate mainline | Nick Ing-Simmons | 2001-11-19 | 8 | -36/+214 |
| |\ | |||||
| * \ | Integrate mainline - a few Devel::Peak fails. | Nick Ing-Simmons | 2001-11-18 | 27 | -220/+692 |
| |\ \ | |||||
* | | | | filter-util.pl for Mac OS | Chris Nandor | 2001-11-20 | 1 | -0/+1 |
* | | | | Move the sysio tests from io/utf8 to lib/open. | Jarkko Hietaniemi | 2001-11-19 | 1 | -70/+4 |
* | | | | Thou shalt not mix stdio and sysio. | Jarkko Hietaniemi | 2001-11-19 | 1 | -11/+13 |
| |_|/ |/| | | |||||
* | | | Pending further investigation skip the tell() tests. | Jarkko Hietaniemi | 2001-11-19 | 1 | -25/+35 |
* | | | new warning "Useless use of sort in scalar context" | Rafael Garcia-Suarez | 2001-11-19 | 1 | -0/+11 |
* | | | A little extra debugging output | Michael G. Schwern | 2001-11-19 | 1 | -12/+15 |
* | | | Double FETCH test | Michael G. Schwern | 2001-11-19 | 1 | -0/+68 |
* | | | Update the list of tests. | Jarkko Hietaniemi | 2001-11-19 | 1 | -6/+0 |
* | | | Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn | Michael G. Schwern | 2001-11-18 | 1 | -0/+11 |
* | | | Retract #13048: that introduced a malloc() (through savepvn()) | Jarkko Hietaniemi | 2001-11-18 | 1 | -4/+4 |
* | | | Retract 11635: close 20011113.110, reopen 20010809.028. | Jarkko Hietaniemi | 2001-11-18 | 1 | -4/+15 |
* | | | syswrite() was still returning byte counts, not character counts. | Jarkko Hietaniemi | 2001-11-18 | 1 | -10/+59 |
* | | | Add test for sysread(). | Jarkko Hietaniemi | 2001-11-18 | 1 | -1/+19 |
* | | | Prepend a null byte to the test set. | Jarkko Hietaniemi | 2001-11-18 | 1 | -0/+3 |
| |/ |/| | |||||
* | | Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix | Jeff Pinyan | 2001-11-16 | 1 | -4/+4 |
* | | runperl(), \n and stdin | Michael G. Schwern | 2001-11-16 | 1 | -0/+5 |
* | | -x (was Re: [PATCH] new tests for command-line switches) | Michael G. Schwern | 2001-11-15 | 3 | -22/+32 |
* | | new tests for command-line switches | Rafael Garcia-Suarez | 2001-11-15 | 1 | -0/+182 |
* | | Upgrade to podlators 1.13. | Jarkko Hietaniemi | 2001-11-15 | 3 | -18/+17 |
* | | Upgrade to Filter::Simple 0.70. | Jarkko Hietaniemi | 2001-11-15 | 2 | -8/+17 |
* | | test.pl tweaks from Rafael and Pudge (assuming I deciphered | Jarkko Hietaniemi | 2001-11-14 | 1 | -6/+6 |
* | | Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test | Michael G. Schwern | 2001-11-14 | 1 | -27/+40 |
* | | Fwd: [craigberry@mac.com: die_exit.t] | Michael G. Schwern | 2001-11-14 | 1 | -6/+17 |
* | | test.pl runperl() nits from Chris Nandor and Craig Berry, | Jarkko Hietaniemi | 2001-11-14 | 1 | -6/+25 |
* | | new version of runperl() | Rafael Garcia-Suarez | 2001-11-14 | 2 | -32/+73 |
* | | Simple little VMS fix | Michael G. Schwern | 2001-11-14 | 1 | -5/+5 |
* | | Fix for the :utf8 read() bug noticed by Matt Sergeant: | Jarkko Hietaniemi | 2001-11-13 | 1 | -7/+31 |
* | | Re: Why *not* use UNIVERSAL qw( isa can ) ; ?? | Barrie Slaymaker | 2001-11-13 | 1 | -2/+4 |
* | | Re: Why *not* use UNIVERSAL qw( isa can ) ; ?? | Barrie Slaymaker | 2001-11-13 | 1 | -4/+20 |
* | | Recoving dup tests for VMS | Michael G. Schwern | 2001-11-12 | 1 | -11/+29 |
* | | [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted | Abhijit Menon-Sen | 2001-11-12 | 1 | -1/+13 |
* | | %ENV protection | Michael G. Schwern | 2001-11-11 | 1 | -18/+28 |
* | | Re: [PATCH] resurrect t/op/magic.t on VMS | Craig A. Berry | 2001-11-11 | 1 | -12/+24 |