This is the mail archive of the
src-cvs@sources.redhat.com
mailing list .
src/libiberty ChangeLog hashtab.c
- From: drow at sources dot redhat dot com
- To: src-cvs at sources dot redhat dot com
- Date: 26 Jan 2003 07:33:29 -0000
- Subject: src/libiberty ChangeLog hashtab.c
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