summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* To: Perl Porters <perl5-porters@perl.org>Andy Dougherty1999-09-2811-37/+119
| | | | | | | | | | | | | Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT) Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu> From: Andy Dougherty <doughera@lafayette.edu> To: Perl Porters <perl5-porters@perl.org> Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT) Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/cfgperl@4248
* Retract #4216 (Configure does take care of the problem.)Jarkko Hietaniemi1999-09-221-11/+6
| | | p4raw-id: //depot/cfgperl@4217
* (Retracted by #4127, unnecessary because Configure does this.)Boyd Gerber1999-09-221-6/+11
| | | | | | | | To: Jarkko Hietaniemi <jhi@iki.fi> cc: perl5-porters@perl.org Subject: Re: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7 Message-ID: <Pine.SC5.4.10.9909212310320.11455-200000@xenau> p4raw-id: //depot/cfgperl@4216
* Reply-To: gerberb@zenez.com0000-Admin (0000)1999-09-212-3/+228
| | | | | | | | | | | To: perl5-porters@perl.org Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7 Message-Id: <199909211707.LAA23611@devsys0.zenez.com> (Snipped away the last lines of svr5.sh a la change #3725) p4raw-link: @3725 on //depot/cfgperl: 5cf1d1f16c1401220ecaa7b3127343c7c6c095d2 p4raw-id: //depot/cfgperl@4214
* UNICOS doesn't have getpgid(). Or, at least 9.0.1aiJarkko Hietaniemi1999-09-171-0/+2
| | | | | | doesn't have one that wouldn't cause SIGSYS. UNICOS does have getpgrp(void) so Perl getpgrp() is happy. p4raw-id: //depot/cfgperl@4168
* config.h will define USE_64_BITS if need be.Jarkko Hietaniemi1999-09-141-1/+0
| | | p4raw-id: //depot/cfgperl@4157
* HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.Daniel S. Lewart1999-09-071-0/+5
| | | | | | | To: perl5-porters@perl.org Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20 Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu> p4raw-id: //depot/cfgperl@4096
* [ID 19990821.001] [PATCH] perl5.005_60 cygwin portFifer, Eric1999-09-011-0/+1
| | | | | | To: perl5-porters@perl.org Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST> p4raw-id: //depot/cfgperl@4066
* [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1Dominic Dunlop1999-09-011-0/+15
| | | | | | | | | To: perl5-porters@perl.org (UNINSTALLED) [PATCH] Message-Id: <v03110709b3e165b51dda@[212.24.192.132]> The PERL_POLLUTE_MALLOC part had to be manually applied. p4raw-id: //depot/cfgperl@4065
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-162-9/+12
| | | | | | | | | | | | | | | | | | | | | - scan for LDBL_DIG - from DBL_DIG and LDBL_DIG select NV_DIG - introduce IVSIZE, UVSIZE, NVSIZE - introduce IV_DIG - remove stdio64 - AIX uses `oslevel` when others use `uname -r` - already AIX 4.2 goes 64-bit - in HP-UX require the 64-bit libc, just the directory isn't enough - group ids are not NVs - #undef USE_LONG_DOUBLE if long double is no better than double - introduce NV_WITHIN_*() and IV_FITS_IN_IV - mention large file support in perldelta - introduce quad TOPpin' and POPpin' - the svcat... buffer was tiny for printing quads in %b - fix the multiplication test in 64bit.t - try to make VMS to comply with all this removal and "introducal" of symbols p4raw-id: //depot/cfgperl@3995
* Jumbo Configure and large file support update.Jarkko Hietaniemi1999-08-133-18/+14
| | | | | | | 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
* Suffer silently for unused libraries.Jarkko Hietaniemi1999-08-121-0/+3
| | | p4raw-id: //depot/cfgperl@3967
* AIX long long probing requires LL suffix forJarkko Hietaniemi1999-08-021-0/+4
| | | | | | the ll constant. The suffix doesn't seem to bother other ll platforms. p4raw-id: //depot/cfgperl@3891
* AIX -Duse64bits: old AIXen do not have the getconf variables.Jarkko Hietaniemi1999-08-021-3/+3
| | | p4raw-id: //depot/cfgperl@3888
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-012-6/+13
| | | p4raw-id: //depot/cfgperl@3864
* Enable Solaris largefiles support only if -Duse64bits is used.Jarkko Hietaniemi1999-08-011-14/+2
| | | | | (Effectively removes #3311). p4raw-id: //depot/cfgperl@3844
* freebsd hints updateAnton Berezin1999-07-281-1/+8
| | | | | | | To: perl5-porters@perl.org Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED) Message-Id: <199907271829.UAA62861@lion.plab.ku.dk> p4raw-id: //depot/perl@3803
* Circumcode a strange shell(?) bug in AIX foundJarkko Hietaniemi1999-07-251-1/+12
| | | | | | | while trying to do -Duse64bits (which I couldn't do in the end because the CPU isn't 64-bit in that box, but at least now the probing doesn't crash.) p4raw-id: //depot/cfgperl@3731
* Introduce $Config{ldlibpthname} which containsJarkko Hietaniemi1999-07-2311-42/+31
| | | | | | | | | the name of the environment variable holding the dynamic library search path, often LD_LIBRARY_PATH. Use this new feature all over. Also removed remnants of admonition "add LD_LIBRARY_PATH before running make" because Makefile.SH does this for you. p4raw-id: //depot/cfgperl@3725
* Smarter OS390 hints.Peter Prymmer1999-07-221-0/+48
| | | | | | | To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds Message-Id: <9907220015.AA11931@forte.com> p4raw-id: //depot/cfgperl@3721
* AIX magic: ccdlflags needs to be different forMike W Ellwood1999-07-221-2/+3
| | | | | | | | | | | Perl itself and for extra-core extensions (as used by ExtUtilss::embed::ldopts). Based on the problems described in To: perl5-porters@perl.org Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick... Reply-To: m.w.ellwood@rl.ac.uk Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk> p4raw-id: //depot/cfgperl@3720
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-181-1/+0
|\ | | | | p4raw-id: //depot/cfgperl@3698
| * backout redundant change#3628Gurusamy Sarathy1999-07-171-1/+0
| | | | | | | | | | p4raw-link: @3628 on //depot/perl: 10ca40477ddc9b8d94a5d1880386d95c6cc6cc37 p4raw-id: //depot/perl@3675
* | Fixed AIX dynamic loading and AIX shared Perl library.Jarkko Hietaniemi1999-07-141-2/+9
|/ | | | | | | | | | | Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc, 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib. Hijacked win32/makedef.pl for more general purpose export list building, now it is used (as toplevel makedef.pl) for win32 and AIX (perl_exp.SH made unnecessary). Because the export lists are now correct in AIX, no more linker warnings about "Exported symbol not defined" should appear. p4raw-id: //depot/cfgperl@3673
* PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>Gurusamy Sarathy1999-07-071-1/+1
| | | p4raw-id: //depot/perl@3635
* BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)Gurusamy Sarathy1999-07-071-0/+1
| | | p4raw-id: //depot/perl@3628
* Hack SOCKS support some more plus a patch from Andy DoughertyJarkko Hietaniemi1999-07-051-49/+1
| | | | | that addresses the notorious "Additional libraries" question. p4raw-id: //depot/cfgperl@3597
* AIX threaded build, plus few more on the side.Jarkko Hietaniemi1999-07-051-11/+9
| | | p4raw-id: //depot/cfgperl@3592
* Integrate with mainperl.Jarkko Hietaniemi1999-07-051-5/+5
|\ | | | | p4raw-id: //depot/cfgperl@3585
| * cygwin32 updateFifer, Eric1999-07-051-5/+5
| | | | | | | | | | | | Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST> Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3582
* | Miscellaneus AIX fixes + SOCKS support.Jarkko Hietaniemi1999-07-041-28/+9
| | | | | | p4raw-id: //depot/cfgperl@3578
* | Added 64-bit support for AIX 4.3 or betterJarkko Hietaniemi1999-07-041-0/+24
|/ | | | | based on Martin H. Rusoff's observations. p4raw-id: //depot/cfgperl@3575
* Cosmetic OS/2-related patchesIlya Zakharevich1999-05-281-1/+48
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3497
* Re: 5.005_57 NOT OK on SunOS 4.1.3Andy Dougherty1999-05-271-1/+9
| | | | | | To: Perl Porters <perl5-porters@perl.org> Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys> p4raw-id: //depot/cfgperl@3488
* Configure -Dopenbsd_distribution to build for the OpenBSD tree.Todd C. Miller1999-05-251-0/+20
| | | | | | | To: perlbug@perl.com Subject: OpenBSD hints file update Message-Id: <199905251812.MAA06032@xerxes.courtesan.com> p4raw-id: //depot/cfgperl@3483
* The change #3479 wasn't perfect.Jarkko Hietaniemi1999-05-251-4/+4
| | | | | p4raw-link: @3479 on //depot/perl: 366e399a4ddea371332acd3b46db7692b92ac76con //depot/cfgperl: 015b361d14b10a254511e7c77a5c4078d4a207cd p4raw-id: //depot/perl@3480
* Cures for _57 in AIX 4.1.5.0.Jarkko Hietaniemi1999-05-251-2/+2
| | | | | | | | | | | | (1) The lddlflags lost its -lc by change #3660 (and the politeness of change #3257). (2) optype_size must end up in perl.exp (as PL_optype_size). Added it to perlvars.h, fixed bytecode.pl, regen'ed the relevant headers. p4raw-link: @3660 (not found) p4raw-link: @3257 on //depot/cfgperl: 5f3774a9b49fbaa1b06fec2cad77079ee509d6ca p4raw-id: //depot/perl@3479
* Patches to fflushing in SunOS 4 from Andy DoughertyJarkko Hietaniemi1999-05-201-1/+5
| | | | | (via private email). p4raw-id: //depot/cfgperl@3437
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-05-171-3/+12
|\ | | | | p4raw-id: //depot/perl@3433
| * Circumnavigate Digital UNIX 4.0D miniperl core dumpJarkko Hietaniemi1999-05-101-3/+12
| | | | | | | | | | (due to QAR 56761) (the bug has been fixed in 4.0E or better) p4raw-id: //depot/cfgperl@3384
| * Undo 3382 (-D_REENTRANT wasn't needed in Digital UNIXJarkko Hietaniemi1999-05-101-2/+2
| | | | | | | | | | under usethreads because -pthread already did that). p4raw-id: //depot/cfgperl@3383
| * Never mind (undone by 3383).Jarkko Hietaniemi1999-05-101-2/+2
| | | | | | p4raw-id: //depot/cfgperl@3382
* | additional cleanups for cygwin32 portFifer, Eric1999-05-171-48/+21
|/ | | | | | Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST> Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3430
* AIX hints enhancements (threads build, SOCKS support)David R. Favor1999-05-101-26/+137
| | | | | | Message-ID: <372710F8.B1F73BEB@austin.ibm.com> Subject: Working build for AIX + gcc + threading p4raw-id: //depot/perl@3360
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-40/+49
| | | | | | Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358
* Largefiles for SolarisDamon Atkins1999-05-061-0/+13
| | | | | Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au> p4raw-id: //depot/perl@3311