summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* Add workaround for Darwin's (Mac OS X's) INT32_MINJarkko Hietaniemi2001-06-161-0/+19
| | | | | (and INT64_MIN) brokenness. p4raw-id: //depot/perl@10649
* The first steps towards cross-compilation.Jarkko Hietaniemi2001-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* More AIX tweakage from Merijn.Jarkko Hietaniemi2001-06-131-1/+1
| | | p4raw-id: //depot/perl@10557
* New AIX dynaloading code from Jens-Uwe Mager.Jarkko Hietaniemi2001-06-131-14/+22
| | | | | Does break binary compatibility. p4raw-id: //depot/perl@10554
* AIX tweaks from Merijn H. Brand.Jarkko Hietaniemi2001-06-131-4/+4
| | | p4raw-id: //depot/perl@10544
* MPE/iX tweaks from Mark Bixby.Jarkko Hietaniemi2001-06-121-0/+1
| | | p4raw-id: //depot/perl@10539
* rhapsody/darwin minor cleanupWilfredo Sánchez2001-06-122-4/+6
| | | | | | Content-Transfer-Encoding: 7bit Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu> p4raw-id: //depot/perl@10528
* Disable long doubles from pre-5.0 Tru64s.Jarkko Hietaniemi2001-06-061-2/+17
| | | p4raw-id: //depot/perl@10458
* The #10455 exposed that modfl() is fundamentally bustedJarkko Hietaniemi2001-06-061-0/+4
| | | | | | (as in: dumps core) in pre-5.0 Tru64, so better avoid even testing it. p4raw-id: //depot/perl@10457
* One fix for strtoul not setting errnoHal Morris2001-06-041-2/+14
| | | | | Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com> p4raw-id: //depot/perl@10436
* Retract #10324 and #10333; not needed.Jarkko Hietaniemi2001-06-012-56/+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
* (Retracted by #10375.)Jarkko Hietaniemi2001-05-301-0/+42
| | | | | Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>. p4raw-id: //depot/perl@10324
* AIX hints update for gcc from Merijn H. Brand.Jarkko Hietaniemi2001-05-301-3/+6
| | | p4raw-id: //depot/perl@10312
* flushNULL OS/2Ilya Zakharevich2001-05-301-0/+4
| | | | | Message-ID: <20010529191519.A16020@math.ohio-state.edu> p4raw-id: //depot/perl@10306
* extra static libs for OS/2Ilya Zakharevich2001-05-291-0/+2
| | | | | Message-ID: <20010529040138.A9482@math.ohio-state.edu> p4raw-id: //depot/perl@10281
* AIX and gcc (moving targets)H.Merijn Brand2001-05-281-0/+4
| | | | | Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10256
* -qlongdouble considered harmful by Merijn.Jarkko Hietaniemi2001-05-231-7/+3
| | | p4raw-id: //depot/perl@10177
* HP-UX hints update from Merijn.Jarkko Hietaniemi2001-05-161-19/+78
| | | p4raw-id: //depot/perl@10131
* DG-UX threading patches, including a README.dgux,Jarkko Hietaniemi2001-05-161-51/+149
| | | | | from Takis Psarogiannakopoulos. p4raw-id: //depot/perl@10121
* Yet another HP-UX hints tweak from Merijn.Jarkko Hietaniemi2001-05-141-11/+5
| | | p4raw-id: //depot/perl@10092
* A nicely working combination for UTS from Hal Morris.Jarkko Hietaniemi2001-05-111-10/+11
| | | p4raw-id: //depot/perl@10079
* i_ieeefp=undef for UTS.Jarkko Hietaniemi2001-05-111-1/+2
| | | p4raw-id: //depot/perl@10078
* Re: Less warnings during configureH.Merijn Brand2001-05-091-0/+50
| | | | | Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10046
* Less warnings during configureH.Merijn Brand2001-05-081-10/+10
| | | | | Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10039
* Typo in #10025.Jarkko Hietaniemi2001-05-071-1/+1
| | | p4raw-id: //depot/perl@10026
* cc, cflags, and optimize tweaks for UTS from Hal Morris.Jarkko Hietaniemi2001-05-071-2/+2
| | | p4raw-id: //depot/perl@10025
* Configure should figure out the list of dynamic extensionsJarkko Hietaniemi2001-05-071-1/+0
| | | | | just fine in UTS-- and in fact it does, as reported by Hal Morris. p4raw-id: //depot/perl@10023
* Hints file for AtheOS ( http://www.atheos.cx/ ),Jarkko Hietaniemi2001-05-051-0/+35
| | | | | from Kurt Skauen. p4raw-id: //depot/perl@9997
* Remove GDBM_File from the dynamic extensions for UTS,Jarkko Hietaniemi2001-05-041-1/+1
| | | | | GDBM is not a standard feature. p4raw-id: //depot/perl@9984
* Re: Finally got a round tuitH.Merijn Brand2001-05-011-1/+6
| | | | | | | Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl> cpp and optimization tweaks for HP-UX. p4raw-id: //depot/perl@9929
* New HP-UX hints from Merijn.Jarkko Hietaniemi2001-04-281-36/+54
| | | p4raw-id: //depot/perl@9892
* If ccflags was empty the _previous_ $* containing all theJarkko Hietaniemi2001-04-261-2/+6
| | | | | | | | | | environment variables and Configure variables was used, which lead, among other bad things, into $ccflags being your uname -a output, which lead into test compile with cc failing, which lead into gcc being selected, which didn't work that well since gcc (ancient 2.8.1 in that particular box) wasn't too happy with large files, et cetera. p4raw-id: //depot/perl@9850
* Yet another HP-UX hints version from Merijn.Jarkko Hietaniemi2001-04-251-10/+31
| | | p4raw-id: //depot/perl@9840
* It would seem that both ar and full_ar need to be overriddenJarkko Hietaniemi2001-04-251-1/+3
| | | | | for HP-UX to avoid the GNU ar. p4raw-id: //depot/perl@9835
* In HP-UX set ar to /usr/bin/ar but only iff none set.Jarkko Hietaniemi2001-04-251-1/+1
| | | p4raw-id: //depot/perl@9833
* New version of HP-UX hints from Merijn.Jarkko Hietaniemi2001-04-251-35/+12
| | | p4raw-id: //depot/perl@9832
* Reintroduce the avoidance of mixing HP-UX cc and GNU ar.Jarkko Hietaniemi2001-04-251-0/+28
| | | p4raw-id: //depot/perl@9831
* New HP-UX hints from Jeff and Merijn, should work with IA-64.Jarkko Hietaniemi2001-04-241-368/+198
| | | | | | Some gcc specifics dropped out due to extensive rewriting; will be put back later as needed. p4raw-id: //depot/perl@9824
* Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7Bill Glicker2001-04-241-1/+1
| | | | | Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com> p4raw-id: //depot/perl@9814
* Re: 5.6.1 darwin Configure fails to extract MakefilePeter Prymmer2001-04-241-0/+11
| | | | | | | Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com> (Ken William's message forwarded from macosx@perl.org) p4raw-id: //depot/perl@9805
* [ID 20010421.010] Perl 5.6.1 on Unixware 7Joe Orton2001-04-211-3/+5
| | | | | Message-Id: <20010417155043.D19132@eu.c2.net> p4raw-id: //depot/perl@9774
* Add Time::Piece, a slight rewrite of Time::Object,Jarkko Hietaniemi2001-04-192-3/+3
| | | | | from Matt Sergeant. p4raw-id: //depot/perl@9748
* Non-UNIX platforms extensions update. (Well, UTS is UNIX.)Jarkko Hietaniemi2001-04-122-2/+2
| | | p4raw-id: //depot/perl@9691
* The d_casti32=undef is good for you even when not use64bitall.Jarkko Hietaniemi2001-04-061-3/+2
| | | p4raw-id: //depot/perl@9596
* FreeBSD hints tweak from Anton Berezin.Jarkko Hietaniemi2001-04-051-1/+2
| | | p4raw-id: //depot/perl@9575
* Be traditional in your cpp (for the Errno extension).Jarkko Hietaniemi2001-04-051-0/+4
| | | p4raw-id: //depot/perl@9559
* Add MIME::Base64 here and there. Again, a lot ofJarkko Hietaniemi2001-03-253-4/+4
| | | | | optimism is in the air. p4raw-id: //depot/perl@9337
* Boldly add extensions to be built to VMS, EPOC, UTS,Jarkko Hietaniemi2001-03-243-4/+4
| | | | | | U/WIN, and VM/ESA (and fixups for DJGPP). Some of these additions may be too optimistic. p4raw-id: //depot/perl@9324
* AIX does seems to have optimization problems with its C compilers.Jarkko Hietaniemi2001-03-231-0/+12
| | | p4raw-id: //depot/perl@9317