summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix mbrtowc example.André Goddard Rosa2009-06-051-1/+1
| * Add missing file from accept4 commit.Ulrich Drepper2009-06-051-0/+1
| * Move AC_CANONICAL_HOST before first use of $host and $build.Andreas Schwab2009-06-053-94/+100
| * Remove arch directory names from .gitignore.Roland McGrath2009-06-051-5/+0
| * Fix errno for boundary conditions in 128-bit long double.Ulrich Drepper2009-06-055-4/+43
| * [BZ #10200]Aurelien Jarno2009-06-052-1/+7
| * Describe nss_dns parallel lookup workaround in 2.10 NEWS.Ulrich Drepper2009-05-221-0/+7
| * Fix errno for IBM long double.Andreas Schwab2009-05-225-7/+29
| * Fix IA-64 memchr read-ahead.Ulrich Drepper2009-05-222-1/+21
| * Don't define __ASSUME_ACCEPT4 for IA-64.Ulrich Drepper2009-05-222-1/+6
| * Remove __NR_accept4 definition.Jakub Jelinek2009-05-222-3/+3
| * Correct socketcall argument for accept4.Jakub Jelinek2009-05-222-2/+7
| * Fix forced loop termination in nscd database lookup.Jakub Jelinek2009-05-222-3/+21
| * 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