Update ChangeLog/TODO
This commit is contained in:
parent
064ef4f1fb
commit
fb0a148812
@ -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).
|
||||||
|
|
||||||
|
9
TODO
9
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
|
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 '?'.
|
||||||
|
2
configs
2
configs
@ -1 +1 @@
|
|||||||
Subproject commit c8d80459962144a49edfc6861127b66c13009320
|
Subproject commit bf0c88329540d1e674e0c2bfeee2350e7898c5b5
|
Loading…
Reference in New Issue
Block a user