Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
26080:2962fd9e7eae | 26081:bfa8d94330b6 |
---|---|
1 1999-10-19 Paul Eggert <eggert@twinsun.com> | |
2 | |
3 Add support for large files. Merge glibc 2.1.2. | |
4 | |
5 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h. | |
6 (HAVE_TM_GMTOFF): New symbol. | |
7 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen, | |
8 mbrlen, strsignal. | |
9 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now. | |
10 | |
1 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> | 11 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
2 | 12 |
3 * make-dist (dontcompile): look for the DONTCOMPILE variable rather | 13 * make-dist (dontcompile): look for the DONTCOMPILE variable rather |
4 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile. | 14 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile. |
5 | 15 |