| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add FCNTL_CAN_LOCK. | Andy Dougherty | 2000-11-04 | 1 | -0/+7 |
* | Check if stdio supports tweaking lval and cnt simultaneously. | Nicholas Clark | 2000-10-24 | 1 | -0/+11 |
* | Fix bug in #7157 (s/cflags/ccflags); moved the -o foo | Jarkko Hietaniemi | 2000-10-06 | 1 | -23/+23 |
* | The #7054 truncated Configure badly. | Jarkko Hietaniemi | 2000-09-12 | 1 | -0/+200 |
* | RE: [Patch 5.7.0] Removing -ldb from the core build | Paul Marquess | 2000-09-12 | 1 | -200/+0 |
* | sscanf() may be the only way to read long doubles from strings. | Jarkko Hietaniemi | 2000-08-31 | 1 | -0/+5 |
* | Add -ld to archname on long tr...double platforms. | Jarkko Hietaniemi | 2000-08-28 | 1 | -0/+5 |
* | AIX 4.3.3 has SOCKS in libc with a differently named init routine, | Dan Hale | 2000-08-25 | 1 | -6/+12 |
* | Introduce NVef, NVff, and NVgf, use the middle one. | Abigail | 2000-08-18 | 1 | -1/+16 |
* | Retract #6645. | Jarkko Hietaniemi | 2000-08-17 | 1 | -7/+0 |
* | (Retracted by #6660) | Dominic Dunlop | 2000-08-15 | 1 | -0/+7 |
* | In new BSDs changes to argv[] do not show up in ps(1) output, | Paul Saab | 2000-08-02 | 1 | -0/+6 |
* | Use setproctitle() if available to modify $0. | Jeffrey Friedl | 2000-07-27 | 1 | -0/+6 |
* | integrate cfgperl changes#6231..6240 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -7/+7 |
* | microperl changes from Simon Cozens; Makefile for microperl | Jarkko Hietaniemi | 2000-05-31 | 1 | -11/+17 |
* | Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched. | Jarkko Hietaniemi | 2000-05-30 | 1 | -0/+5 |
* | Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT | Jarkko Hietaniemi | 2000-05-30 | 1 | -7/+25 |
* | Introduce NV_PRESERVED_BITS. Not yet used anywhere but | Jarkko Hietaniemi | 2000-05-08 | 1 | -1/+1 |
* | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT, | Jarkko Hietaniemi | 2000-05-07 | 1 | -18/+0 |
* | Regen Configure. | Jarkko Hietaniemi | 2000-04-28 | 1 | -10/+10 |
* | support additional library locations via $Config{otherlibdirs} | Gurusamy Sarathy | 2000-04-28 | 1 | -0/+10 |
* | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. | Jarkko Hietaniemi | 2000-04-24 | 1 | -0/+26 |
* | Regen Configure to match #5937. | Jarkko Hietaniemi | 2000-04-24 | 1 | -14/+18 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+1 |
* | s/setgropus/setgroups/; # detypo in a comment | Jarkko Hietaniemi | 2000-03-21 | 1 | -1/+1 |
* | (Re-)introduce $uidsign and $gidsign. | Jarkko Hietaniemi | 2000-03-18 | 1 | -3/+15 |
* | Configure nits: rewording from Sarathy (aka #5796), | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+1 |
* | Fix pp_send() sizes (pass a Size_t, not an Off_t, and | Jarkko Hietaniemi | 2000-03-16 | 1 | -0/+5 |
* | Configure nits: do not use /tmp to avoid potential security | Jarkko Hietaniemi | 2000-03-15 | 1 | -6/+6 |
* | Fix goofups noticed by Mark Bixby and Jeff Okamoto. | Jarkko Hietaniemi | 2000-03-10 | 1 | -31/+43 |
* | sitelib_stem and vendorlib_stem patches from Andy; | Michael G Schwern | 2000-03-05 | 1 | -0/+18 |
* | s/Perl/PeRl/; # yeah | Jarkko Hietaniemi | 2000-03-05 | 1 | -1/+1 |
* | Implement #5525 in metaconfig. | Jarkko Hietaniemi | 2000-03-05 | 1 | -5/+5 |
* | make CAT2() portable for use as a macro argument with an extra | Gurusamy Sarathy | 2000-03-04 | 1 | -5/+9 |
* | Introduce i_ieefp because FreeBSD on ix86 needs that | Jarkko Hietaniemi | 2000-03-03 | 1 | -0/+6 |
* | Add libsunmath (long double math library for Solaris, | Jarkko Hietaniemi | 2000-02-29 | 1 | -0/+6 |
* | Put back madvise lost because of a typo. | Jarkko Hietaniemi | 2000-02-28 | 1 | -0/+6 |
* | Rename use64bits to use64bitint; | Jarkko Hietaniemi | 2000-02-26 | 1 | -7/+17 |
* | Configure nits; add socksizetype; add getfsstat for completeness; | Jarkko Hietaniemi | 2000-02-25 | 1 | -9/+14 |
* | Megalopatch for Configure: Andy's new installation schemes; | Jarkko Hietaniemi | 2000-02-25 | 1 | -1/+17 |
* | Tidy up the 64-bit (and socklen_t) type probing. | Jarkko Hietaniemi | 2000-02-24 | 1 | -9/+10 |
* | Add socklen_t probe; Configure maintenance. | Jarkko Hietaniemi | 2000-02-22 | 1 | -13/+19 |
* | Check the alignment of long doubles if they are to be used; | Jarkko Hietaniemi | 2000-02-22 | 1 | -2/+7 |
* | HP-UX 64-bitness/largefile fixes. | Jarkko Hietaniemi | 2000-02-16 | 1 | -0/+6 |
* | Probe for <sys/utsname.h>. | Jarkko Hietaniemi | 2000-02-15 | 1 | -0/+6 |
* | megalomaniac 64-bit update: most importantly, | Jarkko Hietaniemi | 2000-02-12 | 1 | -8/+0 |
* | Regenerate Configure for I_SYSLOG. | Jarkko Hietaniemi | 2000-02-09 | 1 | -0/+6 |
* | (fake) use of getcwd. | Jarkko Hietaniemi | 2000-02-09 | 1 | -0/+6 |
* | Add/restore probes for getcwd/mk*temp*/mmap. | Jarkko Hietaniemi | 2000-02-09 | 1 | -0/+93 |
* | Configure megamaintenance. Cppsym (hopefully) final spasms; | Jarkko Hietaniemi | 2000-02-04 | 1 | -2/+14 |