summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | This trivial patch lets C89-ish compilers compile Socket.c again. Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* 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
| | | | | Implemented by initially writing to an temporary file name, and renaming as the last act.
* TZ setting must contain an offset.Craig A. Berry2009-03-301-1/+1
| | | | | | Per the standard at: http://www.opengroup.org/onlinepubs/7990989775/xbd/envvar.html
* Updates for ext/compress*Paul Marquess2009-03-3022-204/+214
|
* Update to Unicode::Normalize 1.03SADAHIRO Tomoyuki2009-03-296-38/+59
| | | | | | 1.03 Sun Mar 29 12:56:23 2009 - mkheader: check if no composition needs growing the string. - Makefile.PL: a tweak
* 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
| | | | | | | | | Jarkko put it there for that purpose back in e72cf795050cdfe9905e00270c38ba2547626581, so we seem to be a little slow noticing. The old broken method for determining whether we need to initialize a tm struct in the absence of HAS_TM_TM_ZONE being available is preserved for Perls prior to 5.8.0.
* Improve mro merging error messages.Florian Ragwitz2009-03-281-2/+12
| | | | This makes them very similar to those produced by Algorithm::C3.
* 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
| | | | | Since concise-xs.t uses IO::Socket as a source for its testing, we need to list correctly all function it exports.
* Some standards compliance for the new Time::Piece test.Craig A. Berry2009-03-271-1/+2
| | | | | | | This is a follow-up to 036055ae9ae83cd5b00514419663540cb13fc21a. Setting TZ in the environment may or may not have any effect without calling tzset() afterwards, and the %z format specifier for strftime() is not in the standard (and was causing smoke failures in many places).
* 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
| | | | [tweaked to add break; after each default; to make gcc happy]
* 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
| | | | | | | | (a0df7637f63b4239ab2bce3bc377d52a3e09cb02) The addition of this INST_LIB line causes the Module-Pluggable modules to not end up in my perl's lib folder when building the core perl. (It tries to copy them into blib\arch instead of ../../lib)
* 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
| | | | (because of a lack of perl search path for non installed modules)
* Upgrade to Test-Harness-3.16Steve Hay2009-03-0660-997/+1974
| | | | | But keep Test/Harness -> Test-Harness changes from commit f715bbfb20b232d289d3eddf42aec434ddd9dd4c and do likewise in new files file.t and harness-bailout.t too.