summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-11 13:18:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-11 13:18:12 -0600
commit0eb975dd496c6c9726e40999fcf132b2e6189d86 (patch)
tree3b72b40118d0069c060e2ac3593a6e091d037108 /apps/ChangeLog.txt
parenta31974f5f25547a6f4e4aadf5056602905b72b87 (diff)
downloadnuttx-0eb975dd496c6c9726e40999fcf132b2e6189d86.tar.gz
nuttx-0eb975dd496c6c9726e40999fcf132b2e6189d86.tar.bz2
nuttx-0eb975dd496c6c9726e40999fcf132b2e6189d86.zip
NSH can not handle command arguments that are concatenations of constant strings, command output, application program output, and environment varaible values.
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 03dd38a3a..d2711e456 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -771,4 +771,7 @@
on initial commit (2014-1-10).
* Logic to support commands enclosed in back quotes is functional
but not thoroughly tested (2014-1-11).
+ * apps/nshlib/nsh_parse.c: Can now handle arguments that are
+ concatenations of constant strings, command return data, application
+ return data, and environment variables (2014-1-11).