Mercurial > emacs
diff ChangeLog @ 26081:bfa8d94330b6
Add support for large files. Merge glibc 2.1.2.
* configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
(HAVE_TM_GMTOFF): New symbol.
(AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
mbrlen, strsignal.
(LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Tue, 19 Oct 1999 07:15:24 +0000 |
parents | ce21f2e29083 |
children | c7ecbacfc625 |
line wrap: on
line diff
--- a/ChangeLog Mon Oct 18 21:36:39 1999 +0000 +++ b/ChangeLog Tue Oct 19 07:15:24 1999 +0000 @@ -1,3 +1,13 @@ +1999-10-19 Paul Eggert <eggert@twinsun.com> + + Add support for large files. Merge glibc 2.1.2. + + * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h. + (HAVE_TM_GMTOFF): New symbol. + (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen, + mbrlen, strsignal. + (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now. + 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> * make-dist (dontcompile): look for the DONTCOMPILE variable rather