aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek1-33/+20
2012-07-31Clean up stub accept4 definition.Roland McGrath1-2/+2
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-1/+1
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer1-1/+2
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek1-15/+11
2012-06-30Release 2.16glibc-2.16.0Carlos O'Donell1-1/+1
2012-06-22Fix invalid memory access in do_lookup_x.Andreas Schwab1-4/+4
2012-06-01Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab1-0/+1
2012-05-31Remove use of INTUSE/INTDEF in misc.Marek Polacek1-12/+3
2012-05-31Remove use of INTDEF/INTUSE in socketAndreas Schwab1-13/+3
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu1-12/+0
2012-05-25Add --enable-systemtap configuration to define static probe points.Roland McGrath1-0/+80
2012-05-24Remove use of INTDEF/INTUSE in intlAndreas Schwab2-15/+2
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab3-7/+9
2012-05-24Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath1-7/+2
2012-05-21Fix sunrpc static libraryAndreas Jaeger1-0/+10
2012-05-16Update __STDC_ISO_10646__.Joseph Myers1-2/+3
2012-05-10Hurd: hidden_nolink macro for NO_HIDDEN case.Thomas Schwinge1-2/+2
2012-05-10Hurd: dup3Thomas Schwinge1-1/+2
2012-05-10Hurd: accept4Thomas Schwinge1-0/+3
2012-05-10Make sunrpc code usable againAndreas Jaeger1-1/+6
2012-05-10Define __STDC_NO_THREADS__.Joseph Myers1-0/+3
2012-05-08Warn if user requests __FORTIFY_SOURCE but it is disabledRoland Mc Grath1-4/+8
2012-04-29Fix attributes for fortify functions.Marek Polacek1-1/+1
2012-04-17Resolve __vector namespace conflict with Altivec.Petr Baudis1-4/+4
2012-03-22Replace Elf64_XXX with ElfW(XXX) in dl-irel.hH.J. Lu1-0/+5
2012-03-09Move math/math_private.h to sysdeps/generic/math_private.h.Richard Henderson1-1/+0
2012-03-09Fix sparc build after recent math changes.David S. Miller1-0/+1
2012-03-03Remove oldish __GNUC_PREREQ.Marek Polacek1-5/+1
2012-02-28Include <dirstream.h> before <dirent/dirent.h>Andreas Schwab1-1/+3
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper5-0/+10
2012-02-25First steps to get conformtest fully workingUlrich Drepper48-23/+115
2012-02-22Move __STDC_* predefined macros from features.h to stdc-predef.h.Joseph Myers2-8/+40
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert13-39/+26
2012-01-28Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().Chris Metcalf1-0/+6
2012-01-24Fix gets problemsUlrich Drepper1-0/+22
2012-01-08Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper1-0/+7
2012-01-08Add checking versions of poll and ppollUlrich Drepper2-0/+2
2012-01-08More fallout from supporting only ELFUlrich Drepper1-49/+25
2012-01-07Remove pre-ISO C supportUlrich Drepper36-267/+264
2012-01-07Remove non-ELF supportUlrich Drepper2-83/+38
2012-01-01Missed half the support for __USE_ISOC11Ulrich Drepper1-0/+2
2012-01-01Add __USE_ISOCXX11Ulrich Drepper1-0/+10
2012-01-01Support C11 __STDC_SOURCE__ and _ISOC11_SOURCEUlrich Drepper1-6/+12
2011-12-23Preliminaries for 2.15 releaseglibc-2.15Ulrich Drepper1-1/+1
2011-11-11Fix __readlink declaration.Roland McGrath1-1/+1
2011-11-01Account for alloca size rounding in extend_allocaAndreas Schwab1-3/+7
2011-10-31Cache network interface informationUlrich Drepper1-0/+5
2011-10-15Optimize access to isXYZ and toXYZ tablesUlrich Drepper1-12/+8
2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper1-0/+4