diff options
-rw-r--r-- | libguile/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 3ecd9ee31..e23342e14 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2005-01-24 Kevin Ryde <user42@zip.com.au> + + * posix.c (scm_setlocale): Force errno=EINVAL for an error, since + POSIX and C99 don't document errno being set. Reported by Bruno + Haible. + (scm_flock): Update docstring from manual. + 2005-01-20 Marius Vollmer <marius.vollmer@uni-dortmund.de> * environments.c (obarray_enter, obarray_replace): Call |