annotate modules/yesno-tests @ 14310:00537d144c48

New module 'iswblank'. * lib/wctype.in.h (iswblank): Don't declare if GNULIB_ISWBLANK is 0. * modules/iswblank: New file. * modules/wctype-h (Files): Remove lib/iswblank.c. (Makefile.am): Substitute GNULIB_ISWBLANK. * m4/iswblank.m4: New file, partially extracted from m4/wctype_h.m4. * m4/wctype_h.m4 (gl_WCTYPE_MODULE_INDICATOR): New macro. (gl_WCTYPE_H_DEFAULTS): New macro. (gl_WCTYPE_H): Require it. Remove iswblank related code. * modules/iswblank-tests: New file. * tests/test-iswblank.c: New file, extraced from tests/test-wctype-h.c. * tests/test-wctype-h.c (main): Remove iswblank tests. * tests/test-wctype-h-c++.cc: Guard the signature test of iswblank. * doc/posix-functions/iswblank.texi: Mention module 'iswblank' instead of 'wctype-h'. * NEWS: Mention the change. * modules/mbchar (Depends-on): Add iswblank.
author Bruno Haible <bruno@clisp.org>
date Sun, 06 Feb 2011 22:07:24 +0100
parents 03aab12b3f15
children c47783837720
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9157
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
1 Files:
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
2 tests/test-yesno.c
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
3 tests/test-yesno.sh
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
4
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
5 Depends-on:
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
6 closein
9987
8d1cd7ae4b1e Make test-yesno.sh work on mingw.
Bruno Haible <bruno@clisp.org>
parents: 9284
diff changeset
7 binary-io
9157
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
8
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
9 configure.ac:
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
10
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
11 Makefile.am:
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
12 TESTS += test-yesno.sh
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
13 check_PROGRAMS += test-yesno
18308c6e516b Test yesno in combination with closein.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
14 test_yesno_LDADD = $(LDADD) @LIBINTL@