incubator-nuttx/libc/stdio
Gregory Nutt 972c4cbab5 Nucleo F401RE: Remove PX4 cruft that can in with the port 2014-04-22 12:18:08 -06:00
..
Make.defs Add lib_libfgets() to better support the small differences between gets(), gets_s(), and fgets() 2014-01-08 10:47:34 -06:00
lib_asprintf.c More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
lib_avsprintf.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_clearerr.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_dprintf.c Add dprintf() and vdprintf() 2013-06-02 15:49:52 -06:00
lib_dtoa.c Support /proc/uptime 2013-12-14 10:34:08 -06:00
lib_fclose.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
lib_feof.c Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
lib_ferror.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_fflush.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_fgetc.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_fgetpos.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_fgets.c Minor fixes to lib_fgets() typing 2014-01-08 11:24:28 -06:00
lib_fileno.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
lib_fopen.c Add x qualifier to fopen to support exlusive open 2014-01-07 17:18:38 -06:00
lib_fprintf.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_fputc.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_fputs.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_fread.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_fseek.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
lib_fsetpos.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_ftell.c Fix ftell() bug: It was not accounting for data buffered in memory. From Macs N 2014-03-31 09:47:28 -06:00
lib_fwrite.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_gets.c Minor fixes to lib_fgets() typing 2014-01-08 11:24:28 -06:00
lib_gets_s.c Minor fixes to lib_fgets() typing 2014-01-08 11:24:28 -06:00
lib_libdtoa.c Nucleo F401RE: Remove PX4 cruft that can in with the port 2014-04-22 12:18:08 -06:00
lib_libfflush.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_libfgets.c Make sure that there is one space after for 2014-04-12 13:28:22 -06:00
lib_libflushall.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
lib_libfread.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_libfwrite.c Complete fragmentary support for ferror(). From Macs N 2014-03-31 09:39:10 -06:00
lib_libnoflush.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_libsprintf.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_libvsprintf.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_lowinstream.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_lowoutstream.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_lowsyslog.c Add FAR to a couple of functions. The Z16F cares about such things 2014-01-02 12:36:20 -06:00
lib_meminstream.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_memoutstream.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_nullinstream.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_nulloutstream.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_perror.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_printf.c Add FAR to a couple of functions. The Z16F cares about such things 2014-01-02 12:36:20 -06:00
lib_puts.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_rawinstream.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_rawoutstream.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_rdflush.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_snprintf.c Various changes and bigfixes for problems detected by CppCheck 2013-05-09 14:23:34 -06:00
lib_sprintf.c Various changes and bigfixes for problems detected by CppCheck 2013-05-09 14:23:34 -06:00
lib_sscanf.c sscanf: Use stroul() vs strol() for %u format. From kfrolov 2014-04-02 09:15:40 -06:00
lib_stdinstream.c More trailing whilespace removal 2014-04-13 14:32:20 -06:00
lib_stdoutstream.c Changes to get PX4 config to build. Also some warning removal 2014-01-14 13:30:22 -06:00
lib_syslog.c Add FAR to a couple of functions. The Z16F cares about such things 2014-01-02 12:36:20 -06:00
lib_syslogstream.c mv ramlog.h and syslog.h to new include/nuttx/syslog 2014-04-10 09:29:30 -06:00
lib_ungetc.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
lib_vdprintf.c Fix an assertion 2013-06-02 16:49:41 -06:00
lib_vfprintf.c Add a patch to work around the bug in the ZDS-II 5.0.1 toolchain 2014-01-24 11:58:30 -06:00
lib_vprintf.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_vsnprintf.c Various changes and bigfixes for problems detected by CppCheck 2013-05-09 14:23:34 -06:00
lib_vsprintf.c Various changes and bigfixes for problems detected by CppCheck 2013-05-09 14:23:34 -06:00
lib_wrflush.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00
lib_zeroinstream.c OK.. I think the directory has been recovered and renamed 2012-11-10 16:34:46 +00:00