| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When porting/makerel runs, all files copied into the directory for the
tarball have the executable bit stripped and then only a specific set of
files have the executable bit restored.
There are many files in the repo that have the executable bit set in the
repo that will be stripped. So that the state of files in the repo is
as close as possible to the state of files in the release tarball, the
executable bit has been stripped from such files.
In one recent case, a file added from a dual-life module needed the
executable bit set. Because it had the bit in the repo but was
not listed in makerel to get an executable bit, tests using it
passed in the repo and failed in the tarball.
This commit refactors the list into a new file, Porting/exec-bit.txt
and add tests to detect a mismatch between files listed there
and actual executable bits in the repo.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
We have been getting:
$ perl -e "print VMS::Filespec::unixify('foo:<bar>');"
/foo/<bar/
but should be (and now are) getting:
$ perl -e "print VMS::Filespec::unixify('foo:<bar>');"
/foo/bar/
|
|
|
|
|
| |
We should be able to depend on SYS$SCRATCH being a non-rooted
logical name.
|
|
|
|
| |
This reduces the number of places with special-casing logic.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
since 5.8.8, ready for merging into maint-5.8 prior to 5.8.9.
(Many (all?) of these should really have been changed prior to
5.10.0, but better late than never.)
Also modify cmpVERSION.pl to skip uninstalled test modules whose
VERSIONs don't really matter.
p4raw-id: //depot/perl@34365
|
|
|
| |
p4raw-id: //depot/perl@32791
|
|
|
|
|
|
| |
system specific directories. I think I've chainsawed all of them now,
but I can't guarantee that it compiles anywhere from win32.
p4raw-id: //depot/perl@32713
|
|
|
| |
p4raw-id: //depot/perl@32601
|
|
|
| |
p4raw-id: //depot/perl@32594
|
|
|
|
|
|
|
|
|
| |
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <473FF49A.5000302@qsl.net>
[.vms...] parts with revisions to compile on older systems and some
POD clean-up.
p4raw-id: //depot/perl@32474
|
|
|
| |
p4raw-id: //depot/perl@31384
|
|
|
|
|
|
| |
precedence mistakes, but for now give the same symbol mangling
results as before.
p4raw-id: //depot/perl@31236
|
|
|
|
|
| |
filenames from VMS to UNIX syntax.
p4raw-id: //depot/perl@30602
|
|
|
|
|
|
| |
because Carp now in some cases depends on things that may not
be available from miniperl or before extensions are built.
p4raw-id: //depot/perl@30177
|
|
|
|
|
|
|
| |
PerlIO world via Unix I/O. If you start from stdio, a Unix I/O counter
will get decremented on close even though it was never incremented (and
may not even exist). Exposed by #29065.
p4raw-id: //depot/perl@29144
|
|
|
| |
p4raw-id: //depot/perl@28977
|
|
|
|
|
|
|
|
| |
Keep NEWSV() itself for backwards-compatibility outside of the core,
but don't advertise it any more.
(cf. change #25101).
p4raw-link: @25101 on //depot/perl: a02a5408b2f199007c4dcb74559cc79066307ada
p4raw-id: //depot/perl@26901
|
|
|
| |
p4raw-id: //depot/perl@26869
|
|
|
|
|
|
| |
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <42FAC54B.2050207@qsl.net>
p4raw-id: //depot/perl@25284
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <415D9F5B.5040306@mac.com>
p4raw-id: //depot/perl@23346
|
|
|
|
|
| |
Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
p4raw-id: //depot/perl@21270
|
|
|
| |
p4raw-id: //depot/perl@20688
|
|
|
|
|
| |
Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
p4raw-id: //depot/perl@20197
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3EAAF1B3.7020708@mac.com>
p4raw-id: //depot/perl@19349
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3D88F6AE.3020708@mac.com>
p4raw-id: //depot/perl@17913
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111b05b9535cbf2914@[172.16.52.1]>
p4raw-id: //depot/perl@17483
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
p4raw-id: //depot/perl@14902
|
|
|
|
|
| |
Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
p4raw-id: //depot/perl@13498
|
|
|
|
|
| |
Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
p4raw-id: //depot/perl@13481
|
|
|
|
|
|
| |
(There are some straddlers, but they will be fixed in the
upcoming releases of the modules.)
p4raw-id: //depot/perl@13034
|
|
|
|
|
| |
Message-ID: <20011112205034.H2888@blackrider>
p4raw-id: //depot/perl@12971
|
|
|
|
|
| |
Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@12958
|
|
|
|
|
| |
Message-Id: <20011109014414.N5587@blackrider>
p4raw-id: //depot/perl@12918
|
|
|
|
|
| |
Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@12513
|
|
|
|
|
|
|
|
|
|
|
| |
TODO 1: double check that pre-5.6.1 CPAN.pm:s
don't try to download 5.8.0 because of the
version numbers. Mainly this means using _00
in the core version numbers.
TODO 2: the "use 5.005_64" in many modules
needs to be changed to, say, "use 5.6.1".
p4raw-id: //depot/perl@12040
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
p4raw-id: //depot/perl@10850
|
|
|
|
|
| |
Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
p4raw-id: //depot/perl@10218
|
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
p4raw-id: //depot/perl@9847
|
|
|
|
|
| |
Message-ID: <20010223154756.A7723@firedrake.org>
p4raw-id: //depot/perl@8965
|
|
|
|
|
|
|
| |
Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
MAN.PODS => ' ' is naughty.
p4raw-id: //depot/perl@8155
|
|
|
| |
p4raw-id: //depot/perl@7984
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@7411
|
|
|
|
|
|
| |
(either perlbug or p5p ate the original), plus regen
perlapi and perltoc.
p4raw-id: //depot/perl@6553
|
|
|
| |
p4raw-id: //depot/vmsperl@6119
|
|
|
| |
p4raw-id: //depot/vmsperl@6114
|
|
|
| |
p4raw-id: //depot/vmsperl@6111
|
|
|
| |
p4raw-id: //depot/vmsperl@5693
|