summaryrefslogtreecommitdiff
path: root/ext2ed
AgeCommit message (Collapse)AuthorFilesLines
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o2-0/+8
2002-07-09Fixed up some grammar problems with the ext2ed README, added someTheodore Ts'o1-7/+9
clarifications.
2002-05-13Fix up ncurses interface so that it handles resizes correctly.Theodore Ts'o7-150/+446
Removed the readline library (still available using if HAVE_READLINE is defined) since it really doesn't play well with ncurses. The only real feature it added was command completion, and it didn't really handle it completely correctly anyway. (If readline printed a completion list, it completely screwed up the screen.) We now use the wgetch ncurses interface to get input; this allows the PGDN and PGUP keys to work correctly, and also helped fix up the resizing logic.
2002-05-12Update ext2ed with newer superblock descriptions, and add directory indexingTheodore Ts'o8-393/+1177
structure. Add support for displaying and setting character fields. Add make depend logic and use e2fsprogs version strings.
2002-05-11Integrate ext2ed into the e2fsprogs build system, and make minimal changes soTheodore Ts'o14-4285/+7403
that it will compile on modern systems. The top-level makefile does not recurse into the ext2ed directory for now, pending determination of whether the original author is still maintaining ext2ed. The documentation files have been renamed to remove the version from the filename. In addition, the SGML files have been converted from LinuxDoc to DocBook. The way root_bindir, root_sbindir, and root_libdir have been changed so that if root_prefix is not set, the values set by the configure command-line options to set the directory names using --bindir, --sbindir, --libdir will affect the root_bindir, et.al Makefile variables.
2002-05-11Checked in changes from ext2ed version 0.2.Theodore Ts'o9-36/+70
2002-05-11Check in ext2ed version 0.1Theodore Ts'o23-0/+10438