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.cpp
Age
Commit message (
Expand
)
Author
2020-02-19
LibC: Don't assert on fflush(nullptr)
Andreas Kling
2020-02-19
LibC: Always inline the printf character helpers
Andreas Kling
2020-02-03
LibC: Move waitpid() to sys/wait.h
Sergey Bugaev
2020-02-02
LibC: Implement append modes for `fopen()`
Jesse Buhagiar
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to rename()
Andreas Kling
2019-12-27
LibC: implement fgetpos and fsetpos
Paweł Cholewa
2019-12-26
LibC: Oops x2, we can't use "bool" in stdlib.h either
Andreas Kling
2019-12-26
LibC: Implement tmpfile()
Shannon Booth
2019-11-26
LibC: Remove a leftover default_stream
Sergey Bugaev
2019-11-16
LibC: Implemented getc_unlocked, stubbed flockfile
Brandon Scott
2019-11-09
LibC: Minor changes to make nasm work
Paweł Cholewa
2019-10-24
LibC: Stop stdio from adding null terminators out of bounds (#685)
Vincent Sanders
2019-10-12
LibC: Have perror() show the input string on the debugger as well
Andreas Kling
2019-09-27
LibC: Clear any ungetc()'ed data in fflush()
Andreas Kling
2019-09-22
LibC: Fix dumb off-by-two in fgets() :^)
Andreas Kling
2019-09-22
LibC: ungetc(EOF) should fail (and return EOF)
Andreas Kling
2019-09-22
LibC: Let's assert in rewind() that fseek()ing to the beginning worked
Andreas Kling
2019-09-11
LibC: fgets() shouldn't stop on '\0'
Andreas Kling
2019-09-10
LibC: Make sure perror() is consistent about the errno it prints
Andreas Kling
2019-08-19
LibC: Write to the dbg() every time we perror() in userspace
Andreas Kling
2019-08-01
LibC: In fgetc(), fread() will never return < 0.
Andreas Kling
2019-07-25
AK: Rename ValueRestorer => ScopedValueRollback.
Andreas Kling
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