annotate modules/array-list @ 12496:a48d3d749ca5

Refactor common macros used in tests.
author Bruno Haible <bruno@clisp.org>
date Thu, 24 Dec 2009 21:01:42 +0100 (2009-12-24)
parents a8c91b846640
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6975
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Sequential list data type implemented by an array.
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/gl_array_list.h
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/gl_array_list.c
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 list
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 xsize
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 lib_SOURCES += gl_array_list.h gl_array_list.c
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 "gl_array_list.h"
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 GPL
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Bruno Haible
1a5c885aecea Sequential list data type implemented by an array.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25