summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* sprinkle dVARJarkko Hietaniemi2006-01-061-1/+1
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-043-258/+140
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-033-24/+103
* Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programsStephen McCamant2006-01-031-1/+3
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-023-94/+507
* add svt_local slot to magic vtable, and fix local $sharedDave Mitchell2006-01-021-4/+30
* make threads use MY_CXT API rather than using PL_modglobalDave Mitchell2005-12-311-9/+16
* Fix test for perl version number in Makefile.PLRafael Garcia-Suarez2005-12-291-1/+1
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-3/+16
* add tests for MY_CXT API and improve its documentationDave Mitchell2005-12-293-1/+135
* Upgrade to Sys-Syslog-0.11Steve Peters2005-12-285-76/+263
* Fix 2 off-by-one errors in the call to ninstr().Gisle Aas2005-12-281-1/+1
* Upgrade to PathTools-3.15Steve Peters2005-12-281-2/+4
* [patch] ext/b/t/lint.t fails on win32Yves Orton2005-12-271-1/+1
* Given that IO::Socket is documented as exporting all of Socket'sNicholas Clark2005-12-242-4/+2
* Looks like the macro CLK_TCK is not actually a constant on Solaris.Nicholas Clark2005-12-241-1/+2
* Add support for PV to ExtUtils::Constant::ProxySubs, and enable itsNicholas Clark2005-12-231-0/+1
* Fix build of Compress::Zlib on MVS (by Paul Marquess)Rafael Garcia-Suarez2005-12-231-3/+0
* SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VALNicholas Clark2005-12-231-4/+9
* Use inlineable proxy constant subs for SocketNicholas Clark2005-12-231-0/+1
* De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,Nicholas Clark2005-12-231-3/+7
* Use inlineable proxy constant subs for POSIX.Nicholas Clark2005-12-221-2/+4
* Make ExtUtils::Constant generate the inlineable proxy constant subs.Nicholas Clark2005-12-221-0/+1
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-221-1/+1
* Add tests for untested math functions in POSIXSteve Peters2005-12-211-0/+25
* Fix typos in regular expressionsRafael Garcia-Suarez2005-12-201-2/+2
* POD nits on B::LintRafael Garcia-Suarez2005-12-201-23/+23
* Re: Pluggable lint patchJoshua ben Jore2005-12-202-6/+106
* Attempt at making IO::Handle backwards compatible againRafael Garcia-Suarez2005-12-191-5/+10
* Make sv_dump (and therefore Devel::Peek) report the value of theNicholas Clark2005-12-191-1/+39
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-193-7/+5
* latest switch/say/~~Robin Houston2005-12-196-15/+77
* Upgrade to Time-HiRes-1.86Steve Peters2005-12-173-5/+12
* Correct typo in Time::HiRes tests introduced by patch 26383Dominic Dunlop2005-12-171-1/+1
* Fix for ext/POSIX/t/time.t so the strftime() test works on systemsSteve Peters2005-12-171-6/+2
* Upgrade to Time-HiRes-1.85Steve Peters2005-12-177-87/+402
* s/Nullhv/NULL/g;Nicholas Clark2005-12-162-3/+3
* s/Nullav/NULL/gNicholas Clark2005-12-161-3/+3
* Silence test output to STDERRGisle Aas2005-12-151-1/+1
* forgot to add new file to change #26350Dave Mitchell2005-12-141-0/+134
* [perl #37919] Blessed scalar refs with threads::shared Jerry D. Hedden2005-12-141-0/+7
* Fix realclean target for Sys::SyslogRafael Garcia-Suarez2005-12-131-1/+1
* Use load_module() instead of perl_eval_sv("require $mod") toGisle Aas2005-12-121-16/+6
* Upgrade to PathTools-3.14_01Steve Peters2005-12-102-0/+38
* Upgrade to Sys-Syslog-0.10Steve Peters2005-12-0914-155/+1277
* Fixup the setsockopt usage message; missing OPTVAL.Gisle Aas2005-12-081-1/+1
* Don't build manpages for Encode and Unicode::NormalizeRafael Garcia-Suarez2005-12-072-0/+2
* Fix typo spotted by Ronald J Kimball.Gisle Aas2005-12-061-1/+1
* Re: Perl PR: "Security holes in Sys::Syslog"Ronald J. Kimball2005-12-061-1/+8
* Document why syslog($priority, "%s", $message) is a good ideaGisle Aas2005-12-061-0/+8