| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Done with:
./perl -Ilib Porting/bump-perl-version -i 5.15.9 5.16.0
...followed by a small edit to INSTALL and patchlevel.h.
|
|
|
|
| |
(thanks ilmari for spotting)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The (ANSI) C compiler fails to compile precompiled (.i) files when both
-g and -O (all +O1 and above) are given. When -g is requested, -O, +O,
and +Onolimit are removed from optimize flags
This #fail does not occur with the newer aCC compiler B3910B, which is
also used on HP-UX on Itanium.
The check/modification has to be done as late as possible, as the other
options, like -Duse64bitall and -DDEBUGING, will modify the variables
that need to be checked after hints/hpux.sh has been dealt with.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes [perl #103668].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Correct the socketsize. Probably due to big-endian versus
little-endian, this has always worked on Intel CPUs. This
is a very very old problem, and it has been the reason I
never used gcc-4 on PA-RISC, because perl would not pass
the test suite in 64bitall.
Noticeable effects of wrong "$socksizetype" are return codes
of 0 (pass) from functions like getpeername (), but invalid
(or none) data in the returned structures or a return length
of 0 or 256. In the latter case, the length is stored in the
second part of the 64bit long and the 32bit first part is 0.
This might be true on Intel-like machines too, but the tests
will pass, as the significant part of the returned length is
in the first 32bits and a pointer to int will still see that
correct. Mind that in that case the 32bits after that might
have been overridden => can of worms.
|
| |
|
| |
|
|
|
|
| |
Fix for http://rt.perl.org/rt3/Public/Bug/Display.html?id=17736
|
|
|
|
|
|
| |
The original long-running test had a tighter limit for
sGMTIME_min and sLOCALTIME_min than the 2**47-1 limit
that was now hardcoded. Take the safe route.
|
| |
|
|
|
|
| |
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
|
|
|
| |
p4raw-id: //depot/perl@31886
|
|
|
|
|
|
| |
thus seems to be much more defensive against upcoming version
reporting format changes.
p4raw-id: //depot/perl@29777
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com>
p4raw-id: //depot/perl@29596
|
|
|
| |
p4raw-id: //depot/perl@29341
|
|
|
| |
p4raw-id: //depot/perl@29339
|
|
|
|
|
|
| |
From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
p4raw-id: //depot/perl@28751
|
|
|
|
|
| |
Keep the documentation part.
p4raw-id: //depot/perl@28116
|
|
|
|
|
|
| |
broken optimizer
2. Remove a compiler warning in a try program
p4raw-id: //depot/perl@26770
|
|
|
| |
p4raw-id: //depot/perl@26462
|
|
|
|
|
| |
Now they are
p4raw-id: //depot/perl@24630
|
|
|
|
|
| |
that might cause trouble on testdrive systems.
p4raw-id: //depot/perl@24107
|
|
|
|
|
| |
ccversion is important enough to jump through some hoops to get it
p4raw-id: //depot/perl@23958
|
|
|
|
|
|
| |
11.00 and on are ANSI by default for /opt/ansic/bin
Error was introduced by #22975 in re-enabling 10.01
p4raw-id: //depot/perl@23007
|
|
|
|
|
|
| |
Yes, it is still actively used in production environment
One more patch expected for toke.c optimization level
p4raw-id: //depot/perl@22975
|
|
|
| |
p4raw-id: //depot/perl@22666
|
|
|
|
|
|
| |
Data for Irix and NetBSD would be useful - they probably will work too.
Will Unicos work? Place bets now...
p4raw-id: //depot/perl@22585
|
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
gcc bug test needs -lm
p4raw-id: //depot/perl@17712
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@17694
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@17217
|
|
|
|
|
| |
Message-ID: <20020531163406.GA10401@zeus.com>
p4raw-id: //depot/perl@16928
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@16814
|
|
|
| |
p4raw-id: //depot/perl@16743
|
|
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
gcc 3 version parsing proofing.
p4raw-id: //depot/perl@16629
|
|
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
(gcc 3.0 vs 64-bit hpux hints)
p4raw-id: //depot/perl@16581
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@15906
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@15905
|
|
|
| |
p4raw-id: //depot/perl@15830
|