1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Change mailing list address to <bug-gperf@gnu.org>.

This commit is contained in:
Bruno Haible
2016-11-26 18:07:43 +01:00
parent d519d1a821
commit 0414be8fff
20 changed files with 32 additions and 20 deletions

View File

@@ -1,3 +1,15 @@
2016-11-26 Bruno Haible <bruno@clisp.org>
Change mailing list address to <bug-gperf@gnu.org>.
* src/output.cc (Output::output): Change bug report address to
<bug-gperf@gnu.org>.
* src/options.cc (Options::long_usage): Likewise.
* README: Likewise.
* doc/gperf.texi (Contributors): Likewise.
* tests/*.{c,exp,out}: Update.
Reported by Eric Blake <eblake@redhat.com>
at <http://lists.gnu.org/archive/html/bug-gperf/2014-10/msg00000.html>.
2016-11-26 Bruno Haible <bruno@clisp.org>
Change the 'len' parameter type to 'size_t'.