Mercurial > hg > octave-kai > gnulib-hg
annotate modules/mkostemps @ 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 | 1441ddf44357 |
children | efab6978105e |
rev | line source |
---|---|
12234 | 1 Description: |
2 mkostemps() function: create a private temporary file, with specific opening | |
3 flags, and with suffix. | |
4 | |
5 Files: | |
6 lib/mkostemps.c | |
7 m4/mkostemps.m4 | |
8 | |
9 Depends-on: | |
10 extensions | |
11 stdlib | |
12 tempname | |
13 | |
14 configure.ac: | |
15 gl_FUNC_MKOSTEMPS | |
12235
1441ddf44357
stdlib-safer: wrap all mkstemp variants
Eric Blake <ebb9@byu.net>
parents:
12234
diff
changeset
|
16 gl_MODULE_INDICATOR([mkostemps]) |
12234 | 17 gl_STDLIB_MODULE_INDICATOR([mkostemps]) |
18 | |
19 Makefile.am: | |
20 | |
21 Include: | |
22 <stdlib.h> | |
23 | |
24 License: | |
25 LGPLv2+ | |
26 | |
27 Maintainer: | |
28 Eric Blake |