From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1432 invoked by alias); 26 Jan 2003 07:33:29 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 1405 invoked by uid 9203); 26 Jan 2003 07:33:29 -0000 Date: Sun, 26 Jan 2003 07:33:00 -0000 Message-ID: <20030126073329.1404.qmail@sources.redhat.com> From: drow@sources.redhat.com To: src-cvs@sources.redhat.com Subject: src/libiberty ChangeLog hashtab.c X-SW-Source: 2003-q1/txt/msg00027.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: drow@sourceware.org 2003-01-26 07:33:28 Modified files: libiberty : ChangeLog hashtab.c Log message: include/ * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types. (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f. (htab_create_alloc_ex): New prototype. (htab_set_functions_ex): New prototype. libiberty/ * hashtab.c (htab_create_alloc_ex): New function. (hatab_set_functions_ex): New function. (htab_delete, htab_expand): Support alternate allocation functions. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.187&r2=1.188 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/hashtab.c.diff?cvsroot=src&r1=1.15&r2=1.16