| Commit message (Expand) | Author | Age | Files | Lines |
* | threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression | Jan Dubois | 2006-03-17 | 2 | -1/+2 |
* | Avoid hardcoded $(OBJ_EXT) | Gisle Aas | 2006-03-16 | 1 | -1/+1 |
* | Change 27520 was a bit too aggressive. Let's keep the warning. | Gisle Aas | 2006-03-16 | 1 | -0/+3 |
* | Remove unused code. No extension use Makefile.SH any more. | Gisle Aas | 2006-03-16 | 1 | -8/+0 |
* | Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10 | Paul Marquess | 2006-03-16 | 39 | -212/+250 |
* | Make the threads tests silent with regard to the new :unique deprecation warning | Rafael Garcia-Suarez | 2006-03-16 | 1 | -0/+1 |
* | Forgot the ending \. Why did it still compile ? | Rafael Garcia-Suarez | 2006-03-13 | 1 | -1/+1 |
* | Automatically SPAGAIN in the poor-man's-multicall API | Robin Houston | 2006-03-13 | 1 | -0/+1 |
* | Removed unnecessary NULL check in Digest::SHA | Andy Lester | 2006-03-12 | 1 | -4/+2 |
* | Need to update test count from change #27440. | Steve Peters | 2006-03-09 | 1 | -1/+1 |
* | croak in POSIX::sigaction() when passed a negative signal instead | Steve Peters | 2006-03-09 | 2 | -0/+7 |
* | Unroll 27425 - keeping Larry's order in op.c means that exactly the | Nicholas Clark | 2006-03-09 | 1 | -6/+6 |
* | The last MAD change to op.c changes the pad offsets of the test that | Nicholas Clark | 2006-03-08 | 1 | -6/+6 |
* | Re: [perl #38684] O::Deparse not working as expected | Stephen McCamant | 2006-03-08 | 2 | -7/+9 |
* | Upgrade to PathTools-3.17 | Steve Peters | 2006-03-07 | 2 | -2/+9 |
* | Add and remove files forgotten in change #27384 | Rafael Garcia-Suarez | 2006-03-06 | 110 | -33025/+1632 |
* | Compress::Zlib | Paul Marquess | 2006-03-06 | 143 | -993/+37694 |
* | Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7 | Jarkko Hietaniemi | 2006-03-03 | 1 | -1/+16 |
* | Re: Patch lint for grep { /.../ } and grep /.../, | Joshua ben Jore | 2006-03-01 | 2 | -3/+12 |
* | Silence another VC++ warning | Steve Hay | 2006-02-28 | 2 | -2/+2 |
* | Curiously none of the macros SvIVX, SvUVX or SvNVX are used on | Nicholas Clark | 2006-02-25 | 1 | -2/+0 |
* | Store GvGP in the SV head union. For all the common lookups [eg GvCV()] | Nicholas Clark | 2006-02-25 | 1 | -1/+0 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 1 | -5/+1 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -1/+1 |
* | sv_dump should report the PV for PVGVs, as it can get set. | Nicholas Clark | 2006-02-22 | 1 | -0/+1 |
* | Teach B about CVf_ISXSUB | Nicholas Clark | 2006-02-21 | 2 | -1/+2 |
* | Goodbye PERL_XSUB_OLDSTYLE. | Nicholas Clark | 2006-02-21 | 3 | -3/+2 |
* | Add tests for the previously untested Hash::Util::all_keys(). | Steve Peters | 2006-02-21 | 1 | -1/+19 |
* | Re: Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 4 | -8/+30 |
* | Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X) | Dominic Dunlop | 2006-02-20 | 1 | -0/+4 |
* | PVCVs don't need XNVs either. | Nicholas Clark | 2006-02-20 | 2 | -4/+9 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 2 | -4/+2 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 2 | -9/+15 |
* | xcv_start and xcv_xsubany can be merged into a union, as they are never | Nicholas Clark | 2006-02-20 | 2 | -3/+15 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | Abolish BROKEN_UNION_INIT in B::C, as it works around problems in | Nicholas Clark | 2006-02-20 | 1 | -39/+4 |
* | Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits, | Nicholas Clark | 2006-02-20 | 1 | -2/+2 |
* | Upgrade to Digest-SHA-5.34. | Steve Peters | 2006-02-18 | 33 | -451/+265 |
* | Upgrade to Time-HiRes-1.87 | Steve Peters | 2006-02-14 | 3 | -5/+14 |
* | Hash::Util tests should check if Hash::Util has been built, not | Steve Peters | 2006-02-14 | 1 | -10/+2 |
* | [Patch] Enhance Hash::Util | Yves Orton | 2006-02-14 | 5 | -0/+1142 |
* | [perl #38346] [PATCH] Re: B::Deparse's bug? | Stephen McCamant | 2006-02-13 | 1 | -2/+2 |
* | All the bits of clone_params.flags need to be initialised, not just | Nicholas Clark | 2006-02-13 | 1 | -1/+1 |
* | It would be nice to have tests in B for the functions getting changed. | Steve Peters | 2006-02-02 | 1 | -1/+3 |
* | Death to magic characters! No pun intended. | Steve Peters | 2006-02-02 | 1 | -2/+2 |
* | Use a union for storing the shared hash key reference count, rather | Nicholas Clark | 2006-01-30 | 1 | -1/+1 |
* | Solaris seems not to enjoy initialising constants from SIG_??? on 64 | Nicholas Clark | 2006-01-29 | 1 | -3/+3 |
* | aelemfast optimization opclass problem (c.f. [perl #38279]) | Stephen McCamant | 2006-01-25 | 2 | -1/+84 |
* | Simplify &IO::Handle::say | Gisle Aas | 2006-01-24 | 1 | -10/+4 |
* | Avoid warning with MS Visual C compiler. | Gisle Aas | 2006-01-23 | 1 | -2/+2 |