From 53f6ccf8d36ce3f9d106d8754c0dfcb4ffa28e5c Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 9 Feb 2002 23:40:39 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 9a625c0c6..0111ce756 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,19 @@ +2002-02-09 Thien-Thi Nguyen + + * Makefile.am (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu". + (OMIT_DEPENDENCIES): Delete -- obsolete. + + * filesys.c (scm_stat2scm): Update autoconf-managed cpp + symbols HAVE_ST_RDEV, HAVE_ST_BLKSIZE and HAVE_ST_BLOCKS + to HAVE_STRUCT_STAT_ST_RDEV, HAVE_STRUCT_STAT_ST_BLKSIZE + and HAVE_STRUCT_STAT_ST_BLOCKS, respectively. + + * fports.c: Update autoconf-managed cpp symbol HAVE_ST_BLKSIZE + to HAVE_STRUCT_STAT_ST_BLKSIZE. + + (scm_fport_buffer_add): Update autoconf-managed cpp + symbol HAVE_ST_BLKSIZE to HAVE_STRUCT_STAT_ST_BLKSIZE. + 2002-02-08 Thien-Thi Nguyen * gsubr.c (scm_make_gsubr): On "too many args" error,