summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-08-02 17:09:00 +0000
committerMiles Bader <miles@gnu.org>1996-08-02 17:09:00 +0000
commit29ec83b3f2e8c6d7d8069204e078877808d4e7f6 (patch)
tree911f48ec26a79582b4b65436e00bcffcac24f7ac /ext2fs
parent68863de34135a3a9645fb2d93d1ae462204eae5e (diff)
.
Diffstat (limited to 'ext2fs')
-rw-r--r--ext2fs/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext2fs/ChangeLog b/ext2fs/ChangeLog
index 156a7e28..d8741b9c 100644
--- a/ext2fs/ChangeLog
+++ b/ext2fs/ChangeLog
@@ -7,6 +7,14 @@ Thu Aug 1 16:18:59 1996 Miles Bader <miles@gnu.ai.mit.edu>
* ext2_fs.h (ext2_debug_flag): New decl.
(ext2_debug): Pay attention to EXT2_DEBUG_FLAG.
+ * ext2fs.c [EXT2FS_DEBUG] (options, ext2_debug_flag): New variables.
+ [EXT2FS_DEBUG] (parse_opt, diskfs_get_options): New functions.
+ [EXT2FS_DEBUG] (startup_parents, startup_argp, runtime_parents,
+ diskfs_runtime_argp): New variables.
+ [!EXT2FS_DEBUG] (startup_argp): New macro.
+ (main): Use STARTUP_ARGP instead of DISKFS_STD_DEVICE_STARTUP_ARGP.
+ * pager.c (diskfs_grow): Fix ext2_debug format strings.
+ * truncate.c (trunc_direct): Fix ext2_debug call.
Sat Jul 20 00:58:44 1996 Miles Bader <miles@gnu.ai.mit.edu>