about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* remove subsumed .gitignore entries and filesJim Meyering2009-05-169-66/+17
* remove mpn-copy.mk from .gitignore filesJim Meyering2009-05-163-3/+3
* remove COPYING* from .gitignore filesJim Meyering2009-05-167-7/+7
* Remove redundant .gitignore files.Andreas Schwab2009-05-1628-168/+0
* Further robustify nscd database lookup.Ulrich Drepper2009-05-154-7/+17
* Robustify libc-side nscd database reader.Jakub Jelinek2009-05-159-30/+60
* Avoid double definition of catomic_compare_and_exchange_val_acq.Jakub Jelinek2009-05-152-9/+16
* ChangeLog entries incorrectly applied.Ulrich Drepper2009-05-152-25/+25
* Add missing export of fallocate64 on 32-bit platforms.Jakub Jelinek2009-05-1510-3/+42
* Don't try to cleanup libselinux and libaudit.Jakub Jelinek2009-05-154-20/+9
* Fix change to prevent cancel signal in unsafe places.Ulrich Drepper2009-05-154-14/+16
* Add test for range error in expm1.Ulrich Drepper2009-05-152-0/+6
* Merge branch 'master' of ssh://sources.redhat.com/git/glibcUlrich Drepper2009-05-150-0/+0
|\
| * Version info change for 2.11 development.Ulrich Drepper2009-05-152-2/+4
| * No cancel signal in unsafe places.Ulrich Drepper2009-05-153-2/+32
* | Cleanup some .gitignore files.Ulrich Drepper2009-05-152-18/+58
* | Check for valid stack frame in longjmp.Ulrich Drepper2009-05-1517-9/+306
* | Ignore Emacs backup files.Ulrich Drepper2009-05-151-0/+1
* | Version info change for 2.11 development.Ulrich Drepper2009-05-152-2/+4
* | No cancel signal in unsafe places.Ulrich Drepper2009-05-153-2/+32
|/
* rename each .cvsignore file to .gitignoreJim Meyering2009-05-1538-0/+0
* Test DSOs for executable stack.Ulrich Drepper2009-05-153-2/+175
* * version.h (VERSION): Bump to 2.10.1. cvs/fedora-glibc-20090510T1842 cvs/masterUlrich Drepper2009-05-109-12/+38
* * 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