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
This commit is contained in:
patacongo
2008-08-17 18:59:50 +00:00
parent e72ddd2f36
commit 8776d019b3
+2
View File
@@ -1046,6 +1046,8 @@ nuttx-0.3.13 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* 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
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>