summaryrefslogtreecommitdiff
path: root/ext2fs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ext2fs/ChangeLog')
-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>