]> Savannah Git Hosting - gnulib.git/commitdiff
Fix order of most recent ChangeLog entries.
authorBruno Haible <bruno@clisp.org>
Sat, 5 May 2018 18:32:55 +0000 (20:32 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 5 May 2018 18:32:55 +0000 (20:32 +0200)
ChangeLog

index 58fa4a648f25e435f4cfea668708075e64bfa6bd..82ab6c1c6dc8625d3578bbfbe6f06d0b7997326f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,3 @@
-2018-05-05  Bruno Haible  <bruno@clisp.org>
-
-       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  <eggert@cs.ucla.edu>
 
        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  <bruno@clisp.org>
+
+       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  <eggert@cs.ucla.edu>
+
        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.