Eliminating PL_suidscript is more tricky, and requires changing the
[p5sagit/p5-mst-13.2.git] / ext /
2006-02-02 Steve Peters It would be nice to have tests in B for the functions...
2006-02-02 Steve Peters Death to magic characters! No pun intended.
2006-01-30 Nicholas Clark Use a union for storing the shared hash key reference...
2006-01-29 Nicholas Clark Solaris seems not to enjoy initialising constants from...
2006-01-25 Stephen McCamant aelemfast optimization opclass problem (c.f. [perl...
2006-01-24 Gisle Aas Simplify &IO::Handle::say
2006-01-23 Gisle Aas Avoid warning with MS Visual C compiler.
2006-01-23 Gisle Aas Avoid most getprotobyname/number calls in IO::Socket...
2006-01-19 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.08
2006-01-19 Craig A. Berry find_perl() must be after environment initialization
2006-01-19 Steve Peters Fix hardcoded "/" in a filepath that causes ext/List...
2006-01-19 Steve Peters Fix another concatenated filepath in a test for Digest...
2006-01-18 Gisle Aas Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
2006-01-18 Gisle Aas Use the IPPROTO_TCP constant instead of 6.
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-18 Steve Peters Digest::SHA's t/2-nist-sha-oo.t has some path related...
2006-01-18 Steve Peters Fixes for Digest::SHA. Replaced old ppport.h file...
2006-01-18 Gisle Aas Make sure the most common IPPROTO_* constants are alway...
2006-01-16 Steve Peters Don't warn about a directory being closed in the DESTRO...
2006-01-16 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.07
2006-01-16 Rafael Garcia-Suarez Upgrade to Encode 2.14
2006-01-13 Nicholas Clark More $VERSION bumps.
2006-01-13 Rafael Garcia-Suarez Add a link to the Opcode doc in Safe.
2006-01-12 Nicholas Clark Upgrade to Devel::PPPort 3.06_01
2006-01-12 Nicholas Clark $Socket::VERSION++; # You always miss one.
2006-01-12 Nicholas Clark Bump $VERSION in many modules that have changed.
2006-01-12 Paul Marquess Compress::Zlib
2006-01-11 Gisle Aas A few more places that can use hv_fetchs().
2006-01-11 Sébastien Aperghis... Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
2006-01-10 Alan Burlison Re: Sys::Syslog blows up rather spectacularly on Solaris
2006-01-10 Nicholas Clark Gisle is correct - $host needs to stay in case the...
2006-01-10 Nicholas Clark Why should Syslog jump through hoops to look up the...
2006-01-10 Gisle Aas If getservbyname fails tell what service the lookup
2006-01-10 Rafael Garcia-Suarez Remove Syslog tests that use external modules
2006-01-10 Paul Marquess Compress::Zlib becomes zlib agnostic
2006-01-10 Craig A. Berry Make FAKE,READONLY optional on VMS in test 21
2006-01-09 Steve Peters Added standard core header to test cases for Digest...
2006-01-09 Nicholas Clark POSIX and Fcntl both export the same constants derived...
2006-01-09 Rafael Garcia-Suarez Upgrade to Sys::Syslog 0.12
2006-01-09 Paul Marquess RE: Failing tests on VMS blead@26652
2006-01-08 Nicholas Clark Tweak the code that generates unique entries in @POSIX...
2006-01-08 Nicholas Clark Add missing files in ext/Digest/SHA/src that somehow...
2006-01-08 Steve Peters Add Digest-SHA-5.32 for SHA-256 support for CPAN.
2006-01-07 Nicholas Clark Reorder Fcntl's bootstrapping so that the constants...
2006-01-07 Dave Mitchell [perl #37946] preserve the referent associated with...
2006-01-07 Dave Mitchell fix coredump on 'local $shared[N]' introduced by change...
2006-01-06 Dave Mitchell make ithreads shared vars smaller/quicker by eliminatin...
2006-01-06 Steve Hay DBL_MAX and FLT_MAX are not constants in Borland C++
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-03 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-03 Stephen McCamant Re: [perl #36837] B::Deparse fails when it comes to...
2006-01-02 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-02 Dave Mitchell add svt_local slot to magic vtable, and fix local ...
2005-12-31 Dave Mitchell make threads use MY_CXT API rather than using PL_modglobal
2005-12-29 Rafael Garcia-Suarez Fix test for perl version number in Makefile.PL
2005-12-29 Dave Mitchell re-implement MY_CXT API more efficiently, and add explicit
2005-12-29 Dave Mitchell add tests for MY_CXT API and improve its documentation
2005-12-28 Steve Peters Upgrade to Sys-Syslog-0.11
2005-12-28 Gisle Aas Fix 2 off-by-one errors in the call to ninstr().
2005-12-28 Steve Peters Upgrade to PathTools-3.15
2005-12-27 Yves Orton [patch] ext/b/t/lint.t fails on win32
2005-12-24 Nicholas Clark Given that IO::Socket is documented as exporting all...
2005-12-24 Nicholas Clark Looks like the macro CLK_TCK is not actually a constant...
2005-12-23 Nicholas Clark Add support for PV to ExtUtils::Constant::ProxySubs...
2005-12-23 Rafael Garcia-Suarez Fix build of Compress::Zlib on MVS (by Paul Marquess)
2005-12-23 Nicholas Clark SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas Clark Use inlineable proxy constant subs for Socket
2005-12-23 Nicholas Clark De-duplicate the items in @EXPORT. (@EXPORT is built...
2005-12-22 Nicholas Clark Use inlineable proxy constant subs for POSIX.
2005-12-22 Nicholas Clark Make ExtUtils::Constant generate the inlineable proxy...
2005-12-22 Nicholas Clark Add an optimisation to allow proxy constant subroutines...
2005-12-21 Steve Peters Add tests for untested math functions in POSIX
2005-12-20 Rafael Garcia-Suarez Fix typos in regular expressions
2005-12-20 Rafael Garcia-Suarez POD nits on B::Lint
2005-12-20 Joshua ben Jore Re: Pluggable lint patch
2005-12-19 Rafael Garcia-Suarez Attempt at making IO::Handle backwards compatible again
2005-12-19 Nicholas Clark Make sv_dump (and therefore Devel::Peek) report the...
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houston latest switch/say/~~
2005-12-17 Steve Peters Upgrade to Time-HiRes-1.86
2005-12-17 Dominic Dunlop Correct typo in Time::HiRes tests introduced by patch...
2005-12-17 Steve Peters Fix for ext/POSIX/t/time.t so the strftime() test works...
2005-12-17 Steve Peters Upgrade to Time-HiRes-1.85
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-12-15 Gisle Aas Silence test output to STDERR
2005-12-14 Dave Mitchell forgot to add new file to change #26350
2005-12-14 Jerry D. Hedden [perl #37919] Blessed scalar refs with threads::shared
2005-12-13 Rafael Garcia-Suarez Fix realclean target for Sys::Syslog
2005-12-12 Gisle Aas Use load_module() instead of perl_eval_sv("require...
2005-12-10 Steve Peters Upgrade to PathTools-3.14_01
2005-12-09 Steve Peters Upgrade to Sys-Syslog-0.10
2005-12-08 Gisle Aas Fixup the setsockopt usage message; missing OPTVAL.
2005-12-07 Rafael Garcia-Suarez Don't build manpages for Encode and Unicode::Normalize
2005-12-06 Gisle Aas Fix typo spotted by Ronald J Kimball.
2005-12-06 Ronald J. Kimball Re: Perl PR: "Security holes in Sys::Syslog"
2005-12-06 Gisle Aas Document why syslog($priority, "%s", $message) is a...
2005-12-05 Steve Peters Upgrade to MIME-Base64-3.07
2005-12-05 Steve Peters Upgrade to Digest-MD5-2.36
next