Commit History

Author SHA1 Message Date
  Tim Schumacher 552ae77f0d LibC: Implement wcsnrtombs 3 years ago
  Tim Schumacher e618602433 LibC: Implement mbrlen 3 years ago
  Daniel Bertalan 95c32fdf19 LibC: Primitively implement wcsxfrm 3 years ago
  Daniel Bertalan 13e6d9d71a LibC: Implement wcslcpy 3 years ago
  Daniel Bertalan e6164d35fa LibC: Fix wcsrchr declaration to return a non-const wchar* 3 years ago
  Daniel Bertalan 763a69d46d LibC: Stub out mbsnrtowcs 3 years ago
  Daniel Bertalan 54eee525e6 LibC: Stub out wcsnrtombs 3 years ago
  Daniel Bertalan 57f0c12b9a LibC: Implement wmemcmp 3 years ago
  Tim Schumacher 3336c382fb LibC: Implement wctob 3 years ago
  Tim Schumacher 420bdccf0b LibC: Implement mbsrtowcs 3 years ago
  Tim Schumacher b0babd062e LibC: Implement wcsrtombs 3 years ago
  Daniel Bertalan c8367df746 LibC: Implement wcrtomb 3 years ago
  Tim Schumacher 9c29e6cde7 LibC: Partially implement wcwidth 3 years ago
  Tim Schumacher 4ef3ed4ba3 LibC: Implement mbrtowc closer to POSIX 3 years ago
  Tim Schumacher 212f9308d4 LibC: Specifically clear only stored bytes after successful mbrtowc 3 years ago
  Tim Schumacher 06f30943ef LibC: Manually count stored bytes in mbstate_t 3 years ago
  Tim Schumacher 3c807402b3 LibC: Remove the mbstate_reset helper 3 years ago
  Tim Schumacher c3b14588ec LibC: Stub out swprintf 3 years ago
  Tim Schumacher e82dc7c77a LibC: Stub out wcstold 3 years ago
  Tim Schumacher 893d9e8741 LibC: Stub out wcstod 3 years ago
  Tim Schumacher e0548692ac LibC: Stub out wcstof 3 years ago
  Tim Schumacher 783ddd261d LibC: Stub out wcstoull 3 years ago
  Tim Schumacher a65f52d8de LibC: Stub out wcstoul 3 years ago
  Tim Schumacher 05b283f552 LibC: Implement wmemmove 3 years ago
  Tim Schumacher fa1208edfd LibC: Implement wmemset 3 years ago
  Tim Schumacher 485c0ef691 LibC: Implement wmemcpy 3 years ago
  Tim Schumacher 0ca1df4dc6 LibC: Implement wmemchr 3 years ago
  Tim Schumacher 5ac2e84264 LibC: Implement wcsstr 3 years ago
  Tim Schumacher 1b078f87b7 LibC: Implement wcspbrk 3 years ago
  Tim Schumacher b8c756a53a LibC: Primitively implement wcscoll 3 years ago