summaryrefslogtreecommitdiff
path: root/isofs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-08 10:08:07 +0000
committerRoland McGrath <roland@gnu.org>2002-05-08 10:08:07 +0000
commitee4224208f256fb8616c722439b99fabc00c5e8d (patch)
tree280bedd587388b47e4120aa8051d70c3836400bd /isofs
parente8251cc2c24d349c84b5a437094faa0f520e782c (diff)
.
Diffstat (limited to 'isofs')
-rw-r--r--isofs/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index e6cfc169..a06d50e8 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,7 +1,14 @@
+2002-05-08 Roland McGrath <roland@frob.com>
+
+ * rr.c (rrip_work): Cast pointer to uintptr_t instead of int.
+
+ * main.c (diskfs_append_args): unsigned -> size_t
+ * lookup.c (diskfs_get_directs): Likewise.
+
2001-04-30 Marcus Brinkmann <marcus@gnu.org>
- * rr.c (rrip_work): In the MATCH_NAME case, free NMBUF if it is non-zero
- before returning.
+ * rr.c (rrip_work): In the MATCH_NAME case, free NMBUF if it is
+ non-zero before returning.
2001-04-29 Marcus Brinkmann <marcus@gnu.org>