From 197cc28c101e68c2ff4b56d80955f5d05702cbf1 Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Thu, 8 Mar 2012 16:01:11 +0100 Subject: [PATCH] Changes to the iniparser lib --- doc/DEVELOPER | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/DEVELOPER b/doc/DEVELOPER index 79730460..297398f7 100644 --- a/doc/DEVELOPER +++ b/doc/DEVELOPER @@ -209,5 +209,12 @@ Ini Parser ========== The ini parser is taken from . -It has been modified to be case-sensitive and a "include" directive -has been added. +It has been slightly modified: +- case-sensitive +- "include" directive added +- iniparser_getstrdup() to complemnt iniparser_getstring(), it return allocated strings + which the caller must free as necessary +- the API has been modifed such that all iniparser_get* funcs take a section and a parameter + as sepereta args instead of one string of the form "section:parameter" in the original + library + -- 2.39.2