summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-06-16(do_test): Use de_DE.UTF-8 as locale name.Bruce Dubbs
2009-06-16Fix computation of tzspec_len.Ulrich Drepper
2009-06-16Handle leap seconds even if no DST rule exists.Akinori Hattori
2009-06-12Remember we switched to single-request mode.Ulrich Drepper
2009-06-12Remove comma at end of enum.J.H.M. Dassen
2009-06-09(_IO_new_file_fopen): Don't prematurely stop parsing mode string.Ulrich Drepper
2009-06-06Terminate correct buffer.Ulrich Drepper
2009-06-05Move AC_CANONICAL_HOST before first use of $host and $build.Andreas Schwab
2009-06-05Fix errno for boundary conditions in 128-bit long double.Ulrich Drepper
2009-05-22Fix errno for IBM long double.Andreas Schwab
2009-05-22Fix IA-64 memchr read-ahead.Ulrich Drepper
2009-05-22Don't define __ASSUME_ACCEPT4 for IA-64.Ulrich Drepper
2009-05-22Remove __NR_accept4 definition.Jakub Jelinek
2009-05-22Correct socketcall argument for accept4.Jakub Jelinek
2009-05-22Fix forced loop termination in nscd database lookup.Jakub Jelinek
2009-05-22Unify __WAIT_INT definition in stdlib.h and sys/wait.h.Ulrich Drepper
2009-05-22Move BLOCK_ALIGN* macros back.Ulrich Drepper
2009-05-22Fix exit condition.Ulrich Drepper
2009-05-22Further robustify nscd database lookup.Ulrich Drepper
2009-05-22Robustify libc-side nscd database reader.Jakub Jelinek
2009-05-22Avoid double definition of catomic_compare_and_exchange_val_acq.Jakub Jelinek
2009-05-22Don't try to cleanup libselinux and libaudit.Jakub Jelinek
2009-05-10Update from trunk.Ulrich Drepper
2009-05-09* Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in theglibc-2.10cvs/glibc-2_10-basecvs/glibc-2_10cvs/fedora-glibc-20090509T2200Ulrich Drepper
2009-05-09* version.h (VERSION): Bump for 2.10 release.cvs/fedora-glibc-20090509T1828Ulrich Drepper
2009-05-09[BZ #10128]Ulrich Drepper
2009-05-09[BZ #10118]Ulrich Drepper
2009-05-09* string/stratcliff.c (do_test): Test for zero lengthUlrich Drepper
2009-05-09* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.Ulrich Drepper
2009-05-09* sysdeps/x86_64/memchr.S: Handle invalid buffer pointers whenUlrich Drepper
2009-05-08* po/da.po: Update from translation team.Ulrich Drepper
2009-05-07* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,Ulrich Drepper
2009-04-29* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment cha...Jakub Jelinek
2009-04-27* locale/programs/locarchive.c (create_archive): Add MAP_PRIVATEcvs/fedora-glibc-20090427T1419Ulrich Drepper
2009-04-27* sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper
2009-04-27* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors inUlrich Drepper
2009-04-27* inet/inet6_option.c (option_alloc): Add temporary variable toUlrich Drepper
2009-04-27[BZ #10087]Ulrich Drepper
2009-04-26* nscd/connections.c (send_ro_fd): Define temporary variable to avoidUlrich Drepper
2009-04-26* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper
2009-04-26* nss/nsswitch.c (__nss_lookup_function): En/Decrypt cachedUlrich Drepper
2009-04-26* sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.Ulrich Drepper
2009-04-26* posix/bits/posix1_lim.h: Cleanup namespace a bit.Ulrich Drepper
2009-04-26* sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper
2009-04-26* sysdeps/ieee754/k_standard.c (__kernel_standard): Use correctUlrich Drepper
2009-04-26* math/w_fmod.c: Also handle x=±Inf as error.Ulrich Drepper
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper
2009-04-25* stdlib/strtod_l.c (round_and_return): We have to set errno toUlrich Drepper
2009-04-25* stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX sinceUlrich Drepper
2009-04-25for lgamma should set errno to ERANGE, not EDOM.Ulrich Drepper