Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-31 | Update changelogs for 1.28 release | Theodore Ts'o | 2 | -0/+8 | |
2002-07-09 | Fixed up some grammar problems with the ext2ed README, added some | Theodore Ts'o | 1 | -7/+9 | |
clarifications. | |||||
2002-05-13 | Fix up ncurses interface so that it handles resizes correctly. | Theodore Ts'o | 7 | -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-12 | Update ext2ed with newer superblock descriptions, and add directory indexing | Theodore Ts'o | 8 | -393/+1177 | |
structure. Add support for displaying and setting character fields. Add make depend logic and use e2fsprogs version strings. | |||||
2002-05-11 | Integrate ext2ed into the e2fsprogs build system, and make minimal changes so | Theodore Ts'o | 14 | -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-11 | Checked in changes from ext2ed version 0.2. | Theodore Ts'o | 9 | -36/+70 | |
2002-05-11 | Check in ext2ed version 0.1 | Theodore Ts'o | 23 | -0/+10438 | |