Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-01-16 | Minor cleanups of malloc code | Ulrich Drepper | 3 | -55/+6 |
2012-01-16 | Fix locking problem in fmtmsg | Ulrich Drepper | 4 | -3/+43 |
2012-01-13 | Don't always provide definition of gets checking version | Marek Polacek | 2 | -0/+8 |
2012-01-12 | Powerpc: correct duplicate label issue with multiple passes through context code | Will Schmidt | 5 | -11/+25 |
2012-01-11 | Optimized acosh for 64-bit platforms | Ulrich Drepper | 2 | -0/+69 |
2012-01-11 | Optimize scalbln | Ulrich Drepper | 5 | -77/+108 |
2012-01-11 | Fix warnings due to return in void functions | Ulrich Drepper | 2 | -6/+21 |
2012-01-10 | Optimize s_modf | Ulrich Drepper | 6 | -51/+88 |
2012-01-10 | Add const attribute to fmin and fmax | Ulrich Drepper | 2 | -2/+4 |
2012-01-10 | Optimize ldexp and scalbn | Ulrich Drepper | 6 | -93/+65 |
2012-01-10 | Add const attribute to pthread_equal | Ulrich Drepper | 2 | -1/+4 |
2012-01-10 | Consistently added return to pthread_exit | Ulrich Drepper | 3 | -3/+8 |
2012-01-10 | Add noreturn attribute | Marek Polacek | 2 | -1/+6 |
2012-01-09 | Some branch prediction for log1p | Ulrich Drepper | 2 | -3/+7 |
2012-01-08 | bits/poll2.h needs __BEGIN/__END_DECLS | Ulrich Drepper | 2 | -0/+6 |
2012-01-08 | Install bits/poll2.h | Ulrich Drepper | 2 | -2/+6 |
2012-01-08 | Fix typo in Linux/PPC32 getcontext | Will Schmidt | 2 | -4/+9 |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 15 | -44/+86 |
2012-01-08 | Mark potential fix for BZ 11929 | Ulrich Drepper | 2 | -7/+8 |
2012-01-08 | sscanf always calls realloc | Paul Pluzhnikov | 2 | -2/+7 |
2012-01-08 | CL | Adhemerval Zanella | 1 | -0/+6 |
2012-01-08 | Use __pthread_get_minstack for AIO helper thread | Adhemerval Zanella | 1 | -2/+2 |
2012-01-08 | Fix CL | Ulrich Drepper | 1 | -2/+1 |
2012-01-08 | Add test for CMPLX macros | Ulrich Drepper | 3 | -1/+60 |
2012-01-08 | Fix typo in CMPLXL | Ulrich Drepper | 2 | -1/+3 |
2012-01-08 | Quash implicit declaration warning | Marek Polacek | 2 | -0/+5 |
2012-01-08 | Add checking versions of poll and ppoll | Ulrich Drepper | 14 | -5/+190 |
2012-01-08 | Regenerated | Ulrich Drepper | 1 | -1/+0 |
2012-01-08 | Define CMPLX, CMPLXF, CMPLXL | Ulrich Drepper | 3 | -4/+18 |
2012-01-08 | Static linking is always needed | Ulrich Drepper | 10 | -48/+17 |
2012-01-08 | Remove pwd tst from configure | Ulrich Drepper | 4 | -62/+3 |
2012-01-08 | No need for test for __builtin_expect | Ulrich Drepper | 3 | -54/+1 |
2012-01-08 | Forgot to remove AC_SUBST(bonuded) | Ulrich Drepper | 2 | -3/+0 |
2012-01-08 | Remove more unnecessary Alpha and IA-64 configury | Ulrich Drepper | 3 | -14/+2 |
2012-01-08 | gcc better don't use a signed type for size_t | Ulrich Drepper | 3 | -42/+2 |
2012-01-08 | Remove last remnants of RANLIB | Ulrich Drepper | 4 | -7/+3 |
2012-01-08 | Simplify char16_t implementation | Ulrich Drepper | 10 | -642/+59 |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | 25 | -1029/+713 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 209 | -2244/+2420 |
2012-01-07 | NEWS | Ulrich Drepper | 1 | -0/+2 |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 35 | -421/+118 |
2012-01-07 | NEWS | Ulrich Drepper | 1 | -0/+2 |
2012-01-07 | Update ABI information | Ulrich Drepper | 19 | -344/+818 |
2012-01-07 | Remove m68k support from Linux configure | Ulrich Drepper | 2 | -1/+3 |
2012-01-07 | Remove Alpha support from ldsodefs.h | Ulrich Drepper | 2 | -10/+2 |
2012-01-07 | Clean up shlib-versions files | Ulrich Drepper | 4 | -19/+4 |
2012-01-07 | More IA-64 removal | Ulrich Drepper | 8 | -137/+31 |
2012-01-07 | Linux configure cleanup | Ulrich Drepper | 3 | -38/+4 |
2012-01-07 | Remove IA-64 support from kernel-features.h | Ulrich Drepper | 2 | -8/+8 |
2012-01-07 | Remove IA-64 support from NPTL | Ulrich Drepper | 32 | -2005/+6 |