| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change PAD_MAX to something a bit less FORTRAN-ish than 999999999. | Nicholas Clark | 2006-12-28 | 1 | -1/+1 |
* | Upgrade to Errno-1.10 (!). I have left the core tests as is for | Steve Peters | 2006-12-27 | 2 | -1/+6 |
* | Macroize char class tests in case to remove duplicated code. | Yves Orton | 2006-12-27 | 1 | -290/+48 |
* | Upgrade to CPAN-1.83_66. | Steve Peters | 2006-12-27 | 9 | -217/+719 |
* | Cannot use a L<> within a preformatted section of a Pod document. | Steve Peters | 2006-12-26 | 1 | -1/+1 |
* | Re: Named-capture regex syntax | SADAHIRO Tomoyuki | 2006-12-26 | 1 | -22/+23 |
* | Fix a couple of warnings | Rafael Garcia-Suarez | 2006-12-25 | 1 | -2/+1 |
* | Re: Named-capture regex syntax | Yves Orton | 2006-12-25 | 6 | -65/+290 |
* | The PERLIO environment variable, when unset, doesn't default to :stdio. | Rafael Garcia-Suarez | 2006-12-24 | 1 | -1/+2 |
* | Fix #6006 for taint mode too. | Rafael Garcia-Suarez | 2006-12-23 | 2 | -3/+1 |
* | Remove -T from op/subst.t, and add a new test file, substT.t, | Rafael Garcia-Suarez | 2006-12-23 | 3 | -1/+14 |
* | A better fix for RT #6006: revert change 29616, which was bogus, | Rafael Garcia-Suarez | 2006-12-23 | 1 | -6/+7 |
* | Fix RT #6006: Regexp replaces using large replacement variables fail | Rafael Garcia-Suarez | 2006-12-23 | 2 | -8/+11 |
* | Upgrade to Module::Build 0.2806 | Rafael Garcia-Suarez | 2006-12-23 | 31 | -209/+554 |
* | syswrite() wasn't reporting a warning when writing to a filehandle | Rafael Garcia-Suarez | 2006-12-23 | 2 | -3/+15 |
* | The Perl 6 specification is still evolving, so don't refer to it. | Rafael Garcia-Suarez | 2006-12-22 | 1 | -10/+3 |
* | miniperl may not have been successfully built before running a | Steve Peters | 2006-12-22 | 1 | -3/+3 |
* | Silence an unused variable warning in sv.c. | Steve Peters | 2006-12-22 | 1 | -9/+7 |
* | Unshare the shared string gp_file_hek only if it exists in a GP. | Rafael Garcia-Suarez | 2006-12-22 | 1 | -1/+2 |
* | Upgrade to Text::Balanced 2.0.0 | Rafael Garcia-Suarez | 2006-12-21 | 4 | -5/+16 |
* | threads 1.57 | Jerry D. Hedden | 2006-12-21 | 8 | -67/+225 |
* | allow blib.pm to be used for testing Win32 module (again) | Jan Dubois | 2006-12-21 | 1 | -1/+12 |
* | SelfLoader after fork() | Ilya Zakharevich | 2006-12-21 | 1 | -0/+5 |
* | Implement killpg() for MSWin32 | Jan Dubois | 2006-12-21 | 11 | -60/+199 |
* | Re: [PATCH] Making adding binary files possible | Yves Orton | 2006-12-20 | 11 | -272/+307 |
* | Open Configure to the world of 64bitonly environments | H.Merijn Brand | 2006-12-20 | 1 | -5/+6 |
* | Fix leaks in label strings allocation in COPs | Rafael Garcia-Suarez | 2006-12-20 | 6 | -191/+185 |
* | Don't free the original label string when assigning it to cop_label, | Rafael Garcia-Suarez | 2006-12-20 | 1 | -2/+3 |
* | threads::shared 1.06 | Jerry D. Hedden | 2006-12-20 | 5 | -56/+45 |
* | Update cwd() to return the "short" pathname if the long one doesn't fit the c... | Jan Dubois | 2006-12-20 | 2 | -36/+106 |
* | let readdir() return the alternate (short) filename if the long name is outsi... | Jan Dubois | 2006-12-20 | 1 | -9/+60 |
* | Re: 'localtime' not thread-safe under HP-UX B.11.11/64 | Jerry D. Hedden | 2006-12-19 | 1 | -1/+7 |
* | Proper cleanup for Errno.pm | Rafael Garcia-Suarez | 2006-12-19 | 1 | -1/+1 |
* | Fix paths of pack.pl in patching.pod | Rafael Garcia-Suarez | 2006-12-19 | 1 | -12/+12 |
* | Making adding binary files possible | Jos I. Boumans | 2006-12-19 | 5 | -5/+159 |
* | Add a regression test to verify that POSIX::AUTOLOAD works, | Rafael Garcia-Suarez | 2006-12-19 | 2 | -1/+5 |
* | Disable strictures in POSIX AUTOLOAD | Rafael Garcia-Suarez | 2006-12-19 | 1 | -0/+1 |
* | Don't destroy the Unicode system environment on Perl startup | Jan Dubois | 2006-12-19 | 1 | -2/+4 |
* | make -Dpv print 8 parser stack items, not 9 | Dave Mitchell | 2006-12-19 | 1 | -1/+1 |
* | Making strict et al propagate into autoloaded subroutines seems a | Nicholas Clark | 2006-12-18 | 1 | -0/+17 |
* | Ensure that POSIX.pm is strict and warnings compliant throughout if | Nicholas Clark | 2006-12-18 | 1 | -3/+3 |
* | Given that POSIX already has AutoLoader loaded, move as much as | Nicholas Clark | 2006-12-18 | 1 | -57/+61 |
* | Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL | Jarkko Hietaniemi | 2006-12-18 | 3 | -14/+17 |
* | Re: [perl #41071] require stringifies code references in tied @INC | Rick Delaney | 2006-12-18 | 4 | -1/+21 |
* | ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILE | Ilya Zakharevich | 2006-12-18 | 1 | -11/+11 |
* | lib/perl5db.pl: Remove code now moved to OS2::Process | Ilya Zakharevich | 2006-12-18 | 1 | -57/+12 |
* | Bump version number of ExtUtils::MM_Unix after last change | Rafael Garcia-Suarez | 2006-12-18 | 1 | -1/+1 |
* | OS/2-specific fixes, round II | Ilya Zakharevich | 2006-12-18 | 17 | -146/+2080 |
* | ExtUtils::Command is now maintained separately from MakeMaker | Rafael Garcia-Suarez | 2006-12-18 | 1 | -1/+1 |
* | Fixes for the test suite on OS/2 | Ilya Zakharevich | 2006-12-18 | 6 | -11/+27 |