Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | alpha: Add get-rounding-mode.h | Richard Henderson | 2012-09-13 | 2 | -0/+39 | |
| | ||||||
* | alpha: Work around gcc 4.8 aliasing difference/bug | Richard Henderson | 2012-09-12 | 2 | -7/+10 | |
| | ||||||
* | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 2012-09-12 | 12 | -53/+491 | |
| | ||||||
* | Update i386 ULPs for recently added math tests | Allan McRae | 2012-09-12 | 2 | -0/+12 | |
| | ||||||
* | Remove unused typedefs and macros from _G_config.h. | Joseph Myers | 2012-09-11 | 4 | -30/+27 | |
| | ||||||
* | Update copyright years in csu/libc-tls.c | H.J. Lu | 2012-09-11 | 2 | -1/+5 | |
| | ||||||
* | Remove _G_USING_THUNKS. | Joseph Myers | 2012-09-10 | 4 | -36/+17 | |
| | ||||||
* | Remove libio C++ vtable definitions. | Joseph Myers | 2012-09-10 | 5 | -37/+16 | |
| | ||||||
* | Update ChangeLog | H.J. Lu | 2012-09-10 | 1 | -2/+0 | |
| | ||||||
* | Run tst-fopenloc if $(build-shared) is yes | H.J. Lu | 2012-09-10 | 2 | -4/+20 | |
| | ||||||
* | Update copyright years | H.J. Lu | 2012-09-10 | 2 | -2/+5 | |
| | ||||||
* | Fix a typo in ChangeLog | H.J. Lu | 2012-09-10 | 1 | -1/+1 | |
| | ||||||
* | Fix x86 SSE cosf, sinf issues | Liubov Dmitrieva | 2012-09-10 | 5 | -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.sh | H.J. Lu | 2012-09-07 | 2 | -1/+6 | |
| | ||||||
* | Check if deriv->steps is NULL before freeing it | H.J. Lu | 2012-09-07 | 2 | -3/+9 | |
| | ||||||
* | Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++ | H.J. Lu | 2012-09-07 | 2 | -6/+19 | |
| | ||||||
* | Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++ | H.J. Lu | 2012-09-07 | 2 | -1/+6 | |
| | ||||||
* | Remove gnu/stubs.h dependency on soversions.mk | H.J. Lu | 2012-09-07 | 2 | -1/+6 | |
| | ||||||
* | Use www.gnu.org as example hostname in manual/examples/inetcli.c. | Joseph Myers | 2012-09-07 | 2 | -1/+7 | |
| | ||||||
* | Cleanup code duplication in malloc on fallback to use another arena | Siddhesh Poyarekar | 2012-09-07 | 3 | -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 Tobey | 2012-09-07 | 3 | -7/+13 | |
| | ||||||
* | Use www.gnu.org as example hostname in manual (bug 10014). | Joseph Myers | 2012-09-07 | 3 | -6/+10 | |
| | ||||||
* | Fix pointers between nodes in manual (bug 10038). | Joseph Myers | 2012-09-07 | 3 | -6/+12 | |
| | ||||||
* | Restore GL(dl_initial_dtv) | H.J. Lu | 2012-09-06 | 2 | -4/+8 | |
| | ||||||
* | Remove _dl_initial_dtv | H.J. Lu | 2012-09-06 | 3 | -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 Machata | 2012-09-06 | 2 | -0/+16 | |
| | | | | Add new ARM and s390 note constants e.g. NT_*. | |||||
* | Mention BZ #14545 in NEWS | H.J. Lu | 2012-09-06 | 1 | -1/+1 | |
| | ||||||
* | Always check dtv before freeing dtv[-1] | H.J. Lu | 2012-09-06 | 3 | -2/+9 | |
| | ||||||
* | Add tst-cancel21-static.c | H.J. Lu | 2012-09-06 | 3 | -2/+11 | |
| | ||||||
* | Use crtbeginT.o to statically link programs | H.J. Lu | 2012-09-06 | 3 | -5/+20 | |
| | ||||||
* | tile: fix type of prfpregset_t in <sys/procfs.h> | Chris Metcalf | 2012-09-06 | 2 | -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 NEWS | Chris Metcalf | 2012-09-06 | 2 | -3/+4 | |
| | ||||||
* | Fix strtod test for values above maximum for IBM long double. | Joseph Myers | 2012-09-06 | 3 | -3/+23 | |
| | ||||||
* | tile: BZ#14237: fix __tls_get_addr bug initializing new modules | Chris Metcalf | 2012-09-06 | 2 | -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 Krebbel | 2012-09-06 | 6 | -7/+19 | |
| | ||||||
* | Fix botched NEWS | Jeff Law | 2012-09-05 | 1 | -2/+3 | |
| | ||||||
* | [BZ#14510] | Jeff Law | 2012-09-05 | 10 | -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. Miller | 2012-09-05 | 4 | -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. Miller | 2012-09-05 | 2 | -0/+16 | |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
* | * malloc/arena.c: Fold copyright years. | Alexandre Oliva | 2012-09-05 | 4 | -5/+8 | |
| | | | | * malloc/mcheck.c, malloc/memusage.c: Likewise. | |||||
* | * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation. | Alexandre Oliva | 2012-09-05 | 2 | -2/+6 | |
| | ||||||
* | * manual/contrib.texi (Contributors): Fix typo. Complete entry. | Alexandre Oliva | 2012-09-05 | 2 | -2/+7 | |
| | ||||||
* | Don't change no_dyn_threshold on mallopt failure | Alexandre Oliva | 2012-09-05 | 2 | -2/+9 | |
| | | | | | * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not change internal state upon failure. | |||||
* | Fix typos in malloc/. | Alexandre Oliva | 2012-09-05 | 3 | -4/+10 | |
| | | | | | | * malloc/mcheck.c (mcheck_check_all): Fix typo. * malloc/memusage.c (mmap): Likewise. (mmap64, mremap): Likewise. Adjust name in comment. | |||||
* | Fix typos in comments | Siddhesh Poyarekar | 2012-09-05 | 4 | -5/+11 | |
| | | | | | | * libio/fileops.c: Fix typos in comments. * libio/oldfileops.c: Likewise. * libio/wfileops.c: Likewise. | |||||
* | Fixed minor typo in ChangeLog | Siddhesh Poyarekar | 2012-09-05 | 1 | -1/+1 | |
| | ||||||
* | Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0 | Siddhesh Poyarekar | 2012-09-05 | 6 | -9/+100 | |
| | | | | | | | | | | | [BZ #1349] malloc_usable_size returns the usable size in an allocated chunk, which may be >= the requested size. In the case of MALLOC_CHECK_ being exported to > 0 however, only the requested size is usable, since a magic value is written at the end of the request size to trap writes beyond request bounds. Hence, when MALLOC_CHECK_ is exported to > 0, malloc_usable_size() should return the request size. | |||||
* | Increase timeout for stdlib/tst-strtod-overflow | Andreas Schwab | 2012-09-05 | 2 | -0/+5 | |
| | ||||||
* | Improve C++ header location detection (bug 13966) | Allan McRae | 2012-09-06 | 4 | -15/+18 | |
| | ||||||
* | Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float format | Andreas Schwab | 2012-09-05 | 2 | -17/+14 | |
| |