Symbian bleadperl@25725 update
[p5sagit/p5-mst-13.2.git] / ext /
2005-10-10 Jarkko Hietaniemi Symbian bleadperl@25725 update
2005-10-10 Paul Marquess RE: [PATCH] Compress::Zlib
2005-10-10 Paul Marquess Making t/14gzopen.t a bit more robust.
2005-10-10 H.Merijn Brand Compress::Zlib should not ask under Cygwin in CORE
2005-10-10 Paul Marquess RE: [PATCH] DB_File 1.1812
2005-10-09 Rafael Garcia-Suarez Upgrade to DB_File 1.1812, by Paul Marquess
2005-10-07 Steve Peters Upgrade to Pathtools-3.12
2005-10-06 Steve Peters Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set...
2005-10-06 Rafael Garcia-Suarez Be nice with subversion hidden directories
2005-10-06 Rafael Garcia-Suarez Move ZlibTestUtils.pm under t/
2005-10-06 Rafael Garcia-Suarez Don't install pods via MakeMaker for C::Zlib,
2005-10-05 Nicholas Clark Fix Compress::Zlib test boilerplate
2005-10-05 Rafael Garcia-Suarez Compress::Zlib's Makefile.PL shouldn't create .bak...
2005-10-05 Rafael Garcia-Suarez Add test preambles to Compress::Zlib.
2005-10-05 Peter Dintelmann proposal [perl #34301]: IO::Socket calls getpeername...
2005-10-05 Rafael Garcia-Suarez Upgrade to Compress::Zlib 2.000_05
2005-09-30 Rafael Garcia-Suarez Upgrade to XSLoader 0.05, plus a few doc nits,
2005-09-27 Rafael Garcia-Suarez OPpRUNTIME can be set on OP_QR too
2005-09-27 Steve Peters Upgrade to Encode 2.12
2005-09-26 Rafael Garcia-Suarez Make B::Deparse handle correctly CORE::require
2005-09-23 Rafael Garcia-Suarez Upgrade to Compress::Zlib 1.40
2005-09-21 Rafael Garcia-Suarez A few POD fixes
2005-09-21 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.74
2005-09-21 Nicholas Clark Remove the last STRLEN n_a;s that my compiler can reach.
2005-09-20 Rafael Garcia-Suarez Upgrade to Compress::Zlib 1.39
2005-09-19 Nicholas Clark All Perl_hv_name_set()s need to be plain hv_name_set...
2005-09-19 Yitzchak Scott-Tho... bleadperl DProf.xs:140: warning: `unused' attribute...
2005-09-18 Nicholas Clark It looks like the only way to reliably make Perl_hv_nam...
2005-09-17 Nicholas Clark Holding a mutex then croak()ing strikes me as deadlock.
2005-09-06 Rafael Garcia-Suarez Upgrade to Compress::Zlib 1.38
2005-09-06 Rafael Garcia-Suarez Revert Makefile.PL change from #25355
2005-09-06 Rafael Garcia-Suarez Upgrade to IO 1.22 from gbarr
2005-09-05 Jim Cromie regression test for 25352
2005-09-02 Yitzchak Scott-Tho... Re: Optree Generation
2005-09-02 Rafael Garcia-Suarez Regression test for the fix in change #25308,
2005-09-01 Rafael Garcia-Suarez Add the "no 6" / "no v6" syntax.
2005-08-31 Rafael Garcia-Suarez Document that Sys::Syslog::openlog might die.
2005-08-31 John E. Malmberg [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
2005-08-30 Rafael Garcia-Suarez Upgrade to PathTools 3.11
2005-08-27 Rafael Garcia-Suarez Upgrade to PathTools 3.10
2005-08-25 Jim Cromie update B::Concise pod to reflect previous changes
2005-08-19 Abigail Whitespace
2005-08-19 Yitzchak Scott-Tho... Re: Data::Dumper bug?
2005-08-19 Tassilo von Parseval make threads.xs emit warnings properly
2005-08-18 Jarkko Hietaniemi 5.9.x (and 5.8.x): Symbian update
2005-08-17 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.73
2005-08-16 Gisle Aas Time::HiRes::nanosleep support for Solaris [PATCH]
2005-08-13 Paul Marquess Compress::Zlib 1.37
2005-08-07 Jarkko Hietaniemi undup
2005-08-06 Rafael Garcia-Suarez Add files missed in change 25271
2005-08-06 Rafael Garcia-Suarez Clarify docs
2005-08-06 Rafael Garcia-Suarez Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
2005-08-05 Piotr Fusik Typos in *.p[lm]
2005-08-02 H.Merijn Brand The typo changes from 25261 (of course) altered the...
2005-08-02 Piotr Fusik Typos in *.p[lm]
2005-08-01 Rafael Garcia-Suarez Various patches by John E. Malmberg to fix data
2005-08-01 Piotr Fusik POD typos
2005-08-01 John E. Malmberg blead@25226 - ext/Compress/Zlib on VMS.
2005-07-31 H.Merijn Brand SIGRTMIN ...
2005-07-28 Robin Barker silence compiler warning in mg.c POSIX.xs
2005-07-27 H.Merijn Brand Some signals are more real than others
2005-07-25 H.Merijn Brand use POSIX might not throw an error. Check for useful...
2005-07-24 Craig A. Berry blead help for VMS
2005-07-21 Jarkko Hietaniemi Re: [PATCH] support POSIX SA_SIGINFO
2005-07-21 Paul Marquess Compress::Zlib 1.35
2005-07-20 Rafael Garcia-Suarez Remove :base_io from the set of default "safe" opcodes.
2005-07-20 Jarkko Hietaniemi support POSIX SA_SIGINFO
2005-07-20 Steve Hay Exit test script (if we're going to) *before* declaring...
2005-07-19 Nicholas Clark C<use Foo;> inside Foo.pm considered a "bad...
2005-07-19 Nicholas Clark XS constants fail when their value is called for, not...
2005-07-19 Jarkko Hietaniemi allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2005-07-17 Dave Mitchell [perl #9720] document what can be assigned to a shared...
2005-07-15 Steve Hay Re: [PATCH blead] Re: [perl #3269] no warnings "foo...
2005-07-15 Matt Sergeant Missing tie() call in NDBM_File SYNOPSIS
2005-07-13 Michael G. Schwern Re: Documentation error in IO::Socket
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-05 Steve Hay Oops! Change 25080 should have updated checksums too.
2005-07-05 Steve Hay Remove an unreferenced local variable in Digest-MD5
2005-07-04 Nicholas Clark Make the tests for hv_free_ent and hv_delayfree_ent...
2005-07-04 Steve Hay Use void, not void *, to suppress RETVAL (and compiler...
2005-07-04 Nicholas Clark Tests for hv_delayfree_ent and hv_free_ent
2005-07-04 Yitzchak Scott-Tho... Re: How to suppress warnings when building Errno with gcc
2005-07-02 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.72
2005-07-01 Steve Hay Remove unreferenced local variable (and the warning...
2005-06-30 Nicholas Clark If gp_flags is unused, why are we even allocating it?
2005-06-30 Steve Peters Re: [PATCH]Re: [perl #36417] IO::Handle::getline()...
2005-06-30 Steve Hay Silence MinGW warnings about system headers when buildi...
2005-06-28 Rafael Garcia-Suarez B::Deparse was chocking on variable names with colons...
2005-06-28 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.71
2005-06-27 Steve Hay Silence compiler warning in SDBM_File
2005-06-27 Alexey Tourbin XSLoader for Sys::Syslog
2005-06-27 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.70
2005-06-26 Rafael Garcia-Suarez Upgrade to Time::HiRes 1.69
2005-06-23 Dave Mitchell don't repopulate PADTMP slots with null SVs when freein...
2005-06-23 Nicholas Clark The current implementation of :unique is fundamentally...
2005-06-23 Nicholas Clark Add a define PERL_POISON which tries to trip up anythin...
2005-06-21 Rafael Garcia-Suarez POD nits
2005-06-21 Rafael Garcia-Suarez Fix [perl #36102] Data::Dumper Doesn't Stringify Numeri...
2005-06-17 Rafael Garcia-Suarez Upgrade to PathTools 3.09
2005-06-16 Nicholas Clark Storing the ixv for magic arrays seems to cause double...
next