summaryrefslogtreecommitdiff
path: root/include/stdlib.h (follow)
AgeCommit message (Expand)Author
2025-10-31avoid __extension__ with clangDaniel Kolesa
2025-10-31Make use of __builtin_dynamic_object_sizejvoisin
2019-03-07realpath: guard slow/trap path with PATH_MAXinfo@mobile-stream.com
2018-07-24Don't use __extension__ in C++ codeA. Wilcox
2016-09-10Bump copyright yearsin
2016-07-14Only include limits.h when actually usedNatanael Copa
2015-07-16Only crash on overflow for realpath()sin
2015-06-25Add __extension__ mark to include_next to silence -pedanticSteven Barth
2015-06-03Use namespace-safe macro, param and variable namesTrutz Behn
2015-05-13Add LICENSE headersin
2015-05-13Add fortify_fn() helper in fortify-headers.hsin
2015-05-07Minor style fixsin
2015-05-07fix realpath when stdlib.h is included before limits.hNatanael Copa
2015-03-14Use __typeof__ to in part avoid replicating function typesTrutz Behn
2015-03-14Add __artificial__ to aid in debuggingsin
2015-03-13Restore C++ supportsin
2015-03-13Rework fortify implementation to use extern inlinesin
2015-03-11Put include guards in the reserved namespaceTrutz Behn
2015-03-11Ignore C++ for nowsin
2015-03-11Add ifdef guards for C++ codesin
2015-02-28Style fixsin
2015-02-28__fortify_realpath() should trap if PATH_MAX is not definedsin
2015-02-24Add realpath() checksin