Skip to content

libconfini 1.14.0

Compare
Choose a tag to compare
@madmurphy madmurphy released this 02 Mar 01:24
· 12 commits to master since this release

Changes:

  • Added implicit value check in ini_array_break(), ini_array_collapse(), ini_array_release(), ini_array_split(), ini_string_parse() and ini_unquote()
  • Integer constant CONFINI_EROADDR has been added to the ConfiniInterruptNo enum
  • Code review (ini_array_foreach(), ini_get_bool(), ini_ntof(), “bare metal” functions ini_get_int(), ini_get_lint(), ini_get_llint() and ini_get_double(), private functions dqultrim_s(), get_type_as_active(), and qultrim_h())
  • Documentation
  • New examples have been created (examples/miscellanea/parse_foreign.c, examples/miscellanea/toml-like.c and examples/utilities/clone_ini_dispatch.h)