Update ChangeLog/TODO

This commit is contained in:
Gregory Nutt
2015-11-25 12:02:25 -06:00
parent 064ef4f1fb
commit fb0a148812
3 changed files with 5 additions and 8 deletions
+2
View File
@@ -11148,3 +11148,5 @@
* fs/hostfs and arch/sim/src: Add a special file system for use with * 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 simulator that supports access to the host file system from the
simulation. From Ken Petit (2015-11-25). simulation. From Ken Petit (2015-11-25).
* libc/time/lib_strftime.c: Add day-of-week support. (2015-11-25).
+2 -7
View File
@@ -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 This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -18,7 +18,7 @@ nuttx/
(6) Binary loaders (binfmt/) (6) Binary loaders (binfmt/)
(12) Network (net/, drivers/net) (12) Network (net/, drivers/net)
(4) USB (drivers/usbdev, drivers/usbhost) (4) USB (drivers/usbdev, drivers/usbhost)
(12) Libraries (libc/, libm/) (11) Libraries (libc/, libm/)
(11) File system/Generic drivers (fs/, drivers/) (11) File system/Generic drivers (fs/, drivers/)
(8) Graphics subsystem (graphics/) (8) Graphics subsystem (graphics/)
(1) Pascal add-on (pcode/) (1) Pascal add-on (pcode/)
@@ -1220,11 +1220,6 @@ o Libraries (libc/)
Status: Open Status: Open
Priority: Low 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() Title: RESETTING GETOPT()
Description: There is an issue with the way that getopt() handles errors that Description: There is an issue with the way that getopt() handles errors that
return '?'. return '?'.
+1 -1
Submodule configs updated: c8d8045996...bf0c883295