annotate modules/linkedhash-map @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 9e8db1cdf8c1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
40019
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Set data type implemented by a hash table with a linked list.
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/gl_linkedhash_map.h
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/gl_linkedhash_map.c
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/gl_anyhash1.h
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 lib/gl_anyhash2.h
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 lib/gl_anyhash_primes.h
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Depends-on:
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 map
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 stdint
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 xsize
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 configure.ac:
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Makefile.am:
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 lib_SOURCES += gl_linkedhash_map.h gl_linkedhash_map.c gl_anyhash1.h gl_anyhash2.h gl_anyhash_primes.h
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 "gl_linkedhash_map.h"
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 GPL
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
9e8db1cdf8c1 linkedhash-map: New module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 all