Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/hash @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | 06946960c6cc |
children |
rev | line source |
---|---|
4110 | 1 Description: |
14644
157bb0cdd13a
hash, mgetgroups: drop xalloc dependency
Eric Blake <eblake@redhat.com>
parents:
11640
diff
changeset
|
2 Parameterizable hash table. |
4110 | 3 |
4 Files: | |
5756 | 5 lib/hash.c |
4110 | 6 lib/hash.h |
7 | |
8 Depends-on: | |
11640
66e1eeffb344
hash: make rotation more obvious
Eric Blake <ebb9@byu.net>
parents:
7497
diff
changeset
|
9 bitrotate |
4110 | 10 stdbool |
11640
66e1eeffb344
hash: make rotation more obvious
Eric Blake <ebb9@byu.net>
parents:
7497
diff
changeset
|
11 stdint |
14644
157bb0cdd13a
hash, mgetgroups: drop xalloc dependency
Eric Blake <eblake@redhat.com>
parents:
11640
diff
changeset
|
12 xalloc-oversized |
4110 | 13 |
14 configure.ac: | |
15 | |
16 Makefile.am: | |
15206
06946960c6cc
hash: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
14644
diff
changeset
|
17 lib_SOURCES += hash.c |
4110 | 18 |
19 Include: | |
20 "hash.h" | |
21 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5085
diff
changeset
|
22 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5085
diff
changeset
|
23 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5085
diff
changeset
|
24 |
4197 | 25 Maintainer: |
26 Jim Meyering |