summaryrefslogtreecommitdiff
path: root/config_h.SH
Commit message (Collapse)AuthorAgeFilesLines
* Use OSVERS.Jarkko Hietaniemi2001-05-161-5/+3
| | | p4raw-id: //depot/perl@10125
* DG-UX threading patches, including a README.dgux,Jarkko Hietaniemi2001-05-161-0/+8
| | | | | from Takis Psarogiannakopoulos. p4raw-id: //depot/perl@10121
* The problem described in 20010514.031 still wasn'tJarkko Hietaniemi2001-05-151-1/+1
| | | | | | | fully cured, there were remnants of $CONFIG when $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH to avoid future conflicts. p4raw-id: //depot/perl@10113
* Move the strftime() wrapper from POSIX.xs to util.cJarkko Hietaniemi2001-04-191-0/+6
| | | | | as my_strftime(), requires HAS_STRFTIME. p4raw-id: //depot/perl@9746
* Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed forJarkko Hietaniemi2001-04-051-0/+67
| | | | | | | | ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t. Introduce probes for struct msghdr, struct cmsghdr, sendmsg, recvmsg, readv, writev, setitimer, getitimer, ualarm, usleep, for possible later extension work. p4raw-id: //depot/perl@9560
* Add sockatmark() probing.Jarkko Hietaniemi2001-03-271-0/+11
| | | p4raw-id: //depot/perl@9371
* The SIG_SIZE is the number of the elements *excluding*Jarkko Hietaniemi2001-01-211-1/+1
| | | | | the terminating NULL. p4raw-id: //depot/perl@8501
* Define SIG_SIZE, the number of elements in the sig_name andJarkko Hietaniemi2001-01-171-0/+5
| | | | | sig_num arrays, including the final NULL entry. p4raw-id: //depot/perl@8459
* Revert #8437 and #8438, the Linux large files story is more complex.Jarkko Hietaniemi2001-01-151-6/+0
| | | p4raw-id: //depot/perl@8440
* (Reverted by #8440)Jarkko Hietaniemi2001-01-141-0/+6
| | | | | | Add <features.h> probing, seems to be needed for (some?) Linux largefileness. p4raw-id: //depot/perl@8437
* Use UVXf.Jarkko Hietaniemi2001-01-121-0/+5
| | | p4raw-id: //depot/perl@8426
* Add sigprocmask() probe, regen Configure, regen toc.Jarkko Hietaniemi2001-01-121-0/+7
| | | p4raw-id: //depot/perl@8421
* Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).Jarkko Hietaniemi2000-12-191-75/+75
| | | p4raw-id: //depot/perl@8198
* Return of the IVUV-preservation, now seems to be happy evenJarkko Hietaniemi2000-12-151-0/+6
| | | | | | in Digital UNIX (the broken strtoul brokenness detection seems to have been the fly in the ointment). p4raw-id: //depot/perl@8138
* If longsize is 8 we don't need a LL suffix for integer constants.Jarkko Hietaniemi2000-12-151-6/+0
| | | p4raw-id: //depot/perl@8134
* strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ↵Nicholas Clark2000-12-151-6/+12
| | | | | | | arithmetic) Message-ID: <20001214183857.B97909@plum.flirble.org> p4raw-id: //depot/perl@8120
* Try to find stdchar also from <stdio_impl.h>.Jarkko Hietaniemi2000-12-011-6/+6
| | | p4raw-id: //depot/perl@7950
* Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]Dominic Dunlop2000-11-211-0/+11
| | | | | | | | Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> va_copy() and the need of it. See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>. p4raw-id: //depot/perl@7793
* Add HAS_SBRK_PROTO.Jarkko Hietaniemi2000-11-161-0/+9
| | | p4raw-id: //depot/perl@7710
* Add fwalk() probe to the configuration files and regen perltoc.Jarkko Hietaniemi2000-11-161-0/+6
| | | p4raw-id: //depot/perl@7705
* Add HAS_FSYNC, lack noticed by Nicholas Clark.Jarkko Hietaniemi2000-11-121-0/+7
| | | p4raw-id: //depot/perl@7653
* Add getpagesize() probing, on non-UNIX guess 'undef'.Jarkko Hietaniemi2000-11-111-0/+7
| | | p4raw-id: //depot/perl@7646
* Add FCNTL_CAN_LOCK.Andy Dougherty2000-11-041-0/+7
| | | | | | | | | | | Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu> Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED) From: Andy Dougherty <doughera@lafayette.edu> In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net> Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@7536
* Check if stdio supports tweaking lval and cnt simultaneously.Nicholas Clark2000-10-241-0/+11
| | | | | | Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?) Message-ID: <20001023153932.A10786@plum.flirble.org> p4raw-id: //depot/perl@7427
* 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