about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-03-01 21:52:15 +0100
committerFlorian Weimer <fweimer@redhat.com>2015-03-06 11:06:33 +0100
commit1597b7447a81f372068b68a7830ac83aa3b4527f (patch)
treee89fba778acc88bce26fd1d5fec75c1a4dde4bcc /ChangeLog
parent627e7a5f5bd3c623108fe5a4f86294d893fadbf2 (diff)
downloadglibc-1597b7447a81f372068b68a7830ac83aa3b4527f.tar.gz
glibc-1597b7447a81f372068b68a7830ac83aa3b4527f.tar.xz
glibc-1597b7447a81f372068b68a7830ac83aa3b4527f.zip
vfprintf: Define WORK_BUFFER_SIZE
This constant will allow us to refer to the number of elements in
work_buffer across a function call boundary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 94a2402459..c422a37948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,10 @@
 
 	* stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
 	(group_number, vfprintf): Use it.
-        (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
-        (JUMP, REF): Use it.
+	(JUMP_TABLE_BASE_LABEL): New preprocessor macro.
+	(JUMP, REF): Use it.
+	(WORK_BUFFER_SIZE): New enum constant.
+	(process_arg, vfprintf): Use it.
 
 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>