about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support fedisableexcept, feenableexcept, fegetexcept and feupdateenvKaz Kojima2012-04-054-0/+151
* [BZ #12340] Fix return code of the Hurd's ttyname_r.Simon Josefsson2012-04-052-2/+8
* [BZ #13553] Remove pre-ISO C supportThomas Schwinge2012-04-053-5/+11
* 2012-04-04 Dmitry V. Levin <ldv@altlinux.org>Jeff Law2012-04-043-8/+15
* Fix typo in manualAndreas Jaeger2012-04-033-8/+12
* Add __bswap_64 definition for non GCC compilers.Andreas Jaeger2012-04-038-28/+98
* Fix bug in previous tcvn5712 commit e64d2de52.Tulio Magno Quites Machado Filho2012-04-022-2/+9
* Tighten up vfprintf width, precision, and total length overflow handling.David S. Miller2012-04-025-39/+147
* Testsuite #include fixes.Thomas Schwinge2012-04-025-3/+16
* Call __ctype_init in early glibc startup.Thomas Schwinge2012-04-026-6/+33
* Updated Vietnamese translationUlrich Drepper2012-04-012-693/+996
* Updated Russian translationsUlrich Drepper2012-04-012-1/+5
* Merge copyright years in resolv/nss_dns/dns-host.cSiddhesh Poyarekar2012-03-312-1/+5
* optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva2012-03-302-536/+1456
* Consider TTL of CNAME record and return minimum TTL in the chainSiddhesh Poyarekar2012-03-303-4/+26
* * resolv/nss_dns/dns-host.c: Update copyright year.Jeff Law2012-03-302-1/+3
* 2012-03-29 Jeff Law <law@redhat.com>Jeff Law2012-03-304-11/+93
* Better error handling for sendmmsg use in res_sendUlrich Drepper2012-03-301-5/+7
* Correct check for DNS request send successUlrich Drepper2012-03-302-2/+2
* Speed up DNS by avoiding a system call if possibleUlrich Drepper2012-03-302-17/+86