summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-15 17:52:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-15 17:52:06 -0600
commit732a563c81c57d1fa693f4216216d0b3e01a1ee2 (patch)
tree1439189da2796fbc1d02f66b5eb7084999c49ff2 /apps/ChangeLog.txt
parentfb8316094157de2df6b613de6914dadbd8ff3476 (diff)
downloadnuttx-732a563c81c57d1fa693f4216216d0b3e01a1ee2.tar.gz
nuttx-732a563c81c57d1fa693f4216216d0b3e01a1ee2.tar.bz2
nuttx-732a563c81c57d1fa693f4216216d0b3e01a1ee2.zip
Add a tiny INI file parser
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
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).