summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-18 08:24:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-18 08:24:29 -0600
commit54fdd99901b8db5ba275ea9c1f3f56efe24232ad (patch)
tree92da53e2c07893a7e8f019203d137e45c5c8eac2 /apps/ChangeLog.txt
parent2e8e47d417fb0b1e5b2386548f9c308fd74edec9 (diff)
downloadnuttx-54fdd99901b8db5ba275ea9c1f3f56efe24232ad.tar.gz
nuttx-54fdd99901b8db5ba275ea9c1f3f56efe24232ad.tar.bz2
nuttx-54fdd99901b8db5ba275ea9c1f3f56efe24232ad.zip
NSH cmp command by Andrew Twidgell
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 7800c837c..bfc4615a8 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -612,4 +612,6 @@
issues that I am still uncertain how should be handled (2012-7-15).
* apps/system/zmodem/Makefile.host and host/: The Zmodem utilities
can now be built to execute on a Linux host.
-
+ * apps/nshlib/nsh_fscmds.c: Add a 'cmp' command that can be used to
+ compare two files for equivalence. Returns an indication if the files
+ differ. Contributed by Andrew Twidgell (via Lorenz Meier) (2013-7-18).