summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2014-10-27 15:42:23 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2014-10-27 15:42:23 +0800
commit53151f00720d5cd2df8cf196f4523d4f5b831598 (patch)
tree9ab32b58d1e243c662be315161ce0214122fb7ad /ChangeLog
parent[INPUT] Replace open-coded flushall in preadbuffer (diff)
downloaddash-53151f00720d5cd2df8cf196f4523d4f5b831598.tar.gz
dash-53151f00720d5cd2df8cf196f4523d4f5b831598.zip
[OUTPUT] Add likely tag in outmem
The branch in outmem where the string fits in the buffer is the
common case and is now marked as likely.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6d6cbf..9d2dc7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	* Add printf support for format string a, A, and F.
 	* Handle embedded NULs correctly in printf.
 	* Replace open-coded flushall in preadbuffer.
+	* Add likely tag in outmem.
 
 2014-10-13  Eric Blake <eblake@redhat.com>