.. |
Kconfig
|
libc/Kconfig: Use menus vs. comments to better organize the C library menus
|
2017-02-10 10:04:56 -06:00 |
lib_explicit_bzero.c
|
Update README and comments
|
2017-03-30 08:43:07 -06:00 |
lib_ffs.c
|
Add ffsl(), ffsll(), fls(), flsl(), flsll() and use GCC's __builtin_ctz/__builtin_clz for faster implementation of these
|
2017-03-24 09:41:31 -06:00 |
lib_ffsl.c
|
Add ffsl(), ffsll(), fls(), flsl(), flsll() and use GCC's __builtin_ctz/__builtin_clz for faster implementation of these
|
2017-03-24 09:41:31 -06:00 |
lib_ffsll.c
|
Add ffsl(), ffsll(), fls(), flsl(), flsll() and use GCC's __builtin_ctz/__builtin_clz for faster implementation of these
|
2017-03-24 09:41:31 -06:00 |
lib_fls.c
|
Add ffsl(), ffsll(), fls(), flsl(), flsll() and use GCC's __builtin_ctz/__builtin_clz for faster implementation of these
|
2017-03-24 09:41:31 -06:00 |
lib_flsl.c
|
Add ffsl(), ffsll(), fls(), flsl(), flsll() and use GCC's __builtin_ctz/__builtin_clz for faster implementation of these
|
2017-03-24 09:41:31 -06:00 |
lib_flsll.c
|
Add ffsl(), ffsll(), fls(), flsl(), flsll() and use GCC's __builtin_ctz/__builtin_clz for faster implementation of these
|
2017-03-24 09:41:31 -06:00 |
lib_isbasedigit.c
|
Rename all head files in main NuttX repository with names like *internal.h, removing the internal
|
2015-12-29 17:31:17 -06:00 |
lib_memccpy.c
|
Remove a few remaining use of the obsolteted 'Compilation Switches' program section
|
2017-01-22 08:57:18 -06:00 |
lib_memchr.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
lib_memcmp.c
|
Remove a few remaining use of the obsolteted 'Compilation Switches' program section
|
2017-01-22 08:57:18 -06:00 |
lib_memcpy.c
|
Remove a few remaining use of the obsolteted 'Compilation Switches' program section
|
2017-01-22 08:57:18 -06:00 |
lib_memmove.c
|
Remove a few remaining use of the obsolteted 'Compilation Switches' program section
|
2017-01-22 08:57:18 -06:00 |
lib_memset.c
|
C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
|
2017-02-16 16:10:09 -06:00 |
lib_skipspace.c
|
Rename all head files in main NuttX repository with names like *internal.h, removing the internal
|
2015-12-29 17:31:17 -06:00 |
lib_stpcpy.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
lib_strcasecmp.c
|
C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
|
2017-02-16 16:10:09 -06:00 |
lib_strcasestr.c
|
Fixes warning and file name
|
2017-02-22 19:19:49 +00:00 |
lib_strcat.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
lib_strchr.c
|
Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename.
|
2017-01-20 09:30:07 -06:00 |
lib_strcmp.c
|
Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename.
|
2017-01-20 09:30:07 -06:00 |
lib_strcoll.c
|
Add functions wcrtomb, wcslcpy, wcsxfrm, wctob, wctomb, wctype, localeconv, strcoll, strxfrm
|
2016-10-18 18:15:54 -06:00 |
lib_strcpy.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
lib_strcspn.c
|
Remove a few remaining use of the obsolteted 'Compilation Switches' program section
|
2017-01-22 08:57:18 -06:00 |
lib_strdup.c
|
Rename all head files in main NuttX repository with names like *internal.h, removing the internal
|
2015-12-29 17:31:17 -06:00 |
lib_strerror.c
|
Update errno values. Add new values; remove obsolete values
|
2017-03-26 09:22:00 -06:00 |
lib_strerrorr.c
|
Update some coments.
|
2017-03-08 14:30:47 -06:00 |
lib_strlen.c
|
Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename.
|
2017-01-20 09:30:07 -06:00 |
lib_strncasecmp.c
|
C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
|
2017-02-16 16:10:09 -06:00 |
lib_strncat.c
|
Standardize the width of all comment boxes in C files
|
2015-10-02 17:43:18 -06:00 |
lib_strncmp.c
|
Remove a few remaining use of the obsolteted 'Compilation Switches' program section
|
2017-01-22 08:57:18 -06:00 |
lib_strncpy.c
|
Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename.
|
2017-01-20 09:30:07 -06:00 |
lib_strndup.c
|
Rename all head files in main NuttX repository with names like *internal.h, removing the internal
|
2015-12-29 17:31:17 -06:00 |
lib_strnlen.c
|
Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename.
|
2017-01-20 09:30:07 -06:00 |
lib_strpbrk.c
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
lib_strrchr.c
|
nuttx/libc: Fix some spacing and alignment issues
|
2015-10-12 07:45:02 -06:00 |
lib_strspn.c
|
Remove a few remaining use of the obsolteted 'Compilation Switches' program section
|
2017-01-22 08:57:18 -06:00 |
lib_strstr.c
|
Silence some warnings
|
2016-05-26 14:06:13 -04:00 |
lib_strtok.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
lib_strtokr.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
lib_strxfrm.c
|
Add functions wcrtomb, wcslcpy, wcsxfrm, wctob, wctomb, wctype, localeconv, strcoll, strxfrm
|
2016-10-18 18:15:54 -06:00 |
lib_vikmemcpy.c
|
libc/string/lib_vikmemcpy.c: fix 'casting pointer to integer of different size' compiler warnings
|
2017-05-31 09:33:44 -06:00 |
Make.defs
|
Add entropy pool and strong random number generator
|
2017-03-30 07:38:37 -06:00 |