Mercurial > hg > octave-kai > gnulib-hg
annotate modules/filemode @ 10264:ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 10:41:34 -0700 |
parents | 45c727466eb8 |
children | bcfa50eea71d |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Return a string (?rwxrwxrwx format) describing the type and permissions of a |
3 file. | |
4110 | 4 |
5 Files: | |
6 lib/filemode.h | |
7 lib/filemode.c | |
8 m4/filemode.m4 | |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
5726
diff
changeset
|
9 m4/st_dm_mode.m4 |
4110 | 10 |
11 Depends-on: | |
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
|
12 sys_stat |
4110 | 13 |
14 configure.ac: | |
15 gl_FILEMODE | |
16 | |
17 Makefile.am: | |
18 | |
19 Include: | |
20 "filemode.h" | |
21 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
22 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
23 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
24 |
4197 | 25 Maintainer: |
26 Jim Meyering |