summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-02 21:41:49 +0000
committerRoland McGrath <roland@gnu.org>2002-06-02 21:41:49 +0000
commitb3cb19ba7cfcfeeebdf811af2a924682eebe6f53 (patch)
treead5e9c312792c2e3bf758c92720ead519dfdf3b6 /ext2fs/ChangeLog
parentd2583d9069895b86b74341c6e3f4c8ffccb1be13 (diff)
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r--ext2fs/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index b04e97c3..fa3c1fa7 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,3 +1,17 @@
+2002-05-29 Roland McGrath <roland@frob.com>
+
+ * dir.c (dirscanblock): Use %z format.
+ (diskfs_get_directs): Likewise.
+ * ext2fs.c (main): Likewise.
+ * hyper.c (get_hypermetadata): Likewise.
+ * pager.c (pager_unlock_page): Likewise.
+
+2002-05-28 Roland McGrath <roland@frob.com>
+
+ * ext2fs.c (diskfs_append_args): unsigned -> size_t
+ * dir.c (count_dirents): int -> size_t
+ (diskfs_get_directs): u_int -> size_t
+
2001-11-20 Neal H Walfield <neal@cs.uml.edu>
* ext2fs.c (diskfs_synchronous): Removing superfluous zero initializer.