Mercurial > hg > octave-shane > gnulib-hg
annotate modules/utimecmp @ 11658:8b1dcb465dff
tests: add test for bogus NULL definition
* tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
* tests/test-stdlib.c: Likewise.
* tests/test-string.c: Likewise.
* tests/test-locale.c: Likewise.
* tests/test-unistd.c: Likewise.
* modules/stdio-tests (Depends-on): Add verify.
* modules/stdlib-tests (Depends-on): Likewise.
* modules/string-tests (Depends-on): Likewise.
* modules/locale-tests (Depends-on): Likewise.
* modules/unistd-tests (Depends-on): Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Fri, 26 Jun 2009 08:00:28 -0600 |
parents | b31580167c2b |
children | 0ae159ba1adf |
rev | line source |
---|---|
5148 | 1 Description: |
2 compare file time stamps | |
3 | |
4 Files: | |
5 lib/utimecmp.h | |
6 lib/utimecmp.c | |
7 m4/utimecmp.m4 | |
8 | |
9 Depends-on: | |
10 hash | |
6239
e21252adb164
* modules/utimecmp (Depends-on): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5820
diff
changeset
|
11 stat-time |
8146
b31580167c2b
New module 'time', so that apps can include <time.h> as per
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
12 time |
5148 | 13 utimens |
14 xalloc | |
6657
25df81cf2f51
* modules/intprops: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6323
diff
changeset
|
15 intprops |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
16 stdbool |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
6657
diff
changeset
|
17 stdint |
6323
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6239
diff
changeset
|
18 verify |
5148 | 19 |
20 configure.ac: | |
21 gl_UTIMECMP | |
22 | |
23 Makefile.am: | |
24 | |
25 Include: | |
26 "utimecmp.h" | |
27 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5148
diff
changeset
|
28 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5148
diff
changeset
|
29 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5148
diff
changeset
|
30 |
5148 | 31 Maintainer: |
32 Paul Eggert, Jim Meyering |