summaryrefslogtreecommitdiff
path: root/include/stdio.h (follow)
AgeCommit message (Expand)Author
2025-11-14Add `access` annotationsjvoisin
2025-10-31add initial clang supportDaniel Kolesa
2025-10-31avoid __extension__ with clangDaniel Kolesa
2025-10-31Make use of __builtin_dynamic_object_sizejvoisin
2018-07-24Don't use __extension__ in C++ codeA. Wilcox
2016-09-10Bump copyright yearsin
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-03-14Use __typeof__ to in part avoid replicating function typesTrutz Behn
2015-03-14Fix typo in attribute nameTrutz Behn
2015-03-14Add __artificial__ to aid in debuggingsin
2015-03-13Restore C++ supportsin
2015-03-13Implement snprintf() and sprintf() using __builtin_va_arg_pack()sin
2015-03-13Re-order vsnprintf() and vsprintf()sin
2015-03-13Fix typosin
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-03-03Fix signed/unsigned warningsin
2015-03-03Remove gcc attribute decorationsin
2015-03-03Don't trap on error for vsprintf() and friendssin
2015-03-01Add fwrite() checksin
2015-03-01Add fread() checksin
2015-03-01Add vsprintf() checksin
2015-03-01Fix potential signed/unsigned warningsin
2015-03-01Add sprintf() checksin
2015-02-28Minor style fixsin
2015-02-24Remove compile time checkssin
2015-02-22Remove header license commentssin
2015-02-04Remember to #undef __errordeclsin
2015-02-04Style fixsin
2015-01-30Remove __restrictsin
2015-01-29Add compile-time checks as wellsin
2015-01-29Add license infosin
2015-01-29Style fixsin
2015-01-29Add fgets() checkssin
2015-01-28Use BSD-style func defssin
2015-01-28Use local _n to avoid multiple evaluationsin
2015-01-28Add snprintf() checkssin
2015-01-28Use __builtin_va_listsin
2015-01-28Add vsnprintf() checkssin