fxlibc/src/libc
Yann MAGNIN 996b2b8ded fxlibc - v1.4.1 : update Vhex stdlib
@update
> malloc  : do not use syscall, involve kmalloc
> realloc : do not use syscall, involve krealloc
> free    : do not use syscall, involve kfree

@fix
> _Exit : remove syscall
2022-05-14 11:49:08 +02:00
..
assert assert: add a partial assert implementation (LDEPS) 2021-05-16 18:12:45 +02:00
ctype ctype: test and fix character class functions (DONE) 2021-05-18 11:37:37 +02:00
errno errno: add the errno variable and base macros 2021-05-16 18:12:46 +02:00
inttypes inttypes: add strtoimax and strtoumax 2021-05-20 16:05:20 +02:00
locale locale: add a stub that supports only the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
setjmp/target/sh-generic setjmp: do not disable interrupts (#1) (DONE) 2021-05-29 11:18:02 +02:00
signal support for shared libgcc in vhex 2021-11-07 18:05:33 +01:00
stdio C++ __restrict__, update STATUS, minor formatting 2022-03-31 10:12:01 +01:00
stdlib fxlibc - v1.4.1 : update Vhex stdlib 2022-05-14 11:49:08 +02:00
string string: fix a bug in SuperH memset 2022-03-26 15:19:15 +00:00
threads update include hierarchy 2021-05-09 17:59:07 +02:00
time time: do not depend on gint headers 2021-12-31 19:48:43 +01:00