diff --git a/ChangeLog b/ChangeLog index 560b838ccf..3eaa45621e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11148,3 +11148,5 @@ * fs/hostfs and arch/sim/src: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit (2015-11-25). + * libc/time/lib_strftime.c: Add day-of-week support. (2015-11-25). + diff --git a/TODO b/TODO index 4fae0d8c11..bc7a4bdb83 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -NuttX TODO List (Last updated November 21, 2015) +NuttX TODO List (Last updated November 25, 2015) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This file summarizes known NuttX bugs, limitations, inconsistencies with @@ -18,7 +18,7 @@ nuttx/ (6) Binary loaders (binfmt/) (12) Network (net/, drivers/net) (4) USB (drivers/usbdev, drivers/usbhost) - (12) Libraries (libc/, libm/) + (11) Libraries (libc/, libm/) (11) File system/Generic drivers (fs/, drivers/) (8) Graphics subsystem (graphics/) (1) Pascal add-on (pcode/) @@ -1220,11 +1220,6 @@ o Libraries (libc/) Status: Open Priority: Low - Title: DAYS OF THE WEEK - Description: strftime() and other timing functions do not handle days of the week. - Status: Open - Priority: Low - Title: RESETTING GETOPT() Description: There is an issue with the way that getopt() handles errors that return '?'. diff --git a/configs b/configs index c8d8045996..bf0c883295 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit c8d80459962144a49edfc6861127b66c13009320 +Subproject commit bf0c88329540d1e674e0c2bfeee2350e7898c5b5