Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/vprintf-posix-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 | 03aab12b3f15 |
children | 328819af1c02 |
rev | line source |
---|---|
8397
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-vprintf-posix.sh |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/test-vprintf-posix.c |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 tests/test-printf-posix.h |
8822
2f1aaaabf5bf
Rename test-fprintf-posix.out to test-printf-posix.output.
Bruno Haible <bruno@clisp.org>
parents:
8397
diff
changeset
|
5 tests/test-printf-posix.output |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
6 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
7 tests/macros.h |
8397
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Depends-on: |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 stdint |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 configure.ac: |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 Makefile.am: |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 TESTS += test-vprintf-posix.sh |
6dcaec40e1f4
Tests for module 'vprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 check_PROGRAMS += test-vprintf-posix |