| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
EPOC was a family of operating systems developed by Psion for mobile
devices. It was the predecessor of Symbian.
The port was last updated in April 2002.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rather than adding more canned configurations, we dynamically set values
which differ from the standard 32-bit build options, and actually remove
the canned configurations for 64-bit builds too and do likewise for them.
The ~ARCHPREFIX~ games used by the outgoing .gc64 configuration needed
bringing into the remaining .gc configuration to maintain support for the
GCCCROSS build option.
Two tweaks to sv.c were required for the USE_64_BIT_INT option to work
with a VC++ build, allowing the I64 printf size specification. The GCC
build worked anyway since it uses ll rather than I64.
The motivation for this change came from a patch submitted by Sisyphus
<sisyphus1@optusnet.com.au>:
Message-ID: <6AC52DD00C96415A9E919A02F12DD05F@desktop2>
|
|
|
|
|
|
|
|
|
| |
The ARCHPREFIX setting from makefile.mk is now passed into config_sh.PL
and config_h.PL and used to apply the changes necessary to the
config*.gc64 files to support both the usual gcc suite and the
x86_64-w64-mingw32-gcc suite (used when GCCCROSS=define).
Also remove the redundant INST_VER argument in the config_h.PL calls.
|
|
|
|
|
|
|
|
| |
Add TAP generation and a --tap option to Porting/checkcfgvar.pl.
In checkcfgvar.t, document its purpose, and the likely way to fix the
problems that it has flagged up. This is a prototype before adding similar
instructions to the other t/porting tests.
|
|
|
|
|
|
|
| |
For --list, only print the name out in one place.
Remove a now-redundant sort for --regen.
Alert the user if default values are not being added because --default was
not specified.
|
|
|
|
|
| |
This eases the updates of the config.sh-format files when a new Configure
variable is added.
|
|
|
|
|
|
|
|
|
|
| |
Verify that the section of config file containing probed files is sorted
lexically. If --regen is used, updated the file on disk with a correctly
sorted version. (Except for configure.com, which has a different structure
not amenable to automatic analysis and update, hence still has to be
updated manually.)
Ensure all config files are correctly sorted.
|
|
|
|
| |
Convert the comment for _a in config.ce to a trailing comment.
|
|
|
|
| |
Fix the dubious line in symbian/config.sh which this exposes.
|
|
|
|
|
|
|
| |
The configure.com handling is actually sufficiently different that it's
simpler to do it in its own loop. The two regexs for config.sh-style parsing
can be merged. Use non-capturing parens for the parts of regexs that don't
need to be captured.
|
|
|
|
|
| |
Remove support for the Borland C++ compiler on Win32, as agreed here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2011-09/msg00034.html
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
config_h_SH_reader() was called once in one place, to generate a closure
passed to read_file(). In turn, read_file()'s use of a callback to process
lines of the file that it opened concealed the near-linear flow of control.
use autodie; to simplify the error handling.
|
| |
|
|
|
|
|
|
|
| |
Commit 3fd80bd61943d0f8 in 2002 removed vos/config.{alpha,gf}.def from
blead, but they were still present in maint-5.8, so the logic to process
them was retained, to minimise the differences in the Porting/* scripts.
maint-5.8 is EOL now, so these can be removed.
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
|
|
|
|
|
|
|
| |
All these files used to be executable in the release tarballs. Apparently things
also work without that in the repository, but I'd rather add this possibly
unecessary change to blead instead of breaking the upcoming release. This should
probably be looked into again afterwards.
|
|
|
| |
p4raw-id: //depot/perl@34949
|
|
|
| |
p4raw-id: //depot/perl@33048
|
|
|
| |
p4raw-id: //depot/perl@33046
|
|
|
| |
p4raw-id: //depot/perl@30958
|
|
|
|
|
| |
Message-ID: <4612D50E.5010105@iki.fi>
p4raw-id: //depot/perl@30839
|
|
|
|
|
| |
Message-ID: <460ED79A.5030809@iki.fi>
p4raw-id: //depot/perl@30823
|
|
|
| |
p4raw-id: //depot/perl@29370
|
|
|
| |
p4raw-id: //depot/perl@29362
|
|
|
|
|
|
| |
Leave wince/config.ce in the list as well, though, because that still
exists in 5.8.x
p4raw-id: //depot/perl@29292
|
|
|
|
|
| |
Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
p4raw-id: //depot/perl@27374
|
|
|
|
|
| |
Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
p4raw-id: //depot/perl@27371
|
|
|
| |
p4raw-id: //depot/perl@25581
|
|
p4raw-id: //depot/perl@25579
|