summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-10-09Merge branch 'cvs/build' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2016-10-09hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault
2016-10-09Merge branch 't/tls' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2016-10-09Merge commit 'refs/top-bases/t/tls' into t/tlsSamuel Thibault
2016-08-20Merge branch 't/tls-threadvar' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2016-08-20fix styleSamuel Thibault
2016-08-20fix mergeSamuel Thibault
2016-08-20Merge branch 't/tls-threadvar' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2016-08-20Merge branch 't/tls' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2016-08-20Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2016-08-20Merge commit 'refs/top-bases/t/tls' into t/tlsSamuel Thibault
2016-08-20Merge commit 'refs/top-bases/t/tls-threadvar' into t/tls-threadvarSamuel Thibault
2016-08-20Merge branch 'baseline' into refs/top-bases/t/tls-threadvarSamuel Thibault
2016-06-04Merge branch 't/faccessat' into refs/top-bases/tschwinge/Roger_WhittakerSamuel Thibault
2016-06-04Implement faccessat without AT_EACCESS flagSamuel Thibault
2016-02-18Update version.h and include/features.h for 2.23 releaseglibc-2.23Adhemerval Zanella
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu
2016-01-06Mark internal unistd functions hidden in ld.soH.J. Lu
2016-01-06Mark ld.so internal mmap functions hidden in ld.soH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-10Update to Unicode 8.0.0.Mike FABIAN
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers
2015-11-05Fix features.h for -Wundef (bug 19212).Joseph Myers
2015-10-29Use max_align_t from <stddef.h>.Joseph Myers
2015-10-19Mark ld.so internel __fxstatat64 hiddenH.J. Lu
2015-10-19Remove .weak, .weakext configure tests.Joseph Myers
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-10-15Mark ld.so internel __uname hiddenH.J. Lu
2015-10-15Mark ld.so internel string functions hiddenH.J. Lu
2015-10-15Mark ld.so internel stdlib functions hiddenH.J. Lu
2015-10-15Mark ld.so internel sigaction functions hiddenH.J. Lu
2015-10-15Mark internal setjmp functions hiddenH.J. Lu
2015-10-15Mark ld.so internel __profile_frequency hiddenH.J. Lu
2015-10-15Mark internal fcntl functions hiddenH.J. Lu
2015-10-15Mark internal dirent functions hiddenH.J. Lu
2015-10-15Mark _dl_catch_error hiddenH.J. Lu
2015-10-15Remove .previous, .popsection configure tests.Joseph Myers
2015-10-14include/stap-probe.h: Fix formatting.Carlos O'Donell
2015-10-02Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer
2015-09-18Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra
2015-09-15Mark fegetround pure (bug 16296).Joseph Myers
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers
2015-09-03Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers
2015-08-05Update version.h and include/features.h for 2.22 releaseglibc-2.22Carlos O'Donell
2015-07-23Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar