Age | Commit message (Expand) | Author | Files | Lines |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 3 | -0/+4 |
2013-05-08 | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers | 1 | -0/+12 |
2013-05-07 | Declare _dl_skip_args in ldsodefs.h header. | Roland McGrath | 1 | -0/+10 |
2013-05-06 | Flesh out stub not-cancel.h file. | Roland McGrath | 1 | -0/+8 |
2013-04-25 | Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS | Paul Pluzhnikov | 2 | -20/+0 |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 1 | -0/+6 |
2013-03-28 | Make _dl_phdr pointer to const. | Roland McGrath | 1 | -1/+1 |
2013-03-28 | Consolidate declarations of _dl_phdr, _dl_phnum. | Roland McGrath | 1 | -0/+6 |
2013-03-21 | On 32-bit x86, disable certain tests involving sNaN values. | Thomas Schwinge | 1 | -0/+36 |
2013-03-15 | Move _dl_non_dynamic_init, _dl_aux_init declarations. | Roland McGrath | 1 | -0/+7 |
2013-03-06 | Remove powerpc64 bounded-pointers code. | Joseph Myers | 1 | -25/+0 |
2013-03-01 | Fix NEED_DL_SYSINFO_DSO conditionals. | Roland McGrath | 1 | -1/+1 |
2013-02-18 | unify xmalloc prototypes & friends | Mike Frysinger | 1 | -7/+1 |
2013-02-18 | New function _dl_find_dso_for_object | Siddhesh Poyarekar | 1 | -0/+4 |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 1 | -2/+2 |
2013-02-08 | Remove CHECK_N and bp-checks.h. | Joseph Myers | 1 | -49/+0 |
2013-02-08 | ARM: Support loading unmarked objects from cache. | Carlos O'Donell | 1 | -0/+1 |
2013-02-08 | Remove CHECK_1 and CHECK_1_NULL_OK. | Joseph Myers | 1 | -7/+0 |
2013-02-08 | Remove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C code. | Joseph Myers | 1 | -12/+0 |
2013-02-05 | Add missing includes to sysdeps/generic/malloc-sysdep.h. | Roland McGrath | 1 | -0/+3 |
2013-02-04 | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers | 1 | -16/+0 |
2013-02-01 | Remove BOUNDED_N and BOUNDED_1. | Joseph Myers | 1 | -10/+0 |
2013-02-01 | Remove bp-start.h and INIT_ARGV_and_ENVIRON. | Joseph Myers | 1 | -71/+0 |
2013-01-31 | Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES. | Joseph Myers | 1 | -27/+0 |
2013-01-31 | Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. | Joseph Myers | 1 | -7/+0 |
2013-01-31 | Remove bp-semctl.h and CHECK_SEMCTL. | Joseph Myers | 1 | -66/+0 |
2013-01-31 | Remove bp-thunks code. | Joseph Myers | 1 | -69/+0 |
2013-01-10 | Use __extension__ with long long in installed headers. | Joseph Myers | 1 | -2/+2 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 78 | -83/+78 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 1 | -2/+1 |
2012-12-06 | Fix warnings from generic _FPU_GETCW | Chris Metcalf | 1 | -3/+3 |
2012-12-04 | Fix sparc build with older compilers. | David S. Miller | 1 | -1/+6 |
2012-11-27 | Fix strict-aliasing warnings from unwind-dw2-fde.c. | Joseph Myers | 1 | -9/+18 |
2012-11-22 | Mark unwind-dw2-fde-glibc.c variable possibly unused. | Joseph Myers | 1 | -2/+3 |
2012-11-19 | Add ldconfig cache tag handling for AArch64 | Steve McIntyre | 1 | -0/+1 |
2012-11-19 | Add ldconfig cache tag handling for ARM hard-float ABI | Steve McIntyre | 1 | -1/+2 |
2012-11-04 | generic paths.h: remove old paths from _PATH_STDPATH | Pino Toscano | 1 | -1/+1 |
2012-11-04 | Fix small indendation issues in paths.h files | Pino Toscano | 1 | -2/+2 |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 1 | -0/+16 |
2012-10-30 | Fix strtod handling of underflow (bug 14047). | Joseph Myers | 1 | -0/+33 |
2012-10-18 | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers | 1 | -5/+0 |
2012-10-10 | * crypt/crypt-entry.c: Include fips-private.h. | Alexandre Oliva | 1 | -0/+36 |
2012-10-09 | Remove _G_off64_t and _G_stat64 from _G_config.h. | Joseph Myers | 1 | -2/+0 |
2012-09-28 | Move _G_config.h with Linuxism to linux/ directory. | Roland McGrath | 1 | -2/+7 |
2012-09-28 | Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h | H.J. Lu | 1 | -0/+6 |
2012-09-25 | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | 1 | -0/+7 |
2012-09-25 | Remove various _G_*_t type names. | Joseph Myers | 1 | -7/+0 |
2012-09-25 | Shrink heap on linux when overcommit_memory == 2 | Siddhesh Poyarekar | 1 | -0/+25 |
2012-09-21 | Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT. | Joseph Myers | 1 | -1/+0 |
2012-09-20 | Remove _G_NEED_STDARG_H. | Joseph Myers | 1 | -1/+0 |