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,