:orphan: .. index:: pair: page; Bug List .. _doxid-bug: Bug List ======== .. list-table:: :widths: 20 80 * - Member :ref:`ipc_get_server_fd ` (const struct ipc_server \*ipcs) - :target:`doxid-bug_1_bug000004` It seems to be unuseful in the TCP implementation. * - Member :ref:`test_get_value_bin_unit_param ` (int argc, char \*\*argv, const char \*name) - :target:`doxid-bug_1_bug000005` The function uses doubles internally for unit conversion, and a double cannot hold all range of 64-bit integral values, so very large values (greater than approx. ``4.5e15`` or ``4P``) may be represented imprecisely. * - Member :ref:`tq_strings_add_uniq ` (tqh_strings \*list, const char \*value) - :target:`doxid-bug_1_bug000002` The return type of the function is actually boolean. * - Member :ref:`tq_strings_add_uniq_dup ` (tqh_strings \*list, const char \*value) - :target:`doxid-bug_1_bug000003` The return type of the function is actually boolean. * - Member :ref:`tq_strings_add_uniq_gen ` (tqh_strings \*list, const char \*value, bool duplicate) - :target:`doxid-bug_1_bug000001` The return type of the function is actually boolean.