diff options
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 35c22dd89..b66914499 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,6 +3,11 @@ * lib/savedir.c (savedir): Work even if directory size is negative; this can happen with some screwy NFS configurations. +2000-03-06 Jim Meyering <meyering@lucent.com> + + * localcharset.c (get_charset_aliases): Don't try to free file_name + if it's NULL (because we ran out of memory). From Bruno Haible. + 2000-03-05 Jim Meyering <meyering@lucent.com> * localcharset.c ("path-concat.h"): Include. |