summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)AuthorFilesLines
2001-05-25e2fsprogs.lsm, version.h:Theodore Ts'o1-0/+4
Update version string for 1.20 release ChangeLog: Update Changelogs for 1.20 release.
2001-04-22ChangeLog, subst.conf.in:Theodore Ts'o2-0/+7
subst.conf.in: Add definition of JDEV for mke2fs' and tune2fs' man page.
2001-04-17ChangeLog, subst.c:Theodore Ts'o2-2/+10
subst.c (replace_string): Fix replace_string so that it correctly handles replacing a substitution variable with a zero-length string.
2001-01-14ChangeLog, tune2fs.c:Theodore Ts'o2-0/+7
tune2fs.c (add_journal): Minor fixes from Andreas Dilger. Flush stdout after printing in-progress message. (main): Exit with status code 1 if we failed to determine the mount status of the device. ChangeLog, gcc-wall-cleanup: gcc-wall-cleanup: Remove additional annoying warning messages emited by gcc 2.95.2. ChangeLog, uuid.h: uuid: Change arguments to make it clear which argument is the source and which is the destination.
2001-01-11ChangeLog, gcc-wall-cleanup:Theodore Ts'o2-0/+20
gcc-wall-cleanup: New file which is used to clean up unnecessary crud from gcc -Wall that we're not interested in seeing
2000-07-13configure.in:Theodore Ts'o1-0/+4
Commit this file for future use; contains a configure.in script for when libuuid gets separtead out into its own package. libext2fs.texinfo: Update version numbers for 1.19 release. TODO: Commit TODO list for 1.19 release. README: Update file for 1.19 release. ChangeLog, e2fsprogs.spec: e2fsprogs.spec: Merge in a few changes from the Red Hat 6.2 spec file, now that we're using a modern rpm to build e2fsprogs. Also updated version number to 1.19. version.h: Update version number for 1.19 release. ChangeLog: Check in changes for 1.19 release.
2000-05-25.cvsignore:Theodore Ts'o1-0/+3
Supress build files when builddir==srcdir
2000-04-03ChangeLog, subst.c:Theodore Ts'o2-0/+8
subst.c: For platforms that don't define optarg.h, manually define optarg and optind.
1999-11-19ChangeLog, Makefile.in:Theodore Ts'o2-1/+6
Makefile.in (distclean): Remove TAGS and Makefile.in.old from the source directory. Also, when making the .exclude file for the source_tar_file, exclude those two files as well. Makefile.in (distclean): Remove TAGS and Makefile.in.old from the source directory.
1999-11-10libext2fs.texinfo, ChangeLog:Theodore Ts'o1-0/+4
Update for 1.18 release.
1999-10-26Many files:Theodore Ts'o1-0/+4
Update for 1.17 release.
1999-10-26ChangeLog, subst.c:Theodore Ts'o2-2/+6
subst.c (substitute_line): Removed some unused variables.
1999-10-23ChangeLog:Theodore Ts'o1-0/+4
Update for 1.16 release. libext2fs.texinfo: Update version number for 1.16 release.
1999-07-30ChangeLog:Theodore Ts'o1-0/+4
Add 1.15 release note to the Changelogs.
1999-07-03ChangeLog, MCONFIG.in, configure.in, configure:Theodore Ts'o2-2/+8
MCONFIG.in (BUILD_CC): configure.in (BUILD_CC): If cross compiling, find the native C compiler and set it to BUILD_CC so that we can successfully build util/subst. ChangeLog, Makefile.in: Makefile.in (subst): Build subst using $(BUILD_CC), since it's a helper program which must be built using the native C compiler during a cross-compilation. Makefile.in: Update dependencies.
1999-01-09ChangeLog, message.c:Theodore Ts'o1-0/+4
message.c (safe_print): New function which prints strings, converting non-printable characters using the '^' and M-notation. This function is now used to print directory name entries and pathnames. ChangeLog: Update for release of E2fsprogs 1.14.
1998-12-19Many files:Theodore Ts'o1-0/+4
Update version information in ChangeLogs, release notes, documentation, etc. for release of version 1.13.
1998-12-19ChangeLog, subst.c:Theodore Ts'o2-1/+7
subst.c (get_subst_symbol): Add [0-9] to the list of valid characters for a substitution symbol.
1998-08-01ChangeLog, subst.c, subst.conf.in:Theodore Ts'o3-14/+111
* subst.c: Add the ability to substitute apparent shell/make variables such as ${prefix}, since this is needed to make the shell scripts work correctly. subst.conf.in: Add ${prefix} to the list of substitutions which subst should make.
1998-07-09ChangeLog, .del-ChangeLog~905e7699, version.h:Theodore Ts'o1-0/+4
Update for 1.12 release.
1998-04-03ChangeLog, subst.conf.in:Theodore Ts'o2-0/+5
Add substitution for @datadir@ ChangeLog, Makefile.in: Change to use new installation directory variables convention. Fix uninstall rules to take $(DESTDIR) into account. Remove cat8dir from the installdirs target, since modern man package don't necessarily put the cat directory in /usr/man/cat?. ChangeLog, .del-types.h.in~7a460879: types.h.in: Add a signed keyword to the __s64 definition.
1998-01-19ChangeLog, subst.c:Theodore Ts'o2-11/+21
subst.c: Rename "new" to "new_f" to avoid C++ reserved word clash. subst.c: Explicitly cast all assignments from void * to be compatible with C++.
1997-11-14Many files:Theodore Ts'o1-2/+0
pass1.c, pass2.c, pass3.c, pass4.c, pass5.c: Add calls to the progress indicator function. pass1.c (scan_callback): Add call to the progress feedback function (if it exists). super.c (check_super_block): Skip the device size check if the get_device_size returns EXT2_EXT_UNIMPLEMENTED. iscan.c (main): Don't use fatal_error() anymore. pass1b.c, swapfs.c, badblocks.c: Set E2F_FLAG_ABORT instead of calling fatal_error(0). problem.c, pass3.c (PR_3_ROOT_NOT_DIR_ABORT, PR_3_NO_ROOT_INODE_ABORT): New problem codes. problem.c, pass2.c (PR_2_SPLIT_DOT): New problem code. problem.c, pass1.c (PR_1_SUPPRESS_MESSAGES): New problem code. problemP.h: New file which separates out the private fix_problem data structures. util.c, dirinfo.c, pass1.c, pass1b.c, pass2.c, pass5.c, super.c, swapfs.c util.c: allocate_memory() now takes a e2fsck context as its first argument, and rename it to be e2fsck_allocate_memory(). problemP.h: New file which contains the private problem abstraction definitions. Makefile.pq: Remove include of MAKEFILE.STD, which doesn't exist at this point.
1997-10-31Makefile.pq, libecho.c:Theodore Ts'o2-0/+90
echo function for Windows
1997-10-15Many files:Theodore Ts'o3-0/+329
Use new substitution technology which doesn't depend on shell scripts. (Faster, and better for MS-DOS port!)