Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/hash @ 4197:3ccc6d0d52bb
Add a Maintainer.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 20 Jan 2003 10:02:37 +0000 |
parents | 5321105558d8 |
children | 5f558ceff8fb |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Parametrizable hash table. |
4110 | 3 |
4 Files: | |
5 lib/hash.h | |
6 lib/hash.c | |
7 m4/hash.m4 | |
8 | |
9 Depends-on: | |
10 malloc | |
11 realloc | |
12 stdbool | |
13 | |
14 configure.ac: | |
15 gl_HASH | |
16 | |
17 Makefile.am: | |
18 lib_SOURCES += hash.h hash.c | |
19 | |
20 Include: | |
21 "hash.h" | |
22 | |
4197 | 23 Maintainer: |
24 Jim Meyering | |
25 |