summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Need to update test count from change #27440.Steve Peters2006-03-091-1/+1
* croak in POSIX::sigaction() when passed a negative signal insteadSteve Peters2006-03-092-0/+7
* Unroll 27425 - keeping Larry's order in op.c means that exactly theNicholas Clark2006-03-091-6/+6
* The last MAD change to op.c changes the pad offsets of the test thatNicholas Clark2006-03-081-6/+6
* Re: [perl #38684] O::Deparse not working as expected Stephen McCamant2006-03-082-7/+9
* Upgrade to PathTools-3.17Steve Peters2006-03-072-2/+9
* Add and remove files forgotten in change #27384Rafael Garcia-Suarez2006-03-06110-33025/+1632
* Compress::ZlibPaul Marquess2006-03-06143-993/+37694
* Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7Jarkko Hietaniemi2006-03-031-1/+16
* Re: Patch lint for grep { /.../ } and grep /.../,Joshua ben Jore2006-03-012-3/+12
* Silence another VC++ warningSteve Hay2006-02-282-2/+2
* Curiously none of the macros SvIVX, SvUVX or SvNVX are used onNicholas Clark2006-02-251-2/+0
* Store GvGP in the SV head union. For all the common lookups [eg GvCV()]Nicholas Clark2006-02-251-1/+0
* Remove set magic from typeglobs. Remove typeglob magic entirely.Nicholas Clark2006-02-231-5/+1
* Remove get magic from typeglobs. This means that PVGVs holdingNicholas Clark2006-02-231-1/+1
* sv_dump should report the PV for PVGVs, as it can get set.Nicholas Clark2006-02-221-0/+1
* Teach B about CVf_ISXSUBNicholas Clark2006-02-212-1/+2
* Goodbye PERL_XSUB_OLDSTYLE.Nicholas Clark2006-02-213-3/+2
* Add tests for the previously untested Hash::Util::all_keys().Steve Peters2006-02-211-1/+19
* Re: Patches: B, CGI, ExtUtils::MM_UnixJoshua ben Jore2006-02-214-8/+30
* Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)Dominic Dunlop2006-02-201-0/+4
* PVCVs don't need XNVs either.Nicholas Clark2006-02-202-4/+9
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-202-4/+2
* xcv_root and xcv_xsub can also be merged into a union, providing a newNicholas Clark2006-02-202-9/+15
* xcv_start and xcv_xsubany can be merged into a union, as they are neverNicholas Clark2006-02-202-3/+15
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-1/+1
* Abolish BROKEN_UNION_INIT in B::C, as it works around problems inNicholas Clark2006-02-201-39/+4
* Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,Nicholas Clark2006-02-201-2/+2
* Upgrade to Digest-SHA-5.34.Steve Peters2006-02-1833-451/+265
* Upgrade to Time-HiRes-1.87Steve Peters2006-02-143-5/+14
* Hash::Util tests should check if Hash::Util has been built, notSteve Peters2006-02-141-10/+2
* [Patch] Enhance Hash::UtilYves Orton2006-02-145-0/+1142
* [perl #38346] [PATCH] Re: B::Deparse's bug?Stephen McCamant2006-02-131-2/+2
* All the bits of clone_params.flags need to be initialised, not justNicholas Clark2006-02-131-1/+1
* It would be nice to have tests in B for the functions getting changed.Steve Peters2006-02-021-1/+3
* Death to magic characters! No pun intended.Steve Peters2006-02-021-2/+2
* Use a union for storing the shared hash key reference count, ratherNicholas Clark2006-01-301-1/+1
* Solaris seems not to enjoy initialising constants from SIG_??? on 64Nicholas Clark2006-01-291-3/+3
* aelemfast optimization opclass problem (c.f. [perl #38279])Stephen McCamant2006-01-252-1/+84
* Simplify &IO::Handle::sayGisle Aas2006-01-241-10/+4
* Avoid warning with MS Visual C compiler.Gisle Aas2006-01-231-2/+2
* Avoid most getprotobyname/number calls in IO::Socket::INETGisle Aas2006-01-231-11/+44
* Upgrade to Devel::PPPort 3.08Marcus Holland-Moritz2006-01-197-11/+23
* find_perl() must be after environment initializationCraig A. Berry2006-01-191-1/+1
* Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.tSteve Peters2006-01-191-1/+4
* Fix another concatenated filepath in a test for Digest::SHA.Steve Peters2006-01-191-1/+2
* Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.Gisle Aas2006-01-181-0/+3
* Use the IPPROTO_TCP constant instead of 6.Gisle Aas2006-01-181-3/+3
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-183-3/+3
* Digest::SHA's t/2-nist-sha-oo.t has some path related problems onSteve Peters2006-01-181-1/+1