| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Also skip test 20 in t/Socket.t when no IPv6 is available | Vincent Pit | 2009-03-27 | 1 | -2/+1 |
* | Fix concise-xs.t after recent changes to Socket.pm | Rafael Garcia-Suarez | 2009-03-27 | 1 | -0/+1 |
* | Some standards compliance for the new Time::Piece test. | Craig A. Berry | 2009-03-27 | 1 | -1/+2 |
* | Add inet_pton and inet_ntop to the list of functions exported by Socket | Rafael Garcia-Suarez | 2009-03-27 | 1 | -0/+1 |
* | What am I thinking? Just bump the version. | Steve Peters | 2009-03-26 | 1 | -1/+1 |
* | Add inet_pton() and inet_ntop() to Socket. | Steve Peters | 2009-03-26 | 3 | -3/+78 |
* | Ignore Makefile.PLs that are now autogenerated. | Nicholas Clark | 2009-03-26 | 1 | -0/+6 |
* | make_ext.pl's automatic Makefile.PL generation can write a suitalbe Makfile.PL | Nicholas Clark | 2009-03-26 | 1 | -49/+0 |
* | Undo the local change to Time::Piece's Makfile.PL that added MAN3PODS. | Nicholas Clark | 2009-03-26 | 1 | -1/+0 |
* | Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN. | Nicholas Clark | 2009-03-26 | 5 | -5/+0 |
* | Remove MAN3PODS and NORECURS from Makefile.PLs where blead is canonical. | Nicholas Clark | 2009-03-26 | 4 | -12/+2 |
* | Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs. | Nicholas Clark | 2009-03-26 | 22 | -33/+0 |
* | No need to set MAN3PODS now that make_ext.pl takes care of this for us. | Nicholas Clark | 2009-03-26 | 1 | -4/+0 |
* | make_ext.pl's automatic Makefile.PL generation can write these five for us. | Nicholas Clark | 2009-03-26 | 5 | -34/+0 |
* | fix smoke issues with the compression modules | Paul Marquess | 2009-03-25 | 2 | -0/+8 |
* | d002ef56a2861d99 didn't fix the Makefile.PL to reflect the moved test location. | Nicholas Clark | 2009-03-25 | 1 | -3/+1 |