Historique des commits

Auteur SHA1 Message Date
  Tim Schumacher 6d4d6c3e2a LibC: Implement `wcswidth` il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Tim Schumacher cdca6fc113 LibC: Make wchar size definitions available from stdint.h il y a 3 ans
  Tim Schumacher aa9d6f17b6 Revert "LibC: Make WEOF a signed value on clang" il y a 3 ans
  Ali Mohammad Pur ccb9cae8e9 LibC: Make WEOF a signed value on clang il y a 3 ans
  Ali Mohammad Pur 0fdf52f6dd LibC: Define WCHAR_{MIN,MAX} il y a 3 ans
  Ali Mohammad Pur 687a3351c2 LibC: Stub out wcsftime() il y a 3 ans
  Ali Mohammad Pur e717ca32d1 LibC: Implement ungetwc() il y a 3 ans
  Ali Mohammad Pur 14b91a3fe9 LibC: Stub out some wscanf variants il y a 3 ans
  Ali Mohammad Pur f0709c7a24 LibC+AK: Implement all sorts of wprintf variants il y a 3 ans
  Ali Mohammad Pur db7a6d6e74 LibC: Implement f{get,put}ws() il y a 3 ans
  Ali Mohammad Pur bd9a22e7e7 LibC: Stub out fwide() il y a 3 ans
  Ali Mohammad Pur cb90856756 LibC: Implement {f,}putwc() il y a 3 ans
  Ali Mohammad Pur a4e8a09188 LibC: Implement getwchar() il y a 3 ans
  Ali Mohammad Pur cf17677206 LibC: Implement {f,}getwc() il y a 3 ans
  Ali Mohammad Pur 3b281baf75 LibC: Implement wcs{,c}spn() il y a 3 ans
  Tim Schumacher 8eca395e4c LibC: Implement wcsdup il y a 3 ans
  Daniel Bertalan 95c32fdf19 LibC: Primitively implement wcsxfrm il y a 3 ans
  Daniel Bertalan 13e6d9d71a LibC: Implement wcslcpy il y a 3 ans
  Daniel Bertalan e6164d35fa LibC: Fix wcsrchr declaration to return a non-const wchar* il y a 3 ans
  Daniel Bertalan 763a69d46d LibC: Stub out mbsnrtowcs il y a 3 ans
  Daniel Bertalan 54eee525e6 LibC: Stub out wcsnrtombs il y a 3 ans
  Daniel Bertalan 57f0c12b9a LibC: Implement wmemcmp il y a 3 ans
  Daniel Bertalan b5fcb10493 LibC: Forward-declare `struct tm` in wchar.h il y a 3 ans
  Tim Schumacher 420bdccf0b LibC: Implement mbsrtowcs il y a 3 ans
  Tim Schumacher b0babd062e LibC: Implement wcsrtombs il y a 3 ans
  Tim Schumacher 9c29e6cde7 LibC: Partially implement wcwidth il y a 3 ans
  Tim Schumacher 06f30943ef LibC: Manually count stored bytes in mbstate_t il y a 3 ans
  Tim Schumacher 3c807402b3 LibC: Remove the mbstate_reset helper il y a 3 ans
  Tim Schumacher c3b14588ec LibC: Stub out swprintf il y a 3 ans