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 | 2 | -1/+2 |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 1 | -0/+3 |
2013-03-28 | Avoid unconditional __call_tls_dtors calls in static linking. | Roland McGrath | 1 | -2/+6 |
2013-02-18 | sys/cdefs.h: export __attribute_alloc_size__ | Mike Frysinger | 2 | -5/+3 |
2013-02-18 | unify xmalloc prototypes & friends | Mike Frysinger | 1 | -0/+33 |
2013-02-18 | C++11 thread_local destructors support | Siddhesh Poyarekar | 2 | -0/+8 |
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 1 | -1/+1 |
2013-02-12 | Remove redunant "warning: " prefix from stub warnings. | Roland McGrath | 1 | -2/+1 |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -1/+1 |
2013-02-04 | Don't use GLIBC_PRIVATE errno outside of libraries | Andreas Schwab | 2 | -12/+14 |
2013-02-02 | Improve link_map.l_addr comment. | Jan Kratochvil | 1 | -1/+2 |
2013-01-17 | Fix cacos real-part inaccuracy for result real part near 0 (bug 15023). | Joseph Myers | 1 | -1/+11 |
2013-01-16 | Hide reference to mktemp in libpthread | Andreas Schwab | 1 | -0/+1 |
2013-01-11 | Remove __GLIBC_HAVE_LONG_LONG. | Joseph Myers | 1 | -8/+0 |
2013-01-10 | Remove __USE_ANSI. | Joseph Myers | 1 | -3/+0 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 17 | -18/+17 |
2012-12-24 | Update version.h and include/features.h for 2.17 release.glibc-2.17 | David S. Miller | 1 | -1/+1 |
2012-12-07 | [BZ #14898] | Andreas Schwab | 1 | -1/+1 |
2012-11-30 | * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration... | Siddhesh Poyarekar | 1 | -0/+2 |
2012-11-26 | Cast to __intptr_t before casting pointer to int64 | H.J. Lu | 1 | -0/+16 |
2012-11-21 | Check supported DF_1_XXX bits | H.J. Lu | 1 | -0/+6 |
2012-11-20 | Add recvmmsg and sendmmsg to the generic glibc API. | Thomas Schwinge | 1 | -0/+4 |
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 1 | -4/+0 |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 1 | -0/+1 |
2012-11-02 | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu | 1 | -0/+4 |
2012-11-02 | conformtest: Add test data for fenv.h. | Joseph Myers | 1 | -0/+2 |
2012-11-02 | Test _ISOMAC in include/sys/syslog.h. | Joseph Myers | 1 | -0/+2 |
2012-10-24 | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 1 | -1/+5 |
2012-10-12 | Avoid PLT references from __get_clockfreq on powerpc | Andreas Schwab | 1 | -0/+1 |
2012-10-11 | Framework to test IFUNC implementations on target | H.J. Lu | 1 | -0/+56 |
2012-10-04 | Name space hygeine for madvise. | Roland McGrath | 1 | -2/+3 |
2012-09-12 | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 1 | -0/+65 |
2012-08-18 | add attribute_hidden to __have_{sock_cloexec,pipe2,dup3 | Mike Frysinger | 2 | -4/+4 |
2012-08-18 | split assume pipe2/dup3/sock_cloexec knobs | Mike Frysinger | 1 | -5/+2 |
2012-08-17 | Split sys/param.h out into common file and sysdeps bits/param.h file. | Roland McGrath | 1 | -0/+1 |
2012-08-15 | Declare __getdirentries in internal dirent.h. | Roland McGrath | 1 | -0/+4 |
2012-08-13 | Add explicit acquire/release semantics to atomic_exchange_and_add. | Maxim Kuvyrkov | 1 | -2/+16 |
2012-08-02 | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | 1 | -33/+20 |
2012-07-31 | Clean up stub accept4 definition. | Roland McGrath | 1 | -2/+2 |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 1 | -1/+1 |
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | 1 | -1/+2 |
2012-07-10 | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 1 | -15/+11 |
2012-06-30 | Release 2.16glibc-2.16.0 | Carlos O'Donell | 1 | -1/+1 |
2012-06-22 | Fix invalid memory access in do_lookup_x. | Andreas Schwab | 1 | -4/+4 |
2012-06-01 | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | 1 | -0/+1 |
2012-05-31 | Remove use of INTUSE/INTDEF in misc. | Marek Polacek | 1 | -12/+3 |
2012-05-31 | Remove use of INTDEF/INTUSE in socket | Andreas Schwab | 1 | -13/+3 |
2012-05-30 | Convert WORDSIZE[32|64]/ld entries to abi-variants | H.J. Lu | 1 | -12/+0 |
2012-05-25 | Add --enable-systemtap configuration to define static probe points. | Roland McGrath | 1 | -0/+80 |
2012-05-24 | Remove use of INTDEF/INTUSE in intl | Andreas Schwab | 2 | -15/+2 |