| Commit message (Expand) | Author | Age | Files | Lines |
* | Configure blooper | H.Merijn Brand | 2001-08-22 | 1 | -1/+1 |
* | Allow the threads extension to be found if present. | Jarkko Hietaniemi | 2001-08-17 | 1 | -1/+9 |
* | Introduce more floating point classifying APIs; | Jarkko Hietaniemi | 2001-08-09 | 1 | -1/+73 |
* | Multiple modules didn't work; plus typo fixes. | Jarkko Hietaniemi | 2001-07-31 | 1 | -9/+10 |
* | Add -Wall in cflags, not in Configure. | Jarkko Hietaniemi | 2001-07-31 | 1 | -9/+1 |
* | Configure's detection of system manual | Sean Dague | 2001-07-31 | 1 | -4/+6 |
* | extras.make, extras.test, and extras.install make targets. | Jarkko Hietaniemi | 2001-07-30 | 1 | -4/+3 |
* | Better to have the list of extras in $extras than 'define'. | Jarkko Hietaniemi | 2001-07-30 | 1 | -1/+2 |
* | Add the support of asking for extra modules or bundles of modules | Jarkko Hietaniemi | 2001-07-30 | 1 | -1/+54 |
* | Darwin: -fpic not so good | Wilfredo Sánchez | 2001-07-29 | 1 | -1/+2 |
* | Too volatile failsafe check. | Jarkko Hietaniemi | 2001-07-23 | 1 | -3/+3 |
* | #include <stdlib.h> so that exit() is prototyped, | Jarkko Hietaniemi | 2001-07-14 | 1 | -1/+3 |
* | Add HAS_PTHREAD_ATFORK. | Jarkko Hietaniemi | 2001-07-12 | 1 | -1/+7 |
* | Re: [PATCH Configure] perl -V broken | Andy Dougherty | 2001-07-12 | 1 | -5/+10 |
* | Detypo, problem noticed by Gerrit P. Haase. | Jarkko Hietaniemi | 2001-07-08 | 1 | -2/+2 |
* | Add I18N::Langinfo, which is basically a wrapper around | Jarkko Hietaniemi | 2001-07-08 | 1 | -1/+6 |
* | Somehow the #ifdefs of the added code (in #11093) made | Jarkko Hietaniemi | 2001-07-04 | 1 | -7/+1 |
* | Whitespace allowed at the ends of /lib/syscalls.exp lines | Jarkko Hietaniemi | 2001-07-02 | 1 | -2/+2 |
* | The fcntl locking test may hang if NFS locking messed up; | Jarkko Hietaniemi | 2001-07-02 | 1 | -2/+24 |
* | I thought this Configure glitch for AIX was just recently fixed? | Jarkko Hietaniemi | 2001-06-29 | 1 | -2/+2 |
* | Add Configure probes for nl_langinfo() and <langinfo.h>. | Jarkko Hietaniemi | 2001-06-28 | 1 | -1/+13 |
* | Move use64bitint and use64bitall before uselargefiles. | Jarkko Hietaniemi | 2001-06-28 | 1 | -394/+394 |
* | Re: [PATCH 5.6.1] OS2 Configure | Ilya Zakharevich | 2001-06-24 | 1 | -1/+13 |
* | In Cygwin do not build NDBM_File and ODBM_File unless | Jarkko Hietaniemi | 2001-06-23 | 1 | -3/+3 |
* | Cleanup of the cross-compilation unit. | Jarkko Hietaniemi | 2001-06-22 | 1 | -14/+17 |
* | Further tiny bcopy cleanup | Andy Dougherty | 2001-06-22 | 1 | -43/+41 |
* | Tell that you are removing the unneeded -lsfio. | Jarkko Hietaniemi | 2001-06-22 | 1 | -5/+10 |
* | More d'ohs. | Jarkko Hietaniemi | 2001-06-21 | 1 | -2/+2 |
* | Add fchdir() probe (in non-UNIX systems assume it doesn't exist). | Jarkko Hietaniemi | 2001-06-21 | 1 | -1/+7 |
* | Cross-configuration changes: make $from to rm the files | Jarkko Hietaniemi | 2001-06-21 | 1 | -9/+55 |
* | Do not remove the ccsym* Cppsym* files since | Jarkko Hietaniemi | 2001-06-20 | 1 | -2/+1 |
* | After some reading I don't think we can blindly | Jarkko Hietaniemi | 2001-06-20 | 1 | -7/+1 |
* | [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_o... | Spider Boardman | 2001-06-19 | 1 | -1/+8 |
* | [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_o... | Spider Boardman | 2001-06-19 | 1 | -4/+7 |
* | AIX test -s hangs with non-existent files? | Jarkko Hietaniemi | 2001-06-19 | 1 | -4/+5 |
* | More cross-compilation defaults gleaned from -Dcc | Jarkko Hietaniemi | 2001-06-18 | 1 | -31/+66 |
* | The extraction changed directories. | Jarkko Hietaniemi | 2001-06-16 | 1 | -1/+3 |
* | Move the initialization of libnames to the beginning so | Jarkko Hietaniemi | 2001-06-16 | 1 | -2/+2 |
* | The first steps towards cross-compilation. | Jarkko Hietaniemi | 2001-06-15 | 1 | -158/+337 |
* | It would be also be good if I could type. | Jarkko Hietaniemi | 2001-06-13 | 1 | -2/+2 |
* | A non-empty default is a good thing. | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+2 |
* | Add Configure directive -Dusereentrant for Artur's ithreads work, | Jarkko Hietaniemi | 2001-06-13 | 1 | -1/+3 |
* | Buglet found by Mark Bixby: "./try >&2 >/dev/null" should | Jarkko Hietaniemi | 2001-06-11 | 1 | -3/+3 |
* | Don't build Thread.pm if USEITHREADS | Artur Bergman | 2001-06-10 | 1 | -3/+6 |
* | Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG. | Jarkko Hietaniemi | 2001-06-08 | 1 | -2/+6 |
* | Harumph, also AIX will spill its guts (i.e. dump core) | Jarkko Hietaniemi | 2001-06-07 | 1 | -1/+8 |
* | Configure check for geborken modfl(), inspired by | Hugo van der Sanden | 2001-06-06 | 1 | -1/+47 |
* | Extraction of the *.SH wasn't quite working with -Dmksymlinks. | Jarkko Hietaniemi | 2001-06-05 | 1 | -6/+6 |
* | Configure tweaks; add prototype probes, make the cpp symbols | Jarkko Hietaniemi | 2001-06-04 | 1 | -101/+136 |
* | Missed HAS_SETRESGID_PROTO. No serious harm done since | Jarkko Hietaniemi | 2001-06-04 | 1 | -1/+8 |