summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-24 00:52:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-24 00:52:51 +0000
commit44187dc0498e6733e17c0851a02593079b62e561 (patch)
tree00ce99f89c41cdbf27a7b4a069f087006788ff71 /nuttx/TODO
parent8360b5cb56e122a208d9a6bd86524c4ba76fb679 (diff)
downloadnuttx-44187dc0498e6733e17c0851a02593079b62e561.tar.gz
nuttx-44187dc0498e6733e17c0851a02593079b62e561.tar.bz2
nuttx-44187dc0498e6733e17c0851a02593079b62e561.zip
Add missing RGB type
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3314 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index c3fa2ad62..374a0ad4f 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -11,7 +11,7 @@ NuttX TODO List (Last updated February 11, 2011)
(16) Network (net/, drivers/net)
(5) Network Utilities (netutils/)
(1) USB (drivers/usbdev)
- (4) Libraries (lib/)
+ (5) Libraries (lib/)
(12) File system/Generic drivers (fs/, drivers/)
(2) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
@@ -355,6 +355,19 @@ o Libraries (lib/)
Status: Open
Priority: Low
+ Description: There is an issue with the way that getopt() handles errors that
+ return '?'.
+
+ 1. Does getopt() reset its global variables after returning '?' so
+ that it can be re-used? That would be required to support where
+ the caller terminates parsing before reaching the last parameter.
+ 2. Or is the client expected to continue parsing after getopt()
+ returns '?' and parse until the final parameter?
+
+ The current getopt() implementation only supports #2.
+ Status: Open
+ Priority: Low
+
o File system / Generic drivers (fs/, drivers/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^