summaryrefslogtreecommitdiff
path: root/include/features.h
AgeCommit message (Expand)Author
2018-08-01Update NEWS, version.h, and features.h for glibc 2.28.Carlos O'Donell
2018-02-21manual: Update _DEFAULT_SOURCE. [BZ #22862]Rical Jasan
2018-02-01Update for 2.27 releaseDmitry V. Levin
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-09Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely
2017-08-02Update for 2.26 releaseSiddhesh Poyarekar
2017-05-09Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__Paul E. Murphy
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg
2017-02-05Update for 2.25 releaseSiddhesh Poyarekar
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-08Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg
2016-08-03Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers
2016-08-03Add utility macros for clang detection, and deprecation with messages.Zack Weinberg
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers
2016-08-01Update for glibc 2.24 release.Carlos O'Donell
2016-02-18Update version.h and include/features.h for 2.23 releaseglibc-2.23Adhemerval Zanella
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-05Fix features.h for -Wundef (bug 19212).Joseph Myers
2015-08-05Update version.h and include/features.h for 2.22 releaseglibc-2.22Carlos O'Donell
2015-02-06Update version.h and include/features.h for 2.21 releaseglibc-2.21Carlos O'Donell
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-09-07Update version.h and include/features.h for 2.20 releaseglibc-2.20Allan McRae
2014-02-25BZ #16632: Change [_BSD/_SVID]_SOURCE warning.Carlos O'Donell
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-02-11Remove _BSD_SOURCE and _SVID_SOURCE.Joseph Myers
2014-02-07Update version.h and include/features.h for 2.19 releaseglibc-2.19Allan McRae
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-19Add _DEFAULT_SOURCE feature test macro.Joseph Myers
2013-12-17Remove __FAVOR_BSD.Joseph Myers
2013-08-10Update version.h and include/features.h for 2.18 release.glibc-2.18David S. Miller
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers
2013-01-10Remove __USE_ANSI.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-12-24Update version.h and include/features.h for 2.17 release.glibc-2.17David S. Miller
2012-06-30Release 2.16glibc-2.16.0Carlos O'Donell
2012-05-08Warn if user requests __FORTIFY_SOURCE but it is disabledRoland Mc Grath
2012-02-22Move __STDC_* predefined macros from features.h to stdc-predef.h.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-01Missed half the support for __USE_ISOC11Ulrich Drepper
2012-01-01Add __USE_ISOCXX11Ulrich Drepper
2012-01-01Support C11 __STDC_SOURCE__ and _ISOC11_SOURCEUlrich Drepper
2011-12-23Preliminaries for 2.15 releaseglibc-2.15Ulrich Drepper
2011-05-312.14 releaseglibc-2.14Ulrich Drepper
2011-04-02Update comment about feature macros.Ulrich Drepper
2011-01-172.13 releaseglibc-2.13Ulrich Drepper
2010-05-03Prepare for release.glibc-2.12Ulrich Drepper
2010-01-15Fix _XOPEN_SOURCE_EXTENDED handling.Ulrich Drepper
2010-01-11Fix up wchar.h for XPG7.Ulrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper