summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/limits.h
AgeCommit message (Expand)Author
2022-09-18LibC: Fix misplaced #include in limits.hBen Wiederhake
2022-08-20Kernel+LibC: Enforce a limit on the number of supplementary group IDsAndreas Kling
2022-04-23LibC: Unconditionally include bits/posix1_lim.h from limits.hDaniel Bertalan
2022-04-14LibC: Define correct limits for `long` on `x86_64`Tim Schumacher
2022-01-25LibC: Define the POSIX TZNAME_MAX limitTimothy Flynn
2021-12-21LibC: Implement ungetwc()Ali Mohammad Pur
2021-10-17LibC: Define ULLONG_MAXL Pereira
2021-08-22LibC: Add LINK_MAX and _PC_LINK_MAXPeter Elliott
2021-04-27Userland: Move HOST_NAME_MAX to limits.hJean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ...Gunnar Beutner
2021-01-18LibC: Add TTY_NAME_MAX (32)Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling