summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio
Commit message (Collapse)AuthorAgeFilesLines
* lib_sscanf: fixed a hang in scanf() on end of stringAndrew Tridgell2014-11-061-0/+4
| | | | | if we reach end of buffer when we are not on a format specifier then the code would loop forever.
* Also consider negative values to be valid, and while we are at it add ↵Lorenz Meier2013-09-221-2/+9
| | | | support for the full valid C99 number symbol range plus the binary numbers NuttX supports
* 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 ↵Lorenz Meier2013-09-221-17/+82
| | | | format specifier and trailing characters after a successful number pattern. Behaves mostly now as the POSIX variant, with all tested non-error cases being exactly the same. In particular for %n the number of returned characters now matches correctly in presence of trailing whitespace.
* Fixed two sscanf() issues: 1) sscanf() always reported as result value the ↵Lorenz Meier2013-09-211-16/+42
| | | | number of wanted arguments, even if it was not able to get all of them. 2) sscanf() would return conversion success for the last argument even if the last character is a space symbol
* Fix an assertionGregory Nutt2013-06-022-2/+2
|
* Add dprintf() and vdprintf()Gregory Nutt2013-06-023-1/+121
|
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-096-9/+17
|
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-1/+2
|
* Support for printing NaN and infinity from Andrew TridgellGregory Nutt2013-04-171-3/+40
|
* Fix for trailing %n bug in sscanf (with help from Lorenz Meier)patacongo2013-03-181-122/+238
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5754 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.26 releasenuttx-6.26patacongo2013-03-151-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5745 42af7a65-404d-4744-a932-0658087f49c3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-092-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken ↵patacongo2013-02-011-1/+1
| | | | | | Bannister git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5592 42af7a65-404d-4744-a932-0658087f49c3
* The USB monitor now works with the stm32f4discover/nsh configuration (but ↵patacongo2013-01-291-1/+0
| | | | | | not with the usbnsh configuration) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-284-21/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-7/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5576 42af7a65-404d-4744-a932-0658087f49c3
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-272-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5572 42af7a65-404d-4744-a932-0658087f49c3
* Move stream data from TCB to task group structure.patacongo2013-01-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5569 42af7a65-404d-4744-a932-0658087f49c3
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5557 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error handling bug in the fread logicpatacongo2013-01-111-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5511 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3
* OK.. I think the directory has been recovered and renamedpatacongo2012-11-1058-60/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
* Still trying to recover directory contentspatacongo2012-11-1058-0/+10717
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5330 42af7a65-404d-4744-a932-0658087f49c3