Document all the return values that code references in @INC can return.
[p5sagit/p5-mst-13.2.git] / ext /
2006-04-17 Nicholas Clark Coverity is a persistent beast. Hot on the tails of...
2006-04-17 Nicholas Clark Oops. Change 27826 had an error in the definition of...
2006-04-17 Paul Marquess Compress::Zlib
2006-04-16 Nicholas Clark Coverity is flagging a potential problem because it...
2006-04-15 bah@longitude.com Potential (?) memory leak in Storable.xs (Coverity)
2006-04-15 Nicholas Clark Coverity was getting upset about an assignment from...
2006-04-15 Nicholas Clark Coverity reports that Storable can potentially cause...
2006-04-15 Nicholas Clark Coverity notes that resource are leaked in the unfinish...
2006-04-15 Nicholas Clark Coverity correctly reports that gv might (just) be...
2006-04-15 Nicholas Clark Update the assertion to a croak "Out of range special...
2006-04-14 Paul Marquess IO::Compress::*
2006-04-14 Jerry D. Hedden Fix implementation of threads->_handle on unixes.
2006-04-13 Nicholas Clark (Hopefully) fix coredumps in ByteLoader, which were...
2006-04-13 Nicholas Clark Fix B and ByteLoader to cope with cop_warnings no longe...
2006-04-10 Nicholas Clark Perl_unsharepvn() was no longer being used in core...
2006-04-06 Steve Hay Fix skip count in ext\B\t\lint.t
2006-04-05 Joshua ben Jore Re: expr foreach (...) isn't a B::Lint warning anymore
2006-04-05 Rafael Garcia-Suarez There should be only one META.yml file
2006-04-05 Steve Hay Simplify tests for fork() capabilities
2006-04-04 Jim Cromie Re: Making IO::Socket pass test on Win32
2006-04-04 Jan Dubois threads.pm should overload != operator
2006-04-04 Rafael Garcia-Suarez Fix syntax error in io_pipe test
2006-04-04 Yves Orton Re: Making IO::Socket pass test on Win32
2006-04-03 Jerry D. Hedden 2nd patch to sync blead 'threads' with CPAN [REPOST]
2006-04-03 Jarkko Hietaniemi ext/IO/t/io_unix.t
2006-04-03 Nicholas Clark The make_ext script should pass MAKE=$MAKE to submakes...
2006-04-02 Nicholas Clark Convert ByteLoader to use CopARYBASE_set().
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-03-31 Paul Marquess IO::Compress::Zip
2006-03-30 Nicholas Clark Fix bug 36267 - assigning to a tied hash shouldn't...
2006-03-29 Andy Lester Devel::DProf consting
2006-03-28 Gisle Aas Improved description of the tmon.out format.
2006-03-27 Nicholas Clark Merge the cut ...
2006-03-26 Graham Barr Update to IO-1.23
2006-03-25 Paul Marquess ext/Compress/IO/Zlib/t/050interop-gzip.t
2006-03-24 Jerry D. Hedden (2nd revised) 1st patch to sync blead 'threads' with...
2006-03-22 Steve Peters Increase the length of content compressed as a kludge...
2006-03-21 Gisle Aas Test croak(NULL)
2006-03-20 Gisle Aas Move DynaLoader.o into libperl.so.
2006-03-19 Andy Lester Data::Dumper consting
2006-03-17 Jan Dubois threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression
2006-03-16 Gisle Aas Avoid hardcoded $(OBJ_EXT)
2006-03-16 Gisle Aas Change 27520 was a bit too aggressive. Let's keep...
2006-03-16 Gisle Aas Remove unused code. No extension use Makefile.SH any...
2006-03-16 Paul Marquess Compress::Raw::Zlib, Compress::Zlib, IO::Compress:...
2006-03-16 Rafael Garcia-Suarez Make the threads tests silent with regard to the new...
2006-03-13 Rafael Garcia-Suarez Forgot the ending \. Why did it still compile ?
2006-03-13 Robin Houston Automatically SPAGAIN in the poor-man's-multicall API
2006-03-12 Andy Lester Removed unnecessary NULL check in Digest::SHA
2006-03-09 Steve Peters Need to update test count from change #27440.
2006-03-09 Steve Peters croak in POSIX::sigaction() when passed a negative...
2006-03-09 Nicholas Clark Unroll 27425 - keeping Larry's order in op.c means...
2006-03-08 Nicholas Clark The last MAD change to op.c changes the pad offsets...
2006-03-08 Stephen McCamant Re: [perl #38684] O::Deparse not working as expected
2006-03-07 Steve Peters Upgrade to PathTools-3.17
2006-03-06 Rafael Garcia-Suarez Add and remove files forgotten in change #27384
2006-03-06 Paul Marquess Compress::Zlib
2006-03-03 Jarkko Hietaniemi Re: [PATCH] Re: [perl #38612] Data::Dumper core dump...
2006-03-01 Joshua ben Jore Re: Patch lint for grep { /.../ } and grep /.../,
2006-02-28 Steve Hay Silence another VC++ warning
2006-02-25 Nicholas Clark Curiously none of the macros SvIVX, SvUVX or SvNVX...
2006-02-25 Nicholas Clark Store GvGP in the SV head union. For all the common...
2006-02-23 Nicholas Clark Remove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas Clark Remove get magic from typeglobs. This means that PVGVs...
2006-02-22 Nicholas Clark sv_dump should report the PV for PVGVs, as it can get...
2006-02-21 Nicholas Clark Teach B about CVf_ISXSUB
2006-02-21 Nicholas Clark Goodbye PERL_XSUB_OLDSTYLE.
2006-02-21 Steve Peters Add tests for the previously untested Hash::Util::all_k...
2006-02-21 Joshua ben Jore Re: Patches: B, CGI, ExtUtils::MM_Unix
2006-02-20 Dominic Dunlop Make SDBM_File work with -Duse64bitall on Darwin (Mac...
2006-02-20 Nicholas Clark PVCVs don't need XNVs either.
2006-02-20 Nicholas Clark PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clark xcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clark xcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas Clark Add a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Nicholas Clark Abolish BROKEN_UNION_INIT in B::C, as it works around...
2006-02-20 Nicholas Clark Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
2006-02-18 Steve Peters Upgrade to Digest-SHA-5.34.
2006-02-14 Steve Peters Upgrade to Time-HiRes-1.87
2006-02-14 Steve Peters Hash::Util tests should check if Hash::Util has been...
2006-02-14 Yves Orton [Patch] Enhance Hash::Util
2006-02-13 Stephen McCamant [perl #38346] [PATCH] Re: B::Deparse's bug?
2006-02-13 Nicholas Clark All the bits of clone_params.flags need to be initialis...
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...
next