| Commit message (Expand) | Author | Age | Files | Lines |
* | microperl changes from Simon Cozens; Makefile for microperl | Jarkko Hietaniemi | 2000-05-31 | 1 | -1/+1 |
* | Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched. | Jarkko Hietaniemi | 2000-05-30 | 1 | -8/+8 |
* | Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT | Jarkko Hietaniemi | 2000-05-30 | 1 | -1/+31 |
* | detypo | Jarkko Hietaniemi | 2000-05-30 | 1 | -2/+2 |
* | Regen Configure to jive with #6149. | Jarkko Hietaniemi | 2000-05-29 | 1 | -1/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-05-29 | 1 | -0/+1 |
|\ |
|
| * | OS/2 tweaks for usethreads build (from Rocco Caputo | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+1 |
* | | Introduce NV_PRESERVED_BITS. Not yet used anywhere but | Jarkko Hietaniemi | 2000-05-08 | 1 | -1/+36 |
* | | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT, | Jarkko Hietaniemi | 2000-05-07 | 1 | -19/+1 |
|/ |
|
* | Regen Configure. | Jarkko Hietaniemi | 2000-04-28 | 1 | -103/+103 |
* | support additional library locations via $Config{otherlibdirs} | Gurusamy Sarathy | 2000-04-28 | 1 | -0/+39 |
* | allow Configure -S to run non-interactively (spotted by Greg Hudson | Gurusamy Sarathy | 2000-04-28 | 1 | -4/+9 |
* | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+25 |
* | Regen Configure to match #5937. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 1 | -2/+1 |
* | Metaconfigify #5881. | Jarkko Hietaniemi | 2000-03-22 | 1 | -3/+3 |
* | s/setgropus/setgroups/; # detypo in a comment | Jarkko Hietaniemi | 2000-03-21 | 1 | -1/+1 |
* | Nit for #5802 from Robin Barker. | Jarkko Hietaniemi | 2000-03-21 | 1 | -2/+2 |
* | Fix the socklen default type (from Laszlo Molnar; | Jarkko Hietaniemi | 2000-03-19 | 1 | -4/+4 |
* | unsigned is a more reasonable socksizetype default (from | Gurusamy Sarathy | 2000-03-19 | 1 | -1/+1 |
* | (Re-)introduce $uidsign and $gidsign. | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+1 |
* | Add newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+1 |
* | Configure nits: rewording from Sarathy (aka #5796), | Jarkko Hietaniemi | 2000-03-18 | 1 | -5/+7 |
* | avoid mentioning Perl version in Configure question | Gurusamy Sarathy | 2000-03-18 | 1 | -3/+3 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-17 | 1 | -31/+46 |
* | metaconfig-ify #5676. | Jarkko Hietaniemi | 2000-03-12 | 1 | -1/+1 |
* | don't bother testing if we can flush all handles when fflush(stdin) | Gurusamy Sarathy | 2000-03-12 | 1 | -32/+75 |
* | metaconfig-ify the test for broken fflush(NULL) | Jarkko Hietaniemi | 2000-03-11 | 1 | -3/+46 |
* | Fix goofups noticed by Mark Bixby and Jeff Okamoto. | Jarkko Hietaniemi | 2000-03-10 | 1 | -10/+11 |
* | sitelib_stem and vendorlib_stem patches from Andy; | Michael G Schwern | 2000-03-05 | 1 | -2/+46 |
* | s/Perl/PeRl/; # yeah | Jarkko Hietaniemi | 2000-03-05 | 1 | -1/+1 |
* | Implement #5525 in metaconfig. | Jarkko Hietaniemi | 2000-03-05 | 1 | -1/+1 |
* | Sanity check on the strtoll and strtoull. | Jarkko Hietaniemi | 2000-03-05 | 1 | -1/+92 |
* | Introduce i_ieefp because FreeBSD on ix86 needs that | Jarkko Hietaniemi | 2000-03-03 | 1 | -1/+7 |
* | installation directory fix from Andy Dougherty | Jarkko Hietaniemi | 2000-03-02 | 1 | -2/+2 |
* | Confusion over uselargefiles.cbu and uselfs.cbu (the first one | Jarkko Hietaniemi | 2000-03-02 | 1 | -3/+3 |
* | Be understanding. | Jarkko Hietaniemi | 2000-02-29 | 1 | -4/+19 |
* | Add libsunmath (long double math library for Solaris, | Jarkko Hietaniemi | 2000-02-29 | 1 | -4/+8 |
* | HP-UX lddlflags were broken. | Jarkko Hietaniemi | 2000-02-29 | 1 | -4/+4 |
* | Make the failsafe question about socket address structure | Jarkko Hietaniemi | 2000-02-29 | 1 | -2/+2 |
* | The sprintf option was blithely printing long doubles as | Jarkko Hietaniemi | 2000-02-29 | 1 | -113/+160 |
* | Make the warning about abandoning long doubles more visible. | Jarkko Hietaniemi | 2000-02-29 | 1 | -4/+5 |
* | HP-UX gcc fix; detypo in use64bits. | Jarkko Hietaniemi | 2000-02-29 | 1 | -2/+3 |
* | Too many 64-bitness option combinations. | Jarkko Hietaniemi | 2000-02-29 | 1 | -23/+11 |
* | Added few more libs to scan. | Jarkko Hietaniemi | 2000-02-29 | 1 | -3/+3 |
* | IRIX 64-bitness fixes. | Jarkko Hietaniemi | 2000-02-29 | 1 | -7/+5 |
* | Userfriendliness. | Jarkko Hietaniemi | 2000-02-29 | 1 | -2/+11 |
* | Fixes for building on HP-UX using gcc from Daniel S. Lewart. | Jarkko Hietaniemi | 2000-02-29 | 1 | -2/+5 |
* | More AIX fixes from Steven Hirsch. | Jarkko Hietaniemi | 2000-02-28 | 1 | -2/+2 |
* | Put back madvise lost because of a typo. | Jarkko Hietaniemi | 2000-02-28 | 1 | -1/+7 |