comparison src/ChangeLog @ 34431:de5d85f5717b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 11 Dec 2000 12:15:07 +0000
parents b3abe4cdf5f4
children cb07a94d7b5a
comparison
equal deleted inserted replaced
34430:7a1ddacf0683 34431:de5d85f5717b
1 2000-12-11 Paul Eggert <eggert@twinsun.com>
2
3 * config.in (HAVE_FTELLO): Remove.
4 (HAVE_FSEEKO): Add.
5 (_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
6 * lread.c (file_offset, file_tell): Depend on HAVE_FSEEKO, not
7 HAVE_FTELLO.
8 * s/hpux10.h (_FILE_OFFSET_BITS): Do not undef.
9 * s/isc3-0.h, s/osf5-0.h: Update comment about _XOPEN_SOURCE.
10
1 2000-12-11 Miles Bader <miles@gnu.org> 11 2000-12-11 Miles Bader <miles@gnu.org>
2 12
3 * window.c (displayed_window_lines): Don't round up when 13 * window.c (displayed_window_lines): Don't round up when
4 converting empty space at bottom to lines. 14 converting empty space at bottom to lines.
5 Handle non-newline-terminated final lines properly. 15 Handle non-newline-terminated final lines properly.