Mercurial > hg > octave-kai > gnulib-hg
annotate modules/canonicalize @ 14734:0e1b87c3d416
canonicalize, canonicalize-lgpl: Avoid crash dialog on MacOS X.
* m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Add GL_NOCRASH code.
* modules/canonicalize (Depends-on): Add 'nocrash'.
* modules/canonicalize-lgpl (Depends-on): Likewise.
* doc/posix-functions/realpath.texi: Update platforms list.
Reported by Ryan Schmidt <ryandesign@macports.org>.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 12 May 2011 02:10:44 +0200 |
parents | 03de1efbfdd3 |
children | 7d9297067a18 |
rev | line source |
---|---|
5131 | 1 Description: |
2 Return the canonical absolute name of a given file. | |
3 | |
4 Files: | |
5 lib/canonicalize.h | |
6 lib/canonicalize.c | |
7 m4/canonicalize.m4 | |
12019
4e6951cd4f33
canonicalize, canonicalize-lgpl: honor // if distinct from /
Eric Blake <ebb9@byu.net>
parents:
12015
diff
changeset
|
8 m4/double-slash-root.m4 |
5131 | 9 |
10 Depends-on: | |
9227
484ada1ccebf
canonicalize: Avoid a false-positive cycle failure.
Jim Meyering <jim@meyering.net>
parents:
9169
diff
changeset
|
11 areadlink-with-size |
11941 | 12 errno |
12009
5905adc25666
canonicalize, canonicalize-lgpl: update module dependencies
Eric Blake <ebb9@byu.net>
parents:
11941
diff
changeset
|
13 extensions |
9227
484ada1ccebf
canonicalize: Avoid a false-positive cycle failure.
Jim Meyering <jim@meyering.net>
parents:
9169
diff
changeset
|
14 file-set |
484ada1ccebf
canonicalize: Avoid a false-positive cycle failure.
Jim Meyering <jim@meyering.net>
parents:
9169
diff
changeset
|
15 hash-triple |
12009
5905adc25666
canonicalize, canonicalize-lgpl: update module dependencies
Eric Blake <ebb9@byu.net>
parents:
11941
diff
changeset
|
16 lstat |
10750 | 17 memmove |
14734
0e1b87c3d416
canonicalize, canonicalize-lgpl: Avoid crash dialog on MacOS X.
Bruno Haible <bruno@clisp.org>
parents:
13073
diff
changeset
|
18 nocrash |
12009
5905adc25666
canonicalize, canonicalize-lgpl: update module dependencies
Eric Blake <ebb9@byu.net>
parents:
11941
diff
changeset
|
19 pathmax |
7581
45c727466eb8
Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
20 sys_stat |
5131 | 21 xalloc |
22 xgetcwd | |
23 | |
24 configure.ac: | |
12009
5905adc25666
canonicalize, canonicalize-lgpl: update module dependencies
Eric Blake <ebb9@byu.net>
parents:
11941
diff
changeset
|
25 gl_FUNC_CANONICALIZE_FILENAME_MODE |
7798
d58de0c4e214
2007-01-08 Bruno Haible <bruno@clisp.org>
Bruno Haible <bruno@clisp.org>
parents:
7581
diff
changeset
|
26 gl_MODULE_INDICATOR([canonicalize]) |
13073
03de1efbfdd3
Resolve conflict between the two kinds of module indicators.
Bruno Haible <bruno@clisp.org>
parents:
12019
diff
changeset
|
27 gl_MODULE_INDICATOR_FOR_TESTS([canonicalize]) |
12015
9317d4a9ac96
canonicalize, canonicalize-lgpl: use <stdlib.h>
Eric Blake <ebb9@byu.net>
parents:
12012
diff
changeset
|
28 gl_STDLIB_MODULE_INDICATOR([canonicalize_file_name]) |
5131 | 29 |
30 Makefile.am: | |
31 | |
32 Include: | |
33 "canonicalize.h" | |
34 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
35 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
36 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
37 |
5131 | 38 Maintainer: |
39 Jim Meyering |