Mercurial > hg > octave-shane > gnulib-hg
annotate modules/xmemcoll @ 17632:86af85d364e1 default tip
unistd: port readlink to Mac OS X 10.3.9
* lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work
around self-include problem in Mac OS X 10.3.9 when combined with
readlink module. Problem reported by Klaus Zietler in
<http://bugs.gnu.org/16825>.
author | Paul Eggert <eggert@penguin.cs.ucla.edu> |
---|---|
date | Tue, 25 Feb 2014 11:16:27 -0800 |
parents | cd3c62f1332e |
children |
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 | |
5965
cd3c62f1332e
Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
10 gettext-h |
4110 | 11 error |
12 quotearg | |
4473
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4197
diff
changeset
|
13 exitfail |
4110 | 14 |
15 configure.ac: | |
16 | |
17 Makefile.am: | |
18 lib_SOURCES += xmemcoll.h xmemcoll.c | |
19 | |
20 Include: | |
21 "xmemcoll.h" | |
22 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4473
diff
changeset
|
23 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4473
diff
changeset
|
24 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4473
diff
changeset
|
25 |
4197 | 26 Maintainer: |
27 Paul Eggert, Jim Meyering | |
28 |