Age | Commit message (Collapse) | Author | Files | Lines |
|
This allows error code strings to be internationalized.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
|
|
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)
|
|
|
|
to avoid gcc -Wall complaints
(Incomplete checkin --- see previous changeset as well)
|
|
to avoid gcc -Wall complaints
Rename test cases to spell Heimdal correctly (only one 'l').
|
|
testcases: Update to reflect fixed prototype for
initialize_xxx_err_table_r.
|
|
|
|
|
|
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)
|