From: Bruno Haible Date: Sat, 5 May 2018 18:32:55 +0000 (+0200) Subject: Fix order of most recent ChangeLog entries. X-Git-Tag: v1.0~5650 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=9745b26b0c0c4d956b06428ba970cec5e7f45aa7;p=gnulib.git Fix order of most recent ChangeLog entries. --- diff --git a/ChangeLog b/ChangeLog index 58fa4a648f..82ab6c1c6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,3 @@ -2018-05-05 Bruno Haible - - af_alg: Fix bug on empty files. - * lib/af_alg.c (afalg_stream): Ignore the kernel's result if the input - stream is empty. - 2018-05-05 Paul Eggert crypto tests: pacify GCC @@ -15,6 +9,14 @@ decl-after-statement, since we’re already assuming C99. Clarify by strengthening the bind test and omit unnecessary assignment. +2018-05-05 Bruno Haible + + af_alg: Fix bug on empty files. + * lib/af_alg.c (afalg_stream): Ignore the kernel's result if the input + stream is empty. + +2018-05-05 Paul Eggert + sys-limits.h: new file for crypto and safe I/O * lib/af_alg.c: Include sys-limits.h. (MAX_RW_COUNT): Remove. Use replaced by SYS_BUFSIZE_MAX.