summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio/lib_fputs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add support for accessing printf, sprintf, puts, etc. strings that do not ↵patacongo2011-07-011-1/+52
| | | | | | lie in the MCU data space git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3738 42af7a65-404d-4744-a932-0658087f49c3
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3639 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.3 releasenuttx-6.3patacongo2011-05-151-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3615 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 header filespatacongo2011-05-151-22/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3611 42af7a65-404d-4744-a932-0658087f49c3
* Extend line buffering logic to puts, fputs, putc, fputc, and putchar()patacongo2011-05-141-13/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3608 42af7a65-404d-4744-a932-0658087f49c3
* Flush buffer after newline in putc, fputc, and puts (but not fputs)patacongo2011-05-141-12/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3607 42af7a65-404d-4744-a932-0658087f49c3
* Kernel build mostly successfulpatacongo2011-04-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3454 42af7a65-404d-4744-a932-0658087f49c3
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-301-0/+126
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3440 42af7a65-404d-4744-a932-0658087f49c3