| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Avoid most getprotobyname/number calls in IO::Socket::INET | Gisle Aas | 2006-01-23 | 1 | -11/+44 |
* | Upgrade to Devel::PPPort 3.08 | Marcus Holland-Moritz | 2006-01-19 | 7 | -11/+23 |
* | find_perl() must be after environment initialization | Craig A. Berry | 2006-01-19 | 1 | -1/+1 |
* | Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t | Steve Peters | 2006-01-19 | 1 | -1/+4 |
* | Fix another concatenated filepath in a test for Digest::SHA. | Steve Peters | 2006-01-19 | 1 | -1/+2 |
* | Allow IPPROTO_ICMP and IPPROTO_UDP to be exported. | Gisle Aas | 2006-01-18 | 1 | -0/+3 |
* | Use the IPPROTO_TCP constant instead of 6. | Gisle Aas | 2006-01-18 | 1 | -3/+3 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 3 | -3/+3 |
* | Digest::SHA's t/2-nist-sha-oo.t has some path related problems on | Steve Peters | 2006-01-18 | 1 | -1/+1 |
* | Fixes for Digest::SHA. Replaced old ppport.h file with a new one | Steve Peters | 2006-01-18 | 2 | -326/+4941 |