about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-05-21 15:45:09 +0100
committerFlorian Weimer <fweimer@redhat.com>2015-05-21 16:45:09 +0200
commitf0f98189d83940152e876c31724c6bb699b7e578 (patch)
tree51e484fddc51b37d2dbc1b2ef8fded8a8bf111e5 /ChangeLog
parent608f897106eb10d3b250fae88478b3b1ac3999d5 (diff)
downloadglibc-f0f98189d83940152e876c31724c6bb699b7e578.tar.gz
glibc-f0f98189d83940152e876c31724c6bb699b7e578.tar.xz
glibc-f0f98189d83940152e876c31724c6bb699b7e578.zip
vfprintf: Move jump table definition and the macros out of function
The second jump table will be moved to a separate function
in the next commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 025bac1c5f..2c606bcfbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-05-21  Florian Weimer  <fweimer@redhat.com>
+
+	* stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
+	function.
+	(NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
+	STEP4_TABLE, process_arg): Move macro definitions
+	out of the vfprintf function.  (Cosmetic change only.)
+
 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
 
 	* benchtests/Makefile (stdio-common-bench): Define.