| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update Compress Modules to version 2.002 | Paul Marquess | 2006-12-30 | 37 | -84/+260 |
* | fix a test failing under -Dmad | Dave Mitchell | 2006-12-30 | 1 | -0/+3 |
* | With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bit | Nicholas Clark | 2006-12-29 | 1 | -1/+1 |
* | I failed to run regen.pl to propagate my pad.c changes to perlintern.pod | Nicholas Clark | 2006-12-29 | 1 | -12/+12 |
* | In Perl_fbm_compile, really rarest should be U32 not I32, as it is | Nicholas Clark | 2006-12-29 | 1 | -1/+1 |
* | further fix for #29543: fix parser leaks caused by croaking | Dave Mitchell | 2006-12-29 | 5 | -20/+80 |
* | Eliminate BmPREVIOUS_set - with the complexity gone from how the datum | Nicholas Clark | 2006-12-28 | 2 | -3/+1 |
* | Move all the FBM data fields from the table into a struct xbm_s which | Nicholas Clark | 2006-12-28 | 5 | -51/+84 |
* | With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more. | Nicholas Clark | 2006-12-28 | 3 | -14/+16 |
* | Move PAD_COMPNAME_GEN from SvCUR to SvUVX. | Nicholas Clark | 2006-12-28 | 3 | -8/+6 |
* | Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via | Nicholas Clark | 2006-12-28 | 5 | -10/+12 |
* | Move the low/high cop sequences from NVX/IVX to a two U32 structure | Nicholas Clark | 2006-12-28 | 6 | -18/+119 |
* | Abstract the pad code's overloaded use of SvNVX and SvIVX into | Nicholas Clark | 2006-12-28 | 6 | -46/+80 |
* | 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 |