From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32253 invoked by alias); 18 May 2005 00:25:34 -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 32226 invoked by uid 9163); 18 May 2005 00:25:33 -0000 Date: Wed, 18 May 2005 00:25:00 -0000 Message-ID: <20050518002533.32224.qmail@sourceware.org> From: hunt@sourceware.org To: systemtap-cvs@sources.redhat.com Subject: src/runtime map.c map-keys.c map-values.c list ... X-SW-Source: 2005-q2/txt/msg00082.txt.bz2 List-Id: CVSROOT: /cvs/systemtap Module name: src Changes by: hunt@sourceware.org 2005-05-18 00:25:33 Modified files: runtime : map.c map-keys.c map-values.c list.c ChangeLog Log message: 2005-05-17 Martin Hunt * map.c (needed_space): Use do_div(). (_stp_map_print_histogram): Ditto. (_stp_map_print): Ditto. * map-values.c (_stp_map_add_int64_stat): Use do_div() when computing histogram bucket. * map-keys.c (_stp_map_key): Fix some warnings on 32-bit machines by using key_data casts. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/map.c.diff?cvsroot=systemtap&r1=1.8&r2=1.9 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/map-keys.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/map-values.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/list.c.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.2&r2=1.3