aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14More warning patrol.Roland McGrath2-5/+4
2011-08-14Clean up locale/Makefile variables for -D switches.Roland McGrath2-11/+24
2011-08-14Warning patrol.Roland McGrath3-2/+8
2011-08-14 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,David S. Miller2-2/+7
RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
2011-08-13Implement LD_DEBUG=scopesUlrich Drepper4-38/+59
2011-08-13Fix caller information of NSS modulesUlrich Drepper2-3/+12
2011-08-13Fix compile problemUlrich Drepper3-10/+22
l10nflist compiles for localedef now. Optimize a bit.
2011-08-12Better check for last patchUlrich Drepper1-1/+1
Don't indicate that dependencies of dynamically loaded objects are also dynamically loaded.
2011-08-12Better debug information from ld.soUlrich Drepper2-3/+10
Differentiate between loading as a dependency and loading on request.
2011-08-11Minor optimization of popcount in l10nflistUlrich Drepper3-0/+18
2011-08-11Locale-independent parsing in libintlUlrich Drepper2-6/+11
2011-08-11Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper5-4/+12
Conflicts: ChangeLog
2011-08-11Clean up PLT use for scandiratAndreas Schwab5-9/+13
2011-08-10 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller5-4/+12
enum. * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
2011-08-09Fix stack alignment on x86_64Andreas Schwab4-7/+16
2011-08-09Implement scandirat functionUlrich Drepper16-143/+398
2011-08-08Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper4-10/+25
2011-08-04Provide better output in string testsUlrich Drepper2-2/+7
If IMPL is called with a macro for the first parameter the macro does not get expanded before the string is stored in the impl_t data structure.
2011-08-04Cleanup wcscmp test additionUlrich Drepper2-206/+154
2011-08-04New comprehensive test for wcscmpLiubov Dmitrieva4-24/+169
2011-08-04Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab2-1/+6
2011-08-04Fix encoding name for IDN in getaddrinfoAndreas Schwab2-1/+9
2011-08-04Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek2-6/+17
2011-08-04Fix whitespacesUlrich Drepper2-2/+0
2011-08-04Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva11-317/+2340
2011-08-04Fix inline strncat/strncmp on x86Andreas Schwab3-9/+15
2011-07-23Define SEEK_DATA and SEEK_HOLEUlrich Drepper3-2/+13
2011-07-23Define AF_NFC and PF_NFCUlrich Drepper3-2/+11
2011-07-23Update ptrace constantsUlrich Drepper6-8/+150
2011-07-23Adjust test for correct installationUlrich Drepper3-4/+10
2011-07-23One more typo in AVX testUlrich Drepper2-2/+8
2011-07-23Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper3-29/+33
Conflicts: ChangeLog
2011-07-22Add read barriers in cancellation initializationUlrich Drepper2-3/+19
2011-07-22One more change to XSAVE patchUlrich Drepper2-2/+8
2011-07-22Optimize __init_des_rUlrich Drepper2-4/+16
2011-07-22Add read barrier protecting DES initializationUlrich Drepper2-2/+8
2011-07-22Fix AVX checkAndreas Schwab2-6/+21
2011-07-21Fix overflow bug is optimized strncat for x86-64Ulrich Drepper3-29/+33
2011-07-21Add more tests for strcat and strncat.Ulrich Drepper2-3/+96
2011-07-20Check for overflows in expressionsUlrich Drepper3-9/+40
Some passed in values might cause overflows in expressions.
2011-07-20Fix check for AVX enablementUlrich Drepper5-16/+58
The AVX bit is set if the CPU supports AVX. But this doesn't mean the kernel does. Add checks according to Intel's documentation.
2011-07-20Force :a_x86_64_ymm to be 16-byte alignedUlrich Drepper2-3/+8
2011-07-20Fix missing includeAndreas Schwab2-1/+7
2011-07-20Updated translations.Ulrich Drepper3-1388/+1977
2011-07-20Add const attr to gnu_dev_{major,minor,makedev}Marek Polacek3-7/+20
2011-07-20dcigettext.c: Add missing bracketMarek Polacek2-2/+6
2011-07-20Use size_t for strlen resultsAndreas Schwab2-1/+6
2011-07-19Fix for description of cross reference in manualAndreas Jaeger1-3/+6
2011-07-19Correct feature announcementUlrich Drepper1-1/+1
2011-07-19S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macroAndreas Krebbel3-8/+17