| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: "Artur Bergman" <artur@contiller.se>
Date: Mon, 13 Aug 2001 14:38:41 +0200
Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
Subject: [PATCH] embed.pl
From: Arthur Bergman <arthur@contiller.se>
Date: Mon, 13 Aug 2001 14:38:14 +0200
Message-ID: <B79D96D6.3088%arthur@contiller.se>
Subject: [PATCH] sharedsv cleanups
From: "Arthur Bergman" <arthur@contiller.se>
Date: Mon, 13 Aug 2001 15:14:25 +0200
Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
Plus few tweaks: _init needs to be Adp, the prototypes
should not be revealed unless using ithreads, #endif FOO
must be #endif /* FOO */, adding (parentheses) around
do { } while doesn't work too well.
p4raw-id: //depot/perl@11659
|
|
|
|
|
|
|
|
|
| |
write permission in build directory. The problem was
probably caused by overeager sprinkling of the lib/re.pm
dependencies (which was done to guarantee lib/re.pm being
uptodate for parallel makes: now solved by funneling that
through an explicit recursive make in the preplibrary target).
p4raw-id: //depot/perl@11644
|
|
|
|
|
| |
Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@11605
|
|
|
|
|
| |
make regen_headers explicitly.
p4raw-id: //depot/perl@11604
|
|
|
|
|
| |
pointed out by H. Merijn Brand.
p4raw-id: //depot/perl@11502
|
|
|
|
|
| |
fetch and install Foo::Bar.
p4raw-id: //depot/perl@11497
|
|
|
| |
p4raw-id: //depot/perl@11495
|
|
|
| |
p4raw-id: //depot/perl@11491
|
|
|
| |
p4raw-id: //depot/perl@11488
|
|
|
|
|
| |
Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
p4raw-id: //depot/perl@11479
|
|
|
|
|
| |
Message-ID: <20010723182035.A14192@math.ohio-state.edu>
p4raw-id: //depot/perl@11459
|
|
|
| |
p4raw-id: //depot/perl@11366
|
|
|
| |
p4raw-id: //depot/perl@11201
|
|
|
| |
p4raw-id: //depot/perl@11200
|
|
|
|
|
| |
the extensions builds, should help for parallel makes.
p4raw-id: //depot/perl@11192
|
|
|
| |
p4raw-id: //depot/perl@10957
|
|
|
| |
p4raw-id: //depot/perl@10824
|
|
|
|
|
|
| |
from Wilfredo Sánchez. Should help saying
"make install" on case-insensitive filesystems.
p4raw-id: //depot/perl@10811
|
|
|
| |
p4raw-id: //depot/perl@10809
|
|
|
|
|
|
|
|
|
|
| |
before copying them over (this means that he rm can be
removed from the fflushall test), create $targetmkdir
(not documented in install since it is supposed to internal
use only), make $run to copy over the executable only if
a stamp file .xok doesn't already exist (to avoid unnecessary
copying of the executable)
p4raw-id: //depot/perl@10788
|
|
|
| |
p4raw-id: //depot/perl@10685
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Abstract execution of compiled test executables with $run,
and abstract transfer of files with $to and $from.
Under cross-compilation the $run, $to, and $from will point
to appropriate wrapper scripts, by default ssh and scp,
but also rsh, rcp, and cp are supported. If not
cross-compiling, they will be set to '', ':', and ':',
respectively.
With these patches I was able to get Configure for
iPAQ ARM Linux on an Intel Linux about 95% right
(only a few tests failed to execute or they produced
incorrect results), and I was able to compile
a functional miniperl.
The symbol crosscompile renamed to be usecrosscompile,
the corresponding C symbol from CROSSCOMPILE to
USE_CROSS_COMPILE.
p4raw-id: //depot/perl@10592
|
|
|
|
|
|
| |
A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
p4raw-id: //depot/perlio@10586
|
|
|
|
|
|
| |
Content-Transfer-Encoding: 7bit
Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
p4raw-id: //depot/perl@10528
|
|
|
| |
p4raw-id: //depot/perl@10502
|
|
|
| |
p4raw-id: //depot/perl@10234
|
|
|
| |
p4raw-id: //depot/perl@10204
|
|
|
|
|
|
|
| |
fully cured, there were remnants of $CONFIG when
$CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
to avoid future conflicts.
p4raw-id: //depot/perl@10113
|
|
|
| |
p4raw-id: //depot/perl@10081
|
|
|
|
|
| |
not to fail on missing lib/lib.pm or lib/re.pm.
p4raw-id: //depot/perl@9808
|
|
|
|
|
| |
to cater for case-preserving filesystems like HFS+.
p4raw-id: //depot/perl@9806
|
|
|
| |
p4raw-id: //depot/perl@9761
|
|
|
| |
p4raw-id: //depot/perl@9760
|
|
|
| |
p4raw-id: //depot/perl@9691
|
|
|
| |
p4raw-id: //depot/perl@9609
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fflush() is a macro on SunOS 4.1.x, so provide a wrapper
for use with _fwalk() (fix for change#7705)
another tweak needed for SunOS 4.1.x build (from Mike Guy)
(cp -f is not portable)
p4raw-link: @9539 on //depot/maint-5.6/perl: 3da0943717409aa5209a9776746cc2cfeb50eb29
p4raw-link: @9538 on //depot/maint-5.6/perl: 741daf9fefb369fa97f8467fc06d60a8832dcdee
p4raw-link: @7705 on //depot/perl: 74cac757131a44f884c4728708d3a2e5d87b32d3
p4raw-id: //depot/perl@9540
p4raw-integrated: from //depot/maint-5.6/perl@9536 'merge in' util.c
(@9288..) Makefile.SH (@9312..)
|
|
|
|
|
|
|
|
| |
Make it harder for parallel makes to enter 'test' before
Dynaloader and File::Glob are happy. (In principle 'make_ext'
should be unhappy enough, but sometimes parallel makes seem
to sneak past both in Tru64 and AIX.)
p4raw-id: //depot/perl@9523
|
|
|
|
|
|
|
|
|
|
| |
test' or some tests failed!"
Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
The t/rantests flags file creation was accidentally
removed by #9217.
p4raw-id: //depot/perl@9480
|
|
|
| |
p4raw-id: //depot/perl@9433
|
|
|
| |
p4raw-id: //depot/perl@9423
|
|
|
| |
p4raw-id: //depot/perl@9373
|
|
|
|
|
| |
as for perl.third.
p4raw-id: //depot/perl@9357
|
|
|
| |
p4raw-id: //depot/perl@9356
|
|
|
| |
p4raw-id: //depot/perl@9355
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ 9322]
Routine Win32 regen_config_h - no real changes.
[ 9321]
PerlIO fixups for Win32:
- provide win33_popenlist() - non-functional as yet.
- avoid need for aTHX in PerlIO_debug calls - even if not
enabled args are still evaluated so Win32 has trouble during fork().
- Add PerlIO/Scalar to list of extensions in win32/makefile.mk
- Fixup makedef.pl for latest set of symbols.
[ 9320]
POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
was gibberish - broke it on WIn32 at least.
[ 9319]
Generated files.
[ 9318]
Implement:
1. open($fh,"+<",undef); # add test to t/io/open.t
2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
p4raw-link: @9322 on //depot/perlio: e009d45070febfef5a59a9468c3cb4e6ad05051f
p4raw-link: @9321 on //depot/perlio: 8c0134a884f927d58f584b87281e5a27133cbf8f
p4raw-link: @9320 on //depot/perlio: 5dd1177c222be3aa5f44de160a952953bc5703a5
p4raw-link: @9319 on //depot/perlio: c60e0e098045567c2313456d074b4094292b050c
p4raw-link: @9318 on //depot/perlio: f6c77cf1bf4d7cb2c7a64dd7608120b471f84062
p4raw-id: //depot/perl@9323
|
|
|
| |
p4raw-id: //depot/perl@9276
|
|
|
|
|
| |
in a parallel make 'all' is finished before 'test'.
p4raw-id: //depot/perl@9254
|
|
|
| |
p4raw-id: //depot/perl@9221
|
|
|
|
|
| |
TODO: make t/TEST pixie-aware.
p4raw-id: //depot/perl@9220
|
|
|
|
|
|
| |
and to allow for more flexible test targets, many recursive
make calls introduced.
p4raw-id: //depot/perl@9217
|