summaryrefslogtreecommitdiff
path: root/config_h.SH
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in #7157 (s/cflags/ccflags); moved the -o fooJarkko Hietaniemi2000-10-061-23/+23
| | | | | | as the first option of cc/ld because of ultrapicky compilers (e.g. OS/390 R2.5) p4raw-id: //depot/perl@7160
* The #7054 truncated Configure badly.Jarkko Hietaniemi2000-09-121-0/+200
| | | p4raw-id: //depot/perl@7063
* RE: [Patch 5.7.0] Removing -ldb from the core buildPaul Marquess2000-09-121-200/+0
| | | | | Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com> p4raw-id: //depot/perl@7054
* sscanf() may be the only way to read long doubles from strings.Jarkko Hietaniemi2000-08-311-0/+5
| | | p4raw-id: //depot/perl@6937
* Add -ld to archname on long tr...double platforms.Jarkko Hietaniemi2000-08-281-0/+5
| | | p4raw-id: //depot/perl@6865
* AIX 4.3.3 has SOCKS in libc with a differently named init routine,Dan Hale2000-08-251-6/+12
| | | | | | | | the problem reported in Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com> p4raw-id: //depot/perl@6816
* Introduce NVef, NVff, and NVgf, use the middle one.Abigail2000-08-181-1/+16
| | | | | | | | | (helps for lib/peek + Linux + long doubles) Reported in Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 Message-Id: <20000815040638.8524.qmail@foad.org> (note: the lib/complex failure has not yet been addressed) p4raw-id: //depot/perl@6685
* Retract #6645.Jarkko Hietaniemi2000-08-171-7/+0
| | | p4raw-id: //depot/perl@6660
* (Retracted by #6660)Dominic Dunlop2000-08-151-0/+7
| | | | | | Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]> p4raw-id: //depot/perl@6645
* In new BSDs changes to argv[] do not show up in ps(1) output,Paul Saab2000-08-021-0/+6
| | | | | | | | | | | instead one must use setproctitle(). This was already addressed by change #6457, but the below has a new variant for FreeBSD 4.0 or later, and the matter is also documented more. Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps Message-Id: <20000801154139.A53740@yahoo-inc.com> p4raw-link: @6457 on //depot/perl: 0c9177abdae6e91f4dfdab2ef3cc817ec901e51eon //depot/metaconfig: efc5abcdbec468dfb20e18acbe3ab6c1cd9e92c3 p4raw-id: //depot/perl@6483
* Use setproctitle() if available to modify $0.Jeffrey Friedl2000-07-271-0/+6
| | | | | | Subject: setting $* on BSD4 broken Message-Id: <200007230831.BAA08379@ventrue.yahoo.com> p4raw-id: //depot/perl@6457
* integrate cfgperl changes#6231..6240 into mainlineGurusamy Sarathy2000-07-111-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @6240 on //depot/cfgperl: 514e70b26394e6b272960ab8b9b8b7dbb1e2c068 p4raw-link: @6231 on //depot/cfgperl: 7906debc4b99f108310cdade6e486754c15481e7 p4raw-id: //depot/perl@6355 p4raw-branched: from //depot/cfgperl@6353 'branch in' pod/perlutil.pod p4raw-integrated: from //depot/cfgperl@6353 'copy in' pod/roffitall (@5753..) op.h (@5833..) README.cygwin (@6096..) lib/ExtUtils/MM_VMS.pm (@6140..) lib/File/Find.pm (@6156..) Configure config_h.SH hints/solaris_2.sh (@6217..) Todo-5.6 (@6232..) keywords.h lib/warnings.pm opcode.h opnames.h pp.sym regnodes.h warnings.h (@6236..) 'ignore' ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h (@6236..) p4raw-integrated: from //depot/cfgperl@6240 'copy in' utils/h2xs.PL (@6192..) p4raw-integrated: from //depot/cfgperl@6238 'merge in' vms/vms.c (@6198..) p4raw-integrated: from //depot/cfgperl@6237 'copy in' utf8.c (@6221..) pod/perlapi.pod pod/perlintern.pod pp_proto.h (@6236..) 'ignore' embedvar.h perlapi.h (@6236..) 'merge in' embed.pl (@6225..) embed.h objXSUB.h perlapi.c proto.h (@6236..) p4raw-integrated: from //depot/cfgperl@6232 'copy in' pod/Makefile pod/perltoc.pod (@6161..) MANIFEST (@6227..)
* microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-11/+17
| | | | | | written from scratch; few casts added as microperl compilation doesn't have all prototypes available. p4raw-id: //depot/cfgperl@6174
* Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-301-0/+5
| | | p4raw-id: //depot/cfgperl@6168
* Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROTJarkko Hietaniemi2000-05-301-7/+25
| | | | | | in case somebody wants to write an extension for more shadow database interfaces. p4raw-id: //depot/cfgperl@6166
* Introduce NV_PRESERVED_BITS. Not yet used anywhere butJarkko Hietaniemi2000-05-081-1/+1
| | | | | might be useful in future. p4raw-id: //depot/cfgperl@6095
* Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-071-18/+0
| | | | | | because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. p4raw-id: //depot/cfgperl@6088
* Regen Configure.Jarkko Hietaniemi2000-04-281-10/+10
| | | p4raw-id: //depot/cfgperl@6006
* support additional library locations via $Config{otherlibdirs}Gurusamy Sarathy2000-04-281-0/+10
| | | | | (from Andy Dougherty) p4raw-id: //depot/perl@6001
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-241-0/+26
| | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943
* Regen Configure to match #5937.Jarkko Hietaniemi2000-04-241-14/+18
| | | p4raw-id: //depot/cfgperl@5942
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-241-1/+1
| | | p4raw-id: //depot/cfgperl@5937
* s/setgropus/setgroups/; # detypo in a commentJarkko Hietaniemi2000-03-211-1/+1
| | | p4raw-id: //depot/cfgperl@5864
* (Re-)introduce $uidsign and $gidsign.Jarkko Hietaniemi2000-03-181-3/+15
| | | p4raw-id: //depot/cfgperl@5808
* Configure nits: rewording from Sarathy (aka #5796),Jarkko Hietaniemi2000-03-181-1/+1
| | | | | and installation directories patch from Robin Barker. p4raw-id: //depot/cfgperl@5802
* Fix pp_send() sizes (pass a Size_t, not an Off_t, andJarkko Hietaniemi2000-03-161-0/+5
| | | | | | | | | return a SSize_t, not an Off_t); add a note about a slightly similar situation in pp_truncate(); introduce $sizesize for Configure; update EPOC, VOS, Win32, and VMS for the sizesize; minor updates on the EPOC config file; reword socklen_t message slightly; fix fpossize (though unused currently) p4raw-id: //depot/cfgperl@5760
* Configure nits: do not use /tmp to avoid potential securityJarkko Hietaniemi2000-03-151-6/+6
| | | | | | | | | | problems (Andy Dougherty: this does not fix the rampant use of /tmp by the various utilities like C compilers, though. Just don't run Configure as root if you care about security.), fix man3dir bug (both from Andy Dougherty); fix hints files not to use /tmp; retract #4993 (the description of the *symbols variables is okay, after all); regen Configure. p4raw-id: //depot/cfgperl@5757
* Fix goofups noticed by Mark Bixby and Jeff Okamoto.Jarkko Hietaniemi2000-03-101-31/+43
| | | p4raw-id: //depot/cfgperl@5634
* sitelib_stem and vendorlib_stem patches from Andy;Michael G Schwern2000-03-051-0/+18
| | | | | | | | problem reported in To: perl5-porters@perl.org Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack. Message-Id: <20000305113129.80DC23820@athens.arena-i.com> p4raw-id: //depot/cfgperl@5559
* s/Perl/PeRl/; # yeahJarkko Hietaniemi2000-03-051-1/+1
| | | p4raw-id: //depot/cfgperl@5544
* Implement #5525 in metaconfig.Jarkko Hietaniemi2000-03-051-5/+5
| | | p4raw-id: //depot/cfgperl@5531
* make CAT2() portable for use as a macro argument with an extraGurusamy Sarathy2000-03-041-5/+9
| | | | | level of macros p4raw-id: //depot/perl@5525
* Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-031-0/+6
| | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484
* Add libsunmath (long double math library for Solaris,Jarkko Hietaniemi2000-02-291-0/+6
| | | | | SUNWspro cc only) awareness; fix various Solaris nits. p4raw-id: //depot/cfgperl@5374
* Put back madvise lost because of a typo.Jarkko Hietaniemi2000-02-281-0/+6
| | | p4raw-id: //depot/cfgperl@5326
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-7/+17
| | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261
* Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-251-9/+14
| | | | | | add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX lands; regen Configure. p4raw-id: //depot/cfgperl@5259
* Megalopatch for Configure: Andy's new installation schemes;Jarkko Hietaniemi2000-02-251-1/+17
| | | | | | introduce usefull64bits, beautify and regularize the various type probes; introduce d_lseekproto. p4raw-id: //depot/cfgperl@5253
* Tidy up the 64-bit (and socklen_t) type probing.Jarkko Hietaniemi2000-02-241-9/+10
| | | p4raw-id: //depot/cfgperl@5243
* Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-221-13/+19
| | | p4raw-id: //depot/cfgperl@5213
* Check the alignment of long doubles if they are to be used;Jarkko Hietaniemi2000-02-221-2/+7
| | | | | regen Configure. p4raw-id: //depot/cfgperl@5189
* HP-UX 64-bitness/largefile fixes.Jarkko Hietaniemi2000-02-161-0/+6
| | | p4raw-id: //depot/cfgperl@5119
* Probe for <sys/utsname.h>.Jarkko Hietaniemi2000-02-151-0/+6
| | | p4raw-id: //depot/cfgperl@5115
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-121-8/+0
| | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070
* Regenerate Configure for I_SYSLOG.Jarkko Hietaniemi2000-02-091-0/+6
| | | p4raw-id: //depot/cfgperl@5055
* (fake) use of getcwd.Jarkko Hietaniemi2000-02-091-0/+6
| | | p4raw-id: //depot/cfgperl@5047
* Add/restore probes for getcwd/mk*temp*/mmap.Jarkko Hietaniemi2000-02-091-0/+93
| | | p4raw-id: //depot/cfgperl@5044
* Configure megamaintenance. Cppsym (hopefully) final spasms;Jarkko Hietaniemi2000-02-041-2/+14
| | | | | | default is to use long long if available; various nits here and there; fixed to hpux 64-bitnes and largefileness. p4raw-id: //depot/cfgperl@4987
* s/d_nvpresuv/d_nv_preserves_uv/;Jarkko Hietaniemi2000-01-261-1/+1
| | | | | plus cosmetic change for #4899. p4raw-id: //depot/cfgperl@4900
* UNICOS/mk patches. Removing the _CRAYMPP test may beJarkko Hietaniemi2000-01-251-0/+14
| | | | | | | | rash but it's the best move I can think of right now. Removing the _CRAYMPP test fixes a legion of pack/unpack failures (hint: shortsize=4,intsize=8,longsize=8). One subtest, t/lib/io_sock.t #14, is still failing. p4raw-id: //depot/cfgperl@4888