Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/linked-list @ 17933:7dd80fb0f8e2 master
uniwbrk/u32-wordbreaks-tests: fix copyright
* tests/uniwbrk/test-uc-wordbreaks.c: Fix copyright date.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 23 Feb 2015 15:52:58 -0800 |
parents | 1f14c6dd175d |
children |
rev | line source |
---|---|
6978
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Sequential list data type implemented by a linked list. |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 lib/gl_linked_list.h |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 lib/gl_linked_list.c |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 lib/gl_anylinked_list1.h |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 lib/gl_anylinked_list2.h |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 Depends-on: |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 list |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 configure.ac: |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 Makefile.am: |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 lib_SOURCES += gl_linked_list.h gl_linked_list.c gl_anylinked_list1.h gl_anylinked_list2.h |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 Include: |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 "gl_linked_list.h" |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 License: |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 GPL |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 Maintainer: |
17713
1f14c6dd175d
Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents:
12445
diff
changeset
|
25 all |