changeset 39330:2d99ceb73d4b

Fix order of most recent ChangeLog entries.
author Bruno Haible <bruno@clisp.org>
date Sat, 05 May 2018 20:32:55 +0200
parents ee78086c564a
children f746c4e8a816
files ChangeLog
diffstat 1 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 05 11:08:08 2018 -0700
+++ b/ChangeLog	Sat May 05 20:32:55 2018 +0200
@@ -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.