From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28112 invoked by alias); 10 Mar 2008 18:45:03 -0000 Received: (qmail 28099 invoked by uid 448); 10 Mar 2008 18:45:03 -0000 Date: Mon, 10 Mar 2008 18:45:00 -0000 Message-ID: <20080310184503.28097.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: src/runtime ChangeLog loc2c-runtime.h 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/msg00182.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: brolley@sourceware.org 2008-03-10 18:45:03 Modified files: runtime : ChangeLog loc2c-runtime.h vsprintf.c Log message: 2008-03-10 Dave Brolley PR5189 * vsprintf.c (_stp_vsnprintf): Arguments for dynamic width and precision are of type 'int' again. * loc2c-runtime.h (deref_string): Copy the data only if dst is not NULL. (deref_buffer): New macro. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.244&r2=1.245 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/loc2c-runtime.h.diff?cvsroot=systemtap&r1=1.30&r2=1.31 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/vsprintf.c.diff?cvsroot=systemtap&r1=1.11&r2=1.12