summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio/lib_sscanf.c
Commit message (Expand)AuthorAgeFilesLines
* lib_sscanf: fixed a hang in scanf() on end of stringAndrew Tridgell2014-11-061-0/+4
* Also consider negative values to be valid, and while we are at it add support...Lorenz Meier2013-09-221-2/+9
* Also consider negative values to be validLorenz Meier2013-09-221-2/+5
* Cover a range of sscanf() corner cases, including %n not being the last forma...Lorenz Meier2013-09-221-17/+82
* Fixed two sscanf() issues: 1) sscanf() always reported as result value the nu...Lorenz Meier2013-09-211-16/+42
* 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