From f8194fa6f991456bd2cf79f2cdfbec7b497eb342 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 21 May 2015 15:46:46 +0100 Subject: vfprintf: Introduce printf_positional function This splits a considerable chunk of code from the main vfprintf function. This will make it easier to remove the use of extend_alloca from the positional argument handling code. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2c606bcfbb..48311f5558 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-05-21 Florian Weimer + + * stdio-common/vfprintf.c (vfprintf): Move local variables + args_malloced, specs, specs_malloced, and the code after + do_positional to the printf_positional function. + (printf_positional): New function. + 2015-05-21 Florian Weimer * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf -- cgit v1.2.3