about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
| * Unify __WAIT_INT definition in stdlib.h and sys/wait.h.Ulrich Drepper2009-05-222-3/+6
| * Move BLOCK_ALIGN* macros back.Ulrich Drepper2009-05-223-8/+5
| * Fix exit condition.Ulrich Drepper2009-05-222-1/+6
| * Further robustify nscd database lookup.Ulrich Drepper2009-05-224-7/+17
| * Robustify libc-side nscd database reader.Jakub Jelinek2009-05-229-28/+60
| * Avoid double definition of catomic_compare_and_exchange_val_acq.Jakub Jelinek2009-05-222-9/+16
| * Don't try to cleanup libselinux and libaudit.Jakub Jelinek2009-05-224-20/+9
| * Fix change to prevent cancel signal in unsafe places.Ulrich Drepper2009-05-224-14/+16
| * No cancel signal in unsafe places.Ulrich Drepper2009-05-223-2/+32
| * Cleanup some .gitignore files.Ulrich Drepper2009-05-222-18/+58
| * Ignore Emacs backup files.Ulrich Drepper2009-05-221-0/+1
| * rename each .cvsignore file to .gitignoreJim Meyering2009-05-2238-0/+0
* | Don't automatically merge from followed branch on git pull.Andreas Schwab2009-06-181-2/+3
* | Correct handling of glibc-libidn tarball.Andreas Schwab2009-06-171-3/+4
* | %{glibcsrcdir}-fedora.tar.bz2 contains a prefix now, adapt %setup.Andreas Schwab2009-06-171-1/+1
* | Fedora makefile magic using GIT.Roland McGrath2009-05-275-192/+113
* | Merge commit 'origin/release/2.10/master' into fedora/2.10/masterRoland McGrath2009-05-260-0/+0
|\|
| * Update from trunk. glibc-2.10.1 cvs/glibc-2_10_1 ibm/2.10/master cvs/glibc-2_10-branchUlrich Drepper2009-05-111-1/+1
| * Update from trunk.Ulrich Drepper2009-05-108-11/+37
| * * Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in the glibc-2.10 cvs/glibc-2_10-base cvs/glibc-2_10 cvs/fedora-glibc-20090509T2200Ulrich Drepper2009-05-092-14/+4
| * * version.h (VERSION): Bump for 2.10 release. cvs/fedora-glibc-20090509T1828Ulrich Drepper2009-05-093-3/+8
| * [BZ #10128]Ulrich Drepper2009-05-092-0/+13
| * [BZ #10118]Ulrich Drepper2009-05-097-8/+33
| * * string/stratcliff.c (do_test): Test for zero lengthUlrich Drepper2009-05-092-9/+33
| * * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.Ulrich Drepper2009-05-092-0/+7
| * * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers whenUlrich Drepper2009-05-092-1/+6
| * * po/da.po: Update from translation team.Ulrich Drepper2009-05-082-93/+106
| * * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,Ulrich Drepper2009-05-073-1/+10
| * * localedata/locales/bn_BD: Remove comment about missing collationUlrich Drepper2009-05-043-1/+252
| * Update from translation team.Ulrich Drepper2009-05-041-4056/+4414
| * Add missing CHangeLog entry.Jakub Jelinek2009-04-291-0/+9
| * * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment cha...Jakub Jelinek2009-04-292-2/+7
| * * cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_ANDUlrich Drepper2009-04-275-4/+49
| * * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE cvs/fedora-glibc-20090427T1419Ulrich Drepper2009-04-272-11/+41
| * * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper2009-04-274-5/+17
| * * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors inUlrich Drepper2009-04-272-1/+4
| * * inet/inet6_option.c (option_alloc): Add temporary variable toUlrich Drepper2009-04-271-1/+1
| * [BZ #10087]Ulrich Drepper2009-04-272-3/+11
| * * nscd/connections.c (send_ro_fd): Define temporary variable to avoidUlrich Drepper2009-04-263-16/+59
| * * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper2009-04-2612-39/+141
| * * sem_open.c (sem_open): Rewrite initialization of initsem toUlrich Drepper2009-04-262-8/+14
| * * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper2009-04-2613-41/+83
| * * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cachedUlrich Drepper2009-04-262-3/+12
| * * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.Ulrich Drepper2009-04-262-7/+18
| * * posix/bits/posix1_lim.h: Cleanup namespace a bit.Ulrich Drepper2009-04-262-4/+10
| * * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper2009-04-268-10/+121
| * * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correctUlrich Drepper2009-04-263-5/+24
| * * math/w_fmod.c: Also handle x=±Inf as error.Ulrich Drepper2009-04-265-8/+22
| * * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper2009-04-2616-25/+250
| * * stdlib/strtod_l.c (round_and_return): We have to set errno toUlrich Drepper2009-04-253-4/+9