*** empty log message ***
This commit is contained in:
parent
b7d95d4220
commit
169fe44e56
3 changed files with 454 additions and 526 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2000-12-11 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
|
||||
Merge fixes from latest GNU tar version. These macros no longer
|
||||
futz with _XOPEN_SOURCE, as that was not portable in practice.
|
||||
(AC_FUNC_FSEEKO): New macro.
|
||||
|
||||
* configure.in: Use it instead of invoking AC_CHECK_FUNCS on
|
||||
ftello.
|
||||
|
||||
2000-12-05 Dave Love <fx@gnu.org>
|
||||
|
||||
* Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
|
||||
|
@ -44,7 +54,7 @@
|
|||
* configure.in: Fix last change.
|
||||
|
||||
* GETTING.GNU.SOFTWARE: Deleted.
|
||||
* FTP: new file to replace it.
|
||||
* FTP: New file to replace it.
|
||||
* make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
|
||||
|
||||
2000-11-20 Gerd Moellmann <gerd@gnu.org>
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
2000-12-11 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* config.in (HAVE_FTELLO): Remove.
|
||||
(HAVE_FSEEKO): Add.
|
||||
(_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
|
||||
* lread.c (file_offset, file_tell): Depend on HAVE_FSEEKO, not
|
||||
HAVE_FTELLO.
|
||||
* s/hpux10.h (_FILE_OFFSET_BITS): Do not undef.
|
||||
* s/isc3-0.h, s/osf5-0.h: Update comment about _XOPEN_SOURCE.
|
||||
|
||||
2000-12-11 Miles Bader <miles@gnu.org>
|
||||
|
||||
* window.c (displayed_window_lines): Don't round up when
|
||||
|
|
Loading…
Add table
Reference in a new issue