diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2018-02-01 13:07:39 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2018-02-01 13:07:39 +0000 |
commit | ced64e014c811573cbafc92315161d6d5ce05543 (patch) | |
tree | 6120d976266dd5bb3fc0da734b7db29d833360ba | |
parent | c10c9a5efedc11ec6e905571cf02d8f152a5761e (diff) | |
download | glibc-ced64e014c811573cbafc92315161d6d5ce05543.tar glibc-ced64e014c811573cbafc92315161d6d5ce05543.tar.gz glibc-ced64e014c811573cbafc92315161d6d5ce05543.tar.bz2 glibc-ced64e014c811573cbafc92315161d6d5ce05543.zip |
Update contributions in the manual
* manual/contrib.texi (Palmer Dabbelt, Arjun Shankar, Florian Weimer):
New entries.
(Rafal Luzynski, Andreas Schwab): Update.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | manual/contrib.texi | 18 |
2 files changed, 20 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2018-02-01 Dmitry V. Levin <ldv@altlinux.org> + + * manual/contrib.texi (Palmer Dabbelt, Arjun Shankar, Florian Weimer): + New entries. + (Rafal Luzynski, Andreas Schwab): Update. + 2018-02-01 Rafal Luzynski <digitalfreak@lingonborough.com> [BZ #10871] diff --git a/manual/contrib.texi b/manual/contrib.texi index fbf42db31d..0da6dcbb59 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -62,6 +62,9 @@ committee. Thomas Bushnell for his contributions to Hurd. @item +Palmer Dabbelt for contributing the port to Linux/RISC-V. + +@item DJ Delorie for various fixes. @item @@ -110,7 +113,6 @@ part of @theglibc{} steering committee. Steve Ellcey for various fixes. @item - Mike FABIAN for various fixes to locales. @item @@ -234,7 +236,8 @@ improved string functions, a framework for testing IFUNC implementations, and many bug fixes. @item -Rafal Luzynski for various fixes to locales. +Rafal Luzynski for contributing support for two grammatical forms of month +names, and for various fixes to locales. @item Luis Machado for optimized functions on PowerPC. @@ -355,8 +358,8 @@ Will Schmidt for optimized string functions on PowerPC. @item Andreas Schwab for the port to Linux/m68k -(@code{m68k-@var{anything}-linux}) and for his direction as part of -@theglibc{} steering committee. +(@code{m68k-@var{anything}-linux}), for his direction as part of +@theglibc{} steering committee, and for various bug fixes. @item Martin Schwidefsky for porting to Linux on s390 @@ -373,6 +376,9 @@ Andrew Senkevich for contributing vector math function implementations for x86. Carlos Eduardo Seo for optimized functions on PowerPC. @item +Arjun Shankar for testing and bug fixing. + +@item Marcus Shawcroft for contributing the AArch64 port. @item @@ -408,6 +414,10 @@ Tim Waugh for the implementation of the POSIX.2 @code{wordexp} function family. @item +Florian Weimer for his maintainership of the network component, for handling +of security issues, and for various fixes. + +@item Zack Weinberg for the @code{explicit_bzero} implementation and for various fixes. |