]> arthur.barton.de Git - netatalk.git/commitdiff
Changes to the iniparser lib
authorFrank Lahm <franklahm@googlemail.com>
Thu, 8 Mar 2012 15:01:11 +0000 (16:01 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Thu, 8 Mar 2012 15:01:11 +0000 (16:01 +0100)
doc/DEVELOPER

index 79730460c2c612d47a81449387e1e319b78ae791..297398f7430aafa7351776001615b4ef3486a565 100644 (file)
@@ -209,5 +209,12 @@ Ini Parser
 ==========
 
 The ini parser is taken from <http://ndevilla.free.fr/iniparser/>.
-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
+