summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
Commit message (Collapse)AuthorAgeFilesLines
* More email addresses for #18282Hugo van der Sanden2002-12-111-1/+1
| | | p4raw-id: //depot/perl@18283
* Integrate from the maint-5.8/ branch :Rafael Garcia-Suarez2002-12-101-1/+1
| | | | | | | | | | | | | | | | 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..)
* hires sleeping wants libsJarkko Hietaniemi2002-11-211-1/+2
| | | | | Message-ID: <20021120151830.GC127060@lyta.hut.fi> p4raw-id: //depot/perl@18168
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-081-9/+127
| | | | | | From: "Allen Smith" <easmith@beatrice.rutgers.edu> Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu> p4raw-id: //depot/perl@17874
* IRIX + INSTALLJarkko Hietaniemi2002-08-301-74/+209
| | | | | Message-Id: <20020830033148.GA874@lyta.hut.fi> p4raw-id: //depot/perl@17807
* Update hint comments.Jarkko Hietaniemi2002-06-091-3/+2
| | | p4raw-id: //depot/perl@17152
* There seems to be a trend for the *time_r to be hidden.Jarkko Hietaniemi2002-03-161-0/+8
| | | p4raw-id: //depot/perl@15260
* [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts Paul Eggert2002-02-201-1/+1
| | | | | Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com> p4raw-id: //depot/perl@14784
* IRIX: at some point the cc -version has startedJarkko Hietaniemi2001-11-051-1/+1
| | | | | to output to stderr, not stdout any more. p4raw-id: //depot/perl@12857
* The code is now almost tidy enough to keep the IRIX cc happy.Jarkko Hietaniemi2001-09-221-5/+11
| | | p4raw-id: //depot/perl@12141
* Retract #12134; reintroduce #11949: PADOFFSETs are now UVsJarkko Hietaniemi2001-09-221-5/+5
| | | | | | | (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
* (Retracted by #12138)Jarkko Hietaniemi2001-09-221-5/+5
| | | | | | | | | | | | | 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
* Retract #10324 and #10333; not needed.Jarkko Hietaniemi2001-06-011-14/+0
| | | p4raw-id: //depot/perl@10375
* (Retracted by #10375.)Jarkko Hietaniemi2001-05-301-0/+14
| | | | | | | | | | 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
* Do not use the Perl malloc in IRIX, suggested byJarkko Hietaniemi2001-03-141-0/+3
| | | | | Helmus Jarausch. p4raw-id: //depot/perl@9160
* Expand usemorebits early if d_casti32 needs to be undefined.Jarkko Hietaniemi2001-02-281-0/+3
| | | p4raw-id: //depot/perl@8968
* Do not force d_casti32 to undef if we are on a 64-bit environment.Jarkko Hietaniemi2001-02-281-1/+4
| | | | | (The #8961 was too bold.) p4raw-id: //depot/perl@8964
* The casting mystery in HP-UX and IRIX needs at least a workaroundJarkko Hietaniemi2001-02-271-0/+3
| | | | | and this would be it. p4raw-id: //depot/perl@8961
* Integrate change #8682 from maintperl.Jarkko Hietaniemi2001-02-091-2/+2
| | | | | | | | | | 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..)
* Make certain cc is set before trying to run it.Jarkko Hietaniemi2000-09-021-1/+1
| | | p4raw-id: //depot/perl@7007
* Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,Jarkko Hietaniemi2000-09-011-0/+6
| | | | | | so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. p4raw-id: //depot/perl@6982
* More compilation tweakery from Allen Smith.Jarkko Hietaniemi2000-05-081-1/+2
| | | p4raw-id: //depot/cfgperl@6100
* Tweaks for the cc bugs from Allen Smith.Jarkko Hietaniemi2000-05-081-6/+9
| | | p4raw-id: //depot/cfgperl@6099
* Add a note about possible compilation problems from Allen Smith.Jarkko Hietaniemi2000-05-081-0/+6
| | | p4raw-id: //depot/cfgperl@6097
* libscheck has insufficient checks for n32 libs (fromGurusamy Sarathy2000-05-021-3/+13
| | | | | Albert Chin-A-Young <china@thewrittenword.com>) p4raw-id: //depot/perl@6046
* Do not use Perl's malloc in IRIX.Jarkko Hietaniemi2000-03-101-2/+11
| | | p4raw-id: //depot/cfgperl@5637
* the workaround is needed in all 7.2.* compilers,Jarkko Hietaniemi2000-03-031-3/+2
| | | | | not just on IRIX64. p4raw-id: //depot/cfgperl@5494
* The _cflags must be left-aligned.Jarkko Hietaniemi2000-03-031-1/+2
| | | p4raw-id: //depot/cfgperl@5483
* irix hints tweakJarkko Hietaniemi2000-03-031-2/+3
| | | p4raw-id: //depot/cfgperl@5468
* Workaround for an optimizer bug.Jarkko Hietaniemi2000-03-021-0/+4
| | | p4raw-id: //depot/cfgperl@5447
* IRIX 64-bitness fixes.Jarkko Hietaniemi2000-02-291-88/+107
| | | p4raw-id: //depot/cfgperl@5338
* Detypo.Jarkko Hietaniemi2000-02-281-1/+1
| | | p4raw-id: //depot/cfgperl@5332
* Regularize the call-back units (and fix a bug in #5330).Jarkko Hietaniemi2000-02-281-5/+5
| | | p4raw-id: //depot/cfgperl@5331
* Use the vendor file(1).Jarkko Hietaniemi2000-02-281-1/+1
| | | p4raw-id: //depot/cfgperl@5327
* Add libscheck for IRIX.Jarkko Hietaniemi2000-02-261-0/+24
| | | p4raw-id: //depot/cfgperl@5264
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-3/+3
| | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261
* Largefileness in Solaris doesn't require long longs;Jarkko Hietaniemi2000-02-241-9/+0
| | | | | use64bits enhancements; introduce usefull64bits. p4raw-id: //depot/cfgperl@5244
* Depickify the compiler (about unused and set but not used variables)Jarkko Hietaniemi2000-02-241-5/+5
| | | p4raw-id: //depot/cfgperl@5229
* In IRIX <sys/mode.h> is something completely different.Helmut Jarausch2000-02-241-0/+5
| | | | | | | 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
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-121-2/+2
| | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070
* Turn on largefileness always if available andJarkko Hietaniemi1999-11-111-0/+2
| | | | | continue 64-bit fixes. p4raw-id: //depot/cfgperl@4552
* The -n32 is normally part of $cc, not $ccflags.Jarkko Hietaniemi1999-11-051-1/+1
| | | p4raw-id: //depot/cfgperl@4522
* Remove quad logic from perl.h; regen Configure;Jarkko Hietaniemi1999-10-291-1/+4
| | | | | add -DUSE_LONG_LONG to ccflags if not already there. p4raw-id: //depot/cfgperl@4487
* While awaiting a good test program to detect the broken gcc.Thomas Conté1999-10-091-0/+2
| | | | | | | | 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
* config.h will define USE_64_BITS if need be.Jarkko Hietaniemi1999-09-141-1/+0
| | | p4raw-id: //depot/cfgperl@4157
* Jumbo Configure and large file support update.Jarkko Hietaniemi1999-08-131-11/+1
| | | | | | | 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
* IRIX64 needs more -mabi=64 with gcc.Jarkko Hietaniemi1999-08-121-1/+4
| | | p4raw-id: //depot/cfgperl@3976
* Reincarnate change #3967, now in more modest form.Jarkko Hietaniemi1999-08-121-0/+3
| | | | | p4raw-link: @3967 on //depot/cfgperl: 389b72ffba57effeed96b76240b691bbd83408f7 p4raw-id: //depot/cfgperl@3975
* Remove rt from libswanted (I added it many moons agoJarkko Hietaniemi1999-08-121-8/+1
| | | | | | | 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
* IRIX 64-bit hint tweak.Jarkko Hietaniemi1999-08-121-2/+6
| | | p4raw-id: //depot/cfgperl@3971