From c7419e57d3d3579e3b48fc9e0654fc56f911349b Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 23 Aug 2008 15:14:46 +0000 Subject: [PATCH] Added ch and pwd to NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@840 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd0addd0fc..d756a2bd12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -418,5 +418,7 @@ * NSH now supports commands to inspect and modify memory * NSH cat command now supports multiple files on command line * Add chdir() and getcwd() + * Fix error in getopt() when called with argc==1 + * Fix error in stat() when used on the root directory