summaryrefslogtreecommitdiff
path: root/lib/et
AgeCommit message (Expand)AuthorFilesLines
2011-10-05libcom_err: declare com_err_gettext to be staticTheodore Ts'o1-1/+1
2011-10-05libcom_err: add set_com_err_gettext()Theodore Ts'o2-2/+25
2011-10-05compile_et: generate *_err.c files that have strings marked for xgettextTheodore Ts'o7-209/+223
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o7-7/+17
2011-06-04libcom_err: Fix install rule if installing with hard linksTheodore Ts'o1-1/+2
2011-02-20e2fsprogs: create com_err.h link in includedirEric Sandeen1-0/+1
2010-05-15libcom_err: Only output ^M when tty is in raw modeTheodore Ts'o1-2/+22
2010-03-15libcom_err: Add support for Heimdal com_right_r function()Theodore Ts'o2-0/+17
2009-11-29debian: Fix FTBFS problem caused by texi2html changing its output locationTheodore Ts'o2-1/+9
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-27/+27
2009-04-22libcom_err: Declare prototypes for et_list_lock/unlock in com_err.hTheodore Ts'o1-0/+4
2008-10-02libcom_err: Add missing type declarations to clean up -Wall warningsTheodore Ts'o1-5/+5
2008-10-01libcom_err: Fix file descriptor leak after an execTheodore Ts'o1-7/+21
2008-09-12libcom_err: Use sem_post/sem_init to prevent race conditionsTheodore Ts'o3-8/+77
2008-09-02Fix pkg-config files: use Requires.private and fix the include directoryTheodore Ts'o1-1/+1
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o3-35/+35
2008-02-10Merge branch 'maint' into nextTheodore Ts'o1-1/+7
2008-02-09libcom_err: Use thread local storage to fix reentrancy problemsTheodore Ts'o1-1/+7
2007-12-17Merge branch 'maint' into nextTheodore Ts'o1-2/+2
2007-12-15libcom_err: Fix sign-extension problem on 64-bit systems in error_message()Theodore Ts'o1-2/+2
2007-11-01texinfo: Fix directory entriesDmitry V. Levin1-4/+2
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-459/+0
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o1-0/+4
2007-06-24Fix the info-dir line for the com_err.texinfo fileTheodore Ts'o2-1/+10
2007-05-25Fix gcc -Wall warnings, especially on 64-bit systemsAndreas Dilger2-0/+11
2006-12-22Add debugging code to the com_err libraryTheodore Ts'o2-0/+84
2006-11-12Set local environment variables to C so mk_cmds and compile_et always workTheodore Ts'o2-0/+18
2006-10-22Add datarootdir definition for compatibility with autoconf 2.60Theodore Ts'o2-0/+7
2006-08-05Create the generated files read-only to remind developers not to edit them.Andreas Dilger2-4/+11
2005-12-10Address parallel build problem in the library MakefilesTheodore Ts'o2-0/+8
2005-07-19Fix com_err bug in compile_et: # of error messages can be wrongTheodore Ts'o2-0/+6
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-06-20error_message.c, init_et.c: Segregate error tables registeredTheodore Ts'o3-14/+24
2005-06-20et_c.awk: Use a dynamically allocated structure inTheodore Ts'o8-63/+65
2005-05-06If the .c and .h file already exist, and they have not changed, use the Theodore Ts'o3-4/+20
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-02-05Update for release of e2fsprogs 1.36.Theodore Ts'o1-0/+4
2005-02-05Remove *.pc files on a "make distclean"Theodore Ts'o2-1/+6
2005-01-26Add pkg-config files to e2fsprogs's libraries.Theodore Ts'o3-4/+26
2005-01-06Add imap_err.et to the lib/et regression test suite.Theodore Ts'o3-0/+258
2004-12-15Add install-strip and install-shlibs-strip targetsTheodore Ts'o2-10/+19
2004-12-14Use MKINSTALLDIRS macro so that the Makefiles can find the scriptTheodore Ts'o2-1/+5
2004-11-30Use Linux-kernel-style makefile output to make it easier to Theodore Ts'o2-7/+14
2004-11-19Remove the a.out DLL support, since it's been obsolete and unmaintainedTheodore Ts'o7-192/+0
2004-09-17Remove XSI:isms for greater portability. (Addresses Theodore Ts'o2-2/+7
2004-05-05Remove .cvsignore files; they were out of date, and causes lintianTheodore Ts'o1-2/+0
2004-02-29Patch from Brian Bergstrand to use the correct -fPIC flag forTheodore Ts'o2-1/+6
2004-02-28Update version number for e2fsprogs 1.35 release.Theodore Ts'o1-0/+4
2003-12-11com_err.3: Fix C syntax error pointed out by ESR.Theodore Ts'o2-9/+6
2003-11-28et_c.awk: Add declaration of the Heimdal initialization routineTheodore Ts'o4-4/+8