9
0
Fork 0
nuttx-bb/nuttx/lib
patacongo 23d3793ae3 Remove warning
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@856 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2008-08-30 23:02:16 +00:00
..
Makefile Added ch and pwd to NSH 2008-08-23 15:16:10 +00:00
dq_addafter.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_addbefore.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_addfirst.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_addlast.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_rem.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_remfirst.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
dq_remlast.c Various fixes for buffered R/W I/O and seeking 2008-02-05 18:13:13 +00:00
lib_basename.c Add basename, dirname, strrchr 2007-07-01 17:37:11 +00:00
lib_chdir.c Added ch and pwd to NSH 2008-08-23 15:16:10 +00:00
lib_dbg.c Fix a16f serial bugs 2008-01-26 14:35:25 +00:00
lib_dirname.c Added support for socket descriptors 2007-09-01 18:06:15 +00:00
lib_etherntoa.c Add ether_ntoa() and inet_ntoa() 2007-12-11 14:23:58 +00:00
lib_fclose.c Compiles with ZDS-II 2008-01-09 22:53:52 +00:00
lib_fflush.c fflush(NULL) returns error 2008-02-06 01:29:23 +00:00
lib_fgetc.c Fix EOF detection 2008-08-12 23:59:07 +00:00
lib_fgets.c Fix EOF detection 2008-08-12 23:59:07 +00:00
lib_filesem.c Cosmetic 2007-03-24 15:55:21 +00:00
lib_fopen.c Eliminate some Z16F compilation warnings. 2008-01-28 15:45:39 +00:00
lib_fprintf.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_fputc.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_fputs.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_fread.c Add fseek() 2008-02-01 22:32:16 +00:00
lib_fseek.c Various fixes for buffered R/W I/O and seeking 2008-02-05 18:13:13 +00:00
lib_fwrite.c Various fixes for buffered R/W I/O and seeking 2008-02-05 18:13:13 +00:00
lib_getcwd.c Added ch and pwd to NSH 2008-08-23 15:16:10 +00:00
lib_getopt.c fix error in getopt with no arguments 2008-08-23 15:04:50 +00:00
lib_gets.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_htonl.c Verified recvfrom() 2007-11-23 19:25:39 +00:00
lib_htons.c fix compilation errors/warnings 2008-02-06 20:11:39 +00:00
lib_inetntoa.c Fixed for 8051 w/SDCC compiler 2007-12-28 22:10:14 +00:00
lib_init.c Fix important task shutdown bugs 2008-05-15 10:50:29 +00:00
lib_internal.h Added ch and pwd to NSH 2008-08-23 15:16:10 +00:00
lib_libfflush.c Fix bug: Using unsigned to detect errno<0 2008-07-31 00:28:24 +00:00
lib_libflushall.c fix compilation errors/warnings 2008-02-06 20:11:39 +00:00
lib_libfread.c Various fixes for buffered R/W I/O and seeking 2008-02-05 18:13:13 +00:00
lib_libfwrite.c fflush(NULL) returns error 2008-02-06 01:29:23 +00:00
lib_libsprintf.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_libvsprintf.c Compiles with ZDS-II 2008-01-09 22:53:52 +00:00
lib_lowprintf.c This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +00:00
lib_lowstream.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_memcmp.c Bad return value 2007-05-19 21:10:23 +00:00
lib_memcpy.c Code complete for 8051 (not tested) 2007-03-02 21:27:47 +00:00
lib_memmove.c Code complete for 8051 (not tested) 2007-03-02 21:27:47 +00:00
lib_memset.c Code complete for 8051 (not tested) 2007-03-02 21:27:47 +00:00
lib_memstream.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_nullstream.c Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byte generic pointers. 2007-03-05 20:38:39 +00:00
lib_printf.c Typo in unused #else 2008-01-29 22:17:06 +00:00
lib_puts.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_rand.c Eliminating GCC dependencies 2007-02-20 22:39:56 +00:00
lib_rawprintf.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_rawstream.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_rdflush.c Various fixes for buffered R/W I/O and seeking 2008-02-05 18:13:13 +00:00
lib_rint.c Fix link problems 2007-02-28 13:42:19 +00:00
lib_sem.c Create a place to hold board specific header files 2007-03-26 16:47:17 +00:00
lib_snprintf.c Added snprintf 2007-09-02 19:43:16 +00:00
lib_sprintf.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_sscanf.c Compiles with ZDS-II 2008-01-09 22:53:52 +00:00
lib_stdstream.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strcat.c cosmetic 2008-08-11 23:17:34 +00:00
lib_strchr.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strcmp.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strcpy.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strcspn.c Function incorrectly named 2007-06-07 00:20:35 +00:00
lib_strdup.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
lib_streamsem.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_strerror.c Add strerror() 2007-03-17 16:18:49 +00:00
lib_strlen.c Add chdir() and getcwd() 2008-08-22 23:38:33 +00:00
lib_strncat.c Add strcat() and strncat() 2007-11-20 15:42:11 +00:00
lib_strncmp.c Add strncmp() 2007-11-18 14:32:06 +00:00
lib_strncpy.c NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_strrchr.c Add basename, dirname, strrchr 2007-07-01 17:37:11 +00:00
lib_strspn.c Add strspn() and strcspn() 2007-05-20 19:27:02 +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 NuttX RTOS 2007-02-17 23:21:28 +00:00
lib_ungetc.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_vfprintf.c Moved exclusion logic to a higher level so that printf output is more readable when the same stdout FILE* is shared 2007-03-29 14:21:31 +00:00
lib_vprintf.c Simply conditional build; fix conditional compilation 2007-06-09 19:11:00 +00:00
lib_vsnprintf.c Add vsnprintf 2007-11-25 16:49:08 +00:00
lib_vsprintf.c Fix a16f serial bugs 2008-01-26 14:35:25 +00:00
lib_wrflush.c fflush(NULL) returns error 2008-02-06 01:29:23 +00:00
sq_addafter.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_addfirst.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_addlast.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_rem.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_remafter.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_remfirst.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sq_remlast.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00