index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
stdio.cpp
Age
Commit message (
Expand
)
Author
2023-01-07
Everywhere: Remove "LibC/" includes, add lint-rule against it
Ben Wiederhake
2022-12-11
Kernel+LibC+LibCore: Implement `renameat(2)`
sin-ack
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-10-18
LibC: Use proper casting in fgetc and fgetc_unlocked functions
Liav A
2022-10-17
LibC: Do an explicit static_cast in the fgetc function
Liav A
2022-07-19
LibC: Remove a bunch of weak `pthread_*` symbols
Tim Schumacher
2022-06-18
LibC: Add `ctermid`
SeekingBlues
2022-04-03
LibC: Implement __fseterr
Tim Schumacher
2022-04-03
LibC: Implement __freadptrinc
Tim Schumacher
2022-04-03
LibC: Implement __freadahead
Tim Schumacher
2022-04-03
LibC: Implement __freadptr
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
LibC: Partially implement __fpending
Tim Schumacher
2022-02-12
LibC: Stub out fmemopen()
Ali Mohammad Pur
2022-02-09
LibC+Kernel: Remove global variable use from snprintf and fprintf
Andrew Kaster
2022-01-16
LibC: Implement `fflush(nullptr)`
Daniel Bertalan
2022-01-04
Userland: Resolve tautological-constant-out-of-range-compare warnings
Andrew Kaster
2022-01-01
LibC: Implement ``flockfile`` and ``funlockfile``
Conor Byrne
2021-12-21
LibC: Add POSIX spec comments for stdio APIs
Brian Gianforcaro
2021-12-21
LibC: Implement ungetwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement f{get,put}ws()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}putwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}getwc()
Ali Mohammad Pur
2021-11-24
Kernel+UE+LibC: Remove unused dbgputch syscall
Ben Wiederhake
2021-09-09
LibC: Make remove() propagate non-EISDIR unlink() errors
Andreas Kling
2021-09-09
LibC: Remove a bunch of pointless `rc` temporaries in stdio.cpp
Andreas Kling
2021-07-03
Everywhere: Fix some alignment issues
Daniel Bertalan
2021-05-30
LibC: Implement __fpurge
Tim Schumacher
2021-05-30
LibC: Implement __freading and __fwriting
Tim Schumacher
2021-05-09
LibC: Implement vscanf
Gunnar Beutner
2021-04-30
LibC: Add missing initialization for the FILE mutex
Gunnar Beutner
2021-04-29
LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked()
Gunnar Beutner
2021-04-29
LibC: Make rewind() ignore errors as it should
Gunnar Beutner
2021-04-29
LibC: Make stdio thread-safe
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
LibC: Avoid division by zero in fread()/fwrite()
Gunnar Beutner
2021-04-03
LibC: Fix FILE::flush() passing bogus arguments to lseek()
Andreas Kling
2021-03-28
LibC: Implement asprintf() and vasprintf()
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-11
Userland: Remove superfluous headers
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
AK+LibC: Remove dbgprintf() :^)
Andreas Kling
2021-02-17
LibC: Convert dbgprintf() => dbgln()
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-23
LibC: Prevent remove from calling rmdir when unlink succeeds.
Mart G
2021-01-22
LibC: Templatize unique filename enumeration for mkstemp() et al
Andreas Kling
2021-01-17
LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling