From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18922 invoked by alias); 31 May 2005 20:26:39 -0000 Mailing-List: contact systemtap-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sources.redhat.com List-Archive: Received: (qmail 18903 invoked by uid 9163); 31 May 2005 20:26:39 -0000 Date: Tue, 31 May 2005 20:26:00 -0000 Message-ID: <20050531202639.18902.qmail@sourceware.org> From: hunt@sourceware.org To: systemtap-cvs@sources.redhat.com Subject: src/runtime ChangeLog map.c map.h string.c X-SW-Source: 2005-q2/txt/msg00143.txt.bz2 List-Id: CVSROOT: /cvs/systemtap Module name: src Changes by: hunt@sourceware.org 2005-05-31 20:26:39 Modified files: runtime : ChangeLog map.c map.h string.c Log message: 2005-05-31 Martin Hunt * map.c (_stp_map_print): Now takes a format string instead of a name. * map.h (foreach): Update macro. * string.c (_stp_string_cat_char): New function. Append a char to a string. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/map.c.diff?cvsroot=systemtap&r1=1.9&r2=1.10 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/map.h.diff?cvsroot=systemtap&r1=1.8&r2=1.9 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/string.c.diff?cvsroot=systemtap&r1=1.6&r2=1.7