This website requires JavaScript.
Explore
Help
Sign In
Kwarde
/
klibc
Watch
1
Star
0
Fork
0
You've already forked klibc
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8a18695328a7a9ee402375867ccc383320f87d71
klibc
/
src
History
Kwarde
8a18695328
__INTERNAL_fmt: Add description + return with errno -EBADF if FD is lower than FD_stdout (1)
2025-07-26 00:50:09 +02:00
..
console.asm
__INTERNAL_fmt: Add description + return with errno -EBADF if FD is lower than FD_stdout (1)
2025-07-26 00:50:09 +02:00
constants.asm
Adds fopen() and fexist() and tests for all existing functions
2025-07-25 11:56:13 +02:00
convert.asm
atoi: Prevent (unsigned) overflow
2025-07-22 06:45:46 +02:00
core.asm
Add tests for umask_get() and umask_set()
2025-07-25 11:13:25 +02:00
file.asm
printf->__INTERNAL_fmt. FD passed via RAX. fwrite now allows specifiers and variable arguments.
2025-07-26 00:20:25 +02:00
perror.asm
Fix return value of perror (original -errno was returned as errno)
2025-07-24 16:27:34 +02:00
string.asm
Fix strcmp() behaviour (ret=-1 --> ret=0)
2025-07-10 00:01:26 +02:00
tests.asm
fwrite test 4: do not reopen file
2025-07-26 00:21:37 +02:00