| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-04 | 3 | -258/+140 |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-03 | 3 | -24/+103 |
* | Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs | Stephen McCamant | 2006-01-03 | 1 | -1/+3 |
* | Re: [patch] optimized constant subs are cool, teach B::Concise about them | Jim Cromie | 2006-01-02 | 3 | -94/+507 |
* | add svt_local slot to magic vtable, and fix local $shared | Dave Mitchell | 2006-01-02 | 1 | -4/+30 |
* | make threads use MY_CXT API rather than using PL_modglobal | Dave Mitchell | 2005-12-31 | 1 | -9/+16 |
* | Fix test for perl version number in Makefile.PL | Rafael Garcia-Suarez | 2005-12-29 | 1 | -1/+1 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -3/+16 |
* | add tests for MY_CXT API and improve its documentation | Dave Mitchell | 2005-12-29 | 3 | -1/+135 |
* | Upgrade to Sys-Syslog-0.11 | Steve Peters | 2005-12-28 | 5 | -76/+263 |
* | Fix 2 off-by-one errors in the call to ninstr(). | Gisle Aas | 2005-12-28 | 1 | -1/+1 |
* | Upgrade to PathTools-3.15 | Steve Peters | 2005-12-28 | 1 | -2/+4 |
* | [patch] ext/b/t/lint.t fails on win32 | Yves Orton | 2005-12-27 | 1 | -1/+1 |
* | Given that IO::Socket is documented as exporting all of Socket's | Nicholas Clark | 2005-12-24 | 2 | -4/+2 |
* | Looks like the macro CLK_TCK is not actually a constant on Solaris. | Nicholas Clark | 2005-12-24 | 1 | -1/+2 |
* | Add support for PV to ExtUtils::Constant::ProxySubs, and enable its | Nicholas Clark | 2005-12-23 | 1 | -0/+1 |
* | Fix build of Compress::Zlib on MVS (by Paul Marquess) | Rafael Garcia-Suarez | 2005-12-23 | 1 | -3/+0 |
* | SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL | Nicholas Clark | 2005-12-23 | 1 | -4/+9 |
* | Use inlineable proxy constant subs for Socket | Nicholas Clark | 2005-12-23 | 1 | -0/+1 |
* | De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags, | Nicholas Clark | 2005-12-23 | 1 | -3/+7 |
* | Use inlineable proxy constant subs for POSIX. | Nicholas Clark | 2005-12-22 | 1 | -2/+4 |
* | Make ExtUtils::Constant generate the inlineable proxy constant subs. | Nicholas Clark | 2005-12-22 | 1 | -0/+1 |
* | Add an optimisation to allow proxy constant subroutines to be copied | Nicholas Clark | 2005-12-22 | 1 | -1/+1 |
* | Add tests for untested math functions in POSIX | Steve Peters | 2005-12-21 | 1 | -0/+25 |
* | Fix typos in regular expressions | Rafael Garcia-Suarez | 2005-12-20 | 1 | -2/+2 |
* | POD nits on B::Lint | Rafael Garcia-Suarez | 2005-12-20 | 1 | -23/+23 |
* | Re: Pluggable lint patch | Joshua ben Jore | 2005-12-20 | 2 | -6/+106 |
* | Attempt at making IO::Handle backwards compatible again | Rafael Garcia-Suarez | 2005-12-19 | 1 | -5/+10 |
* | Make sv_dump (and therefore Devel::Peek) report the value of the | Nicholas Clark | 2005-12-19 | 1 | -1/+39 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 3 | -7/+5 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 6 | -15/+77 |
* | Upgrade to Time-HiRes-1.86 | Steve Peters | 2005-12-17 | 3 | -5/+12 |
* | Correct typo in Time::HiRes tests introduced by patch 26383 | Dominic Dunlop | 2005-12-17 | 1 | -1/+1 |
* | Fix for ext/POSIX/t/time.t so the strftime() test works on systems | Steve Peters | 2005-12-17 | 1 | -6/+2 |
* | Upgrade to Time-HiRes-1.85 | Steve Peters | 2005-12-17 | 7 | -87/+402 |
* | s/Nullhv/NULL/g; | Nicholas Clark | 2005-12-16 | 2 | -3/+3 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -3/+3 |
* | Silence test output to STDERR | Gisle Aas | 2005-12-15 | 1 | -1/+1 |
* | forgot to add new file to change #26350 | Dave Mitchell | 2005-12-14 | 1 | -0/+134 |
* | [perl #37919] Blessed scalar refs with threads::shared | Jerry D. Hedden | 2005-12-14 | 1 | -0/+7 |
* | Fix realclean target for Sys::Syslog | Rafael Garcia-Suarez | 2005-12-13 | 1 | -1/+1 |
* | Use load_module() instead of perl_eval_sv("require $mod") to | Gisle Aas | 2005-12-12 | 1 | -16/+6 |
* | Upgrade to PathTools-3.14_01 | Steve Peters | 2005-12-10 | 2 | -0/+38 |
* | Upgrade to Sys-Syslog-0.10 | Steve Peters | 2005-12-09 | 14 | -155/+1277 |
* | Fixup the setsockopt usage message; missing OPTVAL. | Gisle Aas | 2005-12-08 | 1 | -1/+1 |
* | Don't build manpages for Encode and Unicode::Normalize | Rafael Garcia-Suarez | 2005-12-07 | 2 | -0/+2 |
* | Fix typo spotted by Ronald J Kimball. | Gisle Aas | 2005-12-06 | 1 | -1/+1 |
* | Re: Perl PR: "Security holes in Sys::Syslog" | Ronald J. Kimball | 2005-12-06 | 1 | -1/+8 |
* | Document why syslog($priority, "%s", $message) is a good idea | Gisle Aas | 2005-12-06 | 1 | -0/+8 |
* | Upgrade to MIME-Base64-3.07 | Steve Peters | 2005-12-05 | 4 | -6/+41 |