| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@18283
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes 18219, 18236, 18242-3, 18247-8,
18253-5, 18257, 18273-6
p4raw-id: //depot/perl@18280
p4raw-branched: from //depot/maint-5.8/perl@18279 'branch in'
t/op/lc_user.t
p4raw-integrated: from //depot/maint-5.8/perl@18279 'copy in'
lib/File/Copy.pm (@17645..) lib/utf8_heavy.pl pod/perlsec.pod
(@18080..) hints/irix_6.sh (@18173..) t/uni/tr_utf8.t
(@18197..) pod/perlunicode.pod (@18242..) t/op/pat.t (@18248..)
t/op/split.t (@18274..) 'edit in' pod/perlguts.pod (@18242..)
'merge in' pp.c (@18126..) MANIFEST (@18234..)
p4raw-integrated: from //depot/maint-5.8/perl@18254 'merge in'
pod/perldiag.pod (@18234..)
|
|
|
|
|
| |
Message-ID: <20021120151830.GC127060@lyta.hut.fi>
p4raw-id: //depot/perl@18168
|
|
|
|
|
|
| |
From: "Allen Smith" <easmith@beatrice.rutgers.edu>
Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
p4raw-id: //depot/perl@17874
|
|
|
|
|
| |
Message-Id: <20020830033148.GA874@lyta.hut.fi>
p4raw-id: //depot/perl@17807
|
|
|
| |
p4raw-id: //depot/perl@17152
|
|
|
| |
p4raw-id: //depot/perl@15260
|
|
|
|
|
| |
Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
p4raw-id: //depot/perl@14784
|
|
|
|
|
| |
to output to stderr, not stdout any more.
p4raw-id: //depot/perl@12857
|
|
|
| |
p4raw-id: //depot/perl@12141
|
|
|
|
|
|
|
| |
(suggested by Sarathy, extensions shouldn't be dabbling with
op structures, so binary backward compatibility should not be
an issue.)
p4raw-id: //depot/perl@12138
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add -woff (turn warning off) 3187:
"A pointer is converted to a smaller integer."
This happens when your pointers are 64-bit: then every case
of converting pointers to PADOFFSETs (explicitly 32-bit)
faces truncation (even explicit use of INT2PTR doesn't help).
CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
Changing PADOFFSET from U32 to UV would help, but that
would break binary backward compatibility of BASEOP and padop
(assuming you have been using 64-bit pointers).
p4raw-id: //depot/perl@12134
|
|
|
| |
p4raw-id: //depot/perl@10375
|
|
|
|
|
|
|
|
|
|
| |
IRIX hints patch from Merijn Broeren.
TODO: (this and the earlier Linux hints patch) should be solved
at Configure level. Merijn: -ldb should not be used on any platform
for perl, just when linking DBFile itself. Trying to be helpful here
is counterproductive.
p4raw-id: //depot/perl@10333
|
|
|
|
|
| |
Helmus Jarausch.
p4raw-id: //depot/perl@9160
|
|
|
| |
p4raw-id: //depot/perl@8968
|
|
|
|
|
| |
(The #8961 was too bold.)
p4raw-id: //depot/perl@8964
|
|
|
|
|
| |
and this would be it.
p4raw-id: //depot/perl@8961
|
|
|
|
|
|
|
|
|
|
| |
IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
to work correctly.
p4raw-link: @8682 on //depot/maint-5.6/perl: 9524ea9fdf0a6b7bf0bab788b2760d62f3f67df2
p4raw-id: //depot/perl@8753
p4raw-integrated: from //depot/maint-5.6/perl@8752 'copy in'
hints/irix_6.sh (@8152..)
|
|
|
| |
p4raw-id: //depot/perl@7007
|
|
|
|
|
|
| |
so that case-ignoring systems like DCL can tell them from
PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
p4raw-id: //depot/perl@6982
|
|
|
| |
p4raw-id: //depot/cfgperl@6100
|
|
|
| |
p4raw-id: //depot/cfgperl@6099
|
|
|
| |
p4raw-id: //depot/cfgperl@6097
|
|
|
|
|
| |
Albert Chin-A-Young <china@thewrittenword.com>)
p4raw-id: //depot/perl@6046
|
|
|
| |
p4raw-id: //depot/cfgperl@5637
|
|
|
|
|
| |
not just on IRIX64.
p4raw-id: //depot/cfgperl@5494
|
|
|
| |
p4raw-id: //depot/cfgperl@5483
|
|
|
| |
p4raw-id: //depot/cfgperl@5468
|
|
|
| |
p4raw-id: //depot/cfgperl@5447
|
|
|
| |
p4raw-id: //depot/cfgperl@5338
|
|
|
| |
p4raw-id: //depot/cfgperl@5332
|
|
|
| |
p4raw-id: //depot/cfgperl@5331
|
|
|
| |
p4raw-id: //depot/cfgperl@5327
|
|
|
| |
p4raw-id: //depot/cfgperl@5264
|
|
|
|
|
| |
rename usefull64bits to use64bitall.
p4raw-id: //depot/cfgperl@5261
|
|
|
|
|
| |
use64bits enhancements; introduce usefull64bits.
p4raw-id: //depot/cfgperl@5244
|
|
|
| |
p4raw-id: //depot/cfgperl@5229
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
p4raw-id: //depot/cfgperl@5227
|
|
|
|
|
|
| |
uselonglong is eradicated, only backward
compatibility hooks in use64bits remain.
p4raw-id: //depot/cfgperl@5070
|
|
|
|
|
| |
continue 64-bit fixes.
p4raw-id: //depot/cfgperl@4552
|
|
|
| |
p4raw-id: //depot/cfgperl@4522
|
|
|
|
|
| |
add -DUSE_LONG_LONG to ccflags if not already there.
p4raw-id: //depot/cfgperl@4487
|
|
|
|
|
|
|
|
| |
To: <jhi@iki.fi>
Cc: <perl5-porters@perl.org>
Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
p4raw-id: //depot/cfgperl@4322
|
|
|
| |
p4raw-id: //depot/cfgperl@4157
|
|
|
|
|
|
|
| |
Remove a lot of unneeded 64-bitness cruft;
re-introduce BYTEORDER; update 64-bitness hints;
lfs should now work in Solaris; long doubles in AIX.
p4raw-id: //depot/cfgperl@3982
|
|
|
| |
p4raw-id: //depot/cfgperl@3976
|
|
|
|
|
| |
p4raw-link: @3967 on //depot/cfgperl: 389b72ffba57effeed96b76240b691bbd83408f7
p4raw-id: //depot/cfgperl@3975
|
|
|
|
|
|
|
| |
when I thought it would be useful in Digital UNIX,
I was wrong); undo the recent IRIX hints changes,
getting rid of one warning brought new ones.
p4raw-id: //depot/cfgperl@3974
|
|
|
| |
p4raw-id: //depot/cfgperl@3971
|