From da19e798e687db17ac54abbfbbe3a1f47cbb04d8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 7 Jun 2007 00:53:33 +0000 Subject: [PATCH] updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@273 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 8 ++++++++ Documentation/NuttX.html | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6efc3b98d0..416f478731 100644 --- a/ChangeLog +++ b/ChangeLog @@ -154,5 +154,13 @@ * Fixed reference counting errors associated with mounted filesystems * Added fat_getattrib() and fat_setattrib() * Added statfs() to fs layer and to FAT + * Correct file name extension in tools/zipme.sh + * Fix error in dependencies in 8051/2 Makefile + * sched/Makefile: Don't build sleep() or usleep() if signals are disabled + * sched/sched_setparam.c: Remove redundant disabling of interrupts + * sched/usleep.c: Fixed nsec calculation + * lib/lib_strcspn.c: Function incorrectly named strspn(). + * examples/ostest/main.c: Errors in SDCC version of a memcpy() call + * examples/ostest/sighandl.c: Don't call fflush() if streams are disabled * Started m68322 diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b9367abbef..c680017428 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -588,6 +588,14 @@ Other memory: * Fixed reference counting errors associated with mounted filesystems * Added fat_getattrib() and fat_setattrib() * Added statfs() to fs layer and to FAT + * Correct file name extension in tools/zipme.sh + * Fix error in dependencies in 8051/2 Makefile + * sched/Makefile: Don't build sleep() or usleep() if signals are disabled + * sched/sched_setparam.c: Remove redundant disabling of interrupts + * sched/usleep.c: Fixed nsec calculation + * lib/lib_strcspn.c: Function incorrectly named strspn(). + * examples/ostest/main.c: Errors in SDCC version of a memcpy() call + * examples/ostest/sighandl.c: Don't call fflush() if streams are disabled * Started m68322