Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better check for last patch | Ulrich Drepper | 2011-08-12 | 1 | -1/+1 |
| | | | | | Don't indicate that dependencies of dynamically loaded objects are also dynamically loaded. | ||||
* | Better debug information from ld.so | Ulrich Drepper | 2011-08-12 | 2 | -3/+10 |
| | | | | Differentiate between loading as a dependency and loading on request. | ||||
* | Minor optimization of popcount in l10nflist | Ulrich Drepper | 2011-08-11 | 3 | -0/+18 |
| | |||||
* | Locale-independent parsing in libintl | Ulrich Drepper | 2011-08-11 | 2 | -6/+11 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-08-11 | 5 | -4/+12 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in | David S. Miller | 2011-08-10 | 5 | -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. | ||||
* | | Clean up PLT use for scandirat | Andreas Schwab | 2011-08-11 | 5 | -9/+13 |
|/ | |||||
* | Fix stack alignment on x86_64 | Andreas Schwab | 2011-08-09 | 4 | -7/+16 |
| | |||||
* | Implement scandirat function | Ulrich Drepper | 2011-08-09 | 16 | -143/+398 |
| | |||||
* | Avoid multiple definitions of identical scandir cancellation handler | Ulrich Drepper | 2011-08-08 | 4 | -10/+25 |
| | |||||
* | Provide better output in string tests | Ulrich Drepper | 2011-08-04 | 2 | -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. | ||||
* | Cleanup wcscmp test addition | Ulrich Drepper | 2011-08-04 | 2 | -206/+154 |
| | |||||
* | New comprehensive test for wcscmp | Liubov Dmitrieva | 2011-08-04 | 4 | -24/+169 |
| | |||||
* | Properly tokenize nameserver line for servers with IPv6 address | Andreas Schwab | 2011-08-04 | 2 | -1/+6 |
| | |||||
* | Fix encoding name for IDN in getaddrinfo | Andreas Schwab | 2011-08-04 | 2 | -1/+9 |
| | |||||
* | Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architectures | Jakub Jelinek | 2011-08-04 | 2 | -6/+17 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-08-04 | 2 | -2/+0 |
| | |||||
* | Improve x86-32 strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 2011-08-04 | 11 | -317/+2340 |
| | |||||
* | Fix inline strncat/strncmp on x86 | Andreas Schwab | 2011-08-04 | 3 | -9/+15 |
| | |||||
* | Define SEEK_DATA and SEEK_HOLE | Ulrich Drepper | 2011-07-23 | 3 | -2/+13 |
| | |||||
* | Define AF_NFC and PF_NFC | Ulrich Drepper | 2011-07-23 | 3 | -2/+11 |
| | |||||
* | Update ptrace constants | Ulrich Drepper | 2011-07-23 | 6 | -8/+150 |
| | |||||
* | Adjust test for correct installation | Ulrich Drepper | 2011-07-23 | 3 | -4/+10 |
| | |||||
* | One more typo in AVX test | Ulrich Drepper | 2011-07-23 | 2 | -2/+8 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-07-23 | 3 | -29/+33 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Fix overflow bug is optimized strncat for x86-64 | Ulrich Drepper | 2011-07-21 | 3 | -29/+33 |
| | | |||||
* | | Add read barriers in cancellation initialization | Ulrich Drepper | 2011-07-22 | 2 | -3/+19 |
| | | |||||
* | | One more change to XSAVE patch | Ulrich Drepper | 2011-07-22 | 2 | -2/+8 |
| | | |||||
* | | Optimize __init_des_r | Ulrich Drepper | 2011-07-22 | 2 | -4/+16 |
| | | |||||
* | | Add read barrier protecting DES initialization | Ulrich Drepper | 2011-07-22 | 2 | -2/+8 |
| | | |||||
* | | Fix AVX check | Andreas Schwab | 2011-07-22 | 2 | -6/+21 |
|/ | |||||
* | Add more tests for strcat and strncat. | Ulrich Drepper | 2011-07-21 | 2 | -3/+96 |
| | |||||
* | Check for overflows in expressions | Ulrich Drepper | 2011-07-20 | 3 | -9/+40 |
| | | | | Some passed in values might cause overflows in expressions. | ||||
* | Fix check for AVX enablement | Ulrich Drepper | 2011-07-20 | 5 | -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. | ||||
* | Force :a_x86_64_ymm to be 16-byte aligned | Ulrich Drepper | 2011-07-20 | 2 | -3/+8 |
| | |||||
* | Fix missing include | Andreas Schwab | 2011-07-20 | 2 | -1/+7 |
| | |||||
* | Updated translations. | Ulrich Drepper | 2011-07-20 | 3 | -1388/+1977 |
| | |||||
* | Add const attr to gnu_dev_{major,minor,makedev} | Marek Polacek | 2011-07-20 | 3 | -7/+20 |
| | |||||
* | dcigettext.c: Add missing bracket | Marek Polacek | 2011-07-20 | 2 | -2/+6 |
| | |||||
* | Use size_t for strlen results | Andreas Schwab | 2011-07-20 | 2 | -1/+6 |
| | |||||
* | Fix for description of cross reference in manual | Andreas Jaeger | 2011-07-19 | 1 | -3/+6 |
| | |||||
* | Correct feature announcement | Ulrich Drepper | 2011-07-19 | 1 | -1/+1 |
| | |||||
* | S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macro | Andreas Krebbel | 2011-07-19 | 3 | -8/+17 |
| | |||||
* | _dl_sort_fini: Remove unused argument | Marek Polacek | 2011-07-19 | 4 | -7/+13 |
| | |||||
* | elf/cache.c: Remove unnecessary condition | Marek Polacek | 2011-07-19 | 2 | -1/+3 |
| | |||||
* | Avoid warning in nscd config file parsing code | Marek Polacek | 2011-07-19 | 2 | -17/+20 |
| | |||||
* | Fix whitespaces | Ulrich Drepper | 2011-07-19 | 4 | -12/+9 |
| | |||||
* | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 2011-07-19 | 18 | -321/+1523 |
| | |||||
* | Use union to avoid casts in code to store results of hashsum computations | Ulrich Drepper | 2011-07-19 | 7 | -23/+47 |
| | |||||
* | Fix alloca accounting in strxfm | Andreas Schwab | 2011-07-19 | 2 | -2/+7 |
| |