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