diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 62e0fb9f4..ab89a26b5 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2006-04-17 Kevin Ryde + + * _scm.h (scm_to_off_t, scm_from_off_t): No error if unknown off_t + size, to help the guile-readline build where off_t is unused. + 2006-04-16 Kevin Ryde * filesys.c (scm_stat2scm, scm_stat, scm_lstat): Use stat or stat64.