about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix up NEWS merge goof-upSiddhesh Poyarekar2015-03-181-5/+6
* Use calloc to allocate xports (BZ #17542)Brad Hubbard2015-03-183-8/+12
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-1714-73/+317
* Preserve bound registers in _dl_runtime_resolveH.J. Lu2015-03-162-0/+13
* * stdlib/setenv.c (__add_to_environ): Revert previous change.Paul Eggert2015-03-152-9/+5
* m68k: fix 64-bit arithmetic in atomic operations (bug 18128)Andreas Schwab2015-03-143-9/+16
* * stdlib/setenv.c (__add_to_environ):Paul Eggert2015-03-132-1/+14
* ARM: Rewrite sysdeps/arm/tls-macros.hRoland McGrath2015-03-132-70/+72
* Enhance nscd's inotify support (Bug 14906).Carlos O'Donell2015-03-137-158/+398
* soft-fp: Define and use _FP_STATIC_ASSERT.Joseph Myers2015-03-125-32/+66
* manual: fix XPG basename prototypeYaakov Selkowitz2015-03-122-1/+5
* S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler2015-03-128-30/+264
* S/390: Regenerate ULPsStefan Liebler2015-03-122-10/+33
* Fix ldconfig segmentation fault with corrupted cache (Bug 18093).Aurelien Jarno2015-03-113-2/+10
* Fix BZ #18043 comment # 19: don't call undefined setenv(..., NULL, 1).Paul Pluzhnikov2015-03-112-1/+6
* powerpc: Remove HAVE_ASM_GLOBAL_DOT_NAME defineAdhemerval Zanella2015-03-1110-186/+51
* hppa: update __O_SYNC fix with [BZ #18068]Mike Frysinger2015-03-112-2/+3
* hppa: Fix feupdateenv and fesetexceptflag (Bug 18111).Carlos O'Donell2015-03-115-11/+44
* hppa: Fix feholdexcpt and fesetenv (Bug 18110).John David Anglin2015-03-114-9/+15
* soft-fp: Add _FP_UNREACHABLE.Joseph Myers2015-03-113-4/+21
* Let tests result in UNSUPPORTED; use that for unbuildable C++ casesRoland McGrath2015-03-107-33/+69
* Harmonize posix/regcomp.c with gnulib: comment formattingRoland McGrath2015-03-102-32/+37
* hppa: Update libm-test-ulps.Carlos O'Donell2015-03-102-0/+929
* Add test for bug 18104.Joseph Myers2015-03-103-0/+52
* powerpc: Fix incorrect results for pow when using FMAAdhemerval Zanella2015-03-103-1/+7
* soft-fp: Use multiple-include guards.Joseph Myers2015-03-1011-2/+61
* Minor refactoring:Paul Pluzhnikov2015-03-092-3/+12
* Update powerpc-fpu ULPs.Adhemerval Zanella2015-03-092-50/+70
* Fix BZ #18043 (c4): buffer-overflow (read past the end) in wordexp/parse_doll...Paul Pluzhnikov2015-03-093-3/+11
* Mention BZ #18042 in NEWS.Paul Pluzhnikov2015-03-081-1/+1
* Fix off-by-one which caused BZ #18042 and add a test for it.Paul Pluzhnikov2015-03-083-2/+8
* Refactor wordexp-test.c such that words always ends at the edge ofPaul Pluzhnikov2015-03-082-31/+44
* Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed byPaul Pluzhnikov2015-03-082-7/+12
* hurd: Make libc able to call pthread stubsSamuel Thibault2015-03-082-0/+11
* soft-fp: Support conditional zero-initialization in declarations.Joseph Myers2015-03-075-6/+26
* Replace __attribute__((visibility("protected")))H.J. Lu2015-03-064-3/+29
* Fix /* in comment in previous commit.Joseph Myers2015-03-071-1/+1
* soft-fp: Condition sfp-machine.h include path on __KERNEL__.Joseph Myers2015-03-072-0/+9
* Document test-wrapper-env-only in INSTALL.Roland McGrath2015-03-063-9/+25
* ChangeLog formatRoland McGrath2015-03-061-1/+0
* Fix BZ #18043: buffer-overflow (read past the end) in wordexp/parse_dollars/p...Paul Pluzhnikov2015-03-064-2/+39
* time: ensure failing strptime() tests are reported correctlyVincent Bernat2015-03-063-8/+8
* Fix aio_error thread-safety.Samuel Thibault2015-03-063-8/+57
* vfprintf: Define WORK_BUFFER_SIZEFlorian Weimer2015-03-062-13/+15
* vfprintf: Introduce JUMP_TABLE_BASE_LABELFlorian Weimer2015-03-062-3/+8
* vfprintf: Introduce THOUSANDS_SEP_TFlorian Weimer2015-03-062-18/+10
* manual: complete example in error message documentationRical Jasan2015-03-062-6/+20
* manual: drop strerror C89 compatibility noteMike Frysinger2015-03-062-3/+5
* Avoid re-exec-self in bug-setlocale1.Roland McGrath2015-03-056-43/+32
* Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu2015-03-0518-17/+46