diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-02 21:41:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-02 21:41:49 +0000 |
commit | b3cb19ba7cfcfeeebdf811af2a924682eebe6f53 (patch) | |
tree | ad5e9c312792c2e3bf758c92720ead519dfdf3b6 /ext2fs/ChangeLog | |
parent | d2583d9069895b86b74341c6e3f4c8ffccb1be13 (diff) |
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r-- | ext2fs/ChangeLog | 14 |
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. |