Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for "a\x{100}" =~ /A/i. | Jarkko Hietaniemi | 2001-11-28 | 1 | -1/+21 |
* | Re: [ID 20011127.155] \ -f "file" dumps core | Michael G. Schwern | 2001-11-28 | 1 | -0/+6 |
* | Remove redundant #! parsing. Deparse tests better. | Michael G. Schwern | 2001-11-27 | 1 | -13/+9 |
* | [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void contex... | David Dyck | 2001-11-27 | 1 | -2/+2 |
* | [ID 20011126.149] t/op/split fails step 37 | David Dyck | 2001-11-27 | 1 | -1/+2 |
* | Portability and skippage tweaks. | Jarkko Hietaniemi | 2001-11-27 | 1 | -11/+19 |
* | \141 is malformed "unexpected continuation byte" in UTF-EBCDIC. | Jarkko Hietaniemi | 2001-11-27 | 1 | -8/+8 |
* | unpack P* uses random length for item | Wolfgang Laun | 2001-11-27 | 1 | -1/+10 |
* | system and taintedness | Radu Greab | 2001-11-26 | 1 | -1/+9 |
* | Update the test list. | Jarkko Hietaniemi | 2001-11-26 | 1 | -0/+10 |
* | No Socket, little Net. | Jarkko Hietaniemi | 2001-11-25 | 1 | -0/+2 |
* | Revert the /proc/self/auxv experiment for now. | Jarkko Hietaniemi | 2001-11-25 | 1 | -7/+1 |
* | Now is Solaris if you start the t/perl in the t/ | Jarkko Hietaniemi | 2001-11-25 | 1 | -1/+7 |
* | $$ readonly, take two | Michael G. Schwern | 2001-11-25 | 1 | -1/+3 |
* | 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 |