gettext
cca977f8 - Add an xerror_handler parameter to msgdomain_list_print.

Commit
140 days ago
Add an xerror_handler parameter to msgdomain_list_print. * gettext-tools/src/write-catalog.h: Include xerror-handler.h. (struct catalog_output_format): Add xerror_handler_ty parameter to the print method. (msgdomain_list_print): Add xerror_handler_ty parameter. * gettext-tools/src/write-catalog.c: Include xerror-handler.h instead of po-xerror.h. (msgdomain_list_print): Add xerror_handler_ty parameter. Use it for error handling. * gettext-tools/src/write-po.c: Include xerror-handler.h instead of po-xerror.h. (wrap, message_print, message_print_obsolete, msgdomain_list_print_po): Add xerror_handler_ty parameter. Use it for error handling. * gettext-tools/src/write-properties.c: Include xerror-handler.h. (write_properties, msgdomain_list_print_properties): Add xerror_handler_ty parameter. Use it for error handling. * gettext-tools/src/write-stringtable.c: Include xerror-handler.h. (write_stringtable, msgdomain_list_print_stringtable): Add xerror_handler_ty parameter. Use it for error handling. * gettext-tools/libgettextpo/gettext-po.c (po_file_write): Pass a stack-allocated xerror_handler to msgdomain_list_print. * gettext-tools/src/msgl-iconv.h: Include xerror-handler.h. (iconv_message_list, iconv_msgdomain_list): Add xerror_handler_ty parameter. * gettext-tools/src/msgl-iconv.c: Include xerror-handler.h instead of po-xerror.h. (conversion_error, convert_string, convert_string_list, convert_prev_msgid, convert_msgid, convert_msgstr, iconv_message_list_internal, iconv_message_list, iconv_msgdomain_list): Add xerror_handler_ty parameter. Use it for error handling. (convert_string_directly, convert_string_desc_directly): Use the default xerror_handler. * gettext-tools/src/msgattrib.c: Include xerror-handler.h. (main): Use the default xerror_handler. * gettext-tools/src/msgcat.c: Include xerror-handler.h. (main): Use the default xerror_handler. * gettext-tools/src/msgcmp.c: Include xerror-handler.h. (compare): Use the default xerror_handler. * gettext-tools/src/msgcomm.c: Include xerror-handler.h. (main): Use the default xerror_handler. * gettext-tools/src/msgconv.c: Include xerror-handler.h. (main): Use the default xerror_handler. * gettext-tools/src/msgen.c: Include xerror-handler.h. (main): Use the default xerror_handler. * gettext-tools/src/msgfilter.c: Include xerror-handler.h. (main): Use the default xerror_handler. * gettext-tools/src/msgfmt.c: Include xerror-handler.h. (msgfmt_operand_list_add_from_directory): Use the default xerror_handler. * gettext-tools/src/msggrep.c: Include xerror-handler.h. (main): Use the default xerror_handler. * gettext-tools/src/msginit.c: Include xerror-handler.h. (main): Use the default xerror_handler. * gettext-tools/src/msgl-cat.c: Include xerror-handler.h. (catenate_msgdomain_list): Use the default xerror_handler. * gettext-tools/src/msgmerge.c: Include xerror-handler.h. (main, merge): Use the default xerror_handler. * gettext-tools/src/msgunfmt.c: Include xerror-handler.h. (main): Use the default xerror_handler. * gettext-tools/src/msguniq.c: Include xerror-handler.h. (main): Use the default xerror_handler. * gettext-tools/src/write-csharp.c: Include xerror-handler.h. (msgdomain_write_csharp): Use the default xerror_handler. * gettext-tools/src/write-desktop.c: Include xerror-handler.h. (msgdomain_write_desktop): Use the default xerror_handler. * gettext-tools/src/write-java.c: Include xerror-handler.h. (msgdomain_write_java): Use the default xerror_handler. * gettext-tools/src/write-mo.c: Include xerror-handler.h. (msgdomain_write_mo): Use the default xerror_handler. * gettext-tools/src/write-qt.c: Include xerror-handler.h. (msgdomain_write_qt): Use the default xerror_handler. * gettext-tools/src/write-resources.c: Include xerror-handler.h. (msgdomain_write_csharp_resources): Use the default xerror_handler. * gettext-tools/src/write-tcl.c: Include xerror-handler.h. (msgdomain_write_tcl): Use the default xerror_handler. * gettext-tools/src/write-xml.c: Include xerror-handler.h. (msgdomain_write_xml): Use the default xerror_handler. * gettext-tools/src/x-po.c (extract): Use the default xerror_handler. * gettext-tools/src/xgettext.c: Include xerror-handler.h. (main, finalize_header): Use the default xerror_handler.
Author
Committer
Parents
Loading