Commit History

Author SHA1 Message Date
  sin-ack d5fbdf1866 Kernel+LibC+LibCore: Implement `renameat(2)` 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Linus Groh d26aabff04 Everywhere: Run clang-format 2 years ago
  Liav A 74a080fb68 LibC: Use proper casting in fgetc and fgetc_unlocked functions 2 years ago
  Liav A db45e242c4 LibC: Do an explicit static_cast in the fgetc function 2 years ago
  Tim Schumacher 224ac1a307 LibC: Remove a bunch of weak `pthread_*` symbols 3 years ago
  SeekingBlues f34e69a52b LibC: Add `ctermid` 3 years ago
  Tim Schumacher 3237efc661 LibC: Implement __fseterr 4 years ago
  Tim Schumacher 4f706d819a LibC: Implement __freadptrinc 3 years ago
  Tim Schumacher 89ed0649f7 LibC: Implement __freadahead 3 years ago
  Tim Schumacher 9b543ddb16 LibC: Implement __freadptr 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Tim Schumacher 4917a610ab LibC: Partially implement __fpending 4 years ago
  Ali Mohammad Pur 18f68d1aea LibC: Stub out fmemopen() 3 years ago
  Andrew Kaster 353e72ac9b LibC+Kernel: Remove global variable use from snprintf and fprintf 3 years ago
  Daniel Bertalan 6a6dbf5b0b LibC: Implement `fflush(nullptr)` 3 years ago
  Andrew Kaster d809637023 Userland: Resolve tautological-constant-out-of-range-compare warnings 3 years ago
  Conor Byrne 8515d7d5ab LibC: Implement ``flockfile`` and ``funlockfile`` 3 years ago
  Brian Gianforcaro 140a544051 LibC: Add POSIX spec comments for stdio APIs 3 years ago
  Ali Mohammad Pur e717ca32d1 LibC: Implement ungetwc() 3 years ago
  Ali Mohammad Pur db7a6d6e74 LibC: Implement f{get,put}ws() 3 years ago
  Ali Mohammad Pur cb90856756 LibC: Implement {f,}putwc() 3 years ago
  Ali Mohammad Pur cf17677206 LibC: Implement {f,}getwc() 3 years ago
  Ben Wiederhake 33079c8ab9 Kernel+UE+LibC: Remove unused dbgputch syscall 3 years ago
  Andreas Kling c93687c15e LibC: Make remove() propagate non-EISDIR unlink() errors 3 years ago
  Andreas Kling 16105091ba LibC: Remove a bunch of pointless `rc` temporaries in stdio.cpp 3 years ago
  Daniel Bertalan b9f30c6f2a Everywhere: Fix some alignment issues 4 years ago
  Tim Schumacher ccef5fe234 LibC: Implement __fpurge 4 years ago
  Tim Schumacher a3b4e43dd8 LibC: Implement __freading and __fwriting 4 years ago