blob: f4a5fffc7caad8e99e8716a8576bca197100e58d [file] [log] [blame]
Theodore Ts'oca8abba1998-01-19 14:55:24 +00001Mon Jan 19 09:12:28 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
2
3 * resize2fs.h: If EXT2_FLAT_INCLUDES is defined, then assume all
4 of the ext2-specific header files are in a flat directory.
5
6 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
7 resize2fs.h: Rename variables named "new" to "new_block",
8 "new_inode", or "new_loc" to avoid C++ reserved word
9 clash.
10
11 * ext2_block_move.c, ext2_inode_move.c, extent.c, resize2fs.c,
12 sim_progress.c: Use ext2fs_get_memory(),
13 ext2fs_free_memory(), et. al., instead of malloc() and
14 free().
15
16 * ext2_block_move.c, ext2_inode_move.c, extent.c: Explicitly cast
17 all assignments from void * to be compatible with C++.
18
19Mon Dec 29 19:09:45 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
20
21 * banalysis.c, banalysis.h, ext2_inode_move.c, ext2_block_move.c:
22 Change private to priv_data to avoid C++ namespace clash.
23
Theodore Ts'o80c0fc31997-11-03 19:46:49 +000024Mon Nov 3 14:45:06 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
25
Theodore Ts'o9abf59d1997-11-04 00:31:22 +000026 * resize2fs.h: Remove STDC magic, since everyone is STDC these days.
27
Theodore Ts'o80c0fc31997-11-03 19:46:49 +000028 * resize2fs.c, ext2_block_move.c ext2_inode_move.c: Only include
29 printf statements if RESIZE2FS_DEBUG is defined.
30
31 * main.c: Don't read in the bitmaps since resize2fs.c does that.
32
Theodore Ts'od40259f1997-10-20 00:44:26 +000033Sun Oct 19 20:40:42 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
34
35 * resize2fs.h: Add #ifdef's for HAVE_SYS_TYPES_H and HAVE_SYS_TIME_H.
36
Theodore Ts'obc75f2a1997-09-04 00:43:10 +000037Wed Sep 3 17:31:49 1997 Theodore Y. Ts'o <tytso@edt.mit.edu>
38
39 * resize2fs.h: Add #include for errno.h
40
Theodore Ts'o024996c1997-06-17 05:38:35 +000041Tue Jun 17 01:33:20 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
42
43 * Release of E2fsprogs 1.11
44