This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libc
/
stdlib
History
Juha Niskanen
b7ed12ebd3
Patch brings strtol() and related functions more conformant with POSIX. Corner cases like strtol(-2147483648, NULL, 10) now pass clang -fsanitize=integer without warnings.
2016-11-10 06:18:42 -06:00
..
lib_abort.c
…
lib_abs.c
…
lib_bsearch.c
…
lib_checkbase.c
…
lib_div.c
…
lib_imaxabs.c
…
lib_itoa.c
…
lib_labs.c
…
lib_ldiv.c
…
lib_llabs.c
…
lib_lldiv.c
…
lib_mbtowc.c
…
lib_mkstemp.c
…
lib_mktemp.c
…
lib_ptsname.c
…
lib_ptsnamer.c
…
lib_qsort.c
…
lib_rand.c
…
lib_srand.c
…
lib_strtod.c
…
lib_strtof.c
…
lib_strtol.c
Patch brings strtol() and related functions more conformant with POSIX. Corner cases like strtol(-2147483648, NULL, 10) now pass clang -fsanitize=integer without warnings.
2016-11-10 06:18:42 -06:00
lib_strtold.c
…
lib_strtoll.c
Patch brings strtol() and related functions more conformant with POSIX. Corner cases like strtol(-2147483648, NULL, 10) now pass clang -fsanitize=integer without warnings.
2016-11-10 06:18:42 -06:00
lib_strtoul.c
Patch brings strtol() and related functions more conformant with POSIX. Corner cases like strtol(-2147483648, NULL, 10) now pass clang -fsanitize=integer without warnings.
2016-11-10 06:18:42 -06:00
lib_strtoull.c
Patch brings strtol() and related functions more conformant with POSIX. Corner cases like strtol(-2147483648, NULL, 10) now pass clang -fsanitize=integer without warnings.
2016-11-10 06:18:42 -06:00
lib_unlockpt.c
…
lib_wctomb.c
…
Make.defs
…