Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-14 | Clean up locale/Makefile variables for -D switches. | Roland McGrath | |
2011-08-14 | Warning patrol. | Roland McGrath | |
2011-08-14 | * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY, | David S. Miller | |
RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc. | |||
2011-08-13 | Implement LD_DEBUG=scopes | Ulrich Drepper | |
2011-08-13 | Fix caller information of NSS modules | Ulrich Drepper | |
2011-08-13 | Fix compile problem | Ulrich Drepper | |
l10nflist compiles for localedef now. Optimize a bit. | |||
2011-08-12 | Better check for last patch | Ulrich Drepper | |
Don't indicate that dependencies of dynamically loaded objects are also dynamically loaded. | |||
2011-08-12 | Better debug information from ld.so | Ulrich Drepper | |
Differentiate between loading as a dependency and loading on request. | |||
2011-08-11 | Minor optimization of popcount in l10nflist | Ulrich Drepper | |
2011-08-11 | Locale-independent parsing in libintl | Ulrich Drepper | |
2011-08-11 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-08-11 | Clean up PLT use for scandirat | Andreas Schwab | |
2011-08-10 | * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in | David S. Miller | |
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-09 | Fix stack alignment on x86_64 | Andreas Schwab | |
2011-08-09 | Implement scandirat function | Ulrich Drepper | |
2011-08-08 | Avoid multiple definitions of identical scandir cancellation handler | Ulrich Drepper | |
2011-08-04 | Provide better output in string tests | Ulrich Drepper | |
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-04 | Cleanup wcscmp test addition | Ulrich Drepper | |
2011-08-04 | New comprehensive test for wcscmp | Liubov Dmitrieva | |
2011-08-04 | Properly tokenize nameserver line for servers with IPv6 address | Andreas Schwab | |
2011-08-04 | Fix encoding name for IDN in getaddrinfo | Andreas Schwab | |
2011-08-04 | Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architectures | Jakub Jelinek | |
2011-08-04 | Fix whitespaces | Ulrich Drepper | |
2011-08-04 | Improve x86-32 strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | |
2011-08-04 | Fix inline strncat/strncmp on x86 | Andreas Schwab | |
2011-07-23 | Define SEEK_DATA and SEEK_HOLE | Ulrich Drepper | |
2011-07-23 | Define AF_NFC and PF_NFC | Ulrich Drepper | |
2011-07-23 | Update ptrace constants | Ulrich Drepper | |
2011-07-23 | Adjust test for correct installation | Ulrich Drepper | |
2011-07-23 | One more typo in AVX test | Ulrich Drepper | |
2011-07-23 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-07-22 | Add read barriers in cancellation initialization | Ulrich Drepper | |
2011-07-22 | One more change to XSAVE patch | Ulrich Drepper | |
2011-07-22 | Optimize __init_des_r | Ulrich Drepper | |
2011-07-22 | Add read barrier protecting DES initialization | Ulrich Drepper | |
2011-07-22 | Fix AVX check | Andreas Schwab | |
2011-07-21 | Fix overflow bug is optimized strncat for x86-64 | Ulrich Drepper | |
2011-07-21 | Add more tests for strcat and strncat. | Ulrich Drepper | |
2011-07-20 | Check for overflows in expressions | Ulrich Drepper | |
Some passed in values might cause overflows in expressions. | |||
2011-07-20 | Fix check for AVX enablement | Ulrich Drepper | |
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-20 | Force :a_x86_64_ymm to be 16-byte aligned | Ulrich Drepper | |
2011-07-20 | Fix missing include | Andreas Schwab | |
2011-07-20 | Updated translations. | Ulrich Drepper | |
2011-07-20 | Add const attr to gnu_dev_{major,minor,makedev} | Marek Polacek | |
2011-07-20 | dcigettext.c: Add missing bracket | Marek Polacek | |
2011-07-20 | Use size_t for strlen results | Andreas Schwab | |
2011-07-19 | Fix for description of cross reference in manual | Andreas Jaeger | |
2011-07-19 | Correct feature announcement | Ulrich Drepper | |
2011-07-19 | S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macro | Andreas Krebbel | |
2011-07-19 | _dl_sort_fini: Remove unused argument | Marek Polacek | |