summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-17 13:24:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-17 13:24:44 -0600
commit3895a010a5c8d971ec04802ae569f44a06bd572b (patch)
treed81fc78a1873dd6faa5b634845ddb940c6ce2cab /apps/ChangeLog.txt
parent5d3165161596265372177859b50577ae1ee54be0 (diff)
downloadnuttx-3895a010a5c8d971ec04802ae569f44a06bd572b.tar.gz
nuttx-3895a010a5c8d971ec04802ae569f44a06bd572b.tar.bz2
nuttx-3895a010a5c8d971ec04802ae569f44a06bd572b.zip
Add true and false commands; repartition some logic to better support forthcoming looping
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index b5b343e37..e34781464 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -781,3 +781,10 @@
is untested in its current incarnation (2014-1-15).
* aps/nshlib/nsh_parse.c: Recent changes broke redirection of output
(2014-1-14).
+ * apps/nshlib/nsh_parse.c: Add true and false commands (2014-1-17)
+ * apps/nshlib/nsh.h and nsh_parse.c: Re-name and re-organize some
+ if-then-else related structures to better support forthcoming until
+ and while loops (2014-1-17).
+ * apps/nshlib/nsh_script.c: Now saves the FILE stream for the script
+ file in the vtbl structure so that it can be accessed by forthcoming
+ while and until logic (2014-1-17).