Mercurial > hg > octave-shane > gnulib-hg
annotate modules/xmemcoll @ 4197:3ccc6d0d52bb
Add a Maintainer.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 20 Jan 2003 10:02:37 +0000 |
parents | 5321105558d8 |
children | fd6696a97000 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Locale dependent memory area comparison, with error checking. |
4110 | 3 |
4 Files: | |
5 lib/xmemcoll.h | |
6 lib/xmemcoll.c | |
7 | |
8 Depends-on: | |
9 memcoll | |
10 gettext | |
11 error | |
12 quotearg | |
13 | |
14 configure.ac: | |
15 | |
16 Makefile.am: | |
17 lib_SOURCES += xmemcoll.h xmemcoll.c | |
18 | |
19 Include: | |
20 "xmemcoll.h" | |
21 | |
4197 | 22 Maintainer: |
23 Paul Eggert, Jim Meyering | |
24 |