summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes for Digest::SHA. Replaced old ppport.h file with a new oneSteve Peters2006-01-182-326/+4941
* Make sure the most common IPPROTO_* constants are always available.Gisle Aas2006-01-181-1/+4
* Don't warn about a directory being closed in the DESTROY forSteve Peters2006-01-161-0/+1
* Upgrade to Devel::PPPort 3.07Marcus Holland-Moritz2006-01-1668-1097/+2426
* Upgrade to Encode 2.14Rafael Garcia-Suarez2006-01-1613-18/+82
* More $VERSION bumps.Nicholas Clark2006-01-131-1/+1
* Add a link to the Opcode doc in Safe.Rafael Garcia-Suarez2006-01-131-1/+4
* Upgrade to Devel::PPPort 3.06_01Nicholas Clark2006-01-1232-1460/+1955
* $Socket::VERSION++; # You always miss one.Nicholas Clark2006-01-121-1/+1
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-1211-11/+11
* Compress::ZlibPaul Marquess2006-01-122-4/+4
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-8/+8
* Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gzSébastien Aperghis-Tramoni2006-01-112-5/+15
* Re: Sys::Syslog blows up rather spectacularly on SolarisAlan Burlison2006-01-102-1/+5
* Gisle is correct - $host needs to stay in case the user sets itNicholas Clark2006-01-101-3/+25
* Why should Syslog jump through hoops to look up the hostname so it canNicholas Clark2006-01-101-22/+4
* If getservbyname fails tell what service the lookupGisle Aas2006-01-101-2/+2
* Remove Syslog tests that use external modulesRafael Garcia-Suarez2006-01-105-81/+0
* Compress::Zlib becomes zlib agnosticPaul Marquess2006-01-10102-9038/+7665
* Make FAKE,READONLY optional on VMS in test 21Craig A. Berry2006-01-101-1/+1
* Added standard core header to test cases for Digest::SHASteve Peters2006-01-0924-0/+162
* POSIX and Fcntl both export the same constants derived from the sameNicholas Clark2006-01-092-8/+10
* Upgrade to Sys::Syslog 0.12Rafael Garcia-Suarez2006-01-095-40/+46
* RE: Failing tests on VMS blead@26652Paul Marquess2006-01-0917-152/+73
* Tweak the code that generates unique entries in @POSIX::EXPORT so thatNicholas Clark2006-01-081-4/+5
* Add missing files in ext/Digest/SHA/src that somehow escaped the net.Nicholas Clark2006-01-088-0/+1329
* Add Digest-SHA-5.32 for SHA-256 support for CPAN.Steve Peters2006-01-0844-0/+3151
* Reorder Fcntl's bootstrapping so that the constants actually getNicholas Clark2006-01-071-13/+19
* [perl #37946] preserve the referent associated with a shared RV.Dave Mitchell2006-01-071-23/+49