summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio/lib_sscanf.c
Commit message (Expand)AuthorAgeFilesLines
* sscanf(): NuttX libc tried to guess how many characters to parse, extracted t...Gregory Nutt2014-08-181-23/+24
* sscanf: Use stroul() vs strol() for %u format. From kfrolovGregory Nutt2014-04-021-14/+28
* sscanf(): Was returning the wrong number of conversions in many cases; Also, ...Gregory Nutt2014-03-301-11/+16
* Use get_errno() instead of errno because I may do something different if used...Gregory Nutt2014-03-301-4/+8
* strncpy would fail if n==0Gregory Nutt2014-03-281-18/+16
* Ooops... I left out a semicolon in the last sscanf() commitGregory Nutt2014-02-181-4/+4
* sscanf() bug fixes from David SidraneGregory Nutt2014-02-181-4/+18
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-0/+1
* ARMv7-A: If the page table does not like in same address range as .text and p...Gregory Nutt2013-12-161-1/+1
* libc logic should not directly assign errno, but should use set_errno() macro...Gregory Nutt2013-12-111-4/+4
* A few changes needed for compilation with ZDS-IIGregory Nutt2013-11-281-6/+8
* scanf() fixes from kfrolov: 1) sscanf() function hangs in the following examp...Gregory Nutt2013-10-211-19/+50
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Fix for trailing %n bug in sscanf (with help from Lorenz Meier)patacongo2013-03-181-122/+238
* Prep for 6.26 releasenuttx-6.26patacongo2013-03-151-0/+5
* OK.. I think the directory has been recovered and renamedpatacongo2012-11-101-1/+1
* Still trying to recover directory contentspatacongo2012-11-101-0/+507