about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* ignore ports/linuxthreads addon dirsMike Frysinger2012-04-112-6/+14
* Remove __wur from fwrite, fwrite_unlockedJim Meyering2012-04-113-12/+20
* Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu2012-04-118-1/+20
* Fix times return value, CLK_TCK descriptionAndreas Jaeger2012-04-114-14/+25
* Fix ld.so regression.David S. Miller2012-04-103-7/+15
* Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h>H.J. Lu2012-04-102-32/+59
* New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar2012-04-116-5/+31
* Merge commit '9904dc47c88d9592ec66e599075436'Roland McGrath2012-04-102-3/+27
|\
| * Use __builtin_bswap32/64 in __bswap_32/64 for GCC >= 4.2H.J. Lu2012-04-062-3/+27
* | Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers2012-04-095-33/+53
* | Fix ctan, ctanh overflow (bug 11521).Joseph Myers2012-04-0911-97/+403
* | Merge branch 'master' of git://sourceware.org/git/glibcAndreas Jaeger2012-04-092-7/+12
|\ \
| * | Fix missing clobber in i386 __sincos_code asm.Roland McGrath2012-04-092-7/+12
* | | Enhance d_namlen descriptionAndreas Jaeger2012-04-093-12/+18
* | | Document additional fopen optionsAndreas Jaeger2012-04-093-15/+39
|/ /
* | Use sourceware.org for email and web references.Carlos O'Donell2012-04-093-2/+7
* | Fix missing overflow exceptions from pow (bug 13873).Joseph Myers2012-04-094-15/+19
* | Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers2012-04-095-16/+112
* | Do not allow overflow exception on exp underflow test (bug 13705).Joseph Myers2012-04-082-2/+7
* | Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705).Aurelien Jarno2012-04-083-7/+13
* | memset: also update copyright yearsMike Frysinger2012-04-083-2/+7
* | Document return values of putenv and setenvAndreas Jaeger2012-04-083-9/+20
* | Add generated file version.texiAndreas Jaeger2012-04-081-0/+1
* | Describe DT_LNKAndreas Jaeger2012-04-083-9/+16
* | Fix DT_UNKNOWN descriptionAndreas Jaeger2012-04-083-9/+15
* | Fix closelog descriptionAndreas Jaeger2012-04-083-10/+15
* | Merge branch 'master' of git://sourceware.org/git/glibcAndreas Jaeger2012-04-087-10/+40
|\ \
| * | memset: fix define usage for shared libsMike Frysinger2012-04-073-2/+7
| * | Handle some new sparc relocation types.David S. Miller2012-04-074-0/+27
| * | Simplify _ELF_DYNAMIC_DO_RELOC after combining the old two defs.Carlos O'Donell2012-04-072-8/+6
| |/
* / Better describe open argumentsStephen Compall2012-04-083-13/+19
|/
* Add byteswap-16.h for __bswap_16H.J. Lu2012-04-0610-100/+219
* BZ#13895 fixed.Paul Pluzhnikov2012-04-061-2/+2
* 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2012-04-064-9/+34
* Fix ascending ordering of bug numbers in NEWS.Joseph Myers2012-04-061-1/+1
* Fix typo in manualRobert Millan2012-04-063-5/+11
* Add missing include fileAndreas Jaeger2012-04-062-1/+5
* Add __poll and __ppoll to libc.abilistAndreas Jaeger2012-04-062-0/+6
* Fix check-local-headers.sh on multiarch systems.David S. Miller2012-04-052-1/+4
* Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC.David S. Miller2012-04-056-60/+18
* Fix CL typos.Marek Polacek2012-04-051-2/+2
* [BZ #6770] Add first_weekday and first_workday to ca_ES.Petr Baudis2012-04-053-9/+16
* Locale ca_ES is now maintained by Jordi MallachPetr Baudis2012-04-052-2/+7
* Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly.David S. Miller2012-04-053-2/+26
* Fix size parameter comparisions.Michael Matz2012-04-053-11/+16
* Don't warn about unused result of mktempAndreas Jaeger2012-04-053-4/+11
* [BZ #12340] Fix return code of the Hurd's ttyname_r.Thomas Schwinge2012-04-051-7/+7
* Fix return value of SH fesetround.Kaz Kojima2012-04-052-3/+8
* Set SH fpcsr register which read again.Kaz Kojima2012-04-053-1/+14
* Fix SH4 fraiseexcpt so to generate exceptions appropriately.Kaz Kojima2012-04-052-6/+48