summaryrefslogtreecommitdiff
path: root/lib/ss
AgeCommit message (Collapse)AuthorFilesLines
2004-11-19Remove the a.out DLL support, since it's been obsolete and unmaintainedTheodore Ts'o7-216/+0
for a long time now.
2004-09-17Remove XSI:isms for greater portability. (Addresses Theodore Ts'o2-2/+7
Debian Bug #255589)
2004-05-05Remove .cvsignore files; they were out of date, and causes lintianTheodore Ts'o1-5/+0
to flame about their presence in the source tarball.
2004-02-29Patch from Brian Bergstrand to use the correct -fPIC flag forTheodore Ts'o2-1/+6
Darwin in order to get rid of the compiler warning.
2004-02-28Update version number for e2fsprogs 1.35 release.Theodore Ts'o1-0/+4
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o5-32/+44
2003-07-26Update for 1.34 release.Theodore Ts'o1-0/+4
2003-07-23Update makefile dependencies.Theodore Ts'o1-2/+1
2003-04-21Update for 1.33 release.Theodore Ts'o1-0/+4
Fix typo's in README.subset Change debian control file so it doesn't bomb out if the EVMS FSIM is not there, since it is not built on the Hurd. Resolves Debian bug #189687.
2003-04-13Add portability enhancements for Cygwin32 environment.Theodore Ts'o2-1/+7
2003-04-11Use the SS_READLINE_PATH environment variable to control the searchTheodore Ts'o2-5/+39
for a suitable readine library. As a default, try using libreadline, libedit, and libeditline.
2003-03-30Update dependencies of ss/MakefileTheodore Ts'o1-13/+15
2003-03-30Change compile_et to generate header files that use <et/com_err.h>Theodore Ts'o14-197/+53
instead of <com_err.h>, so the current version of the header file is used. Add a --build-tree option to compile_et to make sure that it uses the et_?.awk files from the build tree. Remove legacy support for varargs.h, K&R C, and pre-POSIX signal support. Also fixed gcc -Wall nits.
2003-03-16Update dependency information in MakefilesTheodore Ts'o1-0/+2
2003-03-16Update debian files to support the blkid library, and to fix a numberTheodore Ts'o3-0/+62
of Lintian warnings. Added mk_cmds man page.
2003-03-16Add to the ss (subsystem) library the ability to dynamically linkTheodore Ts'o7-18/+209
to the readline library if it is present in the system.
2002-11-09Update files for 1.32 release.Theodore Ts'o1-0/+4
2002-11-08Update files for 1.31 release.Theodore Ts'o1-0/+4
2002-11-01Update files for 1.30 release.Theodore Ts'o1-0/+4
2002-09-24Update for 1.29 release.Theodore Ts'o1-0/+4
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o1-0/+4
2002-07-07Added amusing political correctness quote.Theodore Ts'o1-0/+9
2002-03-08Update for 1.27 release.Theodore Ts'o1-0/+4
2002-03-07Fix various gcc -Wall complaints.Theodore Ts'o7-10/+36
2002-02-26Update Changelog messages to use tytso@mit.edu for all addresses Theodore Ts'o1-2/+2
after September 7, 2001. (Forgot to update my emacs file to get rid of the tytso@valinux.com address. Oops.)
2002-02-12Lots of small random portability fixes to make e2fsprogs buildTheodore Ts'o2-2/+8
under AIX --- even without the 5L compatibility toolkit, and even using the uber-crippled AIX native C compiler.
2002-02-03Update files for 1.26 release.Theodore Ts'o1-0/+4
2001-09-20Update changelogs for 1.25 release.Theodore Ts'o1-0/+4
2001-09-16Make compile_et and mk_cmds safe from directory pathnames that Theodore Ts'o2-14/+19
contain spaces.
2001-09-04Update for 1.24a releaseTheodore Ts'o1-0/+4
2001-08-31Update for 1.24 release.Theodore Ts'o1-0/+4
2001-08-27Add missing log entry showing when we released e2fsprogs 1.23Theodore Ts'o1-0/+4
2001-06-23Update changelogs for 1.22.Theodore Ts'o1-0/+4
2001-06-16ChangeLog:Theodore Ts'o1-0/+4
Update for 1.21 release.
2001-06-02ChangeLog:Theodore Ts'o1-1/+1
Fix typo in ChangeLog.
2001-06-01ChangeLog, wordwrap.pl:Theodore Ts'o1-0/+5
Makefile.in: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in. wordwrap.pl: Add some rules which help fix up the dependencies. Many files: Move include/asm/types.h.in to lib/ext2fs/ext2_fs.h.in.
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.
2000-12-09Many files:Theodore Ts'o1-2/+2
jfs_e2fsck.h, jfs_user.h: Replaces jfs_compat.h. The jfs.h file has been moved to the include/linux directory. journal.c, revoke.c, recovery.c: Updated files from Stephen to support the V2 superblock and revoke processing. The journal.c and revoke.c files are copies from the ext3 kernel source. Makefile.in: Added revoke.c to the list of source/object files. Makefile.in: Fix up some mistakes in the source file list, and regenerate the dependencies. Update Makefile dependencies. ChangeLog, jfs.h: jfs.h: Remove excess #include of JFS_DEBUG. Not needed for e2fsprogs, since we optioanlly define it in the configuration file system.
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-07-04ChangeLog, Makefile.in:Theodore Ts'o2-1/+6
Makefile.in: Remove explicit link of -lc in the shared library. (It shouldn't be necessary, and is harmful in some cases).
2000-07-04ChangeLog, Makefile.in:Theodore Ts'o1-0/+1
Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the mk_cmds support files from the source tree. .cvsignore: Add std_rqs.c to the ignore list.
2000-07-04ChangeLog, Makefile.in, ct_c.awk, mk_cmds.sh.in:Theodore Ts'o4-5/+22
ct_c.awk: Work around a bug in gawk 3.05 mk_cmds.sh.in: Allow the build system to override the standard location for finding the ct_c.* files by setting the _SS_DIR_OVERRIDE environment variable. Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the version in the source tree. ChangeLog, Makefile.in: Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the mk_cmds support files from the source tree.
2000-05-25Many files:Theodore Ts'o2-182/+0
Remove generated file.
2000-05-25ChangeLog, Makefile.in:Theodore Ts'o2-0/+10
Makefile.in: Add hack dependency rule so that parallel makes work correctly.
2000-05-25.cvsignore:Theodore Ts'o1-0/+4
Supress build files when builddir==srcdir
2000-01-18ChangeLog, execute_cmd.c:Theodore Ts'o2-2/+9
execute_cmd.c (ss_execute_line): Fix memory leak; we weren't freeing the argv array.
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-23ChangeLog:Theodore Ts'o1-0/+4
Update for 1.16 release. libext2fs.texinfo: Update version number for 1.16 release.