Age | Commit message (Expand) | Author | Files | Lines |
2013-09-20 | Make __ffs hidden | Andreas Schwab | 1 | -0/+1 |
2013-09-04 | conformtest: Fix namespace testing. | Joseph Myers | 2 | -2/+4 |
2013-09-04 | Remove --disable-versioning. | Joseph Myers | 2 | -8/+4 |
2013-08-27 | Clean up h_errno declaration to use __thread unconditionally. | Roland McGrath | 1 | -10/+5 |
2013-08-27 | Clean up _res declaration to use __thread unconditionally. | Roland McGrath | 1 | -13/+5 |
2013-08-10 | Update version.h and include/features.h for 2.18 release.glibc-2.18 | David S. Miller | 1 | -1/+1 |
2013-06-24 | libc-internal.h: add ALIGN helper macros | Mike Frysinger | 1 | -0/+20 |
2013-06-20 | Fix loop construction to functions calls | Adhemerval Zanella | 1 | -0/+10 |
2013-06-12 | Set/restore rounding mode only when needed | Siddhesh Poyarekar | 1 | -0/+10 |
2013-06-11 | Fix indentation and add copyright header to time.h | Siddhesh Poyarekar | 1 | -4/+21 |
2013-06-11 | Fix symbol definitions for __clock_* functions | Siddhesh Poyarekar | 1 | -0/+1 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 1 | -4/+4 |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | 1 | -1/+1 |
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 |