aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-02Fix tst-memstream3 build failureAdhemerval Zanella2-0/+5
2016-09-30libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)Adhemerval Zanella9-63/+348
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers3-8/+8
2016-09-30Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers2-1/+11
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell6-35/+325
2016-09-30Add iscanonical.Joseph Myers27-8/+643
2016-09-29Remove C++ style comments from string3.hAdhemerval Zanella2-1/+5
2016-09-30Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar2-13/+24
2016-09-30Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar2-19/+32
2016-09-30consolidate sign checks for slow2Siddhesh Poyarekar2-8/+17
2016-09-28Fix iszero for excess precision.Joseph Myers4-2/+62
2016-09-28posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella4-1/+203
2016-09-28linux: spawni.c: simplify error reporting to parentRasmus Villemoes2-46/+32
2016-09-28Minor corrections to scripts/check-installed-headers.sh.Zack Weinberg2-3/+11
2016-09-28Minor correction to the "installed header hygiene" patches.Zack Weinberg2-2/+7
2016-09-26Add INTERNAL_SYSCALL_CALLAdhemerval Zanella2-18/+83
2016-09-23Add iszero.Joseph Myers6-3/+55
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg66-21/+470
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg33-108/+271
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg51-335/+327
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg9-8/+42
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg37-431/+517
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg15-40/+74
2016-09-23manual: Clarify NSS error reportingFlorian Weimer2-15/+38
2016-09-23tst-open-tmpfile: Add checks for open64, openat64, linkatFlorian Weimer2-0/+111
2016-09-23test-skeleton.c: Remove unintended #include <stdarg.h>.Florian Weimer2-1/+4
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva4-3/+24
2016-09-22hurd: Fix stack pointer corruption in syscallSamuel Thibault2-0/+4
2016-09-22hurdmalloc: Run fork handler as late as possible [BZ #19431]Samuel Thibault4-15/+36
2016-09-21[soft-fp] Add support for various half-precision conversion routines.James Greenhalgh8-0/+465
2016-09-21Add issubnormal.Joseph Myers6-4/+54
2016-09-21Add <stdint.h> integer width macros.Joseph Myers7-4/+322
2016-09-21resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer9-119/+81
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer5-33/+20
2016-09-21<arpa/nameser.h>: Remove RR type classification macros [BZ #20592]Florian Weimer3-11/+13
2016-09-21<arpa/nameser.h>, <arpa/nameser_compat.h>: Remove versionsFlorian Weimer3-20/+6
2016-09-21resolv: Remove the BIND_4_COMPAT macroFlorian Weimer3-8/+8
2016-09-21Remove obsolete DNSSEC support [BZ #20591]Florian Weimer5-320/+23
2016-09-21manual: Clarify the documentation of strverscmp [BZ #20524]Florian Weimer2-20/+55
2016-09-21Add test case for O_TMPFILE handling in open, openatFlorian Weimer4-1/+239
2016-09-21Avoid running $(CXX) during build to obtain header file pathsFlorian Weimer5-6/+39
2016-09-21Generate .op pattern rules for profiling builds onlyFlorian Weimer2-1/+8
2016-09-21sln: Preprocessor cleanupsFlorian Weimer2-15/+5
2016-09-20Fix old-style function definitionSamuel Thibault2-4/+3
2016-09-20mach: Fix old-style function definition.Samuel Thibault2-3/+2
2016-09-20posix: Correctly block/unblock all signals on Linux posix_spawnAdhemerval Zanella2-6/+6
2016-09-20posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella4-3/+188
2016-09-20Fix exc2signal.c templateSamuel Thibault2-12/+19
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy12-83/+42
2016-09-20Remove __nan{f,,l} macrosPaul E. Murphy6-11/+12