annotate modules/unistd-safer-tests @ 14289:b5843d4d8441

New module 'wcscmp'. * modules/wcscmp: New file. * lib/wchar.in.h (wcscmp): New declaration. * lib/wcscmp.c: New file. * lib/wcscmp-impl.h: New file, from libutf8 with modifications. * m4/wcscmp.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscmp is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCMP, HAVE_WCSCMP. * modules/wchar (Makefile.am): Substitute GNULIB_WCSCMP, HAVE_WCSCMP. * tests/test-wchar-c++.cc: Test the declaration of wcscmp. * doc/posix-functions/wcscmp.texi: Mention the new module.
author Bruno Haible <bruno@clisp.org>
date Sun, 06 Feb 2011 04:39:48 +0100
parents 618282a72d9b
children b86e9061a6d0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12399
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
1 Files:
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
2 tests/test-dup-safer.c
12510
618282a72d9b tests: use macros.h in more places
Eric Blake <ebb9@byu.net>
parents: 12432
diff changeset
3 tests/macros.h
12399
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
4
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
5 Depends-on:
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
6 binary-io
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
7 cloexec
12432
0759131e0d13 New module 'fd-safer-flag'.
Bruno Haible <bruno@clisp.org>
parents: 12399
diff changeset
8 fd-safer-flag
12399
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
9 stdbool
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
10
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
11 configure.ac:
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
12
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
13 Makefile.am:
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
14 TESTS += test-dup-safer
7b2940180b02 unistd-safer: add unit test
Eric Blake <ebb9@byu.net>
parents:
diff changeset
15 check_PROGRAMS += test-dup-safer