From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23203 invoked by alias); 27 Feb 2008 16:42:06 -0000 Received: (qmail 23190 invoked by uid 448); 27 Feb 2008 16:42:05 -0000 Date: Wed, 27 Feb 2008 16:42:00 -0000 Message-ID: <20080227164205.23187.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: src/runtime ChangeLog vsprintf.c Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2008-q1/txt/msg00151.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: brolley@sourceware.org 2008-02-27 16:42:05 Modified files: runtime : ChangeLog vsprintf.c Log message: 2008-02-27 Dave Brolley PR5189 * vsprintf.c (_stp_vsnprintf): Extract arguments of type int64_t for dynamic width and precision. Implement width and precision correctly for the %b format specifier. Implement the %m specifier. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.242&r2=1.243 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/vsprintf.c.diff?cvsroot=systemtap&r1=1.10&r2=1.11