summaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* libc: stdio: Fix NULL pointer dereference in ungetc(). If 'stream' was NULL, ...Gregory Nutt2015-03-121-2/+9
* sscanf should also support %FGregory Nutt2014-12-121-1/+1
* sscanf: Accept %X as well as %x as a format specifier. From Sébastien LorquetGregory Nutt2014-12-121-0/+1
* avsprintf(): Fix a bug in usage of va_list on x86. On x86, va_list is a poi...Gregory Nutt2014-12-081-3/+30
* Traveler: Change the way that the world path is managed.Gregory Nutt2014-12-081-1/+1
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* Add tmpnam() and tempnam()Gregory Nutt2014-11-052-0/+200
* Add tmpnam() and tempnam()Gregory Nutt2014-11-051-0/+4
* Implement setlogmask(); move some syslog logic from libc/syslog to fs/syslogGregory Nutt2014-10-081-0/+1
* Move syslog logic from libc/misc and libc/stdio to libc/syslogGregory Nutt2014-10-084-413/+3
* Misc changes to get a clean build after all of the syslog changes. There are...Gregory Nutt2014-10-082-2/+2
* make standard syslog and vsyslog POSIX compliant (also modify non-standard sy...Gregory Nutt2014-10-083-9/+9
* Change to lib_dtoa() to fix prescision error from trailing zeroesGregory Nutt2014-09-261-0/+4
* Mostly cosmetic changesGregory Nutt2014-09-041-2/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-292-2/+2
* sscanf(): NuttX libc tried to guess how many characters to parse, extracted t...Gregory Nutt2014-08-181-23/+24
* SAMA5: Fix bugs in timer/counter interrupts and one-shot timerGregory Nutt2014-08-101-2/+2
* Add seekable standard streamsGregory Nutt2014-06-145-27/+296
* Add support for seekable raw streamsGregory Nutt2014-06-145-32/+279
* Add support for seekable memory streamsGregory Nutt2014-06-146-24/+424
* snprintf(): If size is zero, then snprintf() should return the size of the r...Gregory Nutt2014-05-301-7/+29
* Nucleo F401RE: Remove PX4 cruft that can in with the portGregory Nutt2014-04-221-12/+1
* More trailing whilespace removalGregory Nutt2014-04-136-7/+7
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* sscanf: Use stroul() vs strol() for %u format. From kfrolovGregory Nutt2014-04-021-14/+28
* Fix ftell() bug: It was not accounting for data buffered in memory. From Ma...Gregory Nutt2014-03-311-3/+38
* Complete fragmentary support for ferror(). From Macs NGregory Nutt2014-03-315-27/+24
* 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
* Add a patch to work around the bug in the ZDS-II 5.0.1 toolchainGregory Nutt2014-01-241-0/+1
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-145-5/+6
* Minor fixes to lib_fgets() typingGregory Nutt2014-01-084-4/+14
* Add lib_libfgets() to better support the small differences between gets(), ge...Gregory Nutt2014-01-085-241/+288
* Add x qualifier to fopen to support exlusive openGregory Nutt2014-01-071-40/+55
* Add type rsize_t and function gets_s()Gregory Nutt2014-01-072-15/+143
* Add FAR to a couple of functions. The Z16F cares about such thingsGregory Nutt2014-01-024-7/+5
* ARMv7-A: If the page table does not like in same address range as .text and p...Gregory Nutt2013-12-161-1/+1
* Support /proc/uptimeGregory Nutt2013-12-142-36/+123
* 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
* Remove some warningsGregory Nutt2013-10-011-0/+2
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-2810-38/+29
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-2/+2
* Fix an assertionGregory Nutt2013-06-022-2/+2
* Add dprintf() and vdprintf()Gregory Nutt2013-06-023-1/+121