summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-17 18:59:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-17 18:59:50 +0000
commitc6320a61502b705a63e1d178a3b219ca3dc4412a (patch)
tree2ed02bfb1dfb8c3ec739b1e4cb8b16305c26f04f /nuttx/ChangeLog
parentef3f1a8672de0cc79514af2139c1a567a36a3783 (diff)
downloadnuttx-c6320a61502b705a63e1d178a3b219ca3dc4412a.tar.gz
nuttx-c6320a61502b705a63e1d178a3b219ca3dc4412a.tar.bz2
nuttx-c6320a61502b705a63e1d178a3b219ca3dc4412a.zip
Added 130 and if-then-else-fi to NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@828 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1c828cf7e..9ba531c35 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -412,4 +412,6 @@
* Correct an error in the FAT that caused files opened for writing with
O_APPEND to fail. The file was not being properly positioned to the
end of the file in that case.
+ * NSH now supports last exit status $?
+ * NSH now supports if-then[-else]-fi construct