From f22899e80dcfbb90bd4eb3b1bcbcf5726e53e768 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 23 Feb 2011 02:08:33 +0000 Subject: [PATCH] Fix getopt bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3310 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 5ce0d0b1a2a..58d886b3f7e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: February 19, 2011

+

Last Updated: February 21, 2011

@@ -2040,6 +2040,9 @@ nuttx-5.18 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> a USB host HID keyboard configuraion. * drivers/usbhost/hid_parser.c -- Leverages the LUFA HID parser written by Dean Camera. + * lib/lib_getopt() -- Correct an error in the getopt() logic: On certain error + return cases, the state was not being reset correcly and incorrect behaviors + could occur on subsequent calls to getopt(). pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>