libconfini 1.15.0
Changes:
- Public function
ini_global_set_lowercase_mode()
and global variableINI_GLOBAL_LOWERCASE_MODE
have been marked as deprecated - Global integer constant
INI_DISABLED_FLAG
and macroINI_IS_IMPLICIT_SUBSTR()
have been added to the public header - A minor incompatibility with MSVC has been solved
- A small bug has been fixed (starting from version 1.10.2
IniDispatch::v_len
was not always set to0
in case of emptyIniDispatch::value
) - Code review (
strip_ini_cache()
) - Minor changes that affect only the build system are now documented in a separate file (see
autostuff/ChangeLog.md
) - Documentation
- Examples