about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Minor optimization of popcount in l10nflistUlrich Drepper2011-08-113-0/+18
|
* Locale-independent parsing in libintlUlrich Drepper2011-08-112-6/+11
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-115-4/+12
|\ | | | | | | | | Conflicts: ChangeLog
| * * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller2011-08-105-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 scandiratAndreas Schwab2011-08-115-9/+13
|/
* Fix stack alignment on x86_64Andreas Schwab2011-08-094-7/+16
|
* Implement scandirat functionUlrich Drepper2011-08-0916-143/+398
|
* Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper2011-08-084-10/+25
|
* Provide better output in string testsUlrich Drepper2011-08-042-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 additionUlrich Drepper2011-08-042-206/+154
|
* New comprehensive test for wcscmpLiubov Dmitrieva2011-08-044-24/+169
|
* Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab2011-08-042-1/+6
|
* Fix encoding name for IDN in getaddrinfoAndreas Schwab2011-08-042-1/+9
|
* Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek2011-08-042-6/+17
|
* Fix whitespacesUlrich Drepper2011-08-042-2/+0
|
* Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-08-0411-317/+2340
|
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-043-9/+15
|
* Define SEEK_DATA and SEEK_HOLEUlrich Drepper2011-07-233-2/+13
|
* Define AF_NFC and PF_NFCUlrich Drepper2011-07-233-2/+11
|
* Update ptrace constantsUlrich Drepper2011-07-236-8/+150
|
* Adjust test for correct installationUlrich Drepper2011-07-233-4/+10
|
* One more typo in AVX testUlrich Drepper2011-07-232-2/+8
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-07-233-29/+33
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix overflow bug is optimized strncat for x86-64Ulrich Drepper2011-07-213-29/+33
| |
* | Add read barriers in cancellation initializationUlrich Drepper2011-07-222-3/+19
| |
* | One more change to XSAVE patchUlrich Drepper2011-07-222-2/+8
| |
* | Optimize __init_des_rUlrich Drepper2011-07-222-4/+16
| |
* | Add read barrier protecting DES initializationUlrich Drepper2011-07-222-2/+8
| |
* | Fix AVX checkAndreas Schwab2011-07-222-6/+21
|/
* Add more tests for strcat and strncat.Ulrich Drepper2011-07-212-3/+96
|
* Check for overflows in expressionsUlrich Drepper2011-07-203-9/+40
| | | | Some passed in values might cause overflows in expressions.
* Fix check for AVX enablementUlrich Drepper2011-07-205-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 alignedUlrich Drepper2011-07-202-3/+8
|
* Fix missing includeAndreas Schwab2011-07-202-1/+7
|
* Updated translations.Ulrich Drepper2011-07-203-1388/+1977
|
* Add const attr to gnu_dev_{major,minor,makedev}Marek Polacek2011-07-203-7/+20
|
* dcigettext.c: Add missing bracketMarek Polacek2011-07-202-2/+6
|
* Use size_t for strlen resultsAndreas Schwab2011-07-202-1/+6
|
* Fix for description of cross reference in manualAndreas Jaeger2011-07-191-3/+6
|
* Correct feature announcementUlrich Drepper2011-07-191-1/+1
|
* S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macroAndreas Krebbel2011-07-193-8/+17
|
* _dl_sort_fini: Remove unused argumentMarek Polacek2011-07-194-7/+13
|
* elf/cache.c: Remove unnecessary conditionMarek Polacek2011-07-192-1/+3
|
* Avoid warning in nscd config file parsing codeMarek Polacek2011-07-192-17/+20
|
* Fix whitespacesUlrich Drepper2011-07-194-12/+9
|
* Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-07-1918-321/+1523
|
* Use union to avoid casts in code to store results of hashsum computationsUlrich Drepper2011-07-197-23/+47
|
* Fix alloca accounting in strxfmAndreas Schwab2011-07-192-2/+7
|
* Avoid possible crashes in anormal nscd exitsUlrich Drepper2011-07-192-1/+6
|
* Fix typos in pretty much unused code in sched.h header.Ulrich Drepper2011-07-183-3/+11
|