summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move Module:Pluggable tests from t/Module_Pluggable to ext/Module_Pluggable/tNicholas Clark2009-03-2562-0/+1621
* [perl #63914] Time::Piece reports timezone incorrectlyIan Goodacre2009-03-252-2/+9
* Upgrade to Encode-2.33.Steve Peters2009-03-253-7/+14
* Fixes for ext/compressPaul Marquess2009-03-223-3/+7
* Remove unnecessary MANIFEST file for IO-CompressSteve Hay2009-03-201-151/+0
* Bump Module-Pluggable VERSION following 4a28828fc8f160c18323be1125f0f8473bcd000fSteve Hay2009-03-191-1/+1
* Undo the INST_LIB change from the Module-Pluggable upgradeSteve Hay2009-03-191-1/+0
* Upgrade to Attribute-Handlers-0.83Steve Hay2009-03-193-4/+9
* Upgrade to Module-Pluggable-3.9Steve Hay2009-03-193-45/+68
* Upgrade to Devel::PPPort 3.17Marcus Holland-Moritz2009-03-1520-97/+390
* Upgrade to IPC::SysV 2.01Marcus Holland-Moritz2009-03-155-4/+8
* Create IO-CompressPaul Marquess2009-03-15155-3792/+4244
* Merge Attribute::Handlers 0.82 into coreSteffen Mueller2009-03-114-34/+578
* Fix a printf compilation warningRafael Garcia-Suarez2009-03-101-1/+1
* Need to -I../lib explicitly, as TAP::Parser no longer parses $ENV{PERL5LIB}.Nicholas Clark2009-03-081-1/+1
* Make DynaLoader clone its private data under threads.Craig A. Berry2009-03-0713-1/+201
* Update to Encode 2.32Rafael Garcia-Suarez2009-03-075-6/+22
* Fix test failure with t/TESTRafael Garcia-Suarez2009-03-071-1/+2
* Upgrade to Test-Harness-3.16Steve Hay2009-03-0660-997/+1974
* In dl_vms.xs, treat dl_last_error like the SV that it is.Craig A. Berry2009-03-051-12/+2
* Add a failing test for stack corruption with MULTICALLAlex Vandiver2009-03-041-0/+26
* Remove the MANIFEST from Compress-Raw-Bzip2Rafael Garcia-Suarez2009-03-031-31/+0
* Better gitignore file for Compress-Raw-Bzip2Rafael Garcia-Suarez2009-03-022-1/+5
* Add Compress-Raw-Bzip2, by Paul MarquessRafael Garcia-Suarez2009-03-0131-0/+11357
* Hash::Util::FieldHash 1.03 leaks SVs which are used as object IDs stored in m...Goro Fuji2009-02-282-1/+2
* Make non-blocking mode work on Windows in IO::Socket::INETYasuhiro Matsumoto2009-02-262-1/+6