summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 65fcd4ebd..97bb304f1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -804,5 +804,11 @@
0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+ * 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.
+
+