summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Add floating point support to printfpatacongo2010-05-081-1/+8
* Switching to C99 stdint.h typespatacongo2009-12-141-5/+8
* Add strtoul, strtoll, strtoull, atol, and atoll.patacongo2009-06-141-0/+12
* Make lib/ stream implementation visible outside of lib/patacongo2009-05-311-113/+2
* Extend lib to handle incoming streamspatacongo2009-05-301-31/+84
* Use MAX_INT, not 0x7fffffff. On some machines int is 16-bitspatacongo2009-02-141-1/+2
* Needed for ZDS compilepatacongo2008-11-271-1/+1
* Make use of FAR consistent in stdio.hpatacongo2008-11-101-17/+17
* Added ch and pwd to NSHpatacongo2008-08-231-10/+0
* Add chdir() and getcwd()patacongo2008-08-221-15/+29
* typospatacongo2008-08-021-1/+1
* fflush(NULL) returns errorpatacongo2008-02-061-2/+2
* Various fixes for buffered R/W I/O and seekingpatacongo2008-02-051-0/+12
* Add strcat() and strncat()patacongo2007-11-201-0/+2
* Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byt...patacongo2007-03-051-0/+4
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-1/+8
* Finally, a clean SDCC compilepatacongo2007-02-271-7/+7
* Working toward compiler independence: Removed inline funcspatacongo2007-02-201-4/+0
* NuttX RTOSpatacongo2007-02-171-0/+166