apio pushed to main at apio/Luna 2022-10-23 09:16:47 +00:00
bd8825231a libc: Stub out sscanf()
apio pushed to main at apio/Luna 2022-10-23 09:14:28 +00:00
d82238b485 libc: Add return value to ungetc()
apio pushed to main at apio/Luna 2022-10-23 09:13:05 +00:00
d75de5f423 libc: Partially implement ungetc
apio pushed to main at apio/Luna 2022-10-23 09:10:42 +00:00
51580bb846 libc: Add abs(), labs() and llabs()
apio pushed to main at apio/Luna 2022-10-23 08:35:00 +00:00
c02f2e128d libc: Stub out ungetc()
apio pushed to main at apio/Luna 2022-10-23 08:32:06 +00:00
f0eeaa25a3 libc: More inttypes.h
apio pushed to main at apio/Luna 2022-10-23 08:09:31 +00:00
0c33fcdff2 libc: Stub out setvbuf, and add S_ISREG
apio pushed to main at apio/Luna 2022-10-23 08:01:19 +00:00
fa35e883d7 libc: Stub out strftime
apio pushed to main at apio/Luna 2022-10-22 19:44:06 +00:00
8f17578e2e Update README.md
apio pushed to main at apio/Luna 2022-10-22 19:40:03 +00:00
06f9ffc184 libc: Add EXIT_SUCCESS, EXIT_FAILURE, RAND_MAX and BUFSIZ
apio pushed to main at apio/Luna 2022-10-22 19:17:03 +00:00
dd9b90d69d compilation fix :)
apio pushed to main at apio/Luna 2022-10-22 19:13:34 +00:00
7600bc5582 libc: Add strings.h
apio pushed to main at apio/Luna 2022-10-22 19:01:10 +00:00
433b307cb2 libc: Add strcoll()
apio pushed to main at apio/Luna 2022-10-22 18:36:40 +00:00
6d4d2579ab Tests: Add tests for strchrnul, strdup and strndup
apio pushed to main at apio/Luna 2022-10-22 17:06:16 +00:00
cf94ca2a4e Kernel: Update libk's string.h
apio pushed to main at apio/Luna 2022-10-22 17:04:46 +00:00
437f51add7 Kernel: move over the mem* functions from libc
4725538aa7 Tests: Add tests for memmove and memcmp + correct our memcmp implementation
Compare 2 commits »
apio pushed to main at apio/Luna 2022-10-22 16:37:12 +00:00
8908faf6e2 libc: Add strchrnul()
apio pushed to main at apio/Luna 2022-10-22 16:33:39 +00:00
bfbe8e847b Tests: Add tests for memset, memcpy and memchr
apio pushed to main at apio/Luna 2022-10-22 16:09:53 +00:00
766b6d26c8 Tests: add test for strpbrk()
apio pushed to main at apio/Luna 2022-10-22 16:06:11 +00:00
ea96c5f47b Tests: Add tests for calloc() and realloc()