nuttx/lib
patacongo 2915dbf9c2 Add config to enable floating point support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2542 42af7a65-404d-4744-a932-0658087f49c3
2010-03-14 17:54:16 +00:00
..
dq_addafter.c
dq_addbefore.c Add qsort() 2009-06-20 18:22:47 +00:00
dq_addfirst.c
dq_addlast.c
dq_rem.c
dq_remfirst.c
dq_remlast.c Add strtod 2010-03-14 15:10:16 +00:00
lib_b16cos.c Add fixed precision sin() and cos() 2008-11-29 01:19:35 +00:00
lib_b16sin.c Add fixed precision sin() and cos() 2008-11-29 01:19:35 +00:00
lib_basename.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_calendar2utc.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_chdir.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_checkbase.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_crc32.c Add CRC32 to lib/; add tool to make lpc313x bootloader images 2010-01-16 02:12:48 +00:00
lib_daysbeforemonth.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_dbg.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_dirname.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_dumpbuffer.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_etherntoa.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_fclose.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fflush.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fgetc.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_fgetpos.c types blkcnt_t and off_t should not depend on memory model; Remove non-standard type STATUS 2009-12-13 18:01:46 +00:00
lib_fgets.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fileno.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_filesem.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fixedmath.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fopen.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fprintf.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_fputc.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_fputs.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_fread.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_fseek.c Fix fseek/ftell; add fsetpos/fgetpos 2008-09-01 20:35:41 +00:00
lib_fsetpos.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_ftell.c Fix fseek/ftell; add fsetpos/fgetpos 2008-09-01 20:35:41 +00:00
lib_fwrite.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_getcwd.c Added ch and pwd to NSH 2008-08-23 15:16:10 +00:00
lib_getopt.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_getoptargp.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_getoptindp.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_getoptoptp.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_gets.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_gmtime.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_gmtimer.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_htonl.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_htons.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_inetntoa.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_init.c Eliminate warnings 2008-11-10 23:19:07 +00:00
lib_internal.h Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_isbasedigit.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_isleapyear.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_libfflush.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_libflushall.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_libfread.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_libfwrite.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_libsprintf.c Extend lib to handle incoming streams 2009-05-30 20:06:24 +00:00
lib_libvsprintf.c Add config to enable floating point support 2010-03-14 17:54:16 +00:00
lib_lowinstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_lowoutstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_lowprintf.c Extend lib to handle incoming streams 2009-05-30 20:06:24 +00:00
lib_match.c Added some pattern matching logic 2009-07-11 13:59:42 +00:00
lib_memcmp.c
lib_memcpy.c
lib_meminstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_memmove.c
lib_memoutstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_memset.c
lib_mktime.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_nullinstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_nulloutstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_printf.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_puts.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_qsort.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_rand.c
lib_rawinstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_rawoutstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_rawprintf.c Extend lib to handle incoming streams 2009-05-30 20:06:24 +00:00
lib_rdflush.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_rint.c
lib_sem.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_skipspace.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_snprintf.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_sprintf.c Extend lib to handle incoming streams 2009-05-30 20:06:24 +00:00
lib_sscanf.c Add config to enable floating point support 2010-03-14 17:54:16 +00:00
lib_stdinstream.c dup() and dup2() support for socket descriptors 2009-06-15 18:58:22 +00:00
lib_stdoutstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
lib_strcasecmp.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strcat.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strchr.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strcmp.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strcpy.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strcspn.c
lib_strdup.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_streamsem.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strerror.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strftime.c Fix hcs12 integer overflows 2009-12-12 18:27:20 +00:00
lib_strlen.c Add chdir() and getcwd() 2008-08-22 23:38:33 +00:00
lib_strncasecmp.c Get rid of cwd in THTTPD 2009-08-15 20:25:13 +00:00
lib_strncat.c
lib_strncmp.c strstr fails because length off by 1 2009-08-15 22:59:41 +00:00
lib_strncpy.c
lib_strpbrk.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strrchr.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strspn.c
lib_strstr.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strtod.c Add strtod 2010-03-14 15:10:16 +00:00
lib_strtok.c Remove duplicate strtok() implementatin 2008-08-16 13:47:33 +00:00
lib_strtokr.c Remove warning 2008-08-30 23:02:16 +00:00
lib_strtol.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strtoll.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strtoul.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_strtoull.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_ungetc.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_vfprintf.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_vprintf.c Make use of FAR consistent in stdio.h 2008-11-10 14:40:03 +00:00
lib_vsnprintf.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_vsprintf.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_wrflush.c Switching to C99 stdint.h types 2009-12-14 20:51:11 +00:00
lib_zeroinstream.c update comments; add lib_zeroinstream 2009-06-01 14:24:29 +00:00
Makefile Add strtod 2010-03-14 15:10:16 +00:00
sq_addafter.c
sq_addfirst.c
sq_addlast.c
sq_rem.c
sq_remafter.c
sq_remfirst.c
sq_remlast.c