| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove iconv references since we are not using it | Jarkko Hietaniemi | 2001-09-20 | 1 | -8/+0 |
* | Configure not recording lseek proto | Blair Zajac | 2001-09-11 | 1 | -1/+1 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -1/+1 |
* | Introduce more floating point classifying APIs; | Jarkko Hietaniemi | 2001-08-09 | 1 | -0/+48 |
* | Regen Porting stuff. | Jarkko Hietaniemi | 2001-07-31 | 1 | -0/+3 |
* | Add HAS_PTHREAD_ATFORK. | Jarkko Hietaniemi | 2001-07-12 | 1 | -0/+5 |
* | Regen Configure, modlib, toc. | Jarkko Hietaniemi | 2001-07-12 | 1 | -0/+9 |
* | Add Configure probes for nl_langinfo() and <langinfo.h>. | Jarkko Hietaniemi | 2001-06-28 | 1 | -2/+11 |
* | "lose the it's", from Abhijit Menon-Sen. | Jarkko Hietaniemi | 2001-06-27 | 1 | -1/+1 |
* | Further tiny bcopy cleanup | Andy Dougherty | 2001-06-22 | 1 | -1/+3 |
* | Add fchdir() probe (in non-UNIX systems assume it doesn't exist). | Jarkko Hietaniemi | 2001-06-21 | 1 | -0/+4 |
* | After some reading I don't think we can blindly | Jarkko Hietaniemi | 2001-06-20 | 1 | -4/+0 |
* | The first steps towards cross-compilation. | Jarkko Hietaniemi | 2001-06-15 | 1 | -5/+26 |
* | Add Configure directive -Dusereentrant for Artur's ithreads work, | Jarkko Hietaniemi | 2001-06-13 | 1 | -0/+7 |
* | Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG. | Jarkko Hietaniemi | 2001-06-08 | 1 | -0/+7 |
* | Regen Glossary et alia. | Jarkko Hietaniemi | 2001-06-08 | 1 | -0/+30 |
* | Missed HAS_SETRESGID_PROTO. No serious harm done since | Jarkko Hietaniemi | 2001-06-04 | 1 | -0/+6 |
* | Configure tweaks; record the Berkeley DB version, | Jarkko Hietaniemi | 2001-06-01 | 1 | -0/+24 |
* | Introduce $Config{afsroot}. | Jarkko Hietaniemi | 2001-05-30 | 1 | -0/+14 |
* | Regen Porting stuff. | Jarkko Hietaniemi | 2001-05-16 | 1 | -4/+0 |
* | Move the strftime() wrapper from POSIX.xs to util.c | Jarkko Hietaniemi | 2001-04-19 | 1 | -0/+4 |
* | Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for | Jarkko Hietaniemi | 2001-04-05 | 1 | -0/+44 |
* | Add sockatmark() probing. | Jarkko Hietaniemi | 2001-03-27 | 1 | -0/+4 |
* | Regen files for mainline. | Jarkko Hietaniemi | 2001-03-03 | 1 | -2/+11 |
* | Forgotten from #8501. | Jarkko Hietaniemi | 2001-01-23 | 1 | -1/+1 |
* | Define SIG_SIZE, the number of elements in the sig_name and | Jarkko Hietaniemi | 2001-01-17 | 1 | -0/+4 |
* | Revert #8437 and #8438, the Linux large files story is more complex. | Jarkko Hietaniemi | 2001-01-15 | 1 | -4/+0 |
* | (Reverted by #8440) | Jarkko Hietaniemi | 2001-01-14 | 1 | -0/+4 |
* | Add sigprocmask() probe, regen Configure, regen toc. | Jarkko Hietaniemi | 2001-01-12 | 1 | -3/+8 |
* | Rename testsyml to issymlink. | Jarkko Hietaniemi | 2000-12-21 | 1 | -0/+5 |
* | strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ari... | Nicholas Clark | 2000-12-15 | 1 | -0/+4 |
* | Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] | Dominic Dunlop | 2000-11-21 | 1 | -0/+9 |
* | Add HAS_SBRK_PROTO. | Jarkko Hietaniemi | 2000-11-16 | 1 | -0/+6 |
* | Add fwalk() probe to the configuration files and regen perltoc. | Jarkko Hietaniemi | 2000-11-16 | 1 | -0/+4 |
* | Add HAS_FSYNC, lack noticed by Nicholas Clark. | Jarkko Hietaniemi | 2000-11-12 | 1 | -0/+4 |
* | Add getpagesize() probing, on non-UNIX guess 'undef'. | Jarkko Hietaniemi | 2000-11-11 | 1 | -0/+4 |
* | Add FCNTL_CAN_LOCK. | Andy Dougherty | 2000-11-04 | 1 | -0/+4 |
* | Check if stdio supports tweaking lval and cnt simultaneously. | Nicholas Clark | 2000-10-24 | 1 | -0/+9 |
* | Reapply Andy's patch and regen Configure. | Jarkko Hietaniemi | 2000-10-10 | 1 | -0/+12 |
* | Use the versiononly instead of the installscripts, | Jarkko Hietaniemi | 2000-10-10 | 1 | -4/+0 |
* | Enable disabling scripts installation by Configure -Uinstallscripts, | Jarkko Hietaniemi | 2000-10-04 | 1 | -0/+8 |
* | Do away with memory models cruft. Sorry, PDP users. | Jarkko Hietaniemi | 2000-09-08 | 1 | -35/+2 |
* | Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64, | Jarkko Hietaniemi | 2000-09-01 | 1 | -19/+59 |
* | Introduce NVef, NVff, and NVgf, use the middle one. | Abigail | 2000-08-18 | 1 | -1/+29 |
* | Retract #6645. | Jarkko Hietaniemi | 2000-08-17 | 1 | -5/+0 |
* | (Retracted by #6660) | Dominic Dunlop | 2000-08-15 | 1 | -0/+5 |
* | Use -Dusedevel; regen Configure and the respective Porting stuff. | Jarkko Hietaniemi | 2000-08-15 | 1 | -1/+30 |
* | Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched. | Jarkko Hietaniemi | 2000-05-30 | 1 | -4/+4 |
* | Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT | Jarkko Hietaniemi | 2000-05-30 | 1 | -0/+12 |
* | Introduce NV_PRESERVED_BITS. Not yet used anywhere but | Jarkko Hietaniemi | 2000-05-08 | 1 | -0/+4 |