summaryrefslogtreecommitdiff
path: root/config_h.SH
Commit message (Collapse)AuthorAgeFilesLines
* Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.Jarkko Hietaniemi1999-09-201-1/+1
| | | p4raw-id: //depot/cfgperl@4211
* Prompt for uselfs.Jarkko Hietaniemi1999-09-201-1/+1
| | | p4raw-id: //depot/cfgperl@4205
* Add usemorebits and uselfs.Jarkko Hietaniemi1999-09-201-0/+7
| | | p4raw-id: //depot/cfgperl@4204
* Obsolete epoc/config.h caused #4153 to re-introduce alreadyJarkko Hietaniemi1999-09-141-82/+0
| | | | | deceased HAS.*DBM.*64 mumblings. p4raw-id: //depot/cfgperl@4154
* Configure nits.Jarkko Hietaniemi1999-09-141-0/+97
| | | p4raw-id: //depot/cfgperl@4153
* I_PTHREAD was PTHREADEAD.Jarkko Hietaniemi1999-09-141-0/+6
| | | p4raw-id: //depot/cfgperl@4145
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-161-6/+8
| | | | | | | | | | | | | | | | | | | | | - 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
* BYTEORDER fix.Jarkko Hietaniemi1999-08-131-0/+25
| | | p4raw-id: //depot/cfgperl@3983
* Jumbo Configure and large file support update.Jarkko Hietaniemi1999-08-131-166/+5
| | | | | | | 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
* Introduce HAS_LLSEEK.Jarkko Hietaniemi1999-08-131-0/+5
| | | p4raw-id: //depot/cfgperl@3980
* Add Configure -Duselongdouble and add a missing semicolon.Jarkko Hietaniemi1999-08-121-0/+6
| | | p4raw-id: //depot/cfgperl@3969
* More 64-bit fixing. One known bug of that kindJarkko Hietaniemi1999-08-021-0/+5
| | | | | | | | | remains, 32-bit platforms using long long in the test t/pragma/utf8 subtests 1-3 fail. (Update: change #3884 fixed that one.) p4raw-link: @3884 (not found) p4raw-id: //depot/cfgperl@3880
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-0/+45
| | | | | | | | | | | | | | | with -Duse64bits (using long long). Tested in Solaris 2.6 sparc RH Linux 6.0 x86 (and Digital IX 4.0D, to get a true 64-bit opinion). Now e.g. 'print unpack "q", pack "q", 12345678901' should work on such 32-bit platforms. Still a lot of printf()s behind -D which wrongly assume that %ld/%lx and (long) are a good combination. Introducing a slew of new macros intended to be used in printf() format strings: e. g. PERL_PRId64 is the string to be used when printing an IV, printf("%" PERL_PRId64 "\n", iv). The PRI... naming follows the C9X naming of <inttypes.h> macros. p4raw-id: //depot/cfgperl@3861
* Make Configure support PERL_BINCOMPAT_5005.Jarkko Hietaniemi1999-07-291-0/+8
| | | p4raw-id: //depot/cfgperl@3835
* Use vendorprefixlib.Jarkko Hietaniemi1999-07-251-0/+6
| | | p4raw-id: //depot/cfgperl@3737
* Circumcode a strange shell(?) bug in AIX foundJarkko Hietaniemi1999-07-251-78/+78
| | | | | | | 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
* AIX magic: ccdlflags needs to be different forMike W Ellwood1999-07-221-1/+1
| | | | | | | | | | | 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
* Hack SOCKS support some more plus a patch from Andy DoughertyJarkko Hietaniemi1999-07-051-0/+6
| | | | | that addresses the notorious "Additional libraries" question. p4raw-id: //depot/cfgperl@3597
* Miscellaneus AIX fixes + SOCKS support.Jarkko Hietaniemi1999-07-041-0/+6
| | | p4raw-id: //depot/cfgperl@3578
* Do not throw away gccvers compilation errors.Andy Dougherty1999-07-041-3/+3
| | | | | | | | To: Ron Seguin <rseguin@on.bell.ca> Cc: Perl Porters <perl5-porters@perl.org> Subject: [PATCH] Re: [ID 19990625.011] WHOA There Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys> p4raw-id: //depot/cfgperl@3574
* remove _() non-ansismGurusamy Sarathy1999-06-021-3/+3
| | | p4raw-id: //depot/perl@3518
* Make Configure support the change #3367,Jarkko Hietaniemi1999-05-291-0/+30
| | | | | | | SysV shadow passwords. p4raw-link: @3367 on //depot/perl: 8c0bfa080e85353d7675b8b2fb1a04c6cc60cd5f p4raw-id: //depot/cfgperl@3502
* fflush.Jarkko Hietaniemi1999-05-211-0/+2
| | | p4raw-id: //depot/cfgperl@3442
* Patches to fflushing in SunOS 4 from Andy DoughertyJarkko Hietaniemi1999-05-201-1/+1
| | | | | (via private email). p4raw-id: //depot/cfgperl@3437
* Still fflushing.Jarkko Hietaniemi1999-05-141-2/+7
| | | p4raw-id: //depot/cfgperl@3420
* Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.Jarkko Hietaniemi1999-05-131-0/+6
| | | p4raw-id: //depot/cfgperl@3410
* Still fflushing strong.Jarkko Hietaniemi1999-05-131-1/+13
| | | p4raw-id: //depot/cfgperl@3409
* Detect whether fflush(NULL) works as per change #3352.Jarkko Hietaniemi1999-05-121-0/+6
| | | | | p4raw-link: @3352 on //depot/perl: 45bc920620377d5a7720d3d562c48df1eb0c2e68 p4raw-id: //depot/cfgperl@3398
* Add I_NETINET_TCP to help change #3391.Jarkko Hietaniemi1999-05-111-10/+16
| | | | | p4raw-link: @3391 on //depot/perl: 1494e794755363d23b7bca66c4a024ccc839e963 p4raw-id: //depot/cfgperl@3394
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-10/+10
| | | | | | Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358
* kill dup hunkGurusamy Sarathy1999-04-241-16/+0
| | | p4raw-id: //depot/perl@3268
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-04-241-6/+6
|\ | | | | p4raw-id: //depot/perl@3267
| * Configure regen.Jarkko Hietaniemi1999-04-021-1/+1
| | | | | | | | | | | | | | Add llseek + offset_t probing. Change CONFIG to CONFIGDOTSH. 'unset foo' is unportable, use foo=''. p4raw-id: //depot/cfgperl@3201
| * Configure regenerated because of changes #3130/#3154 and #3147.Jarkko Hietaniemi1999-03-241-5/+5
| | | | | | | | | | p4raw-link: @3130 on //depot/maint-5.005/perl: 08c9aea58d52024cd45844ac23e957399bbc0340 p4raw-id: //depot/cfgperl@3155
* | integrate cfgperl changes into mainlineGurusamy Sarathy1999-03-231-0/+16
|\ \ | |/ | | p4raw-id: //depot/perl@3131
| * First pass of integrating the Rhapsody port,Wilfredo Sánchez1999-03-151-16/+16
| | | | | | | | | | | | | | | | Subject: Keeping the world in sync. Reply-To: wsanchez@apple.com To: perlbug@perl.com Message-Id: <199811140111.RAA41784@scv4.apple.com> p4raw-id: //depot/cfgperl@3108
| * d_uname was broken (probably since _53), reported byJarkko Hietaniemi1999-03-091-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Alan Burlison <Alan.Burlison@uk.sun.com> To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>, cpan-testers@perl.org Subject: Not OK: perl 5.00556 on sun4-solaris 2.6 Date: Mon, 08 Mar 1999 13:22:31 +0000 Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com> and From: lvirden@cas.org (Larry W. Virden) To: perlbug@perl.com Subject: configure not correctly identifying uname posix compatibility Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST) Message-Id: <199903081136.GAA23682@cas.org> p4raw-id: //depot/cfgperl@3099
| * Integrate from mainperl.Jarkko Hietaniemi1999-03-041-0/+16
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3077
| * Regen config_h.SH once more because of *size, Hans Mulder1999-03-041-16/+16
| | | | | | | | | | | | | | | | | | noticed by To: Jarkko Hietaniemi <jhi@iki.fi> Cc: perl5-porters@perl.org Subject: [PATCH for _56] LONGSIZE used before it is set in config.h Message-Id: <9903032317.AA23021@icgned.icgroup.nl> p4raw-id: //depot/cfgperl@3076
* | LONGSIZE used before it is set in config.hHans Mulder1999-03-041-16/+16
|/ | | | | Message-Id: <9903032317.AA23021@icgned.icgroup.nl> p4raw-id: //depot/perl@3068
* Configure regen toJarkko Hietaniemi1999-03-031-11/+10
| | | | | | | (1) match maint-5.005 patches #3056 and #3057 (2) better version of PHOSTNAME of #3050 (3) the crosscompile/multiarch config_h.SH trouble solved for now p4raw-id: //depot/cfgperl@3058
* To: perl5-porters@perl.org, vmsperl@perl.orgHans Mulder1999-03-021-36/+40
| | | | | | | | | | | | | | | | Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS Date: Mon, 01 Mar 1999 16:06:29 -0800 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu> From: Dan Sugalski <sugalskd@osshe.edu> To: perl5-porters@perl.org, vmsperl@perl.org Subject: [PATCH 5.005_56]vmsish.pm patch Date: Mon, 01 Mar 1999 20:19:04 -0800 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu> plus Configure regen containing a "solution" to the crosscompile/multiarch problem. p4raw-id: //depot/cfgperl@3050
* Temporary workaround for the config_h.SH versusJarkko Hietaniemi1999-02-251-2/+2
| | | | | | crosscompile and multiarch plus introduce 'rt' to $libswanted: in UNIX98 sched_yield() lives there. p4raw-id: //depot/cfgperl@3025
* Snapshot the cross-compilation/multiarchitecture stuffJarkko Hietaniemi1999-02-221-0/+15
| | | | | (currently broken in next) p4raw-id: //depot/cfgperl@3012
* Undo the references to local{lib,arch} introduced by #3006.Jarkko Hietaniemi1999-02-221-8/+0
| | | p4raw-id: //depot/cfgperl@3007
* Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)Hans Mulder1999-02-221-15/+43
| | | | | | | | | | To: perlbug@perl.com Reply-To: hansmu@xs4all.nl Message-Id: <9902212201.AA13386@icgned.icgroup.nl> plus other Configure changes: prepare for cross-compilation/ multiarchitecture builds. p4raw-id: //depot/cfgperl@3006
* Glossary now mostly fixed.Jarkko Hietaniemi1999-02-201-4/+16
| | | p4raw-id: //depot/cfgperl@2996
* Configure update.Jarkko Hietaniemi1999-02-071-0/+42
| | | | | | Probe for mmap() et alia. The *cc*symbols patch (just Configure, no h2ph). p4raw-id: //depot/cfgperl@2829
* These should've been already in #2803.Jarkko Hietaniemi1999-02-021-0/+8
| | | p4raw-id: //depot/cfgperl@2804
* I_MNTENT was missing.Jarkko Hietaniemi1999-01-201-0/+6
| | | p4raw-id: //depot/cfgperl@2651