aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-08Typo fix.Ulrich Drepper
2009-10-08New Czech translation.Ulrich Drepper
2009-10-07Fix descriptor leak when calling dlopen with RTLD_NOLOADAndreas Schwab
2009-10-06Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch defini...Roland McGrath
2009-10-06Clean up x86 multiarch HAS_FOO macros.Roland McGrath
2009-10-05Fix week-1stday in C localeAndreas Schwab
2009-10-01Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.Ulrich Drepper
2009-09-29Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper
2009-09-29Check for integer overflows in formatting functionsAndreas Schwab
2009-09-28Fix Hurd mkdirat.Samuel Thibault
2009-09-28Fix locale program error handlingUlrich Drepper
2009-09-28Handle future binutils versions correctly.H.J. Lu
2009-09-28Fix missing reloc dependencyUlrich Drepper
2009-09-27Fix IXANY feature macro conditions.Samuel Thibault
2009-09-20Fix typo in is646 gconv moduleAndreas Schwab
2009-09-20Hungarian and Vietnamese translation update.Ulrich Drepper
2009-09-19Remove some unused variables.Roland McGrath
2009-09-18Mention pthread_sigqueueRoland McGrath
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath
2009-09-09Handle -- on getconf command line.Ulrich Drepper
2009-09-08Support binutils 2.100 and 3.0.H.J. Lu
2009-09-08Fix __longjmp_chk on s390/s390x.Jakub Jelinek
2009-09-07Fix malformed #pragma.Andreas Schwab
2009-09-07Fix endless loop in localedef.Ulrich Drepper
2009-09-07Handle POSIX2_LINE_MAX in getconf.Ulrich Drepper
2009-09-05Support binutils 2.20.H.J. Lu
2009-09-03Fix IA-32 strstr in multiarch configuration as well.Ulrich Drepper
2009-09-02Fix whitespaces.Ulrich Drepper
2009-09-02Fix timer_create to initialize timer_t properly.Suzuki Poulose
2009-09-02Fix lookup of group names in hesiod initgroups.Andreas Schwab
2009-09-02Fix fsetpos on wide stream.Andreas Schwab
2009-09-02Fix strstr/strcasestr/fma/fmaf on x86_64.Jakub Jelinek
2009-09-01Cleanup _IO_wfile_seekoff.Andreas Schwab
2009-09-01Fix use of 64-bit insn in 32-bit memcpy for POWER6.Joshua W. Boyer
2009-09-01Add hidden alias for fflush.Andreas Schwab
2009-09-01Fix x86_64 bits/mathinline.h for -m32 compilation.Jakub Jelinek
2009-08-31Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab
2009-08-31Fix problems with memory allocation in assert.Ulrich Drepper
2009-08-31Add local assert function to avoid problems with memory allocation inUlrich Drepper
2009-08-28SH lowlevellock broken for FUTEX_CLOCK_REALTIME.Andrew Stubbs
2009-08-28Remove ENABLE_SSSE3_ON_ATOM.H.J. Lu
2009-08-28More strto{,u}l{,l} tests.Ulrich Drepper
2009-08-26Add isinf optimized for 64-bit.Ulrich Drepper
2009-08-26Optimized isnan for 64-bit machines.Ulrich Drepper
2009-08-25Make llround an alias for lround on 64-bit machines.Ulrich Drepper
2009-08-25Optimized nearbyint for 64-bit.Ulrich Drepper
2009-08-25Optimized rint implementation for x86-64.Ulrich Drepper
2009-08-25Add 64-bit optimized s_round.Ulrich Drepper
2009-08-25Optimize out duplicated scalbln code for x86-64.Ulrich Drepper
2009-08-25Fix generic fdiml.Joseph Myers