diff --git a/ChangeLog b/ChangeLog index 65fcd4ebd4..97bb304f1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -804,5 +804,11 @@ 0.4.10 2009-xx-xx Gregory Nutt + * lib/: Added some basic regex-subset, pattern matching functions + * lib/: Greatly simplified mktime() and gmtime_r(). The Gregorian and + Julian time calculations were interesting, but not necessary in the + typical embeddd system. + + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 36eba419ba..627a5bd6c6 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 26, 2009

+

Last Updated: July 11, 2009

@@ -1477,6 +1477,11 @@ buildroot-0.1.7 2009-06-26 <spudmonkey@racsa.co.cr>