summaryrefslogtreecommitdiff
path: root/lib/et/test_cases
AgeCommit message (Collapse)AuthorFilesLines
2011-10-05compile_et: generate *_err.c files that have strings marked for xgettextTheodore Ts'o6-205/+217
This allows error code strings to be internationalized. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2005-06-20et_c.awk: Use a dynamically allocated structure inTheodore Ts'o6-54/+48
initialize_xxx_error_table(), to prevent segfaults if an old library calls initialize_xxx_error_table, and another library/application calls add_error_table() on the same error table, and then calls remove_error_table(). (Addresses Sourcefroge Bug #1150146)
2005-01-06Add imap_err.et to the lib/et regression test suite.Theodore Ts'o3-0/+258
2003-11-28et_c.awk: Add declaration of the Heimdal initialization routineTheodore Ts'o4-4/+8
to avoid gcc -Wall complaints (Incomplete checkin --- see previous changeset as well)
2003-11-28et_c.awk: Add declaration of the Heimdal initialization routineTheodore Ts'o9-0/+6
to avoid gcc -Wall complaints Rename test cases to spell Heimdal correctly (only one 'l').
2003-08-20Makefile.in: Delete com_err.info on a make cleanTheodore Ts'o5-5/+5
testcases: Update to reflect fixed prototype for initialize_xxx_err_table_r.
2003-08-01Add Heimdal compile_et extensions from Philipp Thomas <pthomas@suse.de>Theodore Ts'o11-4/+98
2003-05-05Add full Heimdall compatibility.Theodore Ts'o10-11/+543
2003-05-05Update Debian changelog.Theodore Ts'o6-0/+217
Add support for OV-style continuation (closes Debian bug #191900). Move /usr/include/com_err.h from the e2fslibs-dev package to the comerr-dev package. (closes Debian bug #191899)