summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio/lib_nulloutstream.c
Commit message (Collapse)AuthorAgeFilesLines
* Still trying to recover directory contentspatacongo2012-11-101-84/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5330 42af7a65-404d-4744-a932-0658087f49c3
* Trying to recover from deleted directory contentspatacongo2012-11-101-0/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5329 42af7a65-404d-4744-a932-0658087f49c3
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ↵patacongo2012-11-101-84/+0
| | | | | | to match git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5328 42af7a65-404d-4744-a932-0658087f49c3
* drivers/serial/serial.c open, read, write, and poll methods will not return ↵patacongo2012-08-121-0/+3
| | | | | | a short transfer or an EINTR error if a signal is received while waiting (only) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5022 42af7a65-404d-4744-a932-0658087f49c3
* Disable line buffering if the file is opened in binary mode; Also fix a ↵patacongo2012-04-181-2/+2
| | | | | | couple of fopen/fdopen bugs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4630 42af7a65-404d-4744-a932-0658087f49c3
* Implemented line-oriented buffering for std outputpatacongo2011-05-141-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3606 42af7a65-404d-4744-a932-0658087f49c3
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-301-0/+78
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3440 42af7a65-404d-4744-a932-0658087f49c3