15 years agoAdd get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and
Nicholas Clark [Wed, 21 Jan 2009 16:41:58 +0000]
Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and
use it where possible.

15 years agoIn attrs::get(), use Perl_get_cvn_flags() rather than perl_get_cv().
Nicholas Clark [Wed, 21 Jan 2009 16:12:06 +0000]
In attrs::get(), use Perl_get_cvn_flags() rather than perl_get_cv().

15 years agoCorrect the form of the flags passed to perl_get_cv().
Nicholas Clark [Wed, 21 Jan 2009 15:55:25 +0000]
Correct the form of the flags passed to perl_get_cv().

15 years agoCorrect the form of the flags passed to perl_get_sv() in threads.xs
Nicholas Clark [Wed, 21 Jan 2009 15:30:05 +0000]
Correct the form of the flags passed to perl_get_sv() in threads.xs

15 years agoCorrect the form of the flags passed to perl_get_sv() in Storable.xs
Nicholas Clark [Wed, 21 Jan 2009 15:14:57 +0000]
Correct the form of the flags passed to perl_get_sv() in Storable.xs

15 years agoUpdate the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),
Nicholas Clark [Wed, 21 Jan 2009 15:03:03 +0000]
Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),
and hence the 'create' argument is actually 'flags'. Fix core code and
documentation that used TRUE or FALSE to use 0 or GV_ADD.

15 years agoUpdate the documentation of get_av() to note that it calls Perl_gv_fetchpv(),
Nicholas Clark [Wed, 21 Jan 2009 13:36:08 +0000]
Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),
and hence the 'create' argument is actually 'flags'. Fix code and documentation
that used TRUE or FALSE to use 0 or GV_ADD.

15 years agoUpdate the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),
Nicholas Clark [Wed, 21 Jan 2009 12:12:12 +0000]
Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),
and hence the 'create' argument is actually 'flags'. Fix code and documentation
that used TRUE or FALSE to use 0 or GV_ADD.

15 years agonow get non-dual lived code
Ricardo SIGNES [Tue, 20 Jan 2009 23:32:17 +0000]
now get non-dual lived code

15 years agoremove some indirect method calls, add a caveat
Ricardo SIGNES [Tue, 20 Jan 2009 23:21:34 +0000]
remove some indirect method calls, add a caveat

15 years agoCorrect the call to get_hv() to use GV_ADD for the flags, rather than TRUE.
Nicholas Clark [Wed, 21 Jan 2009 13:55:48 +0000]
Correct the call to get_hv() to use GV_ADD for the flags, rather than TRUE.

15 years agoPOD typos
Frank Wiegand [Wed, 21 Jan 2009 14:28:39 +0000]
POD typos

15 years agoMake DB_File use -ldb on MSWin32 with a gcc compiler
David Golden [Wed, 21 Jan 2009 12:42:57 +0000]
Make DB_File use -ldb on MSWin32 with a gcc compiler

DB_File was forcing "-llibdb" for all MSWin32 builds.  That's an MSVC
thing, so this patch makes it use "-ldb" if the compiler is gcc (e.g.
for Strawberry Perl and friends).

Paul Marquess suggested I send a patch to p5p and will update the
source on CPAN when he has a dev box again.

Message-Id: <1232541093-2247-1-git-send-email-dagolden@cpan.org>

Plus: bump $VERSION.

15 years agoChange 54d012c665eb635f1e4fac1f1ec5aba1229ad9ca was only tested threaded. Oops.
Nicholas Clark [Wed, 21 Jan 2009 12:18:29 +0000]
Change 54d012c665eb635f1e4fac1f1ec5aba1229ad9ca was only tested threaded. Oops.

15 years agoChange 28063 should have removed the call to savepvn() from Perl_newCONSTSUB()
Nicholas Clark [Wed, 21 Jan 2009 11:25:42 +0000]
Change 28063 should have removed the call to savepvn() from Perl_newCONSTSUB()
completely when it moved the allocation logic inside Perl_newXS_flags(). Whilst
Rafael's fix in 29107 correctly plugged my leak, this commit is the actual
correction. (Commits 77004dee2553ce034a8a58b2b2849e3656df46c3 and
c3db7d9213b09a5852dab00368488f63a7625b9e respectively)

15 years agoUpgrade to Archive-Tar-1.44
Jos I. Boumans [Tue, 20 Jan 2009 15:05:37 +0000]
Upgrade to Archive-Tar-1.44

Message-Id: <6B717AA7-2972-439F-9B89-669E15353EBC@dwim.org>

15 years agoMerge branch 'empty-destroy-optimisation' into blead
Rafael Garcia-Suarez [Tue, 20 Jan 2009 10:45:35 +0000]
Merge branch 'empty-destroy-optimisation' into blead

15 years agoRemove perltodo entry about empty destructors
Rafael Garcia-Suarez [Tue, 20 Jan 2009 08:13:06 +0000]
Remove perltodo entry about empty destructors

15 years agoOptimize away calls to empty DESTROY methods
Rafael Garcia-Suarez [Tue, 20 Jan 2009 08:11:18 +0000]
Optimize away calls to empty DESTROY methods

15 years agoPathify_dirspec replacement
John Malmberg [Sun, 18 Jan 2009 19:12:18 +0000]
Pathify_dirspec replacement

This replaces pathify_dirspec in vms.c with a new version that better
handles the extended character set.

The [.vms.ext]filespec.t has been adjusted for to support both the
default mode and the extended file spec mode.

This fixes an inconsistency where now vmsify and vmspath will return the
same result for similar input.

Message-ID: <49737F12.6010803@gmail.com>

15 years agoUpgrade to Module::Load 0.14
Rafael Garcia-Suarez [Mon, 19 Jan 2009 16:37:29 +0000]
Upgrade to Module::Load 0.14

15 years agoadd-package fix
Jos I. Boumans [Mon, 19 Jan 2009 16:10:02 +0000]
add-package fix

David patched add-package to support git, but unfortunately introduced
a portability issue for 'cp'; the --archive option isn't supported on
OSX. So, the attached patch changes --archive to it's most equal single
character options that are portable.

15 years agoUpgrade to Module::Load::Conditional 0.30
Rafael Garcia-Suarez [Mon, 19 Jan 2009 16:08:54 +0000]
Upgrade to Module::Load::Conditional 0.30

15 years agoUpdate Maintainers.pl
Jos I. Boumans [Mon, 19 Jan 2009 15:51:21 +0000]
Update Maintainers.pl

I noticed that Maintainers.pl wasn't listing my modules as having the
CPAN version being canonical. The attached patch fixes this.

It also changes the owner of CPANPLUS::Dist::Build to kwilliams
(as per the PAUSE permissions) and removes CPANPLUS::Dist as a
seperate distribution; it always came with CPANPLUS.

15 years agoSetUID scripts are deprecated for 5.12
H.Merijn Brand [Mon, 19 Jan 2009 15:49:09 +0000]
SetUID scripts are deprecated for 5.12

Subject: disabling suidperl in Configure
From: Nicholas Clark <nick@ccl4.org>
Date: Sun, 18 Jan 2009 11:51:39 +0000
Message-ID: <20090118115139.GX2919@plum.flirble.org>

15 years agoAdd NameAliases.txt; regenerate mktables.list
Karl [Mon, 19 Jan 2009 02:51:43 +0000]
Add NameAliases.txt; regenerate mktables.list

The NameAliases.txt is an official Unicode database file.  It contains
normative names of Unicode code points that any Unicode implementation
is supposed to recognize.  These are actually corrections to names that
have been published in UnicodeData.txt erroroneously, but to avoid
breaking code that uses the erroneous name, the folks at Unicode create
these additional ones.  (There are about a dozen entries now)

I changed mktables to append these names to Names.pl for use by
charnames.  This might break any existing code that relies on that file
being sorted in numerical code point order.  But if I added them sorted,
it might break code that relied on there being only one entry per code
point.  It's not clear that this file format is considered published and
the api can't change.  The point of the file is to go from the name to
the code point anyway, so the order shouldn't matter to any application
using it for its intended purpose.

mktables.list was not regenerated for 5.1, so was out-of-date.  The
ordering was random (Linux inode order), so the difference listing for
it is large.  I did sort the lists manually and compared them, and they
look ok.  I changed mktables to sort the list, so that this problem
doesn't arise again.

I also corrected some typos in mktables, and added a clarifing comment.

15 years agoFix h2xs enum handling with C++ comments
Niko Tyni [Sun, 19 Oct 2008 20:21:30 +0000]
Fix h2xs enum handling with C++ comments

Contrary to the comment in the code, h2xs mishandles enums that
contain C++ style comments.

An example of a failing header:
enum {
    A = -1, // negative one
            // with more comments
    B = -2, // negative two
    C = -3 // negative two
};

which generates exported constants for 'A' and 'negative'.

The patch is slightly modified from the one by Daniel Burr in
http://bugs.debian.org/320286

15 years agoMark podlators as preferably to be patched upstream
Rafael Garcia-Suarez [Mon, 19 Jan 2009 13:01:07 +0000]
Mark podlators as preferably to be patched upstream

15 years agoUpgrade to podlators 2.2.2
Rafael Garcia-Suarez [Mon, 19 Jan 2009 13:00:22 +0000]
Upgrade to podlators 2.2.2

15 years agoAdd warning category
Rafael Garcia-Suarez [Mon, 19 Jan 2009 11:28:00 +0000]
Add warning category

in perldiag.pod for new warning "Can't fork, trying again in 5 seconds"
added in the parent commit

15 years agoabout warnings if forks fail in Perl_my_popen
Slaven Rezic [Thu, 8 Jan 2009 12:05:58 +0000]
about warnings if forks fail in Perl_my_popen

15 years agoBe sure to call L_R_TZSET before localtime_r()
Rafael Garcia-Suarez [Mon, 19 Jan 2009 10:08:17 +0000]
Be sure to call L_R_TZSET before localtime_r()

15 years agoCombine sv_utf8_upgrade with a following grow
Karl [Sun, 18 Jan 2009 22:34:58 +0000]
Combine sv_utf8_upgrade with a following grow

15 years agoignore realclean.sh
Robin Barker [Fri, 16 Jan 2009 16:20:41 +0000]
ignore realclean.sh

15 years agoNot everybody (hardly anybody?) uses const for tm.tm_zone.
Craig A. Berry [Sun, 18 Jan 2009 23:52:01 +0000]
Not everybody (hardly anybody?) uses const for tm.tm_zone.

This probably needs refinement, possibly a new Configure variable.

15 years agoMake B::Deparse handle the _ prototype
Rafael Garcia-Suarez [Sun, 18 Jan 2009 22:15:36 +0000]
Make B::Deparse handle the _ prototype

This notably fixes:
[perl #62484] B::Deparse hangs on called subs with $;_ prototype

15 years ago[perl #62488] B::Deparse fails on 'CORE::require(STRING)'
Rafael Garcia-Suarez [Sun, 18 Jan 2009 22:03:27 +0000]
[perl #62488] B::Deparse fails on 'CORE::require(STRING)'

This patch allows the following to deparse properly:

    perl -MO=Deparse -e 'CORE::require "CGI.pm"'

(necessary due to the specific way require() is overriden)

15 years agoJarkko says: Upstream for Math::Complex is the CPAN release
Steffen Mueller [Sun, 18 Jan 2009 18:58:33 +0000]
Jarkko says: Upstream for Math::Complex is the CPAN release

15 years agoUpgrade to Devel::PPPort 3.15
Marcus Holland-Moritz [Sun, 18 Jan 2009 17:44:08 +0000]
Upgrade to Devel::PPPort 3.15

15 years agoAdd aliases for several version numbers in Module::CoreList
John Peacock via RT [Sun, 18 Jan 2009 16:41:20 +0000]
Add aliases for several version numbers in Module::CoreList

[rt.cpan.org #41827] Can't use $] to select Perl version

The %version hash is initialized with bare numbers for each Perl
version.  Unfortunately, the tokenizer will have already eaten trailing
zeros before the fat comma operator is seen, hence the normal
stringification behavior won't have the appropriate affect.

This can be seen by doing something simple like:

perl5.10.0 -MModule::CoreList -e \
'print keys(%{$Module::CoreList::version{$]}})'

which will be empty, since $] is a string not a number.  Using $]+0 (to
force numification) will display all of the modules released with 5.10.0.

Either 5.000 and 5.010000 need to be quoted in the %version
initialization or an alias be created, so either 5.01 or "5.010000" (and
hence $]) will work.  This latter is probably better to use, trivial patch

(rgs: I added aliases for the %released and %patchlevel hashes too.)

15 years agoAdd ExtUtils::Miniperl to the list of core modules for all versions >= 5.00504
Rafael Garcia-Suarez [Sun, 18 Jan 2009 16:27:54 +0000]
Add ExtUtils::Miniperl to the list of core modules for all versions >= 5.00504

It was missing for several versions, including 5.10.0, as reported
by Damyan Ivanov in http://bugs.debian.org/508876

15 years agoAdd 5.8.9 to list of versions known to Module::CoreList
Rafael Garcia-Suarez [Sun, 18 Jan 2009 16:18:02 +0000]
Add 5.8.9 to list of versions known to Module::CoreList

Also bump copyright year.

15 years agoconsting goodness for time64
Robin Barker [Fri, 16 Jan 2009 16:15:47 +0000]
consting goodness for time64

15 years agoUPSTREAM => blead; because CPAN => 0
Robin Barker [Thu, 15 Jan 2009 14:48:06 +0000]
UPSTREAM => blead; because CPAN => 0

15 years agoNeed even more stack for VMS_IA64-ithread.
Craig A. Berry [Sat, 17 Jan 2009 17:50:17 +0000]
Need even more stack for VMS_IA64-ithread.

15 years agoFix deparsing of readpipe() ([perl #62428])
Rafael Garcia-Suarez [Fri, 16 Jan 2009 14:17:54 +0000]
Fix deparsing of readpipe() ([perl #62428])

15 years agoAdd warning about octal > 377 in some regexes
Karl [Wed, 14 Jan 2009 00:51:53 +0000]
Add warning about octal > 377 in some regexes

(Tweaked by rgs)

Message-ID: <496D3F02.6020204@khwilliamson.com>

15 years agouse F<> in perlrepository.pod consistently and remove one needless whitespace
Renee [Fri, 16 Jan 2009 09:23:05 +0000]
use F<> in perlrepository.pod consistently and remove one needless whitespace

15 years agoFix t/uni/lex_utf8.t entry in MANIFEST
Vincent Pit [Thu, 15 Jan 2009 21:51:56 +0000]
Fix t/uni/lex_utf8.t entry in MANIFEST

15 years agoFix handling of DECC$DISABLE_POSIX_ROOT feature on VMS.
Craig A. Berry [Thu, 15 Jan 2009 19:46:02 +0000]
Fix handling of DECC$DISABLE_POSIX_ROOT feature on VMS.

The nomenclature is confusing and the CRTL docs even moreso, and
the CRTL implementation seems not to do what the docs say.  The
documented default setting is on, which I take to mean that
processing of SYS$POSIX_ROOT is disabled unless you have asked
for it.  I've followed this behavior even though the CRTL seems
to report the feature off by default.

Also corrected yet another length error in a related call to
simple_trnlnm.

15 years agovms rmsexpand refactor
John Malmberg [Wed, 14 Jan 2009 14:47:23 +0000]
vms rmsexpand refactor

The next part in the series:  rmsexpand refactor to not use thread context.

Minor fix for VAX included, where VAX was not preserving UNIX syntax on
return for UNIX in.

Message-id: <496DFAFB.4090201@gmail.com>

15 years agoChange documentation for UCD::casespec() to match reality
karl williamson [Thu, 15 Jan 2009 16:30:05 +0000]
Change documentation for UCD::casespec() to match reality

15 years ago[perl #59908] \x, \0, and \N{} not ok in double-quotish when followed by > \x100
karl williamson [Tue, 9 Dec 2008 04:59:05 +0000]
[perl #59908] \x, \0, and \N{} not ok in double-quotish when followed by > \x100

Attached is a patch for this problem.

The root cause was that S_scan_const() was not recoding to utf8 under
some circumstances when it should be.

I also changed it so that in all places, the flag that indicates the
output is in utf8 is changed from false to true if and only if the
destination is recoded to utf8.  One place was skipping this, and then
setting it unconditionally later on.

In one place in the routine, the routine had code to do the recoding
itself.  In the other places, it called sv_utf8_upgrade().  I changed it
to call the subroutine in all cases.

I fixed a bug that would appear only on EBCDIC machines where constants
of the form \N{U+....} would have been interpreted as EBCDIC.

And in inspecting the code, I realized there were problems with growing
the scalar value to fit the input.  I cleaned those up.

I also added a number of comments to document things I found out, and
changed some existing ones to be more accurate.

Since no one responded to my request for where to put the test cases,
and I couldn't figure out a good place to put them, I added a new test
file, t/uni/lex_utf8.t.

15 years agomake add-package git friendly and fix bugs (take 2)
David Golden [Wed, 7 Jan 2009 04:07:47 +0000]
make add-package git friendly and fix bugs (take 2)

(1) all work done in a new git branch by default
(2) "-n" flag ("no branch") added to get old rsync-friendly behavior
(3) looks in "scripts/" directory as well as "bin/" for executables
(4) patches utils/Makefile.SH instead of utils/Makefile

15 years agoNote Math-Complex's test files in Porting/Maintainers.pl
Steve Hay [Wed, 14 Jan 2009 18:14:24 +0000]
Note Math-Complex's test files in Porting/Maintainers.pl

15 years agoUpgrade to Math-Complex-1.55
Steve Hay [Wed, 14 Jan 2009 18:12:18 +0000]
Upgrade to Math-Complex-1.55

15 years agoUpgrade to ExtUtils-Manifest-1.56
Steve Hay [Wed, 14 Jan 2009 18:08:16 +0000]
Upgrade to ExtUtils-Manifest-1.56

15 years agoUpgrade to ExtUtils-Command-1.16
Steve Hay [Wed, 14 Jan 2009 18:02:38 +0000]
Upgrade to ExtUtils-Command-1.16

15 years agoUpgrade to Module-Build-0.31012
Steve Hay [Wed, 14 Jan 2009 17:46:43 +0000]
Upgrade to Module-Build-0.31012

We're now in sync with CPAN--no local changes remain in blead.

TODO: Various extra core changes are now required to handle the new bundle.pl script as per the existing config_data script.

15 years agoAllow '\r' after "#line XXX" directives.
Steve Hay [Wed, 14 Jan 2009 12:21:59 +0000]
Allow '\r' after "#line XXX" directives.

Fixes lib/feature.t and lib/warnings.t tests that have been failing on Win32 since commit 26b6dc3.

15 years agoapplying patches and upstream
Aaron Crane [Wed, 14 Jan 2009 09:51:44 +0000]
applying patches and upstream

Nicholas Clark writes:
>     $ perl Porting/Maintainers --opened
>     (No files are modified)

I think that message would be even more helpful if it went to stderr;
(trivial) patch attached.

--
Aaron Crane ** http://aaroncrane.co.uk/

From afa6ac1c2f6bde792be6ac065a87119e1dbdafee Mon Sep 17 00:00:00 2001
From: Aaron Crane <perl@aaroncrane.co.uk>
Date: Wed, 14 Jan 2009 09:46:33 +0000
Subject: [PATCH] Send informative output to stderr, not stdout

15 years agoActually commit the state infomation at the end of a test run.
Nicholas Clark [Wed, 14 Jan 2009 10:34:23 +0000]
Actually commit the state infomation at the end of a test run.
Reduces my elapsed time by about 5% threaded or unthreaded on the second run.

15 years agoMake make_ext.pl write out a shell script of its actions for make distclean etc
Nicholas Clark [Wed, 14 Jan 2009 10:32:44 +0000]
Make make_ext.pl write out a shell script of its actions for make distclean etc
(In case the user runs make clean; make distclean; as clean removes miniperl)
Change the #! line to ./miniperl

15 years agoIf there is one argument, and it looks like a commit, list data from the files
Nicholas Clark [Tue, 13 Jan 2009 18:57:43 +0000]
If there is one argument, and it looks like a commit, list data from the files
that commit changed. For example, `perl Porting/Maintainers HEAD`.

15 years agoAdd the upstream status to the output of Porting/Maintainers for --opened.
Nicholas Clark [Tue, 13 Jan 2009 17:57:54 +0000]
Add the upstream status to the output of Porting/Maintainers for --opened.

15 years agochomp the output from git ls-files. Display a helpful message nothing is
Nicholas Clark [Tue, 13 Jan 2009 17:51:20 +0000]
chomp the output from git ls-files. Display a helpful message nothing is
modified, rather than failing back to the usage message.

15 years agoext/Hash/Util/Makefile.PL should not recurse to FieldHash's Makefile.PL
Nicholas Clark [Tue, 13 Jan 2009 17:08:36 +0000]
ext/Hash/Util/Makefile.PL should not recurse to FieldHash's Makefile.PL
*nix, VMS and Win32 all know how to (and have to) call the latter directly.
As is, targets in ext/Hash/Util/FieldHash get called twice, which may result
in race conditions, and certainly messes up make clean; make distclean;

15 years agoSilence time64.c build warning
Jerry D. Hedden [Tue, 13 Jan 2009 15:59:28 +0000]
Silence time64.c build warning

Silence the following build warning:
   time64.c:169: warning: 'check_tm' defined but not used

Message-ID: <1ff86f510901081219q4f5f25a3od89c4e5ac03e8664@mail.gmail.com>

15 years agoSilence Win32 compiler warnings.
Steve Hay [Tue, 13 Jan 2009 15:56:00 +0000]
Silence Win32 compiler warnings.

15 years agoGive the git file browser URL as the most up to date version of this file.
Nicholas Clark [Tue, 13 Jan 2009 15:32:38 +0000]
Give the git file browser URL as the most up to date version of this file.

15 years agoRestore Win32 build by creating git_version.h.
Steve Hay [Tue, 13 Jan 2009 14:57:07 +0000]
Restore Win32 build by creating git_version.h.

This solution is based on what is done for config.h (which isn't perfect because it leaves miniperl.exe out-of-sync with the final perl.exe build, but that doesn't really matter).

Also has a problem in that miniperl.exe is used in a couple of places before make_patchnum.pl has been run (to recreate git_version.h and create lib/Config_git.pl), causing the warning:
Warning: failed to load Config_git.pl, something strange about this perl...

The running of make_patchnum.pl also causes some warnings of its own if a ".git" directory is found but "git" isn't on the PATH:
'git' is not recognized as an internal or external command,
operable program or batch file.

These things will be hopefully ironed out later.

15 years agovms - unixspec refactor
John Malmberg [Tue, 13 Jan 2009 13:11:58 +0000]
vms - unixspec refactor

Message-id: <496B5458.10203@gmail.com>

Refactor of unixspec() to not use a thread context for internal routines.

Also fix unixspec() to better handle unescaping extended file
specifications.

15 years agoCapitalize "SysV" correctly
Abigail [Tue, 13 Jan 2009 12:36:20 +0000]
Capitalize "SysV" correctly

15 years agovms - vmsspec refactor
John Malmberg [Mon, 12 Jan 2009 04:15:28 +0000]
vms - vmsspec refactor

Message-id: <496AC3E0.2090207@gmail.com>

Refactor of vmsspec() to not use a thread context for internal routines.

15 years agoFix my refactoring typo in change 33001 that broke suidperl, only spotted 11
Nicholas Clark [Mon, 12 Jan 2009 22:20:34 +0000]
Fix my refactoring typo in change 33001 that broke suidperl, only spotted 11
months later, after 5.8.9 was released.

15 years agoshow -E in error message when called with -E
Renée Bäcker [Mon, 12 Jan 2009 10:39:11 +0000]
show -E in error message when called with -E

Currently, perl shows -e if an error occurs even it is called with -E.
The attached patch changes this...

Current behaviour:
D:\Perl510\bin>perl.exe -E "say ->"
syntax error at -e line 1, at EOF
Execution of -e aborted due to compilation errors.

With patch:
D:\Perl510\bin>perl.exe -E "say ->"
syntax error at -E line 1, at EOF
Execution of -E aborted due to compilation errors.

Cheers,
Renee

15 years agoAdd $(EXE_EXT) where it was missing from $(RUN) ./miniperl
Nicholas Clark [Mon, 12 Jan 2009 17:10:31 +0000]
Add $(EXE_EXT) where it was missing from $(RUN) ./miniperl

15 years agoCorrect the over-zealous addition of $(RUN) into test -f ./miniperl$(EXE_EXT)
Nicholas Clark [Mon, 12 Jan 2009 16:45:58 +0000]
Correct the over-zealous addition of $(RUN) into test -f ./miniperl$(EXE_EXT)
(in change cef6ea9dde586d23f429802e75d22875450d6b68)

15 years agomake_patchnum requires miniperl$(EXE_EXT) to run, so it needs to depend on it.
Nicholas Clark [Mon, 12 Jan 2009 15:01:10 +0000]
make_patchnum requires miniperl$(EXE_EXT) to run, so it needs to depend on it.
Also, make_patchnum had not been part of the prerequisites of the common
targets 'perl' or 'test', only 'all', so often it was not getting run. Add it
as a prerequisite of perl$(EXT_EXE), so that it is run on 'make perl' or
'make test'.

15 years agoIgnore ext/DB_File/constants.xs.
Florian Ragwitz [Mon, 12 Jan 2009 11:42:45 +0000]
Ignore ext/DB_File/constants.xs.

15 years agoFix typo in pod/perlhack.pod
Abigail [Mon, 12 Jan 2009 11:14:58 +0000]
Fix typo in pod/perlhack.pod

15 years agoMerge commit 'nothingmuch/p4_git_utils' into blead
Rafael Garcia-Suarez [Mon, 12 Jan 2009 08:29:28 +0000]
Merge commit 'nothingmuch/p4_git_utils' into blead

15 years agoadd git-make-p4-refs script to Porting
Yuval Kogman [Fri, 5 Sep 2008 18:46:58 +0000]
add git-make-p4-refs script to Porting

15 years agoTest that overload::constant works in eval("")
Rafael Garcia-Suarez [Fri, 9 Jan 2009 16:09:33 +0000]
Test that overload::constant works in eval("")

15 years agomore vms thread ctx fixes
John Malmberg [Sun, 11 Jan 2009 04:20:59 +0000]
more vms thread ctx fixes

Message-id: <496973AB.8070809@gmail.com>

If Perl_my_trnlnm is called with a null implicit context, it would
access violate.

create_mbx does not need a implicit context.

15 years agoAdd -Ilib to the invocations of make_ext.pl. I guess Steffen had a copy of perl
Nicholas Clark [Sun, 11 Jan 2009 17:06:04 +0000]
Add -Ilib to the invocations of make_ext.pl. I guess Steffen had a copy of perl
already installed whilst testing.

15 years agoRemove make_patchnum.com from MANIFEST following
Nicholas Clark [Sun, 11 Jan 2009 16:45:52 +0000]
Remove make_patchnum.com from MANIFEST following
c24e7b67b597eaa15fbaca34ebb57a7cc242d937h

15 years agoMerge branch 'blead' into miniperl-make-ext
Steffen Mueller [Sun, 11 Jan 2009 16:31:56 +0000]
Merge branch 'blead' into miniperl-make-ext

15 years agoRemove make_patchnum.com (now using make_patchnum.pl)
Craig A. Berry [Sun, 11 Jan 2009 15:55:02 +0000]
Remove make_patchnum.com (now using make_patchnum.pl)

15 years agoMerge branch 'blead' into miniperl-make-ext
Steffen Mueller [Sun, 11 Jan 2009 14:48:21 +0000]
Merge branch 'blead' into miniperl-make-ext

15 years agoFile::Copy fixes for VMS follow-up
John Malmberg [Sat, 10 Jan 2009 18:40:40 +0000]
File::Copy fixes for VMS follow-up

Message-id: <4968EBA8.8090207@gmail.com>

The eval block needs to capture local $SIG{__DIE__} to prevent modules
with signal trapping from failing when VMS::Feature is not present.

15 years agovms setup_cmddsc buffer fixes.
John Malmberg [Sat, 10 Jan 2009 18:12:30 +0000]
vms setup_cmddsc buffer fixes.

Message-id: <4968E50E.6050601@gmail.com>

15 years agoRevision to thread context fixes from ebd4d70bfcb408fd33ee8841c43d30ca8408b19d
Craig A. Berry [Sat, 10 Jan 2009 17:17:58 +0000]
Revision to thread context fixes from ebd4d70bfcb408fd33ee8841c43d30ca8408b19d

15 years agominiperl-ification of ext/utils/make_ext
Steffen Mueller [Sat, 10 Jan 2009 18:34:57 +0000]
miniperl-ification of ext/utils/make_ext

15 years agoFix typo in pod/perldsc.pod
Abigail [Sat, 10 Jan 2009 17:47:14 +0000]
Fix typo in pod/perldsc.pod

15 years agomove ext/utils/make_ext to ext/utils/make_ext.pl
Steffen Mueller [Sat, 10 Jan 2009 16:06:22 +0000]
move ext/utils/make_ext to ext/utils/make_ext.pl

15 years agoTypo fix in pod/perldiag.pod
Abigail [Sat, 10 Jan 2009 11:15:05 +0000]
Typo fix in pod/perldiag.pod

15 years ago'VMS support for Unix and extended file specifications' (PathTools RT #42153)
John Malmberg [Fri, 9 Jan 2009 20:20:21 +0000]
'VMS support for Unix and extended file specifications' (PathTools RT #42153)

15 years agoMerge changes from PathTools: 'Update to support VMS in Unix compatible mode and...
John Malmberg [Fri, 9 Jan 2009 20:09:36 +0000]
Merge changes from PathTools: 'Update to support VMS in Unix compatible mode and/or file names using extended character sets' (PathTools RT #42154)

15 years agoBe consistent in writing deobfuscator
Abigail [Fri, 9 Jan 2009 19:01:06 +0000]
Be consistent in writing deobfuscator