Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 10 | -63/+27 | |
2012-01-26 | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 11 | -93/+39 | |
2012-01-26 | Really fix AVX tests | Ulrich Drepper | 9 | -28/+41 | |
There is no problem with strcmp, it doesn't use the YMM registers. The math routines might since gcc perhaps generates such code. Introduce bit_YMM_USBALE and use it in the math routines. | |||||
2012-01-26 | Reset bit_AVX in __cpu_features is OS support is missing | Ulrich Drepper | 4 | -4/+24 | |
2012-01-25 | Remove gets declarations in C++ tests. | Joseph Myers | 5 | -6/+7 | |
2012-01-24 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 12 | -6102/+53 | |
Conflicts: ChangeLog | |||||
2012-01-24 | Fix gets problems | Ulrich Drepper | 4 | -10/+30 | |
2012-01-24 | Remove posix/glob directory (standalone glob build support). | Joseph Myers | 9 | -6085/+4 | |
2012-01-24 | Use newly built locales for tst-c16c32-1. | Joseph Myers | 2 | -0/+5 | |
2012-01-23 | Hurd: Try to respect mmap address hint for non-MAP_FIXED. | Samuel Thibault | 2 | -15/+37 | |
2012-01-23 | Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT. | Pino Toscano | 2 | -2/+7 | |
2012-01-21 | Fix version check in uchar.h | Ulrich Drepper | 2 | -1/+5 | |
2012-01-20 | Do not cache negative results in nscd if these are transient | Ulrich Drepper | 7 | -18/+34 | |
2012-01-17 | More minor malloc cleanups | Ulrich Drepper | 1 | -24/+1 | |
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 | |
Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||||
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 | |