about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #14583]Jeff Law2012-09-143-2/+7
| | | | * sysdeps/pthread/pthread.h: Fix prototype of __sigsetjmp.
* Make printf respect the rounding mode for decimal output (bug 5044).Joseph Myers2012-09-144-30/+154
|
* alpha: Streamline __setfpucwRichard Henderson2012-09-132-53/+38
| | | | | | The convert_bit macro allows the compiler to translate the bit positions more efficiently. The assumption of only running at program startup allows eliding the __ieee_get_fp_control call.
* alpha: Update localplt.dataRichard Henderson2012-09-132-0/+10
|
* alpha: Update ulpsRichard Henderson2012-09-132-4/+573
|
* Remove unused __rtld_lock_init_recursive macroH.J. Lu2012-09-137-17/+16
|
* Remove _G_HAVE_PRINTF_FP.Joseph Myers2012-09-135-6/+7
|
* alpha: Add get-rounding-mode.hRichard Henderson2012-09-132-0/+39
|
* alpha: Work around gcc 4.8 aliasing difference/bugRichard Henderson2012-09-122-7/+10
|
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-1212-53/+491
|
* Update i386 ULPs for recently added math testsAllan McRae2012-09-122-0/+12
|
* Remove unused typedefs and macros from _G_config.h.Joseph Myers2012-09-114-30/+27
|
* Update copyright years in csu/libc-tls.cH.J. Lu2012-09-112-1/+5
|
* Remove _G_USING_THUNKS.Joseph Myers2012-09-104-36/+17
|
* Remove libio C++ vtable definitions.Joseph Myers2012-09-105-37/+16
|
* Update ChangeLogH.J. Lu2012-09-101-2/+0
|
* Run tst-fopenloc if $(build-shared) is yesH.J. Lu2012-09-102-4/+20
|
* Update copyright yearsH.J. Lu2012-09-102-2/+5
|
* Fix a typo in ChangeLogH.J. Lu2012-09-101-1/+1
|
* Fix x86 SSE cosf, sinf issuesLiubov Dmitrieva2012-09-105-84/+66
| | | | | | | | | | * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix unwind info if defined PIC. Fix special cases description. * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise. * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix DP_HI_MASK entry. * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
* Add "shopt -s nullglob" to check-local-headers.shH.J. Lu2012-09-072-1/+6
|
* Check if deriv->steps is NULL before freeing itH.J. Lu2012-09-072-3/+9
|
* Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu2012-09-072-6/+19
|
* Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu2012-09-072-1/+6
|
* Remove gnu/stubs.h dependency on soversions.mkH.J. Lu2012-09-072-1/+6
|
* Use www.gnu.org as example hostname in manual/examples/inetcli.c.Joseph Myers2012-09-072-1/+7
|
* Cleanup code duplication in malloc on fallback to use another arenaSiddhesh Poyarekar2012-09-073-75/+43
| | | | | Break the fallback code to try another arena into a separate function for readability.
* Fix description of carg branch cut (bug 13542)John Tobey2012-09-073-7/+13
|
* Use www.gnu.org as example hostname in manual (bug 10014).Joseph Myers2012-09-073-6/+10
|
* Fix pointers between nodes in manual (bug 10038).Joseph Myers2012-09-073-6/+12
|
* Restore GL(dl_initial_dtv)H.J. Lu2012-09-062-4/+8
|
* Remove _dl_initial_dtvH.J. Lu2012-09-063-12/+27
| | | | | | | | | | * csu/libc-tls.c (static_dtv): Renamed to ... (_dl_static_dtv): This. Make it global. (_dl_initial_dtv): Removed. (__libc_setup_tls): Updated. * elf/dl-tls.c (DL_INITIAL_DTV): New macro. (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with DL_INITIAL_DTV.
* Synchronize with linux/elf.h.Petr Machata2012-09-062-0/+16
| | | | Add new ARM and s390 note constants e.g. NT_*.
* Mention BZ #14545 in NEWSH.J. Lu2012-09-061-1/+1
|
* Always check dtv before freeing dtv[-1]H.J. Lu2012-09-063-2/+9
|
* Add tst-cancel21-static.cH.J. Lu2012-09-063-2/+11
|
* Use crtbeginT.o to statically link programsH.J. Lu2012-09-063-5/+20
|
* tile: fix type of prfpregset_t in <sys/procfs.h>Chris Metcalf2012-09-062-1/+3
| | | | | | | | The previous dummy definition (as type int) was fine in general, since tile doesn't have floating-point registers, but it confused gdb's configure, leading to later compile errors. This change also makes prfpregset_t parallel to prgregset_t, which seems like generally the right thing regardless of the non-existence of the actual registers :-)
* tile: Add BZ to Changelog and update NEWSChris Metcalf2012-09-062-3/+4
|
* Fix strtod test for values above maximum for IBM long double.Joseph Myers2012-09-063-3/+23
|
* tile: BZ#14237: fix __tls_get_addr bug initializing new modulesChris Metcalf2012-09-062-0/+6
| | | | | We were missing a check for TLS_DTV_UNALLOCATED; if set, we need to go to the slow path.
* S/390: Fix optimized mem* running on 31 bit kernels.Andreas Krebbel2012-09-066-7/+19
|
* Fix botched NEWSJeff Law2012-09-051-2/+3
|
* [BZ#14510]Jeff Law2012-09-0510-9/+37
| | | | | | | | | | | * locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep. * locales/es_GT: Likewise. * locales/es_HN: Likewise. * locales/es_MX: Likewise. * locales/es_NI: Likewise. * locales/es_PA: Likewise. * locales/es_PR: Likewise. * locales/es_SV: Likewise.
* Recognize new sparc hwcap bits.David S. Miller2012-09-054-3/+12
| | | | | | | | * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE, HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define. * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27. * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new entries.
* Update sparc ULPs for recently added math tests.David S. Miller2012-09-052-0/+16
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* * malloc/arena.c: Fold copyright years.Alexandre Oliva2012-09-054-5/+8
| | | | * malloc/mcheck.c, malloc/memusage.c: Likewise.
* * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.Alexandre Oliva2012-09-052-2/+6
|
* * manual/contrib.texi (Contributors): Fix typo. Complete entry.Alexandre Oliva2012-09-052-2/+7
|
* Don't change no_dyn_threshold on mallopt failureAlexandre Oliva2012-09-052-2/+9
| | | | | * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not change internal state upon failure.