| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix to installing non-xs ext's in priv lib | Jerry D. Hedden | 2009-02-24 | 1 | -1/+2 |
* | Upgrade to threads::shared 1.28 | Jerry D. Hedden | 2009-02-24 | 3 | -19/+44 |
* | Upgrade to threads 1.72 | Jerry D. Hedden | 2009-02-24 | 12 | -64/+20 |
* | In S_parse_body(), sv hasn't been needed since -P bit the dust. | Nicholas Clark | 2009-02-24 | 1 | -6/+0 |
* | Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into blead | Steve Peters | 2009-02-23 | 1 | -0/+2 |
|\ |
|
| * | Fix unused variable warning | Jerry D. Hedden | 2009-02-23 | 1 | -0/+2 |
* | | fileno() was failing when passed a NULL. I'm guessing that we don't really n... | Steve Peters | 2009-02-23 | 1 | -1/+3 |
|/ |
|
* | Re-apply cd5cc49dbc0e5ee748252c2da8b435855908e6d2 (Module::Build on VMS, #42724) | Nicholas Clark | 2009-02-23 | 5 | -5/+35 |
* | Update to Module::Build 0.31_04 (with a tweak to MBTest.pm) | Nicholas Clark | 2009-02-23 | 35 | -86/+230 |
* | Temporarily reverse out change cd5cc49dbc0e5ee748252c2da8b435855908e6d2. | Nicholas Clark | 2009-02-23 | 5 | -35/+5 |
* | Module::Build Changes from 0.31012, which hadn't been updated. | Nicholas Clark | 2009-02-23 | 1 | -0/+64 |
* | Add deprecate.pm. Deprecate shipping Switch.pm in the core distribution. | Nicholas Clark | 2009-02-23 | 3 | -1/+44 |
* | vms.c - Remove .DIR; in UNIX mode. | John Malmberg | 2009-02-22 | 1 | -12/+22 |
* | VMS-specific nit in S_init_perllib after 2cace6acdfad87b2d298bff18b91b339c18f... | Craig A. Berry | 2009-02-22 | 1 | -1/+2 |
* | time_t is unsigned 32-bit on VMS; pick sGMTIME_max and sLOCALTIME_max accordi... | Craig A. Berry | 2009-02-22 | 1 | -2/+2 |
* | For S_incpush(), dir is never NULL, and len is always > 0. | Nicholas Clark | 2009-02-22 | 3 | -7/+11 |
* | Optimise S_incpush() by avoiding repeatedly copying libdir to subdir. | Nicholas Clark | 2009-02-22 | 4 | -18/+21 |
* | In S_incpush, move the declaration of subdir inside the only block that uses it. | Nicholas Clark | 2009-02-22 | 1 | -9/+5 |
* | Tidy up incpush. Re-order the macros, and re-indent some code. | Nicholas Clark | 2009-02-22 | 1 | -16/+26 |
* | Move unversioned directories in PERL_OTHERLIBDIRS later in @INC. | Nicholas Clark | 2009-02-22 | 1 | -7/+17 |
* | 7fc731078209e8c26ed8bba477edfd90724c7146 missed one (addsubdirs || addoldvers). | Nicholas Clark | 2009-02-22 | 1 | -1/+1 |
* | In S_init_perllib(), push the bare VENDORLIB_STEM onto @INC after its subdirs. | Nicholas Clark | 2009-02-22 | 1 | -6/+1 |
* | In S_init_perllib(), push the bare SITELIB_STEM onto @INC after its subdirs. | Nicholas Clark | 2009-02-22 | 1 | -6/+1 |
* | In S_incpush(), move push @INC, ".../$archname" if -d ".../$archname"; later. | Nicholas Clark | 2009-02-22 | 1 | -7/+9 |
* | In S_init_perllib(), initialise perl5lib to NULL, to keep trace flow happy. | Nicholas Clark | 2009-02-22 | 1 | -1/+1 |
* | In S_incpush(), replace (addsubdirs || addoldvers) with a constant variable. | Nicholas Clark | 2009-02-22 | 1 | -3/+4 |
* | In S_init_perllib(), s can be const char* | Nicholas Clark | 2009-02-22 | 1 | -1/+1 |
* | In S_init_perllib(), only call PerlEnv_getenv("PERL5LIB") once. | Nicholas Clark | 2009-02-22 | 1 | -8/+11 |
* | Unwind the implicit loop in S_init_perllib(), by writing the code out longhand. | Nicholas Clark | 2009-02-22 | 4 | -40/+74 |
* | Change the value passed into S_init_perllib() to a boolean flag. | Nicholas Clark | 2009-02-21 | 1 | -7/+7 |
* | NetWare has PRIVLIB_EXP as something other than a string constant. Cope with it. | Nicholas Clark | 2009-02-21 | 1 | -0/+4 |
* | Use "system" gmtime in time64 on VMS so C<vmsish 'time'> pragma works. | Craig A. Berry | 2009-02-21 | 1 | -2/+5 |
* | In S_init_perllib(), correct errors in the MACOS_TRADITIONAL conditional code. | Nicholas Clark | 2009-02-21 | 1 | -2/+4 |
* | Re-apply changes 4adc95e616bac7ee and 200cbd6aa595a074 (RT #61492) | Nicholas Clark | 2009-02-21 | 1 | -8/+5 |
* | Upgrade to ExtUtils::MakeMaker 6.49_01 | Nicholas Clark | 2009-02-21 | 34 | -108/+398 |
* | Skip time64 when there is no 64-bit integer type available. | Craig A. Berry | 2009-02-20 | 1 | -3/+3 |
* | Avoid VMS long filename support on older systems that don't have it. | Craig A. Berry | 2009-02-20 | 1 | -1/+12 |
* | Move redefinition of lstat above its first use in vms/vms.c. | Craig A. Berry | 2009-02-20 | 1 | -11/+11 |
* | More smartmatch tests | Rafael Garcia-Suarez | 2009-02-21 | 1 | -3/+41 |
* | Add a parameter to win32_get_{priv,site,vendor}lib(), to return the length, | Nicholas Clark | 2009-02-20 | 12 | -79/+98 |
* | Text::Wrap maintained via the CPAN release | Steffen Mueller | 2009-02-20 | 1 | -1/+1 |
* | Check for thread failure in prime number example | Jerry D. Hedden | 2009-02-20 | 1 | -50/+47 |
* | Silence a casting warning with memchr() | Rafael Garcia-Suarez | 2009-02-20 | 1 | -1/+1 |
* | Wonky example in perlthrtut | Alex Davies | 2009-02-20 | 1 | -1/+1 |
* | Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead | Leon Brocard | 2009-02-20 | 1 | -17/+24 |
|\ |
|
| * | Reorder and complete tests for smart matching with objects | Rafael Garcia-Suarez | 2009-02-20 | 1 | -4/+8 |
| * | Fix {%hash} ~~ %hash test | Rafael Garcia-Suarez | 2009-02-20 | 1 | -2/+2 |
| * | Better diagnostics for the ~~ test | Rafael Garcia-Suarez | 2009-02-20 | 1 | -11/+14 |
* | | Remove the -x from the cherry pick and show how to merge the whole branch (su... | Leon Brocard | 2009-02-20 | 1 | -1/+5 |
|/ |
|
* | Remove an extra space | Leon Brocard | 2009-02-20 | 1 | -1/+1 |