15 years agoRename ext/Win32API/File to ext/Win32API-File
Nicholas Clark [Sun, 8 Feb 2009 22:28:04 +0000]
Rename ext/Win32API/File to ext/Win32API-File

15 years agoadd link for those who look at overload for overriding
Yitzchak Scott-Thoennes [Sun, 8 Feb 2009 22:13:19 +0000]
add link for those who look at overload for overriding

15 years agoFix some thread context mistakes that snuck in with b94a8c495f3a28de7de57070f1a1089de...
Craig A. Berry [Sun, 8 Feb 2009 19:27:36 +0000]
Fix some thread context mistakes that snuck in with b94a8c495f3a28de7de57070f1a1089de672ecba.

15 years agoSkip tests for flattened extensions that weren't built.
Craig A. Berry [Sun, 8 Feb 2009 19:20:07 +0000]
Skip tests for flattened extensions that weren't built.

Foo/Bar may live under ext/Foo-Bar, but if we didn't build it, we
still need to skip its tests.

15 years agoUse make_ext.pl on VMS to build, clean, and realclean extensions.
Craig A. Berry [Sun, 8 Feb 2009 01:32:40 +0000]
Use make_ext.pl on VMS to build, clean, and realclean extensions.

15 years agoData-Dumper --> Data/Dumper for VMS extension list as well.
Nicholas Clark [Sun, 8 Feb 2009 01:25:38 +0000]
Data-Dumper --> Data/Dumper for VMS extension list as well.

Revised slightly and the effects of dash versus slash changed in the
list of exclusions.

Message-ID: <20090206211641.GA39741@plum.flirble.org>

15 years agoPort make_ext.pl to VMS.
Craig A. Berry [Sat, 7 Feb 2009 22:00:44 +0000]
Port make_ext.pl to VMS.

15 years agoFix Exporter test for 2770a1ce2934f4277de13f4f795ba41c86bf1646. Silly me.
Nicholas Clark [Sat, 7 Feb 2009 20:34:55 +0000]
Fix Exporter test for 2770a1ce2934f4277de13f4f795ba41c86bf1646. Silly me.

15 years agoCarp 1.05 shipped with 5.8.8. Remove work-around for pre 1.05.
Nicholas Clark [Sat, 7 Feb 2009 15:47:15 +0000]
Carp 1.05 shipped with 5.8.8. Remove work-around for pre 1.05.

15 years agorequire warnings; as late as possible, to avoid a new side effect of
Nicholas Clark [Sat, 7 Feb 2009 15:00:33 +0000]
require warnings; as late as possible, to avoid a new side effect of
use UNIVERSAL;

15 years agopp_send() doesn't need to allocate 1000 stack slots for syswrite $tiedhandle, $buf
Vincent Pit [Sat, 7 Feb 2009 14:17:04 +0000]
pp_send() doesn't need to allocate 1000 stack slots for syswrite $tiedhandle, $buf

15 years agoAdd test for previous patch (deprecation of UNIVERSAL->import)
Rafael Garcia-Suarez [Sat, 7 Feb 2009 14:31:49 +0000]
Add test for previous patch (deprecation of UNIVERSAL->import)

15 years agodeprecate UNIVERSAL->import
Ricardo SIGNES [Mon, 26 Jan 2009 15:07:12 +0000]
deprecate UNIVERSAL->import

15 years agoSkip the 0oX... mode copying tests when chmod fails to set the mode on files.
Nicholas Clark [Sat, 7 Feb 2009 14:20:15 +0000]
Skip the 0oX... mode copying tests when chmod fails to set the mode on files.

15 years agorelocate "warnings" section of UNIVERSAL man page
Ricardo SIGNES [Mon, 26 Jan 2009 14:54:57 +0000]
relocate "warnings" section of UNIVERSAL man page

15 years agopare down docs of UNIVERSAL in perlobj
Ricardo SIGNES [Mon, 26 Jan 2009 14:53:51 +0000]
pare down docs of UNIVERSAL in perlobj

15 years agoext/Sys-Syslog/t/constants.t needs to find macros.all in the new place
Vincent Pit [Sat, 7 Feb 2009 13:48:06 +0000]
ext/Sys-Syslog/t/constants.t needs to find macros.all in the new place

15 years agoUpdate Module::Load to 0.16
Jos I. Boumans [Sat, 7 Feb 2009 13:32:56 +0000]
Update Module::Load to 0.16

This is a mere test-suite tweak to work around a bug in perl 5.8.[45],
but submitted to keep CPAN & core in sync.

15 years agoThe correct name of PERL_UTF8_magic is PERL_MAGIC_utf8, so use it in sv.c apidocs
Vincent Pit [Sat, 7 Feb 2009 11:19:01 +0000]
The correct name of PERL_UTF8_magic is PERL_MAGIC_utf8, so use it in sv.c apidocs

15 years agoRemove duplicate code from dynamic_ext(), static_ext() and nonxs_ext(),
Nicholas Clark [Sat, 7 Feb 2009 11:52:43 +0000]
Remove duplicate code from dynamic_ext(), static_ext() and nonxs_ext(),
extensions() and known_extensions().

15 years agoFindExt matches on extension name, not directory name, so IPC-SysV not SysV.
Nicholas Clark [Sat, 7 Feb 2009 09:44:08 +0000]
FindExt matches on extension name, not directory name, so IPC-SysV not SysV.
(Diagnosed by Max Maischein)

15 years agoRename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysV
Nicholas Clark [Fri, 6 Feb 2009 23:04:29 +0000]
Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysV
(the missed parts)

15 years agoRename ext/Sys/Syslog to ext/Sys-Syslog
Nicholas Clark [Fri, 6 Feb 2009 22:55:02 +0000]
Rename ext/Sys/Syslog to ext/Sys-Syslog

15 years agoRename ext/IPC/SysV to ext/IPC-SysV
Nicholas Clark [Fri, 6 Feb 2009 22:44:22 +0000]
Rename ext/IPC/SysV to ext/IPC-SysV

15 years agoCope with new-style ext/Data-Dumper as well as old-style ext/Data/Dumper
Nicholas Clark [Fri, 6 Feb 2009 18:28:47 +0000]
Cope with new-style ext/Data-Dumper as well as old-style ext/Data/Dumper

15 years agoUse an ordinary paragraph to reference sv.h.
Matt Kraai [Fri, 6 Feb 2009 09:22:00 +0000]
Use an ordinary paragraph to reference sv.h.

15 years ago"wide character" warnings are severe
Slaven Rezic [Thu, 5 Feb 2009 11:47:53 +0000]
"wide character" warnings are severe

15 years agoExclude VMS extensions on non-VMS.
Nicholas Clark [Thu, 5 Feb 2009 14:14:53 +0000]
Exclude VMS extensions on non-VMS.

15 years agoMove XSSymSet.pm to lib/ExtUtils/, but only install it on VMS.
Nicholas Clark [Thu, 5 Feb 2009 13:55:07 +0000]
Move XSSymSet.pm to lib/ExtUtils/, but only install it on VMS.
This reduces the number of places with special-casing logic.

15 years agoWhen normalising @extspec, use the result of s/// in if() rather than m//
Nicholas Clark [Wed, 4 Feb 2009 20:46:25 +0000]
When normalising @extspec, use the result of s/// in if() rather than m//

15 years agoRemove the / from the end of the extension directory. Change the quantifiers on
Nicholas Clark [Wed, 4 Feb 2009 19:52:00 +0000]
Remove the / from the end of the extension directory. Change the quantifiers on
the regexp from * to +.

15 years agoSome refactoring in the loop that constructs parameters for build_extension().
Nicholas Clark [Wed, 4 Feb 2009 19:28:06 +0000]
Some refactoring in the loop that constructs parameters for build_extension().

15 years agoUpgrade to Pod-Parser-1.37.
Steve Hay [Wed, 4 Feb 2009 16:45:11 +0000]
Upgrade to Pod-Parser-1.37.

Two local changes remain:

part of the change to t/pod/pod2usage2.t in
http://perl5.git.perl.org/perl.git/commitdiff/767c16a

part of the change to lib/Pod/t/contains_pod.t in
http://perl5.git.perl.org/perl.git/commitdiff/fb59f97

15 years agoAlso cope with extension directory names of the form ext/Data-Dumper/...
Nicholas Clark [Wed, 4 Feb 2009 17:13:30 +0000]
Also cope with extension directory names of the form ext/Data-Dumper/...

15 years agoClearer variable names. Add a mode line coda.
Nicholas Clark [Wed, 4 Feb 2009 12:15:19 +0000]
Clearer variable names. Add a mode line coda.
Because a substantial amount of this file is about to be refactored, I decided
that we should expand tabs to spaces.

15 years agoA test for FindExt, not run by make test. (Useful for refactoring FindExt.)
Nicholas Clark [Wed, 4 Feb 2009 10:08:11 +0000]
A test for FindExt, not run by make test. (Useful for refactoring FindExt.)

15 years agosetpgrp() should extend the stack before modifying it
Niko Tyni [Mon, 26 Jan 2009 12:14:36 +0000]
setpgrp() should extend the stack before modifying it

As reported by Marcin Owsiany in <http://bugs.debian.org/512796>,
invoking setpgrp without any arguments could corrupt the stack.

15 years agolong-ago h2xs changes
Yitzchak Scott-Thoennes [Wed, 4 Feb 2009 04:37:23 +0000]
long-ago h2xs changes

15 years agovms rename Unix mode fixes
John Malmberg [Mon, 2 Feb 2009 14:23:49 +0000]
vms rename Unix mode fixes

Here are the fixes for the rename() wrapper to support Unix mode better.

Removed calls to pathify/vmsify that were redundant because of
flex_lstat() calls.

Support option to unlink all versions on rename.

Message-id: <498701F5.5040906@gmail.com>

15 years agovms kill_file / rmdir updates
John Malmberg [Mon, 2 Feb 2009 05:07:30 +0000]
vms kill_file / rmdir updates

This updates vms kill_file and rmdir routines to do fewer calls of vmsify
and pathify as the flex_lstat() already does these operations and caches
the result.

Fix kill_file so that option to unlink all versions works.

Message-id: <49867F92.7080508@gmail.com>

15 years agoRefactor to avoid changing directory, and avoid needing getcwd().
Nicholas Clark [Tue, 3 Feb 2009 23:07:36 +0000]
Refactor to avoid changing directory, and avoid needing getcwd().

15 years agoOops. Missed these two files from commit 200cbd6aa595a0743f2aa115148750c075df3f97.
Steve Hay [Tue, 3 Feb 2009 17:56:38 +0000]
Oops. Missed these two files from commit 200cbd6aa595a0743f2aa115148750c075df3f97.

15 years agoFollow-up to commit 4adc95e616bac7eea015e9e47e439b063c1132d5 suggested by
Steve Hay [Tue, 3 Feb 2009 17:39:06 +0000]
Follow-up to commit 4adc95e616bac7eea015e9e47e439b063c1132d5 suggested by
Jan Dubois:

Subject: RE: [perl #61492] ExtUtils::MM_Win32 should not generate "mt" command when CRT is statically linked
From: "Jan Dubois" <jand@activestate.com>
Date: Fri, 19 Dec 2008 10:07:07 -0800
Message-ID: <013d01c96204$9b211e80$d1635b80$@com>

15 years agoConvert the last few references from buildext.pl to make_ext.pl
Nicholas Clark [Mon, 2 Feb 2009 21:56:38 +0000]
Convert the last few references from buildext.pl to make_ext.pl

15 years agoFold win32/buildext.pl into make_ext.pl
Nicholas Clark [Mon, 2 Feb 2009 21:42:33 +0000]
Fold win32/buildext.pl into make_ext.pl

15 years agoMake t/pod/pod2usage2.t work on case insensitive file systems.
Jerry D. Hedden [Mon, 2 Feb 2009 21:25:38 +0000]
Make t/pod/pod2usage2.t work on case insensitive file systems.

pod_where() checks the current dir when looking for PODs
when the -dirs option is not specified.  Because of
case-insensitivity under Cygwin, this causes t/pod/usage.pod
to get found before lib/Pod/Usage.pm.

The fix is to set -dir=>[] in pod_where() when testing in
CORE under Cygwin.  The attached patch does this.

15 years agoext/DB_File needs a ppport.h
Nicholas Clark [Mon, 2 Feb 2009 20:31:27 +0000]
ext/DB_File needs a ppport.h

15 years agoAdd missed file ext/DB_File/config.in and update ext/DB_File/Changes, both
Nicholas Clark [Mon, 2 Feb 2009 20:17:59 +0000]
Add missed file ext/DB_File/config.in and update ext/DB_File/Changes, both
accidentally omitted from d8bf0b8cc0654f404eb597a952c50e72976fd4fa.

15 years agoBump version of PerlIO::via after previous change
Rafael Garcia-Suarez [Mon, 2 Feb 2009 16:01:10 +0000]
Bump version of PerlIO::via after previous change

15 years agoWhen loading a PerlIO::via layer, first look in the PerlIO::via namespace
Rafael Garcia-Suarez [Mon, 2 Feb 2009 14:56:13 +0000]
When loading a PerlIO::via layer, first look in the PerlIO::via namespace

Previously an open "via(Foo)" was first looking for the Foo namespace,
then for PerlIO::via::Foo. That could cause loading problems if both Foo
and PerlIO::via::Foo namespaces existed, and when the latter was
required. The workaround of loading "via(PerlIO::via::Foo)" being rather
ugly, it's preferable to look first for the fully qualified namespace
in order to avoid side-effects depending of what namespaces are
instanciated in the interpreter.

15 years agoRestore broken clean target in win32/makefile.mk
Steve Hay [Mon, 2 Feb 2009 13:18:34 +0000]
Restore broken clean target in win32/makefile.mk

Commit aaaf44d72fce5980564533b9072da6e594d91d81 accidentally missed a --all
argument for buildext.pl, which resulted in the extensions not getting
"dmake realclean" run in them.

15 years agoUpdate CPAN.pm to 1.93_03
Andreas J. Koenig [Mon, 2 Feb 2009 09:11:30 +0000]
Update CPAN.pm to 1.93_03

Message-ID: <87vdrumeds.fsf@k75.linux.bogus>

15 years agoUpgrade to Encode-2.29.
Steve Hay [Mon, 2 Feb 2009 08:59:11 +0000]
Upgrade to Encode-2.29.

15 years agoUpgrade DB_File to 1.818.
Steve Hay [Mon, 2 Feb 2009 08:54:00 +0000]
Upgrade DB_File to 1.818.

15 years agoPut parentheses around macro arguments
Rafael Garcia-Suarez [Sun, 1 Feb 2009 21:52:13 +0000]
Put parentheses around macro arguments

15 years agoCast result to character size before array indexed
Karl [Sat, 31 Jan 2009 19:03:42 +0000]
Cast result to character size before array indexed

15 years agovms stat patches (take 2)
John Malmberg [Sun, 1 Feb 2009 02:36:55 +0000]
vms stat patches (take 2)

Conversion of Perl_flex_stat_int() to tolerate a null thread context,
and updates to better handle Unix Format or Extended File System
character sets.

vms_fid_to_name() now understands stat/lstat for properly handling
symbolic links, and uses a similar algorithm as Perl_flex_stat_int() for
consistency.  Will now optionally return the mode bits from the stat
operation.

(The parts of the patch that worked around null thread context when
checking vmsish hints are omitted since that's been handled somewhat
differently by a520a2c43dd549df0ebed1f073e13cc4564380db).

Message-id: <49850AC7.1020906@gmail.com>

15 years agoFor the vmsish pragma, make sure there is a thread context if needed.
Craig A. Berry [Sun, 1 Feb 2009 21:09:25 +0000]
For the vmsish pragma, make sure there is a thread context if needed.

The hints are interpreter-specific, and we check them in some
pretty low-level routines, such as time(), gmtime(), and stat(),
where it's possible thread context may not have been initialized
yet (or may have already been torn down).

15 years agoMake Time/HiRes/Makefile.PL produce a Makefile if one is needed
Max Maischein [Sat, 31 Jan 2009 13:50:34 +0000]
Make Time/HiRes/Makefile.PL produce a Makefile if one is needed

15 years agoReplacing system $scalar with system @list requires splitting $MAKE on spaces.
Nicholas Clark [Sun, 1 Feb 2009 14:37:21 +0000]
Replacing system $scalar with system @list requires splitting $MAKE on spaces.

15 years agoLoop over @extspec, calling build_extension() on each.
Nicholas Clark [Sun, 1 Feb 2009 11:38:31 +0000]
Loop over @extspec, calling build_extension() on each.

15 years agoThe $@ was actually a botched conversion from $make $targ, rather than an
Nicholas Clark [Sun, 1 Feb 2009 10:23:54 +0000]
The $@ was actually a botched conversion from $make $targ, rather than an
attempt to output a literal $

15 years agoCorrectly escape $ in debug statement
Rafael Garcia-Suarez [Sun, 1 Feb 2009 09:53:25 +0000]
Correctly escape $ in debug statement

15 years agoUpdate Makefile-cross-SH with 07f3cc2a611daebb9d83f869d36ef63cf4fa2565 and
Nicholas Clark [Sat, 31 Jan 2009 21:34:49 +0000]
Update Makefile-cross-SH with 07f3cc2a611daebb9d83f869d36ef63cf4fa2565 and
61edc68382f612a884a3181266d6220ea3a727eb

15 years agoMove the static/dynamic/nonxs LINKTYPE logic from make_ext.pl to Makefile.SH
Nicholas Clark [Sat, 31 Jan 2009 20:16:43 +0000]
Move the static/dynamic/nonxs LINKTYPE logic from make_ext.pl to Makefile.SH
This simplifies make_ext.pl considerably. Given that the first use of 'passthru'
was in 40000a8c37c35cc00114329ca0add46bca36a0ec in 1995, possibly we should have
done this particular refactoring a little while ago.

15 years agoUse the build_extension() routine from win32/buildext.pl
Nicholas Clark [Sat, 31 Jan 2009 17:16:21 +0000]
Use the build_extension() routine from win32/buildext.pl
Swap from $passthru to @pass_through, and $run to @run.
Use the list form of system everywhere.
Hard code 'Makefile' as it does not vary.
Correct the perlism 'chdir' in the *clean.sh writing code.

15 years agoCreate build_extension() to encapsulate the per-extension logic.
Nicholas Clark [Sat, 31 Jan 2009 17:12:40 +0000]
Create build_extension() to encapsulate the per-extension logic.
Use @pass_through to hold extra VARIABLE=value assignments.
Add @run to hold optional build-time run prefix.
Use the list form of system for everything.
Always call a target - default to 'all' if not is passed in.
Merge the alternate logic for selecting -MCross from make_ext.pl

15 years agoMake dir and target --options to buildext.pl. Update the documentation.
Nicholas Clark [Sat, 31 Jan 2009 13:56:28 +0000]
Make dir and target --options to buildext.pl. Update the documentation.

15 years agoMake lib/Config_heavy.pl part of $(CONFIGPM) as the build ordering is now sane.
Nicholas Clark [Sat, 31 Jan 2009 13:39:04 +0000]
Make lib/Config_heavy.pl part of $(CONFIGPM) as the build ordering is now sane.
Effectively $(CONFIGPM_EXTRA) becomes $(CONFIGPM) and $(CONFIGPM) becomes
$(CONFIGPM_FROM_CONFIG_SH). Mention lib/Config_heavy.pl as something that
is built by running make_patchnum.pl
Hopefully this avoids warnings from Config.pm during the build.

15 years agoThe hack to write out realclean.sh and veryclean.sh is for Unix only.
Nicholas Clark [Sat, 31 Jan 2009 12:20:26 +0000]
The hack to write out realclean.sh and veryclean.sh is for Unix only.

15 years agoMove the target generic logic above the extension specific logic.
Nicholas Clark [Fri, 30 Jan 2009 23:39:15 +0000]
Move the target generic logic above the extension specific logic.
This will make it easier to refactor to converge on the Win32 (and VMS)
equivalents, which set things up, then loop around all appropriate extensions.

15 years agoThe logic to set $makefile to 'Makefile.old' can't work, so remove it.
Nicholas Clark [Fri, 30 Jan 2009 23:12:24 +0000]
The logic to set $makefile to 'Makefile.old' can't work, so remove it.
(Makefile.old is created by running make clean in an extension, and make clean
at the top level removes ./miniperl, so there won't be a miniperl to run
make_ext.pl. The Makefile.old logic was valid for the shell script version.
Remove $makeopts, which was missed from the make command in the transcription
from shell to Perl.

15 years agoEliminate $makeargs by prepending its contents to $passthru.
Nicholas Clark [Fri, 30 Jan 2009 22:52:50 +0000]
Eliminate $makeargs by prepending its contents to $passthru.

15 years agoUse Config; rather than parsing config.sh and pushing it into %ENV, a literal
Nicholas Clark [Fri, 30 Jan 2009 20:45:48 +0000]
Use Config; rather than parsing config.sh and pushing it into %ENV, a literal
transcription of the make_ext shell script. (We'll soon see if anything we
called was using its environment rather than Config.pm)

15 years agoFix paths on new pod2usage2 tests to work in the core.
Nicholas Clark [Fri, 30 Jan 2009 19:20:08 +0000]
Fix paths on new pod2usage2 tests to work in the core.

15 years agoReplace the one file timestamp dependency check with a call to 'make config'
Nicholas Clark [Fri, 30 Jan 2009 17:53:45 +0000]
Replace the one file timestamp dependency check with a call to 'make config'
The timestamp check was from the original checkin of buidlext.pl in 2001
(17af6fb0658e86e2f4a472e3392fc688e0c25b43) by Nick I-S.
The 'make config' approach of make_ext was in the 5.000 release.

15 years agoPod correction for ExtUtils::XSSymSet.
Craig A. Berry [Fri, 30 Jan 2009 16:08:19 +0000]
Pod correction for ExtUtils::XSSymSet.

15 years agoUpgrade to Pod-Parser-1.36.
Steve Hay [Fri, 30 Jan 2009 10:27:25 +0000]
Upgrade to Pod-Parser-1.36.

Three local changes remain in blead:

Blank lines "between" verbatim sections are now acceptible:
http://perl5.git.perl.org/perl.git/commitdiff/caa547d

Be less picky about what constitutes "numeric lists" in Pod:
http://perl5.git.perl.org/perl.git/commitdiff/4df4f5d

Changes made to contains_pod.t when upgrading to 1.34:
http://perl5.git.perl.org/perl.git/commitdiff/fb59f97

15 years agoTweaks to pod/perlrepository.pod
Gisle Aas [Thu, 29 Jan 2009 16:23:50 +0000]
Tweaks to pod/perlrepository.pod

Mention the github mirror early.
Document the perl5.git.perl.org:/perl.git repository url form.
Use 'git commit -a -m ...' throughout.
Mention that 'git commit -a --amend' is very useful.
The easiest way to inspect the last commit is 'git show HEAD'.
Mention 'git checkout -f' as the way to revert all your edits.

15 years agowin32/ext was removed by change 30379 in 2007, so no need to check for it in the
Nicholas Clark [Thu, 29 Jan 2009 20:00:48 +0000]
win32/ext was removed by change 30379 in 2007, so no need to check for it in the
Makefiles.

15 years agoAdd --options with arguments to make_ext.pl. Pass $target as --target=...
Nicholas Clark [Thu, 29 Jan 2009 21:13:01 +0000]
Add --options with arguments to make_ext.pl. Pass $target as --target=...
Treat all arguments that /=/ as passthrough, the rest being extensions.
This will converge the argument passing conventions for make_ext.pl and
win32/buildext.pl

15 years agovmspath without thread context.
John Malmberg [Thu, 29 Jan 2009 04:29:32 +0000]
vmspath without thread context.

This adds a vmspath routine that does not use a thread context.

Message-id: <498130AC.7000102@gmail.com>

15 years agoRevert "do_exec() is a mathom, so call its replacement directly"
Gisle Aas [Thu, 29 Jan 2009 20:00:50 +0000]
Revert "do_exec() is a mathom, so call its replacement directly"

The change breaks the build on Windows as this function is really
only a mathom when PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION is defined.

This reverts commit 06ba78de6df7f363272e855cc63710a634eb6100.

15 years agoUpgrade to Win32-0.39.
Steve Hay [Thu, 29 Jan 2009 18:05:53 +0000]
Upgrade to Win32-0.39.

15 years agoAdd an explicit --all option to buildext.pl, rather than defaulting to it if
Nicholas Clark [Thu, 29 Jan 2009 16:57:34 +0000]
Add an explicit --all option to buildext.pl, rather than defaulting to it if
--static and --dynamic are not present. Make it run under strict.

15 years agodo_exec() is a mathom, so call its replacement directly
Gisle Aas [Thu, 29 Jan 2009 15:21:48 +0000]
do_exec() is a mathom, so call its replacement directly

15 years agoPass $(MAKE) as one quoted commandline argument, to converge with make_ext.pl
Nicholas Clark [Wed, 28 Jan 2009 22:55:26 +0000]
Pass $(MAKE) as one quoted commandline argument, to converge with make_ext.pl

15 years agoMove ext/util/make_ext.pl to the top level.
Nicholas Clark [Wed, 28 Jan 2009 15:10:42 +0000]
Move ext/util/make_ext.pl to the top level.

15 years agoFold ext/util/make_ext_cross into ext/util/make_ext.pl, and delete it.
Nicholas Clark [Wed, 28 Jan 2009 14:33:34 +0000]
Fold ext/util/make_ext_cross into ext/util/make_ext.pl, and delete it.
Add --option argument parsing to make_ext.pl (swiped from buildext.pl).
Add a --cross option to add -MCross to the Makefile.PL line.
Change Cross/Makefile-cross-SH to call "ext/util/make_ext.pl --cross ..."

15 years agoIn the code for printing -v, replace longhand newSVpvn() with newSVpvs(), and
Nicholas Clark [Sun, 25 Jan 2009 16:45:04 +0000]
In the code for printing -v, replace longhand newSVpvn() with newSVpvs(), and
avoid needing a sv_catpvs().

15 years agoIn buildext.pl, refactor the @ARGV parsing into a single loop.
Nicholas Clark [Tue, 27 Jan 2009 21:59:02 +0000]
In buildext.pl, refactor the @ARGV parsing into a single loop.

15 years agoChange to use 5.1 Unicode file versions
Karl [Tue, 27 Jan 2009 02:31:42 +0000]
Change to use 5.1 Unicode file versions

15 years agounicore Makefile didn't clean sub-sub directories
Karl [Mon, 26 Jan 2009 23:43:57 +0000]
unicore Makefile didn't clean sub-sub directories

15 years agoSilence verbosity in lib/File/Copy.t during 'make test' in core
Jerry D. Hedden [Mon, 26 Jan 2009 19:25:32 +0000]
Silence verbosity in lib/File/Copy.t during 'make test' in core

15 years agoBreak the --create-perllibst-h and --list-static-libs options out of buildext.pl
Nicholas Clark [Mon, 26 Jan 2009 22:49:19 +0000]
Break the --create-perllibst-h and --list-static-libs options out of buildext.pl
into separate scripts.

15 years agoMake t/win32/system.t use the more common compiler check
Max Maischein [Mon, 26 Jan 2009 20:49:22 +0000]
Make t/win32/system.t use the more common compiler check

Hello again,

much of the Perl test suite uses $Config{cc} =~ /^gcc/i to determine
whether the compiler looks/acts like gcc. This patch enables that
behaviour in t/win32/system.t too.

The reason behind this is that I have a batch file named gcc-ccache.cmd,
which I give to dmake as my compiler, and having things like this work
everywhere in Perl is nice.

Possibly, a more sane way of keeping the kind of compiler handy would be
to make $Config{CCTYPE} come into existence and have it store "gcc",
"msvc" and what other cc types we support.

-max

From f2e73cb5249433631fd4db5b46f62d05ff35526c Mon Sep 17 00:00:00 2001
From: Max Maischein <corion@corion.net>
Date: Mon, 26 Jan 2009 21:44:36 +0100
Subject: [PATCH] Unbreak the test if your compiler looks like gcc

15 years agoAdd a section on how to submit a patch using GitHub
Leon Brocard [Mon, 26 Jan 2009 15:07:11 +0000]
Add a section on how to submit a patch using GitHub

15 years agoRun podtidy on pod/perlrepository.pod and document how to do so
Leon Brocard [Mon, 26 Jan 2009 13:55:57 +0000]
Run podtidy on pod/perlrepository.pod and document how to do so

15 years agoTests to check cp() doesn't drop set[eu]id bits.
Abigail [Mon, 26 Jan 2009 13:19:29 +0000]
Tests to check cp() doesn't drop set[eu]id bits.
Also, calculate the number of skipped tests instead of having a hard
coded number.

15 years agoCheck for the group entry returned by getpwuid as well when testing
Abigail [Mon, 26 Jan 2009 12:54:48 +0000]
Check for the group entry returned by getpwuid as well when testing
if a file belongs to the group the user is in.