summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-09-04 18:42:56 +0000
committerRoland McGrath <roland@gnu.org>1998-09-04 18:42:56 +0000
commit11d3c019825ffc34407e6a35459210033fd44046 (patch)
tree6f347a988553b8705c73f2a3ed7870a73b42bb82 /ext2fs/ChangeLog
parent9faff857348e2100f945cc84988e620b015e38d5 (diff)
.
Diffstat (limited to 'ext2fs/ChangeLog')
-rw-r--r--ext2fs/ChangeLog24
1 files changed, 19 insertions, 5 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 4fc3ed59..9f82246e 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -1,9 +1,23 @@
+1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
+
+ * dir.c (dirscanblock): Fix defn with `const'.
+ (diskfs_direnter_hard): Likewise.
+ * inode.c (diskfs_create_symlink_hook): Likewise.
+ (write_symlink): Likewise.
+
+ * pager.c: strings.h -> string.h; gets strerror decl.
+
+ * ext2fs.c (main): Fix return type to int.
+
+ * dir.c (diskfs_lookup_hard): Fix defn with `const'.
+ * inode.c (diskfs_set_translator): Likewise.
+
Wed Aug 20 14:28:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* dir.c (diskfs_lookup_hard): Cope with error return from
- diskfs_get_filemap.
+ diskfs_get_filemap.
(diskfs_dirempty): Cope (poorly) with error return from
- diskfs_get_filemap.
+ diskfs_get_filemap.
* truncate.c (force_delayed_copies): Likewise.
* pager.c (diskfs_get_filemap): If pager_create fails, return
@@ -107,7 +121,7 @@ Fri Sep 13 00:15:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
* ext2fs.c (diskfs_append_args): Renamed from diskfs_get_options.
Don't initialize *ARGZ & *ARGZ_LEN anymore, or deallocate on errors.
Append store args too.
-
+
* pager.c (file_pager_read_page:do_pending_reads, pager_unlock_page,
pending_blocks_write, diskfs_grow, find_block): Use filesystem blocks,
not device blocks, in block<->offset/size conversions.
@@ -211,7 +225,7 @@ Thu Aug 29 16:59:51 1996 Miles Bader <miles@gnu.ai.mit.edu>
(dirscanblock): Size dirents correctly when mallocing it.
(diskfs_direnter_hard): Be more careful when sizing or resizing
dirents. Correctly set to -1 all the new entries we create after
- realloc call.
+ realloc call.
* ext2fs.h (struct disknode): New member `dir_idx'.
* inode.c (diskfs_cached_lookup): Initialize DN->dir_idx.
@@ -248,7 +262,7 @@ Tue Aug 13 15:11:42 1996 Miles Bader <miles@gnu.ai.mit.edu>
Deal with various version 2.x features.
* ext2fs.h (dino): Dont recalculate INODES_PER_BLOCK here.
(ext2_debug): redefine macro after including ext2_fs.h.
-
+
Mon Aug 12 13:48:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
* ext2fs.c (diskfs_minor_version): Changed to `1'.