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