index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
/
stdio.h
Age
Commit message (
Expand
)
Author
2020-12-27
LibC: Add fseeko/ftello
Stephen Gregoratto
2020-12-26
LibC: Enable compiler warnings for scanf and strftime format strings
Sahan Fernando
2020-12-26
LibC: Enable compiler warnings for printf format strings
Sahan Fernando
2020-10-04
AK: Make the return type of dbgputstr consistent.
asynts
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-02-02
LibC: Move `FILE` definition to bits/FILE.h
Jesse Buhagiar
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-27
LibC: implement fgetpos and fsetpos
Paweł Cholewa
2019-11-16
LibC: Implemented getc_unlocked, stubbed flockfile
Brandon Scott
2019-11-09
LibC: Minor changes to make nasm work
Paweł Cholewa
2019-07-21
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf().
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling