From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16393 invoked by alias); 9 Nov 2005 08:24:53 -0000 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Received: (qmail 16380 invoked by uid 9163); 9 Nov 2005 08:24:53 -0000 Date: Wed, 09 Nov 2005 08:24:00 -0000 Message-ID: <20051109082453.16378.qmail@sourceware.org> From: hunt@sourceware.org To: systemtap-cvs@sources.redhat.com Subject: src/runtime ChangeLog map-gen.c map-stat.c map ... X-SW-Source: 2005-q4/txt/msg00106.txt.bz2 List-Id: CVSROOT: /cvs/systemtap Module name: src Changes by: hunt@sourceware.org 2005-11-09 08:24:53 Modified files: runtime : ChangeLog map-gen.c map-stat.c map.c map.h runtime/tests : ChangeLog Removed files: runtime : list.c map-int.c map-keys.c map-str.c map-values.c Log message: 2005-11-09 Martin Hunt * map.h (struct map_root): Delete fields used by old API. * map.c: Remove old map API functions. * map-stat.c (_stp_map_add_stat): Delete. (_stp_pmap_new_hstat_linear): Move here from map.c. (_stp_pmap_new_hstat_log): Ditto. * list.c: Deleted. * map-keys.c: Deleted. * map-values.c: Deleted. * map-int.c: Deleted. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.74&r2=1.75 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-gen.c.diff?cvsroot=systemtap&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-stat.c.diff?cvsroot=systemtap&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map.c.diff?cvsroot=systemtap&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map.h.diff?cvsroot=systemtap&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/list.c.diff?cvsroot=systemtap&r1=1.8&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-int.c.diff?cvsroot=systemtap&r1=1.3&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-keys.c.diff?cvsroot=systemtap&r1=1.7&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-str.c.diff?cvsroot=systemtap&r1=1.5&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-values.c.diff?cvsroot=systemtap&r1=1.8&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/tests/ChangeLog.diff?cvsroot=systemtap&r1=1.10&r2=1.11