annotate modules/avltreehash-list @ 13922:120aa31e498d

* build-aux/gendocs.sh: restore x bit
author Eric Blake <eblake@redhat.com>
date Fri, 10 Dec 2010 09:40:08 -0700
parents a8c91b846640
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6981
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Sequential list data type implemented by a hash table with a binary tree.
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/gl_avltreehash_list.h
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/gl_avltreehash_list.c
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/gl_anyhash_list1.h
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 lib/gl_anyhash_list2.h
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 lib/gl_anyavltree_list1.h
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 lib/gl_anyavltree_list2.h
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 lib/gl_anytree_list1.h
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 lib/gl_anytree_list2.h
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 lib/gl_anytreehash_list1.h
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 lib/gl_anytreehash_list2.h
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Depends-on:
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 list
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 avltree-oset
7383
2cdff416776f Use the stdint module.
Bruno Haible <bruno@clisp.org>
parents: 6981
diff changeset
19 stdint
6981
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 xsize
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 configure.ac:
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Makefile.am:
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 lib_SOURCES += gl_avltreehash_list.h gl_avltreehash_list.c gl_anyhash_list1.h gl_anyhash_list2.h gl_anyavltree_list1.h gl_anyavltree_list2.h gl_anytree_list1.h gl_anytree_list2.h gl_anytreehash_list1.h gl_anytreehash_list2.h
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Include:
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 "gl_avltreehash_list.h"
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 License:
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 GPL
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 Maintainer:
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 Bruno Haible
0bc4f2ff0eae Sequential list data type implemented by a hash table with a binary tree.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35