annotate modules/wctype-h @ 17476:6057744acd2c default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 16 Aug 2013 06:32:22 -0700
parents 3aff72f6c8ba
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 A <wctype.h> that conforms better to C99.
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/wctype.in.h
17175
3aff72f6c8ba wctype-h: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents: 15487
diff changeset
6 lib/wctype-h.c
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/wctype_h.m4
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/wint_t.m4
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
17175
3aff72f6c8ba wctype-h: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents: 15487
diff changeset
11 extern-inline
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 include_next
15416
10b35faca629 Rename module 'c++defs' to 'snippet/c++defs'.
Bruno Haible <bruno@clisp.org>
parents: 14840
diff changeset
13 snippet/c++defs
15419
d2437ed29d20 Rename module 'warn-on-use' to 'snippet/warn-on-use'.
Bruno Haible <bruno@clisp.org>
parents: 15416
diff changeset
14 snippet/warn-on-use
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 configure.ac:
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gl_WCTYPE_H
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 BUILT_SOURCES += wctype.h
17175
3aff72f6c8ba wctype-h: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents: 15487
diff changeset
21 lib_SOURCES += wctype-h.c
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 # We need the following in order to create <wctype.h> when the system
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 # doesn't have one that works with the given compiler.
14527
049942251f65 Ensure to rebuild generated .h files when config.status has changed.
Bruno Haible <bruno@clisp.org>
parents: 14322
diff changeset
25 wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 $(AM_V_GEN)rm -f $@-t $@ && \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
14840
5f709022a256 Allow multiple gnulib generated include files to be combined.
Bruno Haible <bruno@clisp.org>
parents: 14527
diff changeset
28 sed -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
5f709022a256 Allow multiple gnulib generated include files to be combined.
Bruno Haible <bruno@clisp.org>
parents: 14527
diff changeset
29 -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
14310
00537d144c48 New module 'iswblank'.
Bruno Haible <bruno@clisp.org>
parents: 14304
diff changeset
34 -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
14319
aef6efcc4045 New module 'wctype'.
Bruno Haible <bruno@clisp.org>
parents: 14318
diff changeset
35 -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
14320
9a2d4c1b2034 New module 'iswctype'.
Bruno Haible <bruno@clisp.org>
parents: 14319
diff changeset
36 -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
14321
3b388f38755d New module 'wctrans'.
Bruno Haible <bruno@clisp.org>
parents: 14320
diff changeset
37 -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
14322
4d31d731ac62 New module 'towctrans'.
Bruno Haible <bruno@clisp.org>
parents: 14321
diff changeset
38 -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
14318
18ad0b0246fc wctype-h: Ensure wctype_t and wctrans_t are defined.
Bruno Haible <bruno@clisp.org>
parents: 14310
diff changeset
41 -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
18ad0b0246fc wctype-h: Ensure wctype_t and wctrans_t are defined.
Bruno Haible <bruno@clisp.org>
parents: 14310
diff changeset
42 -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
43 -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
44 -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
45 -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
15487
fe7627541c17 wctype-h: Add support for Minix.
Bruno Haible <bruno@clisp.org>
parents: 15419
diff changeset
46 -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
14304
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
47 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
48 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
49 < $(srcdir)/wctype.in.h; \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
50 } > $@-t && \
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
51 mv $@-t $@
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
52 MOSTLYCLEANFILES += wctype.h wctype.h-t
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
53
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
54 Include:
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
55 <wctype.h>
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
56
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
57 License:
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
58 LGPLv2+
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
59
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
60 Maintainer:
550f5258de22 Rename module 'wctype' to 'wctype-h'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
61 all