diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-08 09:28:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-08 09:28:28 +0000 |
commit | 3a9ca55bf348e7ba8450fa32860be1a8a358e562 (patch) | |
tree | a71ebde4a35c85643ecf1912c9b52cdecee947e5 /libstore | |
parent | 94ae465a44066c95031af93aac00ccdd9eb99e5e (diff) |
.
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index e1004674..3945965d 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,12 @@ +2002-05-07 Roland McGrath <roland@frob.com> + + * module.c (open_class): Add cast to int for %* arg. + + * kids.c (store_open_children): Dereference pointer in isalnum call. + + * set.c (store_set_runs): Fix argument type. + * kids.c (store_set_children): Likewise. + 2002-03-15 Roland McGrath <roland@frob.com> * Makefile (OBJS): Remove hack for part.o. |