From a98793545d35d9cf678a9eb4c465cfa68f013c03 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 1 Jul 2007 18:23:03 +0000 Subject: [PATCH] Added cp command git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@303 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index fa3dbdd0711..dd73585c12c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -614,7 +614,7 @@ Other memory: 0.2.8 2007-xx-xx Gregory Nutt * tools/Makefile.mkconfig: Under Cygwin, executable has a different name - * tools/mkdeps.sh & arch/arm/src/Makefile: Corrected a problem makeing dependencies + * tools/mkdeps.sh & arch/arm/src/Makefile: Corrected a problem making dependencies * tools/zipme.sh: Force directory name to be nuttx-xx.yy.zz * fs/fs_opendir.c: Correct errors in semaphore usage that can cause deadlock. * lib/lib_getopt.c: Added getopt() support @@ -631,6 +631,9 @@ Other memory: In this case, the old memory contents need to be copied to the new location and an allocated bit was not being set. * examples/ostest: Added an environment variable test. + * examples/nsh/: Break into several files. + * lib/: Added strrchr, basename, dirname + * examples/nsh/: Add cp command * Started m68322