]> mj.ucw.cz Git - libucw.git/blobdiff - maint/libucw.abi
Released as 6.5.16.
[libucw.git] / maint / libucw.abi
index 7c469ebd6003ba7234d5a55e1287a01d2b35610d..3a68d417afb4766416e1c3f921f0bfc905830067 100644 (file)
@@ -212,6 +212,9 @@ bput_utf16_le_slow
 # ucw/ff-varint.h
 bget_varint_slow
 bput_varint_slow
+# ucw/fw-hex.h
+fb_wrap_hex_out
+fb_wrap_hex_in
 # ucw/gary.h
 gary_init
 gary_set_size
@@ -304,6 +307,7 @@ log_new_fd
 log_switch_disable
 log_switch_enable
 log_switch
+log_drop_stderr
 log_new_syslog
 log_syslog_facility_exists
 log_new_configured
@@ -375,6 +379,7 @@ mp_grow_internal
 mp_spread_internal
 mp_start
 mp_start_noalign
+mp_append_utf8_32
 mp_open
 mp_realloc
 mp_realloc_zero
@@ -388,8 +393,8 @@ mp_strjoin
 mp_str_from_mem
 mp_printf
 mp_vprintf
-mp_append_printf
-mp_append_vprintf
+mp_printf_append
+mp_vprintf_append
 # ucw/opt-internal.h
 opt_precompute
 # ucw/opt.h
@@ -499,62 +504,42 @@ str_hier_suffix
 str_to_uintmax
 str_to_uint
 str_to_uns
+str_to_u32
+str_to_u64
 # ucw/table.h
 table_init
 table_cleanup
 table_start
 table_end
-table_set_col_order
-table_set_col_order_by_name
-table_end_row
+table_col_str
+table_col_generic_format
 table_col_printf
-table_append_printf
-table_get_col_idx
-table_get_col_list
 table_col_fbstart
 table_col_fbend
+table_end_row
+table_reset_row
+table_get_col_idx
+table_set_col_opt
+table_get_col_list
+table_set_col_order
+table_set_col_order_by_name
+table_col_is_printed
 table_set_formatter
+table_set_option_value
+table_set_option
+table_set_gary_options
 table_fmt_human_readable
 table_fmt_machine_readable
 table_fmt_blockline
-table_set_option
-table_set_option_value
-table_set_gary_options
 table_col_int
-table_col_int_fmt
-table_col_int_name
 table_col_uint
-table_col_uint_fmt
-table_col_uint_name
 table_col_double
-table_col_double_fmt
-table_col_double_name
 table_col_str
-table_col_str_fmt
-table_col_str_name
 table_col_intmax
-table_col_intmax_fmt
-table_col_intmax_name
 table_col_s64
-table_col_s64_fmt
-table_col_s64_name
 table_col_uintmax
-table_col_uintmax_fmt
-table_col_uintmax_name
 table_col_u64
-table_col_u64_fmt
-table_col_u64_name
 table_col_bool
-table_col_bool_name
-table_col_bool_fmt
-table_append_int
-table_append_uint
-table_append_double
-table_append_str
-table_append_intmax
-table_append_uintmax
-table_append_u64
-table_append_bool
 # ucw/tbf.h
 tbf_init
 tbf_limit
@@ -618,6 +603,24 @@ work_queue_cleanup
 work_submit
 work_wait
 work_try_wait
+# ucw/xtypes.h
+xtype_parse_fmt
+xtype_format_fmt
+xt_str
+xt_int
+xt_s64
+xt_intmax
+xt_uint
+xt_u64
+xt_uintmax
+xt_bool
+xt_double
+xtype_unit_parser
+# ucw/xtypes-extra.h
+table_col_size
+table_col_timestamp
+xt_size
+xt_timestamp
 # ucw/sorter/common.h
 sorter_trace
 sorter_trace_array
@@ -804,3 +807,105 @@ image_sig_segmentation
 image_sig_detect_textured
 image_signatures_dist
 image_signatures_dist_explain
+# ucw-xml/dtd.h
+xml_dtd_find_notn
+xml_dtd_find_entity
+xml_dtd_find_elem
+xml_dtd_init
+xml_dtd_cleanup
+xml_dtd_finish
+xml_dtd_find_attr
+# ucw-xml/internals.h
+xml_throw
+xml_do_push
+xml_do_pop
+xml_push_dom
+xml_pop_dom
+xml_hash_new
+xml_spout_chars
+xml_fatal_nested
+xml_push_source
+xml_push_entity
+xml_refill
+xml_sources_cleanup
+xml_fatal_expected
+xml_fatal_expected_white
+xml_fatal_expected_quot
+xml_parse_white
+xml_parse_eq
+xml_parse_name
+xml_skip_name
+xml_parse_nmtoken
+xml_parse_system_literal
+xml_parse_pubid_literal
+xml_parse_char_ref
+xml_parse_pe_ref
+xml_parse_attr_value
+xml_skip_internal_subset
+xml_parse_notation_decl
+xml_parse_entity_decl
+xml_parse_element_decl
+xml_parse_attr_list_decl
+xml_push_comment
+xml_pop_comment
+xml_skip_comment
+xml_push_pi
+xml_pop_pi
+xml_skip_pi
+xml_validate_attr
+xml_ns_cleanup
+xml_ns_reset
+xml_ns_push_element
+xml_ns_pop_element
+# ucw-xml/xml.h
+xml_node_qname
+xml_attr_qname
+xml_attr_find
+xml_attr_find_ns
+xml_attr_value
+xml_attr_value_ns
+xml_normalize_white
+xml_merge_chars
+xml_merge_dom_chars
+xml_init
+xml_cleanup
+xml_reset
+xml_push_fastbuf
+xml_parse
+xml_next
+xml_next_state
+xml_skip_element
+xml_row
+xml_def_find_entity
+xml_def_resolve_entity
+xml_warn
+xml_error
+xml_fatal
+xml_ns_enable
+xml_ns_by_id
+xml_ns_by_name
+# ucw-json/json.h
+json_new
+json_delete
+json_reset
+json_push
+json_pop
+json_new_node
+json_new_number
+json_number_to_int
+json_number_to_uint
+json_number_to_s64
+json_number_to_u64
+json_new_array
+json_array_append
+json_new_object
+json_object_set
+json_object_get
+json_parse
+json_set_input
+json_next_token
+json_peek_token
+json_next_value
+json_write
+json_set_output
+json_write_value