about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Correct errno handling in expm1.Andreas Schwab2009-10-191-0/+11
|
* Add ____longjmp_chk for sparcDavid S. Miller2009-10-141-0/+5
| | | | | | | | | | | tst-longjmp_chk passes, tst-longjmp_chk2 fails but that is because of some limitations of kernel signal delivery on sparc that I need to fix, it has nothing to do with the longjmp_chk implementation. (The problem with tst-longjmp_chk2 is that it tries to do a stack fault SIGSEGV within a stack fault SIGSEGV , and the Linux kernel will refuse to setup the signal stack and deliver the signal if the register windows can't be written out to the stack first)
* Fix USE_MULTIARCH conditionalAndreas Schwab2009-10-131-0/+5
|
* Remove duplicate __set_errno call in random_r.c.Ulrich Drepper2009-10-081-0/+4
|
* Typo fix.Ulrich Drepper2009-10-081-0/+3
|
* New Czech translation.Ulrich Drepper2009-10-081-0/+4
|
* Fix descriptor leak when calling dlopen with RTLD_NOLOADAndreas Schwab2009-10-071-0/+5
|
* Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch ↵Roland McGrath2009-10-061-0/+6
| | | | definitions.
* Clean up x86 multiarch HAS_FOO macros.Roland McGrath2009-10-061-0/+9
|
* Fix week-1stday in C localeAndreas Schwab2009-10-051-0/+5
|
* Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper2009-10-011-0/+11
|
* Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper2009-09-291-0/+6
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix Hurd mkdirat.Samuel Thibault2009-09-281-0/+6
| |
* | Check for integer overflows in formatting functionsAndreas Schwab2009-09-291-0/+5
|/
* Fix locale program error handlingUlrich Drepper2009-09-281-0/+5
| | | | If an unknown name is passed to locale, report it and fail.
* Handle future binutils versions correctly.H.J. Lu2009-09-281-0/+5
|
* Fix missing reloc dependencyUlrich Drepper2009-09-281-0/+5
| | | | | | When DL_LOOKUP_ADD_DEPENDENCY was introduced a few callers of _dl_lookup_versioned_symbol were not properly adjusted. One of them survived until now.
* Fix IXANY feature macro conditions.Samuel Thibault2009-09-271-0/+4
|
* Fix typo in is646 gconv moduleAndreas Schwab2009-09-201-0/+5
|
* Hungarian and Vietnamese translation update.Ulrich Drepper2009-09-201-0/+5
|
* Remove some unused variables.Roland McGrath2009-09-191-0/+4
|
* configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-151-0/+15
|
* Handle -- on getconf command line.Ulrich Drepper2009-09-091-0/+4
|
* Support binutils 2.100 and 3.0.H.J. Lu2009-09-081-0/+4
|
* Fix __longjmp_chk on s390/s390x.Jakub Jelinek2009-09-081-0/+7
| | | | s390/s390x hasn't been updated to handle alternate stacks properly.
* Fix endless loop in localedef.Ulrich Drepper2009-09-071-0/+4
| | | | | | localedef got into an endless loop in case order_start was used for the unnamed_section twice and the first use didn't actually result into any definition.
* Handle POSIX2_LINE_MAX in getconf.Ulrich Drepper2009-09-071-0/+5
|
* Support binutils 2.20.H.J. Lu2009-09-051-0/+4
|
* Fix IA-32 strstr in multiarch configuration as well.Ulrich Drepper2009-09-031-0/+5
|
* Fix lookup of group names in hesiod initgroups.Andreas Schwab2009-09-021-0/+5
| | | | Resolving names from a grplist entry actually never worked.
* Fix fsetpos on wide stream.Andreas Schwab2009-09-021-0/+7
|
* Fix strstr/strcasestr/fma/fmaf on x86_64.Jakub Jelinek2009-09-021-0/+11
|
* Cleanup _IO_wfile_seekoff.Andreas Schwab2009-09-011-0/+6
| | | | | This reformulates the in-buffer optimisation check to match the code in _IO_new_file_seekoff. No functional changes, but easier to understand.
* Fix use of 64-bit insn in 32-bit memcpy for POWER6.Joshua W. Boyer2009-09-011-0/+5
|
* Add hidden alias for fflush.Andreas Schwab2009-09-011-1/+6
|
* Fix x86_64 bits/mathinline.h for -m32 compilation.Jakub Jelinek2009-09-011-0/+5
|
* Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab2009-08-311-0/+4
|
* Fix problems with memory allocation in assert.Ulrich Drepper2009-08-311-0/+6
| | | | | | In case the allocator is corrupted and an assert triggers, we shouldn't allocate any more memory. Use a private assert definition which doesn't use malloc.
* Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu2009-08-281-0/+7
| | | | | It turns that SSSE3 isn't slow on Atom. The problem is bsf. This patch removes ENABLE_SSSE3_ON_ATOM.
* More strto{,u}l{,l} tests.Ulrich Drepper2009-08-281-0/+5
|
* Add isinf optimized for 64-bit.Ulrich Drepper2009-08-261-0/+2
|
* Optimized isnan for 64-bit machines.Ulrich Drepper2009-08-261-0/+4
|
* Make llround an alias for lround on 64-bit machines.Ulrich Drepper2009-08-251-0/+3
|
* Optimized nearbyint for 64-bit.Ulrich Drepper2009-08-251-0/+2
|
* Optimized rint implementation for x86-64.Ulrich Drepper2009-08-251-0/+2
|
* Add 64-bit optimized s_round.Ulrich Drepper2009-08-251-0/+4
|
* Optimize out duplicated scalbln code for x86-64.Ulrich Drepper2009-08-251-1/+4
|
* Fix generic fdiml.Joseph Myers2009-08-251-0/+4
|
* Add 64-bit optimized scalbln.Ulrich Drepper2009-08-251-0/+2
|
* Optimized signbit{,f} for x86-64.Ulrich Drepper2009-08-251-0/+3
|