summaryrefslogtreecommitdiff
path: root/Porting/config.sh
Commit message (Collapse)AuthorAgeFilesLines
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-061-21/+27
| | | p4raw-id: //depot/perl@5570
* Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-031-24/+28
| | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-7/+7
| | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261
* Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-251-3/+9
| | | | | | add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX lands; regen Configure. p4raw-id: //depot/cfgperl@5259
* Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-221-4/+6
| | | p4raw-id: //depot/cfgperl@5213
* Check the alignment of long doubles if they are to be used;Jarkko Hietaniemi2000-02-221-2/+3
| | | | | regen Configure. p4raw-id: //depot/cfgperl@5189
* Probe for <sys/utsname.h>.Jarkko Hietaniemi2000-02-151-22/+23
| | | p4raw-id: //depot/cfgperl@5115
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-121-3/+2
| | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070
* Regenerate Configure for I_SYSLOG.Jarkko Hietaniemi2000-02-091-2/+3
| | | p4raw-id: //depot/cfgperl@5055
* (fake) use of getcwd.Jarkko Hietaniemi2000-02-091-3/+4
| | | p4raw-id: //depot/cfgperl@5047
* Add/restore probes for getcwd/mk*temp*/mmap.Jarkko Hietaniemi2000-02-091-25/+41
| | | p4raw-id: //depot/cfgperl@5044
* s/d_nvpresuv/d_nv_preserves_uv/;Jarkko Hietaniemi2000-01-261-8/+8
| | | | | plus cosmetic change for #4899. p4raw-id: //depot/cfgperl@4900
* More robust inc_version_list from Andy.Jarkko Hietaniemi2000-01-191-2/+3
| | | p4raw-id: //depot/cfgperl@4820
* Add NV_PRESERVES_UV.Jarkko Hietaniemi2000-01-191-2/+3
| | | p4raw-id: //depot/cfgperl@4819
* Know strtoll.Jarkko Hietaniemi2000-01-161-2/+3
| | | p4raw-id: //depot/cfgperl@4808
* Continue qgcvt work; closer now but not yet there.Jarkko Hietaniemi2000-01-161-3/+2
| | | p4raw-id: //depot/cfgperl@4806
* Metaconfig and Porting patches from Andy; start using the newJarkko Hietaniemi2000-01-151-145/+152
| | | | | long long and long double thingies from #4804; regen Configure. p4raw-id: //depot/cfgperl@4805
* more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-091-18/+20
| | | | | | | | | | | | | | | the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion}; split $Config{apiversion} into three, @Config{apirevision,apiversion, apisubversion} for CPP friendliness; $Config{sitelib} now defaults to .../site_perl/$version, just like $Config{privlib}, making sitelib completely independent across versions and substantially eliminating chances of breaking older installations by overwriting newly built extensions; all this means compatibility inclusions for @INC will need to take into account older sitelib versions (this still TODO) windows, vms, dos tweaks for the above p4raw-id: //depot/perl@4773
* Configure changes for new-style version numbers (from Andy Dougherty,Gurusamy Sarathy2000-01-091-154/+153
| | | | | slightly altered) p4raw-id: //depot/perl@4771
* Try to fix largefileness so that it "works" without a quad IV.Jarkko Hietaniemi1999-11-131-3/+3
| | | p4raw-id: //depot/cfgperl@4559
* Try to do something if st_size, st_uid, st_gid are too big for an IV;Jarkko Hietaniemi1999-11-111-4/+5
| | | | | regen Configure. p4raw-id: //depot/cfgperl@4548
* Add HAS_QUAD ($Config{d_quad}); use it.Jarkko Hietaniemi1999-10-301-2/+3
| | | p4raw-id: //depot/cfgperl@4497
* Continue what #4494 started; introduce uid and gid formats.Jarkko Hietaniemi1999-10-291-4/+32
| | | p4raw-id: //depot/cfgperl@4495
* Regen Configure and Glossary.Jarkko Hietaniemi1999-10-291-2/+6
| | | p4raw-id: //depot/cfgperl@4488
* Regen Configure.Jarkko Hietaniemi1999-10-281-2/+2
| | | p4raw-id: //depot/cfgperl@4483
* Fix printing of uids and gids; regen Configure.Jarkko Hietaniemi1999-10-281-18/+21
| | | p4raw-id: //depot/cfgperl@4480
* Remove unused "squatter" symbols; regen Configure.Jarkko Hietaniemi1999-10-271-15/+2
| | | p4raw-id: //depot/cfgperl@4472
* Regen Configure.Jarkko Hietaniemi1999-10-271-3/+3
| | | p4raw-id: //depot/cfgperl@4470
* Regen Configure.Jarkko Hietaniemi1999-10-271-3/+2
| | | p4raw-id: //depot/cfgperl@4467
* Nosuid checking for statfs() people: from Spider Boardman.Jarkko Hietaniemi1999-10-271-3/+9
| | | p4raw-id: //depot/cfgperl@4465
* Revert #4457 for more investigation.Jarkko Hietaniemi1999-10-261-3/+2
| | | p4raw-id: //depot/cfgperl@4460
* Regen Configure.Jarkko Hietaniemi1999-10-261-2/+10
| | | p4raw-id: //depot/cfgperl@4459
* Long double support: sqrtl et al are not available everywhere,Jarkko Hietaniemi1999-10-191-21/+22
| | | | | e.g. not in Solaris, even when long doubles are. p4raw-id: //depot/cfgperl@4411
* Regen Porting stuff.Jarkko Hietaniemi1999-10-021-2/+3
| | | p4raw-id: //depot/cfgperl@4289
* Regen Configure, all of xs_apiversion didn't take.Jarkko Hietaniemi1999-10-021-6/+9
| | | p4raw-id: //depot/cfgperl@4284
* Regenerate Configure.Jarkko Hietaniemi1999-09-301-7/+7
| | | p4raw-id: //depot/cfgperl@4263
* Prompt for uselfs.Jarkko Hietaniemi1999-09-201-10/+13
| | | p4raw-id: //depot/cfgperl@4205
* Configure maintenance. It's sigaction.sa_flagsJarkko Hietaniemi1999-09-171-16/+16
| | | | | and the Glossary regen'ed. p4raw-id: //depot/cfgperl@4165
* Fix most of the pod2man moanings reported inLarry W. Virden1999-08-161-51/+22
| | | | | | | | | | To: perl5-porters@perl.org Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6 (UNINSTALLED) Message-Id: <199908031935.PAA27692@cas.org> Configure regen'ed. p4raw-id: //depot/cfgperl@3998
* Regen Configure and Glossary once again.Jarkko Hietaniemi1999-08-011-2/+29
| | | p4raw-id: //depot/cfgperl@3863
* Make Configure support PERL_BINCOMPAT_5005.Jarkko Hietaniemi1999-07-291-2/+4
| | | p4raw-id: //depot/cfgperl@3835
* The QNX shell needs a couple more semicolons.Norton T. Allen1999-07-281-16/+16
| | | | | | | | | To: perl5-porters@perl.org Subject: [ID 19990728.007] Patch:Configure _58 QNX Message-Id: <199907281703.NAA07363@bottesini.harvard.edu> plus silence metalint moanings on vendorprefix. p4raw-id: //depot/cfgperl@3816
* Use vendorprefixlib.Jarkko Hietaniemi1999-07-251-2/+9
| | | p4raw-id: //depot/cfgperl@3737
* Change #3732 mistakenly clobbered Glossary.Jarkko Hietaniemi1999-07-251-2/+2
| | | p4raw-id: //depot/cfgperl@3733
* Andy's new installation scheme (note: a lot of thisJarkko Hietaniemi1999-07-251-8/+14
| | | | | | | | | leaked in already with change #3731). The vendor* stuff is not used anywhere (in *.SH, say), so it isn't in Configure, either. p4raw-link: @3731 on //depot/cfgperl: dd4e71fdc0d3da1d09384ab498212866e7d17b94 p4raw-id: //depot/cfgperl@3732
* Hack SOCKS support some more plus a patch from Andy DoughertyJarkko Hietaniemi1999-07-051-2/+3
| | | | | that addresses the notorious "Additional libraries" question. p4raw-id: //depot/cfgperl@3597
* Miscellaneus AIX fixes + SOCKS support.Jarkko Hietaniemi1999-07-041-20/+26
| | | p4raw-id: //depot/cfgperl@3578
* fflush.Jarkko Hietaniemi1999-05-211-2/+2
| | | p4raw-id: //depot/cfgperl@3442
* Patches to fflushing in SunOS 4 from Andy DoughertyJarkko Hietaniemi1999-05-201-8/+14
| | | | | (via private email). p4raw-id: //depot/cfgperl@3437
* Configure: $sig_countChip Salzenberg1999-04-201-30/+36
| | | | | | To: Perl 5 Porters <perl5-porters@perl.org> Message-ID: <19990418175436.A27496@perlsupport.com> p4raw-id: //depot/cfgperl@3263