| 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.
|
|
|
|
|
| |
Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@26032
|
|
|
|
|
| |
Message-Id: <d11kvt$1k7$1@post.home.lunix>
p4raw-id: //depot/perl@24038
|
|
|
|
|
| |
Message-Id: <d0fi6i$k06$1@post.home.lunix>
p4raw-id: //depot/perl@24010
|
|
|
|
|
|
|
|
| |
Message-ID: <cu17rk$k78$1@post.home.lunix>
tweaked to remove the 'not supported on this platform'
error messages
p4raw-id: //depot/perl@23966
|
|
|
|
|
| |
future use.
p4raw-id: //depot/perl@23892
|
|
|
|
|
|
| |
n N v V) conditionally compile. This means that the refactored
pp_pack/pp_unpack code can now be used in maint.
p4raw-id: //depot/perl@23889
|
|
|
|
|
|
|
|
| |
size table. This requires #ifdef()s in the size table initialiser.
Astoundingly this shaves over 6K of the object size with -Os on OS X.
I was expecting about 1K (due to shrinking a branch table). Mind you,
I'm not going to argue with what I got. :-)
p4raw-id: //depot/perl@23854
|
|
(Shaves about 3k off pp_pack.o)
p4raw-id: //depot/perl@23853
|