From 732a563c81c57d1fa693f4216216d0b3e01a1ee2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 15 Jan 2014 17:52:06 -0600 Subject: Add a tiny INI file parser --- apps/ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 3ac05c656..749d90b16 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -776,4 +776,6 @@ return data, and environment variables (2014-1-11). * apps/nshlib/nsh_parse.c: Fix a memory leak ... forgot to close a temporary file (2013-1-12). - + * apps/system/inifile: A simple INI file parser (perhaps too simple). + This is code that I wrote a long time ago and have used many time but + is untested in its current incarnation (2014-1-15). -- cgit v1.2.3