aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-16Remove sunrpc/.gitignore.Ulrich Drepper1-1/+0
2009-05-16Fix typos and pretty printing in sys/wait.h.Ulrich Drepper2-14/+15
2009-05-16Non-code changes to stdlib.h.Ulrich Drepper2-13/+15
2009-05-16Unify __WAIT_INT definition in stdlib.h and sys/wait.h.Ulrich Drepper2-3/+6
2009-05-16Move BLOCK_ALIGN* macros back.Ulrich Drepper3-8/+5
2009-05-16Fix exit condition.Ulrich Drepper2-1/+6
2009-05-16Rename nptl/init.c to nptl/nptl-init.c.Ulrich Drepper3-3/+9
2009-05-16remove subsumed .gitignore entries and filesJim Meyering9-66/+17
2009-05-16remove mpn-copy.mk from .gitignore filesJim Meyering3-3/+3
2009-05-16remove COPYING* from .gitignore filesJim Meyering7-7/+7
2009-05-16Remove redundant .gitignore files.Andreas Schwab28-168/+0
2009-05-15Further robustify nscd database lookup.Ulrich Drepper4-7/+17
2009-05-15Robustify libc-side nscd database reader.Jakub Jelinek9-30/+60
2009-05-15Avoid double definition of catomic_compare_and_exchange_val_acq.Jakub Jelinek2-9/+16
2009-05-15ChangeLog entries incorrectly applied.Ulrich Drepper2-25/+25
2009-05-15Add missing export of fallocate64 on 32-bit platforms.Jakub Jelinek10-3/+42
2009-05-15Don't try to cleanup libselinux and libaudit.Jakub Jelinek4-20/+9
2009-05-15Fix change to prevent cancel signal in unsafe places.Ulrich Drepper4-14/+16
2009-05-15Add test for range error in expm1.Ulrich Drepper2-0/+6
2009-05-15Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper0-0/+0
2009-05-15Cleanup some .gitignore files.Ulrich Drepper2-18/+58
2009-05-15Check for valid stack frame in longjmp.Ulrich Drepper17-9/+306
2009-05-15Ignore Emacs backup files.Ulrich Drepper1-0/+1
2009-05-15Version info change for 2.11 development.Ulrich Drepper2-2/+4
2009-05-15No cancel signal in unsafe places.Ulrich Drepper3-2/+32
2009-05-15Version info change for 2.11 development.Ulrich Drepper2-2/+4
2009-05-15No cancel signal in unsafe places.Ulrich Drepper3-2/+32
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering38-0/+0
2009-05-15Test DSOs for executable stack.Ulrich Drepper3-2/+175
2009-05-10* version.h (VERSION): Bump to 2.10.1.cvs/fedora-glibc-20090510T1842cvs/masterUlrich Drepper9-12/+38
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 Drepper2-14/+4
2009-05-09* version.h (VERSION): Bump for 2.10 release.cvs/fedora-glibc-20090509T1828Ulrich Drepper3-3/+8
2009-05-09[BZ #10128]Ulrich Drepper2-0/+13
2009-05-09[BZ #10118]Ulrich Drepper7-8/+33
2009-05-09* string/stratcliff.c (do_test): Test for zero lengthUlrich Drepper2-9/+33
2009-05-09* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.Ulrich Drepper2-0/+7
2009-05-09* sysdeps/x86_64/memchr.S: Handle invalid buffer pointers whenUlrich Drepper2-1/+6
2009-05-08* po/da.po: Update from translation team.Ulrich Drepper2-93/+106
2009-05-07* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,Ulrich Drepper3-1/+10
2009-05-04* localedata/locales/bn_BD: Remove comment about missing collationUlrich Drepper3-1/+252
2009-05-04Update from translation team.Ulrich Drepper1-4056/+4414
2009-04-29Add missing CHangeLog entry.Jakub Jelinek1-0/+9
2009-04-29* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment cha...Jakub Jelinek2-2/+7
2009-04-27* cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_ANDUlrich Drepper5-4/+49
2009-04-27* locale/programs/locarchive.c (create_archive): Add MAP_PRIVATEcvs/fedora-glibc-20090427T1419Ulrich Drepper2-11/+41
2009-04-27* sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper4-5/+17
2009-04-27* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors inUlrich Drepper2-1/+4
2009-04-27* inet/inet6_option.c (option_alloc): Add temporary variable toUlrich Drepper1-1/+1
2009-04-27[BZ #10087]Ulrich Drepper2-3/+11
2009-04-26* nscd/connections.c (send_ro_fd): Define temporary variable to avoidUlrich Drepper3-16/+59