summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-02 12:53:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-02 12:53:58 -0600
commit7e032c4d2bbe3eec2f4e09e948c834ddcd20c2dd (patch)
tree6bd2bb9602d57d7cc2fc14127537363edae12252 /apps/ChangeLog.txt
parent5d6e18e0ba1c0164f6d0913b25510c11b14fcc27 (diff)
downloadnuttx-7e032c4d2bbe3eec2f4e09e948c834ddcd20c2dd.tar.gz
nuttx-7e032c4d2bbe3eec2f4e09e948c834ddcd20c2dd.tar.bz2
nuttx-7e032c4d2bbe3eec2f4e09e948c834ddcd20c2dd.zip
CLE: Forgot to NUL terminate the command line
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index a9450b5d3..7a1caf2a6 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -813,8 +813,7 @@
6.34 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
* apps/system/cle: Add a EMACS-like command line editor. This CLE,
- is really more like readline than the NuttX readline is! Not fully
- fully on initial checkout (2014-02-02).
+ is really more like readline than the NuttX readline is! (2014-02-02).
* apps/nshlib: Use of the standard tiney readline (about .25KB) is now
an option and can be replaces with the EMACX-like CLE (about 2KB)
(2014-02-02).