diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index e91143d811..f1bf734e98 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 11, 2009

+

Last Updated: July 12, 2009

@@ -1483,7 +1483,11 @@ nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> typical embeddd system. * sched/: Added gettimeofday(). This implementation is simply a thin wrapper around clock_gettimer(). - * lib/: Add gmtime() and localtime() + * lib/: Add gmtime(), localtime(), and strftime() + * binfmt/: Add exec(). This is just a wrapper that executes both + load_ and exec_module() in a more familiar manner. It is not consistent + with more standard exec() functions, however, because (1) it returns + and (2) it requires symbol table arguments. nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>