summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-17Use relaxed atomics for malloc have_fastchunksWilco Dijkstra
2017-10-17Inline tcache functionsWilco Dijkstra
2017-10-17Fix armv7-a compiler option nameAdhemerval Zanella
2017-10-17New locale ca_ES@valencia [BZ #2522]Aurelien Jarno
2017-10-17Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296)Romain Naour
2017-10-17Add build-many-glibcs.py arm-linux-gnueabihf-v7{-disable-multiarch}Adhemerval Zanella
2017-10-17Add common ifunc-init.h headerAdhemerval Zanella
2017-10-17Place monetary symbol in el_GR and el_CY after the amountMike FABIAN
2017-10-16Move some float128 symbol version definitions.Joseph Myers
2017-10-16version.h: Switch to ".9000" as the suffix for the development versionFlorian Weimer
2017-10-16malloc: Use compat_symbol_reference in libmcheck [BZ #22050]Florian Weimer
2017-10-16malloc: Do not compile mcheck-init.o as libc moduleFlorian Weimer
2017-10-16shlib-compat: Update documentation of the compat_symbol_reference macroCarlos O'Donell
2017-10-16Support running libm tests for float128 as alias for long double.Joseph Myers
2017-10-16Support strtof128 etc. aliases.Joseph Myers
2017-10-15locale: Don't use \n with record_verbose messages.Carlos O'Donell
2017-10-15Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]H.J. Lu
2017-10-14Add a test for profiling static executableH.J. Lu
2017-10-13locale: No warning for non-symbolic character (bug 22295)Carlos O'Donell
2017-10-13locale: Allow "" int_curr_Symbol (bug 22294)Carlos O'Donell
2017-10-13locale: Fix localedef exit code (Bug 22292)Carlos O'Donell
2017-10-13localedata: Reorganize Unicode LC_CTYPE inclusion.Carlos O'Donell
2017-10-13Support strfromf128 alias.Joseph Myers
2017-10-13Use libm_alias_ldouble_other in ldbl-64-128/s_nextafterl.c.Joseph Myers
2017-10-13nptl: Preserve error in setxid thread broadcast in coredumps [BZ #22153]Peter Zelezny
2017-10-13Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke
2017-10-13powerpc: Avoid putting floating point values in memory [BZ #22189]Tulio Magno Quites Machado Filho
2017-10-13[BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7Tulio Magno Quites Machado Filho
2017-10-13Use libm_alias_ldouble for SPARC fabsl.Joseph Myers
2017-10-13Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers
2017-10-13Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers
2017-10-13Benchtests for sinf, cosf and sincosfRajalakshmi Srinivasaraghavan
2017-10-12fix posix/tst-spawn testSzabolcs Nagy
2017-10-12Update ChangeLog entry for commit d165ca6498H.J. Lu
2017-10-12Support profiling PIE [BZ #22284]H.J. Lu
2017-10-11Run libm long double tests for long double = double.Joseph Myers
2017-10-11Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella
2017-10-11nscd: remove reference to libnslAndreas Schwab
2017-10-11nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer
2017-10-11nss_files: Use struct scratch_buffer for gethostbyname [BZ #18023]Florian Weimer
2017-10-11Use generic alias macros in ldbl-opt.Joseph Myers
2017-10-11Use libm_alias_* in soft-fp.Joseph Myers
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers
2017-10-10nss_files: Refactor gethostbyname3 multi case into separate functionFlorian Weimer
2017-10-09Use generic macros for lgamma_r function aliases.Joseph Myers
2017-10-09posix: remove glob internal bogus extern declAdhemerval Zanella
2017-10-09Remove ldbl-opt w_scalbln.c.Joseph Myers
2017-10-09Ensure C99 and C11 interfaces are available for C++ [BZ #21326]Jonathan Wakely
2017-10-08openpty: use TIOCGPTPEER to open slave side fdChristian Brauner
2017-10-08openpty: close slave pty fd on errorChristian Brauner