diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2012-09-05 16:20:45 -0300 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2012-09-05 16:20:45 -0300 |
commit | 20196a5e5e122851dc726bc7dc7a6289fc2e11c9 (patch) | |
tree | fbe3b99a6ef57589bff73aeae840b2eda733de29 | |
parent | 5c44738353ecaa1c81efca063ee8b55e092d7a43 (diff) | |
download | glibc-20196a5e5e122851dc726bc7dc7a6289fc2e11c9.zip glibc-20196a5e5e122851dc726bc7dc7a6289fc2e11c9.tar.gz glibc-20196a5e5e122851dc726bc7dc7a6289fc2e11c9.tar.bz2 |
* manual/contrib.texi (Contributors): Fix typo. Complete entry.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/contrib.texi | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2012-09-05 Alexandre Oliva <aoliva@redhat.com> + * manual/contrib.texi (Contributors): Fix typo. Complete entry. + +2012-09-05 Alexandre Oliva <aoliva@redhat.com> + * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not change internal state upon failure. diff --git a/manual/contrib.texi b/manual/contrib.texi index e28e2f2..3052fc1 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -223,8 +223,9 @@ Carlos O'Donell for his maintainership of the HPPA architecture and maintaining @theglibc{} web pages. @item -Alexandra Oliva for adding TLS descriptors for LD and GD on x86 and -x86-64. +Alexandre Oliva for adding TLS descriptors for LD and GD on x86 and +x86-64, for the am33 port, for completing the MIPS n64/n32/o32 multilib +port, and for various fixes. @item Paul Pluzhnikov for various fixes. |