annotate modules/unitypes @ 14273:8f6d3e05c7e2

libposix: Revert the unreviewed part of yesterday's big merge. Back out yesterday's big merge from the libposix branch, except for the openat-die.c change that was reviewed and approved by Paul Eggert. Put the ChangeLog entry at the top, to reflect the order of changes in the master branch.
author Bruce Korb <bkorb@gnu.org>
date Sun, 06 Feb 2011 21:11:40 +0100
parents b4cc3c41ca79
children aca88fcb0493
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7791
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Base types for Unicode string functions.
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
5 lib/unitypes.in.h
13442
2d4854871087 unitypes: Fix bug introduced on 2010-05-18.
Ian Beckwith <ianb@erislabs.net>
parents: 13354
diff changeset
6 m4/libunistring-base.m4
7791
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 stdint
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
12 gl_LIBUNISTRING_LIBHEADER([0.9], [unitypes.h])
7791
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
15 BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
16
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
17 unitypes.h: unitypes.in.h
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
18 $(AM_V_GEN)rm -f $@-t $@ && \
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
19 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
20 cat $(srcdir)/unitypes.in.h; \
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
21 } > $@-t && \
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
22 mv -f $@-t $@
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 7791
diff changeset
23 MOSTLYCLEANFILES += unitypes.h unitypes.h-t
7791
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Include:
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 "unitypes.h"
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 License:
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 LGPL
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Maintainer:
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 Bruno Haible
dc1b4b5f8246 Basic types for Unicode strings.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33