nuttx/lib/stdio
patacongo 44d31f7a80 Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4630 42af7a65-404d-4744-a932-0658087f49c3
2012-04-18 15:57:45 +00:00
..
lib_asprintf.c Add avsprintf() 2012-02-03 17:31:08 +00:00
lib_avsprintf.c Add avsprintf() 2012-02-03 17:31:08 +00:00
lib_dtoa.c Fix compilation errors with floating point is enabled and field widths are disabled (I don't know why you would do that, but the code was wrong) 2012-04-05 23:21:13 +00:00
lib_fclose.c Fix fclose() return value when closing read-only file 2011-10-10 19:40:56 +00:00
lib_fflush.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
lib_fgetc.c More FTP client fixes 2011-06-02 20:45:35 +00:00
lib_fgetpos.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
lib_fgets.c Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH 2012-02-01 19:07:57 +00:00
lib_fileno.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
lib_fopen.c Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 2012-04-18 15:57:45 +00:00
lib_fprintf.c Various fixes for the telnet driver 2012-01-31 15:41:07 +00:00
lib_fputc.c Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 2012-04-18 15:57:45 +00:00
lib_fputs.c Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 2012-04-18 15:57:45 +00:00
lib_fread.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_fseek.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
lib_fsetpos.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
lib_ftell.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
lib_fwrite.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_gets.c Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH 2012-02-01 19:07:57 +00:00
lib_libdtoa.c Fix compilation errors with floating point is enabled and field widths are disabled (I don't know why you would do that, but the code was wrong) 2012-04-05 23:21:13 +00:00
lib_libfflush.c NX console updates 2012-03-28 16:06:56 +00:00
lib_libflushall.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
lib_libfread.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
lib_libfwrite.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
lib_libnoflush.c Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 2012-04-18 15:57:45 +00:00
lib_libsprintf.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_libvsprintf.c Fix backward conditional compilation 2012-04-13 18:25:25 +00:00
lib_lowinstream.c Implemented line-oriented buffering for std output 2011-05-14 15:21:04 +00:00
lib_lowoutstream.c Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 2012-04-18 15:57:45 +00:00
lib_lowprintf.c Add interface to enabled/disable debug output 2012-02-12 23:54:26 +00:00
lib_meminstream.c More FTP client debug fixes 2011-06-02 23:45:31 +00:00
lib_memoutstream.c Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 2012-04-18 15:57:45 +00:00
lib_nullinstream.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_nulloutstream.c Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 2012-04-18 15:57:45 +00:00
lib_printf.c Various fixes for the telnet driver 2012-01-31 15:41:07 +00:00
lib_puts.c Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 2012-04-18 15:57:45 +00:00
lib_rawinstream.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
lib_rawoutstream.c Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 2012-04-18 15:57:45 +00:00
lib_rawprintf.c Add interface to enabled/disable debug output 2012-02-12 23:54:26 +00:00
lib_rdflush.c Kernel build mostly successful 2011-04-02 15:25:22 +00:00
lib_snprintf.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_sprintf.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_sscanf.c More FTP bugfixes 2011-06-03 20:27:30 +00:00
lib_stdinstream.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_stdoutstream.c Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 2012-04-18 15:57:45 +00:00
lib_syslogstream.c Fix a small RAM log bug (the RAM log still does not work) 2012-02-12 20:27:49 +00:00
lib_ungetc.c Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
lib_vfprintf.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_vprintf.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_vsnprintf.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_vsprintf.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_wrflush.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
lib_zeroinstream.c Move stdio.h functions in lib/ to lib/stdio 2011-03-30 20:34:21 +00:00
Make.defs Add dmesg command that can be used to dump the syslog 2012-02-11 15:27:44 +00:00