summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: d397e6335526d98730a21c50877d5ceb1536dfab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
2008-04-09  Bruno Haible  <bruno@clisp.org>

	Build and install documentation.
	* autogen.sh: Fetch a recent copy of texinfo.tex.
	* configure.ac (TEXI2DVI, DVIPS, PERL): New substituted variables.
	(AC_CONFIG_FILES): Add doc/Makefile.
	* m4/fixautomake.m4: New file, from GNU gettext.
	* Makefile.am (SUBDIRS): Add doc.
	(EXTRA_DIST): Add build-aux/texi2html.
	* doc/Makefile.am: New file.
	* doc/libunistring.texi: Set document encoding to UTF-8.
	(arrow): Add a fallback definition for texi2html.

	Put the table of contents at the beginning, not at the end.
	* build-aux/texi2html (INLINE_CONTENTS): Set to 1.
	(THISVERSION): Append an 'a'.

	* build-aux/texi2html: New file, from texinfo-1.78.

2008-04-06  Bruno Haible  <bruno@clisp.org>

	Add support for checking with valgrind.
	* build-aux/run-test: New file.
	* Makefile.am (EXTRA_DIST): Add it.
	* tests/Makefile.am (CHECKER, CHECKER_END_OF_COMMENTS): New variables.
	(TESTS_ENVIRONMENT): Add a run-test invocation.
	* HACKING: Mention how to use valgrind.

2008-04-06  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (EXTRA_DIST): Add version.sh, DEPENDENCIES, HACKING,
	autogen.sh, build-aux/fixaclocal.
	* version.sh: New file.

2008-04-05  Bruno Haible  <bruno@clisp.org>

	Allow building as a shared library on AIX.
	* lib/Makefile.am (libunistring_la_LDFLAGS): Add -no-undefined flag
	and INTL_MACOSX_LIBS (for MacOS X).

2008-04-05  Bruno Haible  <bruno@clisp.org>

	Use libtool versioning.
	* lib/Makefile.am (LTV_CURRENT, LTV_REVISION, LTV_AGE): New variables.
	(libunistring_la_LDFLAGS): Pass -version-info option.

2008-04-05  Bruno Haible  <bruno@clisp.org>

	* gnulib-m4/gnulib-cache.m4: New file, generated by gnulib-tool.

	* autogen.sh: New file.
	* configure.ac: New file.
	* build-aux/fixaclocal: New file, from GNU gettext.
	* Makefile.am: New file.
	* lib/Makefile.am: New file.
	* tests/Makefile.am: New file.

2008-04-05  Bruno Haible  <bruno@clisp.org>

	* INSTALL: Renamed from INSTALL.generic. Add section about
	prerequisites,

2008-04-05  Bruno Haible  <bruno@clisp.org>

	* doc/*.texi: Add index entries.

2008-04-05  Bruno Haible  <bruno@clisp.org>

	* doc/unistr.texi (Elementary string functions): Document
	u{8,16,32}_cmp2.

2008-04-05  Bruno Haible  <bruno@clisp.org>

	* doc/libunistring.texi (func, posixfunc): New macros.
	Use them where appropriate.
	* doc/unistr.texi: Likewise.

2008-04-05  Bruno Haible  <bruno@clisp.org>

	* doc/libunistring.texi: Complete the detailmenu.

2008-04-05  Bruno Haible  <bruno@clisp.org>

	* doc/libunistring.texi: New file.
	* doc/unitypes.texi: New file, based on gnulib/lib/unitypes.h.
	* doc/unistr.texi: New file, based on gnulib/lib/unistr.h.
	* doc/uniconv.texi: New file, based on gnulib/lib/uniconv.h.
	* doc/unistdio.texi: New file, based on gnulib/lib/unistdio.h.
	* doc/uniname.texi: New file, based on gnulib/lib/uniname.h.
	* doc/unictype.texi: New file, based on gnulib/lib/unictype.h.
	* doc/uniwidth.texi: New file, based on gnulib/lib/uniwidth.h.
	* doc/uniwbrk.texi: New file, based on gnulib/lib/uniwbrk.h.
	* doc/unilbrk.texi: New file, based on gnulib/lib/unilbrk.h.
	* doc/uninorm.texi: New file, based on gnulib/lib/uninorm.h.
	* doc/unicase.texi: New file, based on gnulib/lib/unicase.h.
	* doc/uniregex.texi: New file.
	* doc/gpl.texi: New file, from gnulib.
	* doc/lgpl.texi: New file, from gnulib.
	* doc/fdl.texi: New file, from gnulib.

2008-03-14  Bruno Haible  <bruno@clisp.org>

	* INSTALL.generic: New file, from gnulib/doc/INSTALL.UTF-8 with an
	added paragraph mentioning --with-libiconv-prefix.

	* COPYING.LIB: New file, from gnulib/doc/COPYING.LESSERv3.
	* COPYING: New file, from gnulib/doc/COPYINGv3.

	* m4/libtool.m4: New file, from libtool-2.2.6, with modifications:
	2008-04-06  Bruno Haible  <bruno@clisp.org>
		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
		to ${CONFIG_SHELL}.
	* m4/ltoptions.m4: New file, from libtool-2.2.6.
	* m4/ltsugar.m4: Likewise.
	* m4/ltversion.m4: Likewise.
	* m4/lt~obsolete.m4: Likewise.
	* build-aux/ltmain.sh: New file, from libtool-2.2.6, with
	modifications.
	2008-09-28  Bruno Haible  <bruno@clisp.org>
		* build-aux/ltmain.sh (func_emit_cwrapperexe_src): On mingw,
		preprocess the argument vector through prepare_spawn.

	* build-aux/config.guess: New file, from gnulib, version 2009-02-03.
	* build-aux/config.sub: Likewise.

	* README: New file.
	* AUTHORS: New file.
	* DEPENDENCIES: New file.
	* BUGS: New file.
	* HACKING: New file.
	* THANKS: New file.
	* NEWS: New file.