about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper2011-08-201-0/+8
|
* Adjust libm test ulps for powerpcAndreas Schwab2011-08-201-0/+3
|
* Use correct scandir64 implementation on ppc64Andreas Schwab2011-08-201-0/+5
|
* Fix tst-writev on non-4K page sizeDavid S. Miller2011-08-171-0/+5
|
* Add rules to build libresolv with SSP flagsUlrich Drepper2011-08-171-2/+7
|
* Avoid executable stack in makedbAndreas Schwab2011-08-171-0/+5
|
* Fix some problem of 32-bit pldd on 64-bit platformsUlrich Drepper2011-08-171-0/+4
|
* Prevent possible race conditions by attaching pldd to all threadsUlrich Drepper2011-08-171-0/+5
|
* Improve printing of lookup scopesUlrich Drepper2011-08-161-0/+7
| | | | | | The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed.
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-161-0/+5
|\
| * More warning patrol, in dead code (sigh).Roland McGrath2011-08-141-0/+5
| |
* | Fix printing of scope numberUlrich Drepper2011-08-161-0/+5
|/
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-141-0/+20
|\ | | | | | | | | Conflicts: ChangeLog
| * More warning patrol.Roland McGrath2011-08-141-0/+2
| |
| * Clean up locale/Makefile variables for -D switches.Roland McGrath2011-08-141-0/+7
| |
| * Warning patrol.Roland McGrath2011-08-141-0/+6
| |
| * * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,David S. Miller2011-08-141-0/+5
| | | | | | | | RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
* | Add missing initialization in service cache in nscdUlrich Drepper2011-08-141-0/+5
|/
* Implement LD_DEBUG=scopesUlrich Drepper2011-08-131-0/+8
|
* Fix caller information of NSS modulesUlrich Drepper2011-08-131-0/+4
|
* Fix compile problemUlrich Drepper2011-08-131-0/+7
| | | | l10nflist compiles for localedef now. Optimize a bit.
* Better debug information from ld.soUlrich Drepper2011-08-121-0/+5
| | | | Differentiate between loading as a dependency and loading on request.
* Minor optimization of popcount in l10nflistUlrich Drepper2011-08-111-0/+3
|
* Locale-independent parsing in libintlUlrich Drepper2011-08-111-0/+5
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-111-0/+8
|\ | | | | | | | | Conflicts: ChangeLog
| * * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller2011-08-101-0/+8
| | | | | | | | | | | | | | 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-111-0/+8
|/
* Implement scandirat functionUlrich Drepper2011-08-091-0/+23
|
* Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper2011-08-081-0/+8
|
* Provide better output in string testsUlrich Drepper2011-08-041-0/+3
| | | | | 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-041-0/+5
|
* New comprehensive test for wcscmpLiubov Dmitrieva2011-08-041-0/+9
|
* Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab2011-08-041-0/+5
|
* Fix encoding name for IDN in getaddrinfoAndreas Schwab2011-08-041-0/+5
|
* Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek2011-08-041-0/+5
|
* Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-08-041-0/+26
|
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-041-0/+6
|
* Define SEEK_DATA and SEEK_HOLEUlrich Drepper2011-07-231-0/+3
|
* Define AF_NFC and PF_NFCUlrich Drepper2011-07-231-0/+5
|
* Update ptrace constantsUlrich Drepper2011-07-231-0/+6
|
* Adjust test for correct installationUlrich Drepper2011-07-231-0/+4
|
* One more typo in AVX testUlrich Drepper2011-07-231-0/+6
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-07-231-0/+6
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix overflow bug is optimized strncat for x86-64Ulrich Drepper2011-07-211-0/+6
| |
* | One more change to XSAVE patchUlrich Drepper2011-07-221-0/+4
| |
* | Optimize __init_des_rUlrich Drepper2011-07-221-0/+2
| |
* | Add read barrier protecting DES initializationUlrich Drepper2011-07-221-0/+4
| |
* | Fix AVX checkAndreas Schwab2011-07-221-0/+6
|/
* Add more tests for strcat and strncat.Ulrich Drepper2011-07-211-0/+6
|
* Check for overflows in expressionsUlrich Drepper2011-07-201-0/+5
| | | | Some passed in values might cause overflows in expressions.