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
/
wchar.h
Age
Commit message (
Expand
)
Author
2022-06-30
LibC: Implement `wcswidth`
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibC: Make wchar size definitions available from stdint.h
Tim Schumacher
2022-03-19
Revert "LibC: Make WEOF a signed value on clang"
Tim Schumacher
2021-12-21
LibC: Make WEOF a signed value on clang
Ali Mohammad Pur
2021-12-21
LibC: Define WCHAR_{MIN,MAX}
Ali Mohammad Pur
2021-12-21
LibC: Stub out wcsftime()
Ali Mohammad Pur
2021-12-21
LibC: Implement ungetwc()
Ali Mohammad Pur
2021-12-21
LibC: Stub out some wscanf variants
Ali Mohammad Pur
2021-12-21
LibC+AK: Implement all sorts of wprintf variants
Ali Mohammad Pur
2021-12-21
LibC: Implement f{get,put}ws()
Ali Mohammad Pur
2021-12-21
LibC: Stub out fwide()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}putwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement getwchar()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}getwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement wcs{,c}spn()
Ali Mohammad Pur
2021-12-19
LibC: Implement wcsdup
Tim Schumacher
2021-10-17
LibC: Primitively implement wcsxfrm
Daniel Bertalan
2021-10-17
LibC: Implement wcslcpy
Daniel Bertalan
2021-10-17
LibC: Fix wcsrchr declaration to return a non-const wchar*
Daniel Bertalan
2021-10-17
LibC: Stub out mbsnrtowcs
Daniel Bertalan
2021-10-17
LibC: Stub out wcsnrtombs
Daniel Bertalan
2021-10-17
LibC: Implement wmemcmp
Daniel Bertalan
2021-10-17
LibC: Forward-declare `struct tm` in wchar.h
Daniel Bertalan
2021-10-15
LibC: Implement mbsrtowcs
Tim Schumacher
2021-10-15
LibC: Implement wcsrtombs
Tim Schumacher
2021-10-15
LibC: Partially implement wcwidth
Tim Schumacher
2021-10-03
LibC: Manually count stored bytes in mbstate_t
Tim Schumacher
2021-10-03
LibC: Remove the mbstate_reset helper
Tim Schumacher
2021-10-03
LibC: Stub out swprintf
Tim Schumacher
2021-10-03
LibC: Stub out wcstold
Tim Schumacher
2021-10-03
LibC: Stub out wcstod
Tim Schumacher
2021-10-03
LibC: Stub out wcstof
Tim Schumacher
2021-10-03
LibC: Stub out wcstoull
Tim Schumacher
2021-10-03
LibC: Stub out wcstoul
Tim Schumacher
2021-10-03
LibC: Implement wmemmove
Tim Schumacher
2021-10-03
LibC: Implement wmemset
Tim Schumacher
2021-10-03
LibC: Implement wmemcpy
Tim Schumacher
2021-10-03
LibC: Implement wmemchr
Tim Schumacher
2021-10-03
LibC: Implement wcsstr
Tim Schumacher
2021-10-03
LibC: Implement wcspbrk
Tim Schumacher
2021-09-16
LibC: Implement mbsinit and mbrtowc
Tim Schumacher
2021-09-16
LibC: Stub out a bunch of wchar functions
Tim Schumacher
2021-09-16
LibC: Provide a dummy mbstate_t in wchar.h
Tim Schumacher
2021-05-30
LibC: Add stubs for wctype and iswctype
Tim Schumacher
2021-05-30
LibC: Stub out btowc
Tim Schumacher
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-18
LibC: Add wcstol() and wcstoll() stubs
Linus Groh
2021-01-18
LibC: Add wcsncmp()
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling