summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/langinfo.cpp
AgeCommit message (Collapse)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18Everywhere: Deduplicate day/month name constantsLenny Maiorani
Day and month name constants are defined in numerous places. This pulls them together into a single place and eliminates the duplication. It also ensures they are `constexpr`.
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-09-18LibC: Implement most langinfo values mentioned in POSIXTim Schumacher
2021-09-16LibC: Implement CODESET for langinfoTim Schumacher