aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-22rshift.c: Replace assert with DEBUG and aborthjl/gmpH.J. Lu1-1/+4
2017-08-21Fix GCC 7 build of k_standard.c.Joseph Myers2-0/+8
2017-08-21Consolidate non cancellable waitpid callAdhemerval Zanella5-6/+27
2017-08-21Consolidate non cancellable fcntl callAdhemerval Zanella4-8/+7
2017-08-21Consolidate non cancellable writev callAdhemerval Zanella5-12/+30
2017-08-21Revert "Add hidden visibility to internal function prototypes".Joseph Myers2-14/+11
2017-08-21Remove SPARC sqrt wrappers (bug 21973).Joseph Myers13-430/+19
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers113-175/+524
2017-08-21benchtests: Do not compile benchmark objects as libc modules [BZ #21864]Florian Weimer2-4/+12
2017-08-21assert: Support types without operator== (int) [BZ #21972]Florian Weimer5-7/+128
2017-08-21x86-64: Mark internal symbols with attribute_hidden [BZ #18822]H.J. Lu3-2/+10
2017-08-21Add hidden visibility to internal function prototypesH.J. Lu2-2/+22
2017-08-21Enable hidden visibility in libc.a compiled with PIEH.J. Lu2-1/+7
2017-08-21x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822]H.J. Lu2-1/+16
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu4-1/+5
2017-08-21Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu6-8/+17
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu11-23/+45
2017-08-20i386: Hide __old_glob64 [BZ #18822]H.J. Lu2-0/+9
2017-08-20i386: Hide __old_readdir64 [BZ #18822]H.J. Lu3-0/+11
2017-08-20Remove sysdeps/alpha/bb_init_func.SH.J. Lu2-86/+1
2017-08-20Update ChangeLogH.J. Lu1-0/+2
2017-08-20Remove __bb_init_func and __bb_exit_func [BZ #21974]H.J. Lu5-134/+11
2017-08-20Move ____longjmp_chk prototype to include/setjmp.hH.J. Lu3-4/+9
2017-08-19Mark internal SSE2 functions with attribute_hidden [BZ #18822]H.J. Lu3-2/+9
2017-08-18Consolidate non cancellable close callAdhemerval Zanella50-82/+171
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella9-30/+87
2017-08-18Mark internal argz functions with attribute_hidden [BZ #18822]H.J. Lu3-26/+50
2017-08-18Add NT_GNU_PROPERTY_TYPE_0 macrosH.J. Lu2-0/+90
2017-08-18Do not use generic selection in C++ modeGabriel F. T. Gomes2-9/+15
2017-08-18Do not use __builtin_types_compatible_p in C++ mode (bug 21930)Gabriel F. T. Gomes2-2/+12
2017-08-18Consolidate non cancellable write callAdhemerval Zanella12-18/+45
2017-08-18Consolidate non cancellable read callAdhemerval Zanella21-28/+72
2017-08-18x86-64: Check FMA_Usable in ifunc-mathvec-avx2.h [BZ #21966]H.J. Lu2-1/+9
2017-08-18Use the range notation in charmaps/UTF-8 for all ranges of neighbouring chara...Mike FABIAN2-113251/+300
2017-08-17Update nss tests to new skeletonDJ Delorie12-49/+56
2017-08-17Consolidate non cancellable open callAdhemerval Zanella36-65/+164
2017-08-17Add math benchmark latency testWilco Dijkstra3-10/+43
2017-08-17Support mcount/gprof test with GCC defaulting to PIEH.J. Lu2-1/+6
2017-08-17Fix abmon for bem_ZMAkhilesh Kumar2-13/+17
2017-08-17Fix country name for xh_ZAAkhilesh Kumar2-3/+7
2017-08-17Refresh generated charmap data and ChangeLogThorsten Glaser2-127/+111355
2017-08-17Resolve some historically special cases of ambiguous widthThorsten Glaser1-0/+12
2017-08-17Handle more cases of combining charactersThorsten Glaser1-1/+1
2017-08-17UnicodeData has precedence over EastAsianWidthThorsten Glaser1-17/+9
2017-08-17__opensock: Remove internal_function attributeFlorian Weimer4-3/+9
2017-08-16Fix sigval namespace (bug 21944).Joseph Myers10-20/+94
2017-08-16Remove "[Add new features here]" for 2.27H.J. Lu2-2/+4
2017-08-16Allow abort PLT references in libc.so for SH.Joseph Myers2-0/+7
2017-08-16Mention x86-64 FMA optimization in NEWSH.J. Lu2-0/+7
2017-08-16x86-64: Optimize e_expf with FMA [BZ #21912]H.J. Lu5-0/+254