zephyr/lib
Flavio Ceolin 1f176e485a libc: ctype: Fix isxdigit function
The last check was never true since 'a' > 'A'.
So, things like isxdigit(Z) would return true.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-11-29 15:28:21 -08:00
..
base64
cmsis_rtos_v1 lib/cmsis_rtos_v1: Use k_is_in_isr instead of _is_in_isr 2018-11-15 09:20:57 -05:00
crc crc8: fix const correctness 2018-10-04 16:37:21 -05:00
json
libc libc: ctype: Fix isxdigit function 2018-11-29 15:28:21 -08:00
mempool lib/mempool: One more spurious -ENOMEM condition 2018-11-20 11:35:10 +01:00
posix misra: Ignoring the return atomic_set when not used 2018-11-29 10:18:59 -08:00
rbtree lib: Normalize if/else statements 2018-11-06 16:20:15 -05:00
ring_buffer lib: ring_buffer: add raw byte access mode 2018-10-09 13:58:44 -04:00
CMakeLists.txt kernel: add user mode work_q capability 2018-11-29 09:21:18 -08:00
fdtable.c lib: fdtable: File descriptor table should reside in kernel memory 2018-11-08 09:47:46 -08:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
thread_entry.c
work_q.c kernel: add user mode work_q capability 2018-11-29 09:21:18 -08:00