| Commit message (Expand) | Author | Age | Files | Lines |
* | Note 2.20 in the changelog. | Abhijit Menon-Sen | 2009-05-18 | 1 | -0/+9 |
* | Skip test for changing TZ if running in a pseudo-fork (on Win32) | Steve Hay | 2009-05-12 | 2 | -2/+11 |
* | Upgrade to Time-Piece-1.14 | Steve Hay | 2009-05-12 | 2 | -2/+7 |
* | Update IO to CPAN 1.24 release | Graham Barr | 2009-05-11 | 3 | -4/+70 |
* | Allow typed arrays and hashes | Vincent Pit | 2009-05-11 | 1 | -0/+20 |
* | bump Storage version to 2.20 to distinguish it from the 2.19 that was | David Mitchell | 2009-05-11 | 1 | -1/+1 |
* | Pull PathTools 3.30 (which was just a blead sync.) | Steffen Mueller | 2009-05-10 | 1 | -0/+6 |
* | Silence Win32 compiler warning in IO.xs | Steve Hay | 2009-05-08 | 1 | -1/+1 |
* | Bring PathTools changes file in sync with... PathTools | Steffen Mueller | 2009-05-07 | 1 | -0/+2 |
* | Fix POSIX::tzset() as per Time::Piece::_tzset(). | Steve Hay | 2009-05-06 | 2 | -0/+117 |
* | Fix Time-Piece tests on Win32 with PERL_IMPLICIT_SYS | Steve Hay | 2009-05-05 | 2 | -54/+108 |
* | Patch to fix the problem enclosed. | H.Merijn Brand | 2009-05-04 | 38 | -241/+153 |
* | RE: [PATCH] compress 2.018 | H.Merijn Brand | 2009-05-03 | 41 | -153/+510 |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 2 | -397/+17 |
* | Fix #if/#else bug introduced with MACOS_TRADITIONAL patches in change 9479. | Nicholas Clark | 2009-04-26 | 1 | -0/+1 |
* | Fix failing Time-Piece tests on Win32 | Steve Hay | 2009-04-17 | 1 | -2/+76 |
* | Ignore some autogenerated makefiles | Rafael Garcia-Suarez | 2009-04-17 | 1 | -0/+7 |
* | Bump VERSION of Data::Dumper | Rafael Garcia-Suarez | 2009-04-16 | 1 | -1/+1 |
* | Data::Dumper hash iterator needs to be reset on all hashrefs (fixes #64744) | Alex Vandiver | 2009-04-16 | 2 | -7/+21 |
* | Build bzip2 witha C++ compiler | Paul Marquess | 2009-04-16 | 2 | -0/+16 |
* | Remove an unnecessary use Config; | Nicholas Clark | 2009-04-13 | 1 | -1/+0 |
* | Remove Makefile.PLs that make_ext.pl can automatically generate. | Nicholas Clark | 2009-04-13 | 6 | -72/+0 |
* | [PATCH] Compress-Raw-Bzip2 2.018 (was RE: Compress-Raw-Bzip2 fails for g++) | Paul Marquess | 2009-04-13 | 8 | -30/+41 |
* | Restore prototypes to XS code in attributes, accidentally lost by change 48462a7 | Nicholas Clark | 2009-04-13 | 1 | -0/+3 |
* | TODO tests for deparsing strict, warnings as strings, and my $x if 0; | Nicholas Clark | 2009-04-13 | 1 | -1/+22 |
* | our $TODO should be local $::TODO, revealing a bug in the de-commenting regexp. | Nicholas Clark | 2009-04-13 | 1 | -5/+5 |
* | Correct two other tests that apparently should be TODOs rather than SKIPs. | Nicholas Clark | 2009-04-13 | 1 | -2/+6 |
* | A perl-version portable fix for B coping with CVf_LOCKED being removed in 5.11. | Nicholas Clark | 2009-04-13 | 3 | -4/+19 |
* | Refactor the SKIP parser to also handle TODOs. TODO 3 tests that were wrongly | Nicholas Clark | 2009-04-13 | 1 | -14/+19 |
* | Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit. | Nicholas Clark | 2009-04-13 | 4 | -7/+3 |
* | GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them. | Nicholas Clark | 2009-04-13 | 1 | -6/+0 |
* | Remove a link to the attrs pragma, which has now been removed. | Nicholas Clark | 2009-04-12 | 1 | -2/+0 |
* | s/locked/lvalue/ in the examples, and remove mention of the deprecated :unique. | Nicholas Clark | 2009-04-12 | 1 | -9/+7 |
* | Deprecate using "unique" with the attributes pragma. | Nicholas Clark | 2009-04-12 | 2 | -24/+10 |
* | Deprecate using "locked" with the attributes pragma. | Nicholas Clark | 2009-04-12 | 2 | -12/+18 |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 2 | -0/+724 |
* | Deprecate use of the attribute :locked on subroutines. | Nicholas Clark | 2009-04-12 | 1 | -6/+2 |
* | Remove attrs, which has been deprecated since 1999/10/02. | Nicholas Clark | 2009-04-12 | 4 | -270/+0 |
* | Fix declaration-after-statement in ext/Socket/Socket.xs | Andy Dougherty | 2009-04-09 | 1 | -1/+2 |
* | In sdbm_open(), replace strcat()s and strcpy()s with memcpy()s. | Nicholas Clark | 2009-04-03 | 1 | -6/+11 |
* | Don't needlessly assign to pagname (which seems to make clang even happier). | Nicholas Clark | 2009-04-03 | 1 | -1/+1 |
* | Don't assign needlessly to dirname. (which seems to make clang happier.) | Nicholas Clark | 2009-04-03 | 1 | -1/+1 |
* | Close the file before renaming it. Problem spotted and fix supplied by corion. | Nicholas Clark | 2009-03-31 | 1 | -0/+2 |
* | Don't create an empty Errno.pm if there is an error whilst running Errno_pm.PL | Nicholas Clark | 2009-03-31 | 1 | -1/+3 |
* | TZ setting must contain an offset. | Craig A. Berry | 2009-03-30 | 1 | -1/+1 |
* | Updates for ext/compress* | Paul Marquess | 2009-03-30 | 22 | -204/+214 |
* | Update to Unicode::Normalize 1.03 | SADAHIRO Tomoyuki | 2009-03-29 | 6 | -38/+59 |
* | DB_File 1.820: Remove MAN3PODS => {} | Paul Marquess | 2009-03-29 | 3 | -2/+5 |
* | Make Time::Piece use the init_tm() in util.c, bump to 1.13_03. | Craig A. Berry | 2009-03-28 | 2 | -5/+15 |
* | Improve mro merging error messages. | Florian Ragwitz | 2009-03-28 | 1 | -2/+12 |