Upgrade to Devel::PPPort 3.18_01
[p5sagit/p5-mst-13.2.git] / ext /
2009-06-12 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.18_01
2009-06-12 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.18
2009-06-11 Steffen Mueller Sync to Data::Dumper 2.123
2009-06-11 David Wheeler Document findsym in Attribute::Handlers
2009-06-10 Steffen Mueller Upgrade Attribute::Handlers to 0.84
2009-06-10 Paul Marquess [PATCH] Filter-Util-Call (was RE: pmqs: dual life modules)
2009-06-09 Gisle Aas Upgrade to MIME-Base64-3.08
2009-06-09 Gisle Aas Upgrade to Digest-MD5-2.39
2009-06-09 Steffen Mueller Upgrade to Data::Dumper stable release 2.122
2009-06-09 Steve Hay Fix threads build on Win32
2009-06-09 Jerry D. Hedden Mask thread signal handling fix on Win32
2009-06-09 Jerry D. Hedden Upgrade to threads 1.73
2009-06-07 Craig A. Berry There is no pthread_sigmask on VMS, so use sigprocmask...
2009-06-07 Steve Peters Upgrade to Test-Harness-3.17
2009-06-07 Rafael Garcia-Suarez Bump version of threads.pm
2009-06-07 John Wright Mask signals in thread creation and destruction to...
2009-06-06 Steffen Mueller Synchronize with Data::Dumper 2.121_20 on CPAN
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2009-06-06 Steffen Mueller Data::Dumper on 5.6.* needs to use old IDs
2009-06-06 Steffen Mueller For the Data::Dumper CPAN version on 5.6, we need PPPor...
2009-06-06 Steffen Mueller Increment Data::Dumper version to 2.121_20
2009-06-06 Steffen Mueller Require at least 5.008 for pack('J'...) in Data::Dumper
2009-06-06 Paul Marquess [PATCH] *-Compress-* 2.020
2009-06-02 David Mitchell resync some files with their CPAN equivalents (just...
2009-05-24 Vincent Pit Ignore vim swap files
2009-05-18 Abhijit Menon-Sen Note 2.20 in the changelog.
2009-05-12 Steve Hay Skip test for changing TZ if running in a pseudo-fork...
2009-05-12 Steve Hay Upgrade to Time-Piece-1.14
2009-05-11 Graham Barr Update IO to CPAN 1.24 release
2009-05-11 Vincent Pit Allow typed arrays and hashes
2009-05-10 David Mitchell bump Storage version to 2.20 to distinguish it from...
2009-05-10 Steffen Mueller Pull PathTools 3.30 (which was just a blead sync.)
2009-05-08 Steve Hay Silence Win32 compiler warning in IO.xs
2009-05-07 Steffen Mueller Bring PathTools changes file in sync with... PathTools
2009-05-06 Steve Hay Fix POSIX::tzset() as per Time::Piece::_tzset().
2009-05-05 Steve Hay Fix Time-Piece tests on Win32 with PERL_IMPLICIT_SYS
2009-05-04 H.Merijn Brand Patch to fix the problem enclosed.
2009-05-03 H.Merijn Brand RE: [PATCH] compress 2.018
2009-04-27 Nicholas Clark Remove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-26 Nicholas Clark Fix #if/#else bug introduced with MACOS_TRADITIONAL...
2009-04-17 Steve Hay Fix failing Time-Piece tests on Win32
2009-04-16 Rafael Garcia-Suarez Ignore some autogenerated makefiles
2009-04-16 Rafael Garcia-Suarez Bump VERSION of Data::Dumper
2009-04-16 Alex Vandiver Data::Dumper hash iterator needs to be reset on all...
2009-04-16 Paul Marquess Build bzip2 witha C++ compiler
2009-04-13 Nicholas Clark Remove an unnecessary use Config;
2009-04-13 Nicholas Clark Remove Makefile.PLs that make_ext.pl can automatically...
2009-04-13 Paul Marquess [PATCH] Compress-Raw-Bzip2 2.018 (was RE: Compress...
2009-04-13 Nicholas Clark Restore prototypes to XS code in attributes, accidental...
2009-04-13 Nicholas Clark TODO tests for deparsing strict, warnings as strings...
2009-04-13 Nicholas Clark our $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas Clark Correct two other tests that apparently should be TODOs...
2009-04-13 Nicholas Clark A perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas Clark Refactor the SKIP parser to also handle TODOs. TODO...
2009-04-13 Nicholas Clark Remove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-13 Nicholas Clark GvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-04-12 Nicholas Clark Remove a link to the attrs pragma, which has now been...
2009-04-12 Nicholas Clark s/locked/lvalue/ in the examples, and remove mention...
2009-04-12 Nicholas Clark Deprecate using "unique" with the attributes pragma.
2009-04-12 Nicholas Clark Deprecate using "locked" with the attributes pragma.
2009-04-12 Nicholas Clark Convert xsutils.c and lib/attributes.pm to a regular...
2009-04-12 Nicholas Clark Deprecate use of the attribute :locked on subroutines.
2009-04-12 Nicholas Clark Remove attrs, which has been deprecated since 1999...
2009-04-09 Andy Dougherty Fix declaration-after-statement in ext/Socket/Socket.xs
2009-04-03 Nicholas Clark In sdbm_open(), replace strcat()s and strcpy()s with...
2009-04-03 Nicholas Clark Don't needlessly assign to pagname (which seems to...
2009-04-03 Nicholas Clark Don't assign needlessly to dirname. (which seems to...
2009-03-31 Nicholas Clark Close the file before renaming it. Problem spotted...
2009-03-31 Nicholas Clark Don't create an empty Errno.pm if there is an error...
2009-03-30 Craig A. Berry TZ setting must contain an offset.
2009-03-30 Paul Marquess Updates for ext/compress*
2009-03-29 SADAHIRO Tomoyuki Update to Unicode::Normalize 1.03
2009-03-29 Paul Marquess DB_File 1.820: Remove MAN3PODS => {}
2009-03-29 Craig A. Berry Make Time::Piece use the init_tm() in util.c, bump...
2009-03-28 Florian Ragwitz Improve mro merging error messages.
2009-03-27 Vincent Pit Also skip test 20 in t/Socket.t when no IPv6 is available
2009-03-27 Rafael Garcia-Suarez Fix concise-xs.t after recent changes to Socket.pm
2009-03-27 Craig A. Berry Some standards compliance for the new Time::Piece test.
2009-03-27 Rafael Garcia-Suarez Add inet_pton and inet_ntop to the list of functions...
2009-03-27 Steve Peters What am I thinking? Just bump the version.
2009-03-27 Steve Peters Add inet_pton() and inet_ntop() to Socket.
2009-03-26 Nicholas Clark Ignore Makefile.PLs that are now autogenerated.
2009-03-26 Nicholas Clark make_ext.pl's automatic Makefile.PL generation can...
2009-03-26 Nicholas Clark Undo the local change to Time::Piece's Makfile.PL that...
2009-03-26 Nicholas Clark Remove MAN3PODS from modules' Makefile.PLs which are...
2009-03-26 Nicholas Clark Remove MAN3PODS and NORECURS from Makefile.PLs where...
2009-03-26 Nicholas Clark Remove now-redundant references to MAN3PODS in core...
2009-03-26 Nicholas Clark No need to set MAN3PODS now that make_ext.pl takes...
2009-03-26 Nicholas Clark make_ext.pl's automatic Makefile.PL generation can...
2009-03-25 Paul Marquess fix smoke issues with the compression modules
2009-03-25 Nicholas Clark d002ef56a2861d99 didn't fix the Makefile.PL to reflect...
2009-03-25 Nicholas Clark Move Module:Pluggable tests from t/Module_Pluggable...
2009-03-25 Ian Goodacre [perl #63914] Time::Piece reports timezone incorrectly
2009-03-25 Steve Peters Upgrade to Encode-2.33.
2009-03-22 Paul Marquess Fixes for ext/compress
2009-03-20 Steve Hay Remove unnecessary MANIFEST file for IO-Compress
2009-03-19 Steve Hay Bump Module-Pluggable VERSION following 4a28828fc8f160c...
2009-03-19 Steve Hay Undo the INST_LIB change from the Module-Pluggable...
2009-03-19 Steve Hay Upgrade to Attribute-Handlers-0.83
2009-03-19 Steve Hay Upgrade to Module-Pluggable-3.9
next