Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | microperl changes from Simon Cozens; Makefile for microperl | Jarkko Hietaniemi | 2000-05-31 | 1 | -1/+1 |
| | | | | | | 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 Hietaniemi | 2000-05-30 | 1 | -8/+8 |
| | | | p4raw-id: //depot/cfgperl@6168 | ||||
* | Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT | Jarkko Hietaniemi | 2000-05-30 | 1 | -1/+31 |
| | | | | | | in case somebody wants to write an extension for more shadow database interfaces. p4raw-id: //depot/cfgperl@6166 | ||||
* | detypo | Jarkko Hietaniemi | 2000-05-30 | 1 | -2/+2 |
| | | | p4raw-id: //depot/cfgperl@6164 | ||||
* | Regen Configure to jive with #6149. | Jarkko Hietaniemi | 2000-05-29 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@6157 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-29 | 1 | -0/+1 |
|\ | | | | | p4raw-id: //depot/cfgperl@6156 | ||||
| * | OS/2 tweaks for usethreads build (from Rocco Caputo | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+1 |
| | | | | | | | | | | <troc@netrus.net>) p4raw-id: //depot/perl@6149 | ||||
* | | Introduce NV_PRESERVED_BITS. Not yet used anywhere but | Jarkko Hietaniemi | 2000-05-08 | 1 | -1/+36 |
| | | | | | | | | | | might be useful in future. p4raw-id: //depot/cfgperl@6095 | ||||
* | | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT, | Jarkko Hietaniemi | 2000-05-07 | 1 | -19/+1 |
|/ | | | | | | 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 Hietaniemi | 2000-04-28 | 1 | -103/+103 |
| | | | p4raw-id: //depot/cfgperl@6006 | ||||
* | support additional library locations via $Config{otherlibdirs} | Gurusamy Sarathy | 2000-04-28 | 1 | -0/+39 |
| | | | | | (from Andy Dougherty) p4raw-id: //depot/perl@6001 | ||||
* | allow Configure -S to run non-interactively (spotted by Greg Hudson | Gurusamy Sarathy | 2000-04-28 | 1 | -4/+9 |
| | | | | | <ghudson@mit.edu>) p4raw-id: //depot/perl@5980 | ||||
* | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+25 |
| | | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943 | ||||
* | Regen Configure to match #5937. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@5942 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 1 | -2/+1 |
| | | | p4raw-id: //depot/cfgperl@5937 | ||||
* | Metaconfigify #5881. | Jarkko Hietaniemi | 2000-03-22 | 1 | -3/+3 |
| | | | p4raw-id: //depot/cfgperl@5882 | ||||
* | s/setgropus/setgroups/; # detypo in a comment | Jarkko Hietaniemi | 2000-03-21 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@5864 | ||||
* | Nit for #5802 from Robin Barker. | Jarkko Hietaniemi | 2000-03-21 | 1 | -2/+2 |
| | | | p4raw-id: //depot/cfgperl@5859 | ||||
* | Fix the socklen default type (from Laszlo Molnar; | Jarkko Hietaniemi | 2000-03-19 | 1 | -4/+4 |
| | | | | | | though I prefer signed, not unsigned); move the cross-compialtion wish item to Todo; drop excess permissions in taint.t. p4raw-id: //depot/cfgperl@5834 | ||||
* | unsigned is a more reasonable socksizetype default (from | Gurusamy Sarathy | 2000-03-19 | 1 | -1/+1 |
| | | | | | Laszlo <ml1050@freemail.hu>) p4raw-id: //depot/perl@5831 | ||||
* | (Re-)introduce $uidsign and $gidsign. | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@5808 | ||||
* | Add newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@5803 | ||||
* | Configure nits: rewording from Sarathy (aka #5796), | Jarkko Hietaniemi | 2000-03-18 | 1 | -5/+7 |
| | | | | | and installation directories patch from Robin Barker. p4raw-id: //depot/cfgperl@5802 | ||||
* | avoid mentioning Perl version in Configure question | Gurusamy Sarathy | 2000-03-18 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@5796 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-17 | 1 | -31/+46 |
| | | | p4raw-id: //depot/perl@5767 | ||||
* | metaconfig-ify #5676. | Jarkko Hietaniemi | 2000-03-12 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@5679 | ||||
* | don't bother testing if we can flush all handles when fflush(stdin) | Gurusamy Sarathy | 2000-03-12 | 1 | -32/+75 |
| | | | | | shows the pipe bug p4raw-id: //depot/perl@5676 | ||||
* | metaconfig-ify the test for broken fflush(NULL) | Jarkko Hietaniemi | 2000-03-11 | 1 | -3/+46 |
| | | | | | (which ails e.g. Solaris), from Ulrich Pfeifer. p4raw-id: //depot/cfgperl@5659 | ||||
* | Fix goofups noticed by Mark Bixby and Jeff Okamoto. | Jarkko Hietaniemi | 2000-03-10 | 1 | -10/+11 |
| | | | p4raw-id: //depot/cfgperl@5634 | ||||
* | sitelib_stem and vendorlib_stem patches from Andy; | Michael G Schwern | 2000-03-05 | 1 | -2/+46 |
| | | | | | | | | 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/; # yeah | Jarkko Hietaniemi | 2000-03-05 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@5544 | ||||
* | Implement #5525 in metaconfig. | Jarkko Hietaniemi | 2000-03-05 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@5531 | ||||
* | Sanity check on the strtoll and strtoull. | Jarkko Hietaniemi | 2000-03-05 | 1 | -1/+92 |
| | | | p4raw-id: //depot/cfgperl@5529 | ||||
* | Introduce i_ieefp because FreeBSD on ix86 needs that | Jarkko Hietaniemi | 2000-03-03 | 1 | -1/+7 |
| | | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484 | ||||
* | installation directory fix from Andy Dougherty | Jarkko Hietaniemi | 2000-03-02 | 1 | -2/+2 |
| | | | | | (installstyle was being clobbered, spotted by Spider Boardman) p4raw-id: //depot/cfgperl@5446 | ||||
* | Confusion over uselargefiles.cbu and uselfs.cbu (the first one | Jarkko Hietaniemi | 2000-03-02 | 1 | -3/+3 |
| | | | | | is the correct one), spotted by Robin Barker. p4raw-id: //depot/cfgperl@5440 | ||||
* | Be understanding. | Jarkko Hietaniemi | 2000-02-29 | 1 | -4/+19 |
| | | | p4raw-id: //depot/cfgperl@5379 | ||||
* | Add libsunmath (long double math library for Solaris, | Jarkko Hietaniemi | 2000-02-29 | 1 | -4/+8 |
| | | | | | SUNWspro cc only) awareness; fix various Solaris nits. p4raw-id: //depot/cfgperl@5374 | ||||
* | HP-UX lddlflags were broken. | Jarkko Hietaniemi | 2000-02-29 | 1 | -4/+4 |
| | | | p4raw-id: //depot/cfgperl@5363 | ||||
* | Make the failsafe question about socket address structure | Jarkko Hietaniemi | 2000-02-29 | 1 | -2/+2 |
| | | | | | sizes hopefully a bit less confusing. p4raw-id: //depot/cfgperl@5362 | ||||
* | The sprintf option was blithely printing long doubles as | Jarkko Hietaniemi | 2000-02-29 | 1 | -113/+160 |
| | | | | | | doubles (spotted by Spider Boardman); dqgcvt() wasn't ever being used; made the test more thorough. p4raw-id: //depot/cfgperl@5358 | ||||
* | Make the warning about abandoning long doubles more visible. | Jarkko Hietaniemi | 2000-02-29 | 1 | -4/+5 |
| | | | p4raw-id: //depot/cfgperl@5357 | ||||
* | HP-UX gcc fix; detypo in use64bits. | Jarkko Hietaniemi | 2000-02-29 | 1 | -2/+3 |
| | | | p4raw-id: //depot/cfgperl@5356 | ||||
* | Too many 64-bitness option combinations. | Jarkko Hietaniemi | 2000-02-29 | 1 | -23/+11 |
| | | | p4raw-id: //depot/cfgperl@5352 | ||||
* | Added few more libs to scan. | Jarkko Hietaniemi | 2000-02-29 | 1 | -3/+3 |
| | | | p4raw-id: //depot/cfgperl@5340 | ||||
* | IRIX 64-bitness fixes. | Jarkko Hietaniemi | 2000-02-29 | 1 | -7/+5 |
| | | | p4raw-id: //depot/cfgperl@5338 | ||||
* | Userfriendliness. | Jarkko Hietaniemi | 2000-02-29 | 1 | -2/+11 |
| | | | p4raw-id: //depot/cfgperl@5337 | ||||
* | Fixes for building on HP-UX using gcc from Daniel S. Lewart. | Jarkko Hietaniemi | 2000-02-29 | 1 | -2/+5 |
| | | | p4raw-id: //depot/cfgperl@5335 | ||||
* | More AIX fixes from Steven Hirsch. | Jarkko Hietaniemi | 2000-02-28 | 1 | -2/+2 |
| | | | p4raw-id: //depot/cfgperl@5333 | ||||
* | Put back madvise lost because of a typo. | Jarkko Hietaniemi | 2000-02-28 | 1 | -1/+7 |
| | | | p4raw-id: //depot/cfgperl@5326 |