wince patch
[p5sagit/p5-mst-13.2.git] / ext /
2005-11-09 Nicholas Clark As using -C to turn on utf8 IO is equivalent to the...
2005-11-09 Nicholas Clark Make the Bytecode changes conditional on perl version.
2005-11-09 Graham Barr Re: [PATCH] Re: [perl #32383] DProf breaks List::Util...
2005-11-09 Robin Houston Re: [perl #32383] DProf breaks List::Util::shuffle
2005-11-06 Steve Peters Upgrade to Time-HiRes-1.82
2005-11-05 Nicholas Clark Make the 5.9 changes to B conditional on perl version.
2005-11-05 Steve Peters Upgrade to Time-HiRes-1.81
2005-11-04 Steve Peters Upgrade to Time-HiRes-1.80
2005-11-04 Steve Peters Upgrade to Time-HiRes 1.79
2005-11-03 Rafael Garcia-Suarez Fix test failures introduced by the change of flags...
2005-11-03 Steve Peters Upgrade to Time-HiRes-1.78
2005-11-03 Steve Peters Test for the right signal should use the constant for...
2005-11-03 Steve Peters Upgrade to Time-HiRes-1.77
2005-11-02 Rafael Garcia-Suarez Adjust test count
2005-11-02 Rafael Garcia-Suarez Add missing file from change 25953
2005-11-02 Robin Houston sort/multicall patch
2005-10-31 Steve Peters Upgrade to DB_File 1.813.
2005-10-31 Bas van Sisseren A B::Deparse fix from :
2005-10-31 Rafael Garcia-Suarez Robin Houston remarks that mention of a context is...
2005-10-29 Srezic@Iconmobile.Com [perl #30563] [PATCH] Storable::dclone fails for tied...
2005-10-27 Gisle Aas Re: IO::File performace issue
2005-10-25 Steve Peters Upgrade to Time-HiRes-1.76
2005-10-24 Paul Marquess Compress::Zlib
2005-10-22 Nicholas Clark use more 'const' in the Encode data structures.
2005-10-22 Nicholas Clark Mark more static Encode data structures as const.
2005-10-18 Steve Peters Upgrade to Time-HiRes-1.75
2005-10-17 Steve Hay Silence gcc complaints about comments in config.h
2005-10-17 Jarkko Hietaniemi even more Symbian
2005-10-17 Nicholas Clark Correct precedence from and to ...
2005-10-16 Dave Mitchell static functions should be prefixed S_
2005-10-16 Dave Mitchell free a thread's interpreter after $t->join() rather...
2005-10-16 Steve Peters No more attempting to edit Pod before the first coffee...
2005-10-16 Steve Peters Upgrade to XSLoader-0.06 (plus a minor doc nit found...
2005-10-14 Paul Marquess Compress::Zlib - fix for win32
2005-10-13 Paul Marquess RE: [PATCH] Compress::Zlib
2005-10-11 Paul Marquess Compress::Zlib
2005-10-11 Paul Marquess Compress::Zlib
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
next