Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | 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 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 |
| | | | | | Implemented by initially writing to an temporary file name, and renaming as the last act. | ||||
* | TZ setting must contain an offset. | Craig A. Berry | 2009-03-30 | 1 | -1/+1 |
| | | | | | | Per the standard at: http://www.opengroup.org/onlinepubs/7990989775/xbd/envvar.html | ||||
* | 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 |
| | | | | | | 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 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 |
| | | | | | | | | | 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 Ragwitz | 2009-03-28 | 1 | -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 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 |
| | | | | | 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. Berry | 2009-03-27 | 1 | -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 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 |
| | | | | [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 Clark | 2009-03-25 | 1 | -3/+1 |
| | |||||
* | Move Module:Pluggable tests from t/Module_Pluggable to ext/Module_Pluggable/t | Nicholas Clark | 2009-03-25 | 62 | -0/+1621 |
| | |||||
* | [perl #63914] Time::Piece reports timezone incorrectly | Ian Goodacre | 2009-03-25 | 2 | -2/+9 |
| | |||||
* | Upgrade to Encode-2.33. | Steve Peters | 2009-03-25 | 3 | -7/+14 |
| | |||||
* | Fixes for ext/compress | Paul Marquess | 2009-03-22 | 3 | -3/+7 |
| | |||||
* | Remove unnecessary MANIFEST file for IO-Compress | Steve Hay | 2009-03-20 | 1 | -151/+0 |
| | |||||
* | Bump Module-Pluggable VERSION following 4a28828fc8f160c18323be1125f0f8473bcd000f | Steve Hay | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | Undo the INST_LIB change from the Module-Pluggable upgrade | Steve Hay | 2009-03-19 | 1 | -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.83 | Steve Hay | 2009-03-19 | 3 | -4/+9 |
| | |||||
* | Upgrade to Module-Pluggable-3.9 | Steve Hay | 2009-03-19 | 3 | -45/+68 |
| | |||||
* | Upgrade to Devel::PPPort 3.17 | Marcus Holland-Moritz | 2009-03-15 | 20 | -97/+390 |
| | |||||
* | Upgrade to IPC::SysV 2.01 | Marcus Holland-Moritz | 2009-03-15 | 5 | -4/+8 |
| | |||||
* | Create IO-Compress | Paul Marquess | 2009-03-15 | 155 | -3792/+4244 |
| | |||||
* | Merge Attribute::Handlers 0.82 into core | Steffen Mueller | 2009-03-11 | 4 | -34/+578 |
| | |||||
* | Fix a printf compilation warning | Rafael Garcia-Suarez | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Need to -I../lib explicitly, as TAP::Parser no longer parses $ENV{PERL5LIB}. | Nicholas Clark | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | Make DynaLoader clone its private data under threads. | Craig A. Berry | 2009-03-07 | 13 | -1/+201 |
| | |||||
* | Update to Encode 2.32 | Rafael Garcia-Suarez | 2009-03-07 | 5 | -6/+22 |
| | |||||
* | Fix test failure with t/TEST | Rafael Garcia-Suarez | 2009-03-07 | 1 | -1/+2 |
| | | | | (because of a lack of perl search path for non installed modules) | ||||
* | Upgrade to Test-Harness-3.16 | Steve Hay | 2009-03-06 | 60 | -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. |