Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 2012-01-26 | 11 | -93/+39 |
| | |||||
* | Really fix AVX tests | Ulrich Drepper | 2012-01-26 | 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. | ||||
* | Reset bit_AVX in __cpu_features is OS support is missing | Ulrich Drepper | 2012-01-26 | 4 | -4/+24 |
| | |||||
* | Remove gets declarations in C++ tests. | Joseph Myers | 2012-01-25 | 5 | -6/+7 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-24 | 12 | -6102/+53 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Remove posix/glob directory (standalone glob build support). | Joseph Myers | 2012-01-24 | 9 | -6085/+4 |
| | | |||||
| * | Use newly built locales for tst-c16c32-1. | Joseph Myers | 2012-01-24 | 2 | -0/+5 |
| | | |||||
| * | Hurd: Try to respect mmap address hint for non-MAP_FIXED. | Samuel Thibault | 2012-01-23 | 2 | -15/+37 |
| | | |||||
| * | Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT. | Pino Toscano | 2012-01-23 | 2 | -2/+7 |
| | | |||||
* | | Fix gets problems | Ulrich Drepper | 2012-01-24 | 4 | -10/+30 |
|/ | |||||
* | Fix version check in uchar.h | Ulrich Drepper | 2012-01-21 | 2 | -1/+5 |
| | |||||
* | Do not cache negative results in nscd if these are transient | Ulrich Drepper | 2012-01-20 | 7 | -18/+34 |
| | |||||
* | More minor malloc cleanups | Ulrich Drepper | 2012-01-17 | 1 | -24/+1 |
| | |||||
* | Minor cleanups of malloc code | Ulrich Drepper | 2012-01-16 | 3 | -55/+6 |
| | |||||
* | Fix locking problem in fmtmsg | Ulrich Drepper | 2012-01-16 | 4 | -3/+43 |
| | |||||
* | Don't always provide definition of gets checking version | Marek Polacek | 2012-01-13 | 2 | -0/+8 |
| | |||||
* | Powerpc: correct duplicate label issue with multiple passes through context code | Will Schmidt | 2012-01-12 | 5 | -11/+25 |
| | |||||
* | Optimized acosh for 64-bit platforms | Ulrich Drepper | 2012-01-11 | 2 | -0/+69 |
| | |||||
* | Optimize scalbln | Ulrich Drepper | 2012-01-11 | 5 | -77/+108 |
| | |||||
* | Fix warnings due to return in void functions | Ulrich Drepper | 2012-01-11 | 2 | -6/+21 |
| | |||||
* | Optimize s_modf | Ulrich Drepper | 2012-01-10 | 6 | -51/+88 |
| | |||||
* | Add const attribute to fmin and fmax | Ulrich Drepper | 2012-01-10 | 2 | -2/+4 |
| | |||||
* | Optimize ldexp and scalbn | Ulrich Drepper | 2012-01-10 | 6 | -93/+65 |
| | |||||
* | Add const attribute to pthread_equal | Ulrich Drepper | 2012-01-10 | 2 | -1/+4 |
| | |||||
* | Consistently added return to pthread_exit | Ulrich Drepper | 2012-01-10 | 3 | -3/+8 |
| | |||||
* | Add noreturn attribute | Marek Polacek | 2012-01-10 | 2 | -1/+6 |
| | |||||
* | Some branch prediction for log1p | Ulrich Drepper | 2012-01-09 | 2 | -3/+7 |
| | |||||
* | bits/poll2.h needs __BEGIN/__END_DECLS | Ulrich Drepper | 2012-01-08 | 2 | -0/+6 |
| | |||||
* | Install bits/poll2.h | Ulrich Drepper | 2012-01-08 | 2 | -2/+6 |
| | |||||
* | Fix typo in Linux/PPC32 getcontext | Will Schmidt | 2012-01-08 | 2 | -4/+9 |
| | |||||
* | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 2012-01-08 | 15 | -44/+86 |
| | | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | ||||
* | Mark potential fix for BZ 11929 | Ulrich Drepper | 2012-01-08 | 2 | -7/+8 |
| | |||||
* | sscanf always calls realloc | Paul Pluzhnikov | 2012-01-08 | 2 | -2/+7 |
| | |||||
* | CL | Adhemerval Zanella | 2012-01-08 | 1 | -0/+6 |
| | |||||
* | Use __pthread_get_minstack for AIO helper thread | Adhemerval Zanella | 2012-01-08 | 1 | -2/+2 |
| | |||||
* | Fix CL | Ulrich Drepper | 2012-01-08 | 1 | -2/+1 |
| | |||||
* | Add test for CMPLX macros | Ulrich Drepper | 2012-01-08 | 3 | -1/+60 |
| | |||||
* | Fix typo in CMPLXL | Ulrich Drepper | 2012-01-08 | 2 | -1/+3 |
| | |||||
* | Quash implicit declaration warning | Marek Polacek | 2012-01-08 | 2 | -0/+5 |
| | |||||
* | Add checking versions of poll and ppoll | Ulrich Drepper | 2012-01-08 | 14 | -5/+190 |
| | |||||
* | Regenerated | Ulrich Drepper | 2012-01-08 | 1 | -1/+0 |
| | |||||
* | Define CMPLX, CMPLXF, CMPLXL | Ulrich Drepper | 2012-01-08 | 3 | -4/+18 |
| | |||||
* | Static linking is always needed | Ulrich Drepper | 2012-01-08 | 10 | -48/+17 |
| | |||||
* | Remove pwd tst from configure | Ulrich Drepper | 2012-01-08 | 4 | -62/+3 |
| | |||||
* | No need for test for __builtin_expect | Ulrich Drepper | 2012-01-08 | 3 | -54/+1 |
| | |||||
* | Forgot to remove AC_SUBST(bonuded) | Ulrich Drepper | 2012-01-08 | 2 | -3/+0 |
| | |||||
* | Remove more unnecessary Alpha and IA-64 configury | Ulrich Drepper | 2012-01-08 | 3 | -14/+2 |
| | |||||
* | gcc better don't use a signed type for size_t | Ulrich Drepper | 2012-01-08 | 3 | -42/+2 |
| | |||||
* | Remove last remnants of RANLIB | Ulrich Drepper | 2012-01-08 | 4 | -7/+3 |
| | |||||
* | Simplify char16_t implementation | Ulrich Drepper | 2012-01-08 | 10 | -642/+59 |
| |