summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/src/ChangeLog
blob: b9c97cab4d2748786b598dc5be71146db4eca43d (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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
2004-02-02  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (RM): New variable.

2004-01-29  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14.1 released.

2004-01-28  Bruno Haible  <bruno@clisp.org>

	* gettext-0.14 released.

2004-01-09  Bruno Haible  <bruno@clisp.org>

	* gettext.c (main): Update year in --version output.
	* ngettext.c (main): Likewise.
	* envsubst.c (main): Likewise.

2003-12-17  Bruno Haible  <bruno@clisp.org>

	* gettext-0.13.1 released.

2003-11-30  Bruno Haible  <bruno@clisp.org>

	* gettext-0.13 released.

2003-11-15  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES.

2003-10-09  Bruno Haible  <bruno@clisp.org>

	* envsubst.c: Include xalloc.h instead of xmalloc.h.
	* gettext.c: Likewise.
	* ngettext.c: Likewise.

2003-09-16  Bruno Haible  <bruno@clisp.org>

	* envsubst.c: Include stdbool.h.
	(all_variables): Change type to bool.
	(main, find_variables, subst_from_stdin): Use bool.
	* gettext.c: Include stdbool.h.
	(add_newline, do_expand): Change type to bool. Make static.
	(main, expand_escape): Use bool.
	* ngettext.c: Include stdbool.h.
	(do_expand): Change type to bool. Make static.
	(main): Use bool.

2003-09-14  Bruno Haible  <bruno@clisp.org>

	* envsubst.c (main): Remove stdout write error check, now done in
	close_stdout.

2003-09-18  Bruno Haible  <bruno@clisp.org>

	* Makefile.am (EXTRA_DIST): Add gettext.sh.
	Reported by Guido Flohr.

2003-09-13  Bruno Haible  <bruno@clisp.org>

	* envsubst.c: New file.
	* gettext.sh: New file.
	* Makefile.am (bin_PROGRAMS): Add envsubst.
	(envsubst_SOURCES, envsubst_CFLAGS, envsubst_LDFLAGS): New variables.
	(all-local): Depend on gettext.sh.
	(install-data-local, uninstall-local): New rules, for gettext.sh.
	* Makefile.msvc (PROGRAMS): Add envsubst.exe.
	(envsubst_OBJECTS): New variable.
	(envsubst.obj, envsubst.exe): New rules.
	(install): Install also envsubst.exe and gettext.sh.
	(uninstall): Uninstall also envsubst.exe and gettext.sh.
	* Makefile.vms (PROGRAMS): Add envsubst.exe.
	(envsubst_OBJECTS): New variable.
	(envsubst.obj, envsubst.exe): New rules.
	(install): Install also envsubst.exe and gettext.sh.
	(uninstall): Uninstall also envsubst.exe and gettext.sh.

2003-09-13  Bruno Haible  <bruno@clisp.org>

	Fix behaviour of "<program> --help > /dev/full".
	* gettext.c: Include closeout.h.
	(main): Register close_stdout for execution at program exit.
	* ngettext.c: Include closeout.h.
	(main): Register close_stdout for execution at program exit.

2003-06-08  Bruno Haible  <bruno@clisp.org>

	* Makefile.vms (LDADD): Take options from .opt files.
	(libiconv.opt): New rule.
	(gettext.exe, ngettext.exe): Depend on it.
	Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.

2003-05-22  Bruno Haible  <bruno@clisp.org>

	* gettext-0.12.1 released.

2003-05-18  Bruno Haible  <bruno@clisp.org>

	* Makefile.msvc (DEBUGFLAGS): New variable.
	(gettext.exe, ngettext.exe): Use it, and MFLAGS too.

2003-05-17  Bruno Haible  <bruno@clisp.org>

	* gettext-0.12 released.

2003-05-17  Bruno Haible  <bruno@clisp.org>

	* Makefile.msvc (libdir, IIlibdir): New variables.
	(gettext.exe, ngettext.exe): Link with iconv.lib, needed by intl.lib.

2003-04-12  Bruno Haible  <bruno@clisp.org>

	* Makefile.vms: New variables ABIFLAGS, DEFS. Avoid rules with no
	lines. Don't use the force target. Correct wildcard syntax.
	Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.

2003-03-30  Bruno Haible  <bruno@clisp.org>

	* Makefile.vms: New file.
	* Makefile.am (EXTRA_DIST): Add Makefile.vms.

2003-03-17  Bruno Haible  <bruno@clisp.org>

	Native Woe32/MSVC support.
	* Makefile.msvc: New file.
	* Makefile.am (EXTRA_DIST): Add it.

2003-02-28  Bruno Haible  <bruno@clisp.org>

	Support for relocatable installation.
	* gettext.c: Include progname.h, relocatable.h.
	(program_name): Remove variable.
	(main): Use set_program_name. Relocate LOCALEDIR value. Update
	copyright year.
	* ngettext.c: Include progname.h, relocatable.h.
	(program_name): Remove variable.
	(main): Use set_program_name. Relocate LOCALEDIR value. Update
	copyright year.
	* Makefile.am (gettext_CFLAGS, ngettext_CFLAGS): New variables.
	(gettext_LDFLAGS, ngettext_LDFLAGS): New variables.
	(RELOCATABLE_LIBRARY_PATH, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR,
	RELOCATABLE_CONFIG_H_DIR): New variables.

2003-02-12  Bruno Haible  <bruno@clisp.org>

	Extracted from gettext package.
	* Makefile.am: New file.