about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-2610-63/+27
| |
| * Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-2611-93/+39
| |
* | Fix commentUlrich Drepper2012-01-271-2/+2
|/
* Really fix AVX testsUlrich Drepper2012-01-269-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 missingUlrich Drepper2012-01-264-4/+24
|
* Remove gets declarations in C++ tests.Joseph Myers2012-01-255-6/+7
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2012-01-2412-6102/+53
|\ | | | | | | | | Conflicts: ChangeLog
| * Remove posix/glob directory (standalone glob build support).Joseph Myers2012-01-249-6085/+4
| |
| * Use newly built locales for tst-c16c32-1.Joseph Myers2012-01-242-0/+5
| |
| * Hurd: Try to respect mmap address hint for non-MAP_FIXED.Samuel Thibault2012-01-232-15/+37
| |
| * Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT.Pino Toscano2012-01-232-2/+7
| |
* | Fix gets problemsUlrich Drepper2012-01-244-10/+30
|/
* Fix version check in uchar.hUlrich Drepper2012-01-212-1/+5
|
* Do not cache negative results in nscd if these are transientUlrich Drepper2012-01-207-18/+34
|
* More minor malloc cleanupsUlrich Drepper2012-01-171-24/+1
|
* Minor cleanups of malloc codeUlrich Drepper2012-01-163-55/+6
|
* Fix locking problem in fmtmsgUlrich Drepper2012-01-164-3/+43
|
* Don't always provide definition of gets checking versionMarek Polacek2012-01-132-0/+8
|
* Powerpc: correct duplicate label issue with multiple passes through context codeWill Schmidt2012-01-125-11/+25
|
* Optimized acosh for 64-bit platformsUlrich Drepper2012-01-112-0/+69
|
* Optimize scalblnUlrich Drepper2012-01-115-77/+108
|
* Fix warnings due to return in void functionsUlrich Drepper2012-01-112-6/+21
|
* Optimize s_modfUlrich Drepper2012-01-106-51/+88
|
* Add const attribute to fmin and fmaxUlrich Drepper2012-01-102-2/+4
|
* Optimize ldexp and scalbnUlrich Drepper2012-01-106-93/+65
|
* Add const attribute to pthread_equalUlrich Drepper2012-01-102-1/+4
|
* Consistently added return to pthread_exitUlrich Drepper2012-01-103-3/+8
|
* Add noreturn attributeMarek Polacek2012-01-102-1/+6
|
* Some branch prediction for log1pUlrich Drepper2012-01-092-3/+7
|
* bits/poll2.h needs __BEGIN/__END_DECLSUlrich Drepper2012-01-082-0/+6
|
* Install bits/poll2.hUlrich Drepper2012-01-082-2/+6
|
* Fix typo in Linux/PPC32 getcontextWill Schmidt2012-01-082-4/+9
|
* Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper2012-01-0815-44/+86
| | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
* Mark potential fix for BZ 11929Ulrich Drepper2012-01-082-7/+8
|
* sscanf always calls reallocPaul Pluzhnikov2012-01-082-2/+7
|
* CLAdhemerval Zanella2012-01-081-0/+6
|
* Use __pthread_get_minstack for AIO helper threadAdhemerval Zanella2012-01-081-2/+2
|
* Fix CLUlrich Drepper2012-01-081-2/+1
|
* Add test for CMPLX macrosUlrich Drepper2012-01-083-1/+60
|
* Fix typo in CMPLXLUlrich Drepper2012-01-082-1/+3
|
* Quash implicit declaration warningMarek Polacek2012-01-082-0/+5
|
* Add checking versions of poll and ppollUlrich Drepper2012-01-0814-5/+190
|
* RegeneratedUlrich Drepper2012-01-081-1/+0
|
* Define CMPLX, CMPLXF, CMPLXLUlrich Drepper2012-01-083-4/+18
|
* Static linking is always neededUlrich Drepper2012-01-0810-48/+17
|
* Remove pwd tst from configureUlrich Drepper2012-01-084-62/+3
|
* No need for test for __builtin_expectUlrich Drepper2012-01-083-54/+1
|
* Forgot to remove AC_SUBST(bonuded)Ulrich Drepper2012-01-082-3/+0
|
* Remove more unnecessary Alpha and IA-64 configuryUlrich Drepper2012-01-083-14/+2
|
* gcc better don't use a signed type for size_tUlrich Drepper2012-01-083-42/+2
|