summaryrefslogtreecommitdiffstats
path: root/nuttx/lib/lib_internal.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Disable line buffering if the file is opened in binary mode; Also fix a coupl...patacongo1-0/+5
2012-02-12Add interface to enabled/disable debug outputpatacongo1-2/+8
2011-07-01Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo1-1/+1
2011-05-14Implemented line-oriented buffering for std outputpatacongo1-2/+8
2011-04-05Clean kernel-/user-mode module buildpatacongo1-4/+30
2010-05-08Add floating point support to printfpatacongo1-1/+8
2009-12-14Switching to C99 stdint.h typespatacongo1-5/+8
2009-06-14Add strtoul, strtoll, strtoull, atol, and atoll.patacongo1-0/+12
2009-05-31Make lib/ stream implementation visible outside of lib/patacongo1-113/+2
2009-05-30Extend lib to handle incoming streamspatacongo1-31/+84
2009-02-14Use MAX_INT, not 0x7fffffff. On some machines int is 16-bitspatacongo1-1/+2
2008-11-27Needed for ZDS compilepatacongo1-1/+1
2008-11-10Make use of FAR consistent in stdio.hpatacongo1-17/+17
2008-08-23Added ch and pwd to NSHpatacongo1-10/+0
2008-08-22Add chdir() and getcwd()patacongo1-15/+29
2008-08-02typospatacongo1-1/+1
2008-02-06fflush(NULL) returns errorpatacongo1-2/+2
2008-02-05Various fixes for buffered R/W I/O and seekingpatacongo1-0/+12
2007-11-20Add strcat() and strncat()patacongo1-0/+2
2007-03-05Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byt...patacongo1-0/+4
2007-03-01This creates a 8051 build that can run in 24Kb of RAMpatacongo1-1/+8
2007-02-27Finally, a clean SDCC compilepatacongo1-7/+7
2007-02-20Working toward compiler independence: Removed inline funcspatacongo1-4/+0
2007-02-17NuttX RTOSpatacongo1-0/+166