diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5caee7004..11d0af35c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +1998-10-03 Jim Blandy + + * posix.c (scm_getpwuid): If we can't find an entry, return our + own message, instead of using scm_syserror --- the getpwMUMBLE + functions don't set `errno' to anything interesting. + 1998-10-03 Get rid of warnings from the cooperative threading system.