summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio
Commit message (Expand)AuthorAgeFilesLines
* Still trying to recover directory contentspatacongo2012-11-1058-10717/+0
* Trying to recover from deleted directory contentspatacongo2012-11-1058-0/+10717
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-1058-10717/+0
* Add support for ferror(), feof(), and clearerr()patacongo2012-11-015-14/+287
* Another dtoa() fix from Mike Smithpatacongo2012-10-111-2/+9
* Eliminate a warningpatacongo2012-10-061-0/+8
* More sscanf: Long flag (as in %ld) not be used in all of the places it shoul...patacongo2012-09-211-14/+40
* Fix bug in last sscanf changepatacongo2012-09-211-45/+64
* One more sscanf changepatacongo2012-09-211-1/+1
* Add support for Fire STM32v3; sscanf fixes from Katepatacongo2012-09-211-46/+118
* Fixes for z80 compilation with SDCC toolchain. There are still a few header ...patacongo2012-09-132-7/+7
* Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-131-1/+1
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-5/+24
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-33/+2
* The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-312-3/+0
* Add lib.csv that may be used to generate C library symbol tablespatacongo2012-08-311-0/+1
* Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-3125-79/+137
* Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo2012-08-282-2/+3
* Add perror()patacongo2012-08-281-0/+130
* Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-144-13/+15
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-132-7/+14
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-1212-52/+141
* Misc updates (minor)patacongo2012-08-061-7/+2
* Fix more floating point formatting bugspatacongo2012-08-062-38/+101
* Fix a floating point presentation errorpatacongo2012-08-061-216/+90
* cosmeticpatacongo2012-08-062-49/+153
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-13/+32
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-6/+4
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-171-1/+1
* Disable line buffering if the file is opened in binary mode; Also fix a coupl...patacongo2012-04-1810-76/+215
* Fix backward conditional compilationpatacongo2012-04-131-1/+1
* Fix compilation errors with floating point is enabled and field widths are di...patacongo2012-04-053-15/+27
* NX console updatespatacongo2012-03-281-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-216-6/+6
* Add interface to enabled/disable debug outputpatacongo2012-02-122-6/+20
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-114-5/+17
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-114-10/+130
* Add avsprintf()patacongo2012-02-033-55/+156
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-012-190/+32
* Fix a error the telnet driver read method. Don't return if only protocol stu...patacongo2012-01-311-2/+2
* Various fixes for the telnet driverpatacongo2012-01-313-6/+6
* STM32 fixes for F4 32-bit timerspatacongo2012-01-131-0/+36
* Fix fclose() return value when closing read-only filepatacongo2011-10-102-14/+22
* Add CDC ACM serial class device driverpatacongo2011-09-131-2/+2
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-012-51/+147
* More FTP bugfixespatacongo2011-06-031-24/+61
* Fix a nasty bug that was closing stdinpatacongo2011-06-031-1/+4
* More FTP client debug fixespatacongo2011-06-023-13/+29
* More FTP client fixespatacongo2011-06-022-4/+7