summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore some autogenerated makefilesRafael Garcia-Suarez2009-04-171-0/+7
* Bump VERSION of Data::DumperRafael Garcia-Suarez2009-04-161-1/+1
* Data::Dumper hash iterator needs to be reset on all hashrefs (fixes #64744)Alex Vandiver2009-04-162-7/+21
* Build bzip2 witha C++ compilerPaul Marquess2009-04-162-0/+16
* Remove an unnecessary use Config;Nicholas Clark2009-04-131-1/+0
* Remove Makefile.PLs that make_ext.pl can automatically generate.Nicholas Clark2009-04-136-72/+0
* [PATCH] Compress-Raw-Bzip2 2.018 (was RE: Compress-Raw-Bzip2 fails for g++)Paul Marquess2009-04-138-30/+41
* Restore prototypes to XS code in attributes, accidentally lost by change 48462a7Nicholas Clark2009-04-131-0/+3
* TODO tests for deparsing strict, warnings as strings, and my $x if 0;Nicholas Clark2009-04-131-1/+22
* our $TODO should be local $::TODO, revealing a bug in the de-commenting regexp.Nicholas Clark2009-04-131-5/+5
* Correct two other tests that apparently should be TODOs rather than SKIPs.Nicholas Clark2009-04-131-2/+6
* A perl-version portable fix for B coping with CVf_LOCKED being removed in 5.11.Nicholas Clark2009-04-133-4/+19
* Refactor the SKIP parser to also handle TODOs. TODO 3 tests that were wronglyNicholas Clark2009-04-131-14/+19
* Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit.Nicholas Clark2009-04-134-7/+3
* GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.Nicholas Clark2009-04-131-6/+0
* Remove a link to the attrs pragma, which has now been removed.Nicholas Clark2009-04-121-2/+0
* s/locked/lvalue/ in the examples, and remove mention of the deprecated :unique.Nicholas Clark2009-04-121-9/+7
* Deprecate using "unique" with the attributes pragma.Nicholas Clark2009-04-122-24/+10
* Deprecate using "locked" with the attributes pragma.Nicholas Clark2009-04-122-12/+18
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-122-0/+724
* Deprecate use of the attribute :locked on subroutines.Nicholas Clark2009-04-121-6/+2
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-124-270/+0
* Fix declaration-after-statement in ext/Socket/Socket.xsAndy Dougherty2009-04-091-1/+2
* In sdbm_open(), replace strcat()s and strcpy()s with memcpy()s.Nicholas Clark2009-04-031-6/+11
* Don't needlessly assign to pagname (which seems to make clang even happier).Nicholas Clark2009-04-031-1/+1
* Don't assign needlessly to dirname. (which seems to make clang happier.)Nicholas Clark2009-04-031-1/+1
* Close the file before renaming it. Problem spotted and fix supplied by corion.Nicholas Clark2009-03-311-0/+2
* Don't create an empty Errno.pm if there is an error whilst running Errno_pm.PLNicholas Clark2009-03-311-1/+3
* TZ setting must contain an offset.Craig A. Berry2009-03-301-1/+1
* Updates for ext/compress*Paul Marquess2009-03-3022-204/+214
* Update to Unicode::Normalize 1.03SADAHIRO Tomoyuki2009-03-296-38/+59
* DB_File 1.820: Remove MAN3PODS => {}Paul Marquess2009-03-293-2/+5
* Make Time::Piece use the init_tm() in util.c, bump to 1.13_03.Craig A. Berry2009-03-282-5/+15
* Improve mro merging error messages.Florian Ragwitz2009-03-281-2/+12
* Also skip test 20 in t/Socket.t when no IPv6 is availableVincent Pit2009-03-271-2/+1
* Fix concise-xs.t after recent changes to Socket.pmRafael Garcia-Suarez2009-03-271-0/+1
* Some standards compliance for the new Time::Piece test.Craig A. Berry2009-03-271-1/+2
* Add inet_pton and inet_ntop to the list of functions exported by SocketRafael Garcia-Suarez2009-03-271-0/+1
* What am I thinking? Just bump the version.Steve Peters2009-03-261-1/+1
* Add inet_pton() and inet_ntop() to Socket.Steve Peters2009-03-263-3/+78
* Ignore Makefile.PLs that are now autogenerated.Nicholas Clark2009-03-261-0/+6
* make_ext.pl's automatic Makefile.PL generation can write a suitalbe Makfile.PLNicholas Clark2009-03-261-49/+0
* Undo the local change to Time::Piece's Makfile.PL that added MAN3PODS.Nicholas Clark2009-03-261-1/+0
* Remove MAN3PODS from modules' Makefile.PLs which are not the same as on CPAN.Nicholas Clark2009-03-265-5/+0
* Remove MAN3PODS and NORECURS from Makefile.PLs where blead is canonical.Nicholas Clark2009-03-264-12/+2
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-2622-33/+0
* No need to set MAN3PODS now that make_ext.pl takes care of this for us.Nicholas Clark2009-03-261-4/+0
* make_ext.pl's automatic Makefile.PL generation can write these five for us.Nicholas Clark2009-03-265-34/+0
* fix smoke issues with the compression modulesPaul Marquess2009-03-252-0/+8
* d002ef56a2861d99 didn't fix the Makefile.PL to reflect the moved test location.Nicholas Clark2009-03-251-3/+1