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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
|
2003-09-13 Bruno Haible <bruno@clisp.org>
Fix behaviour of "<program> --help > /dev/full".
* tstgettext.c: Include closeout.h.
(main): Register close_stdout for execution at program exit.
* tstngettext.c: Include closeout.h.
(main): Register close_stdout for execution at program exit.
2003-09-11 Bruno Haible <bruno@clisp.org>
* msgfmt-14: New file.
* Makefile.am (TESTS): Add it.
2003-09-09 Guido Flohr <guido@imperia.net>
* xgettext-29: Add more tests.
* lang-perl-1: Use gettext instead of _.
2003-09-08 Bruno Haible <bruno@clisp.org>
* lang-sh: Avoid test failure with Solaris /bin/sh.
* lang-bash: Avoid test failure when bash is built without i18n
support.
2003-09-03 Bruno Haible <bruno@clisp.org>
* xgettext-30: New file.
* lang-sh: New file.
* lang-bash: New file.
* Makefile.am (TESTS): Add them.
(TESTS_ENVIRONMENT): Add ../../gettext-runtime/src to the PATH.
2003-08-31 Bruno Haible <bruno@clisp.org>
* format-sh-1: New file.
* format-sh-2: New file.
* Makefile.am (TESTS): Add them.
2003-09-01 Bruno Haible <bruno@clisp.org>
* xgettext-26: Add explicit symbol import to 'use' command.
* lang-perl-1: Likewise.
Suggested by Guido Flohr.
2003-09-01 Bruno Haible <bruno@clisp.org>
* xgettext-29: New test, from Guido Flohr.
* Makefile.am (TESTS): Add it.
2003-08-08 Bruno Haible <bruno@clisp.org>
* format-gcc-internal-1: New file.
* format-gcc-internal-2: New file.
* Makefile.am (TESTS): Add them.
2003-08-04 Bruno Haible <bruno@clisp.org>
* lang-perl-1: Small tweaks.
* lang-perl-2: Likewise.
* xgettext-26: Likewise.
2003-08-04 Guido Flohr <guido@imperia.net>
* format-perl-brace-1: Fix last patch,
2003-07-05 Bruno Haible <bruno@clisp.org>
* format-perl-brace-1: Renamed from format-perl-bracket-1. Use braces
instead of brackets.
* format-perl-brace-2: Renamed from format-perl-bracket-2. Use braces
instead of brackets.
* format-perl-mixed-1: Use braces instead of brackets.
* format-perl-mixed-2: Likewise.
* xgettext-26: Likewise.
* lang-perl-2: Likewise.
* Makefile.am (TESTS): Add format-perl-brace-[12], remove
format-perl-bracket-[12].
2003-06-27 Bruno Haible <bruno@clisp.org>
* xgettext-27: Also test Unicode character names in here documents.
* xgettext-28: Likewise.
2003-06-24 Bruno Haible <bruno@clisp.org>
* xgettext-27: New file.
* xgettext-28: New file.
* Makefile.am (TESTS): Add them.
2003-06-23 Bruno Haible <bruno@clisp.org>
* xgettext-26: Fix expected test result for backslashed dollar in
single-quoted string.
2003-06-23 Bruno Haible <bruno@clisp.org>
* format-perl-bracket-2: Allow added arguments in msgstr.
2003-06-21 Bruno Haible <bruno@clisp.org>
* xgettext-26: Add more test cases, some from Guido Flohr.
* format-perl-1: Complete rewrite, based on format-c-1.
* format-perl-2: Complete rewrite, based on format-c-2.
* format-perl-bracket-1: New file, based on format-python-1, partially
from Guido Flohr.
* format-perl-bracket-2: New file, based on format-python-2, partially
from Guido Flohr.
* format-perl-mixed-1: New file, from Guido Flohr.
* format-perl-mixed-2: New file, from Guido Flohr.
* lang-perl-1: Renamed from lang-perl.
* lang-perl-2: New file, from Guido Flohr, based on lang-perl.
* Makefile.am (TESTS): Add format-perl-bracket-1,
format-perl-bracket-2, format-perl-mixed-1, format-perl-mixed-2,
lang-perl-1, lang-perl-2. Remove lang-perl.
2003-06-19 Bruno Haible <bruno@clisp.org>
* Makefile.am (TESTS_ENVIRONMENT): Also set LOCALE_FR.
* lang-c: Use system dependent locale name $LOCALE_FR, not just fr_FR.
* lang-c++: Likewise.
* lang-clisp: Likewise.
* lang-gawk: Likewise.
* lang-java: Likewise.
* lang-librep: Likewise.
* lang-objc: Likewise.
* lang-pascal: Likewise.
* lang-perl: Likewise.
* lang-php: Likewise.
* lang-python-1: Likewise.
* lang-python-2: Likewise.
* lang-smalltalk: Likewise.
* lang-tcl: Likewise.
2003-06-17 Paul Eggert <eggert@twinsun.com>
* msgcat-7: Put msgcat options before file name, so that the test
doesn't fail if POSIXLY_CORRECT is set.
2003-06-15 Bruno Haible <bruno@clisp.org>
* xgettext-26: New file, derived from lang-perl.
* Makefile.am (TESTS): Add it.
* lang-perl: Turn into a real integration test.
2003-06-12 Bruno Haible <bruno@clisp.org>
* format-perl-1: Avoid conflict with format-awk-1.
* format-perl-2: Avoid conflict with format-awk-2.
* Makefile.am (TESTS): Mention perl between tcl and php.
2003-06-11 Guido Flohr <guido@imperia.net>
* format-perl-1: New file.
* format-perl-2: New file.
* lang-perl: New file.
* Makefile.am (TESTS): Add them.
2003-05-27 Bruno Haible <bruno@clisp.org>
* plural-2: Add test for Slovak plural formula.
2003-05-24 Bruno Haible <bruno@clisp.org>
* xgettext-25: New file.
* Makefile.am (TESTS): Add it.
2003-05-22 Bruno Haible <bruno@clisp.org>
* gettext-0.12.1 released.
2003-05-19 Bruno Haible <bruno@clisp.org>
* lang-smalltalk: Skip the test if smalltalk version 2.1 or 2.1.1
is used; these versions lack the I18N package.
2003-05-17 Bruno Haible <bruno@clisp.org>
* gettext-0.12 released.
2003-04-27 Bruno Haible <bruno@clisp.org>
* plural-2: Really make the test fail if there is a mismatch. Add a
test for the alternate formula for Russian from the glibc manual.
2003-04-26 Bruno Haible <bruno@clisp.org>
* msgattrib-15: New file.
* msgcat-11: New file.
* msgcat-12: New file.
* msgcmp-3: New file.
* msgcomm-24: New file.
* msgconv-4: New file.
* msgen-2: New file.
* msgexec-3: New file.
* msgfilter-3: New file.
* msgfmt-13: New file.
* msggrep-6: New file.
* msgmerge-23: New file.
* msgmerge-24: New file.
* msgunfmt-4: New file.
* msguniq-4: New file.
* xgettext-24: New file.
* msguniq-a.inp: New file.
* Makefile.am (TESTS): Add the new tests.
(EXTRA_DIST): Add msguniq-a.inp.
2003-04-14 Bruno Haible <bruno@clisp.org>
* Makefile.am (CHECKER): New variable.
(TESTS_ENVIRONMENT): Use it.
2003-04-12 Bruno Haible <bruno@clisp.org>
* Makefile.vms: Avoid rules with no lines. Don't use the force target.
Suggested by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
2003-04-06 Bruno Haible <bruno@clisp.org>
* lang-c++: Update includes list to match the changed location of
autosprintf.h.
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.
(INCLUDES): Look for libgnuintl.h in ../intl, not
$(top_srcdir)/../gettext-runtime/intl.
2003-02-28 Bruno Haible <bruno@clisp.org>
Support for relocatable installation.
* tstgettext.c: Include progname.h, relocatable.h.
(program_name): Remove variable.
(main): Use set_program_name. Relocate LOCALEDIR value. Update
copyright year.
* tstngettext.c: Include progname.h, relocatable.h.
(program_name): Remove variable.
(main): Use set_program_name. Relocate LOCALEDIR value. Update
copyright year.
* Makefile.am (tstgettext_CFLAGS, tstngettext_CFLAGS): New variables.
2003-02-28 Bruno Haible <bruno@clisp.org>
* Makefile.am (localedir): New variable.
2003-02-28 Bruno Haible <bruno@clisp.org>
* xgettext-19: Add Report-Msgid-Bugs-To line to expected result.
* xgettext-20: Likewise.
2003-02-23 Bruno Haible <bruno@clisp.org>
* format-lisp-1: Correct the syntax of a test string.
2003-02-22 Bruno Haible <bruno@clisp.org>
* lang-python-1: Renamed from lang-python. Make it work with Python
2.3.
* lang-python-2: New file.
* Makefile.am (TESTS): Remove lang-python, add lang-python-[12].
2003-02-20 Bruno Haible <bruno@clisp.org>
* msgfilter-1: Remove SKIP: messages, now emitted by the Makefile.
* msgfilter-2: Likewise.
* msgunfmt-2: Likewise.
* msgunfmt-3: Likewise.
* xgettext-19: Likewise.
* xgettext-20: Likewise.
* lang-c: Likewise.
* lang-c++: Likewise.
* lang-clisp: Likewise.
* lang-gawk: Likewise.
* lang-java: Likewise.
* lang-librep: Likewise.
* lang-objc: Likewise.
* lang-pascal: Likewise.
* lang-php: Likewise.
* lang-python: Likewise.
* lang-smalltalk: Likewise.
* lang-tcl: Likewise.
2003-02-20 Bruno Haible <bruno@clisp.org>
* lang-gawk: Skip the test if gawk was built with --disable-nls.
Reported by Paul Jarc <prj@po.cwru.edu>.
2003-02-18 Bruno Haible <bruno@clisp.org>
* Makefile.am (clean-am): New rule. For Solaris cc.
2003-02-18 Bruno Haible <bruno@clisp.org>
* xgettext-13: Add Report-Msgid-Bugs-To line to expected result.
* xgettext-14: Likewise.
* xgettext-18: Likewise.
* xgettext-21: Likewise.
* xgettext-23: Likewise.
2003-02-12 Bruno Haible <bruno@clisp.org>
Big restructuring.
* rpath*: Moved to autoconf-lib-link package.
* Makefile.am (TESTS, EXTRA_DIST): Remove rpath*.
(EXTRA_DIST): Add ChangeLog.0.
(xg-test1.ok.po): Drop gettext.c from input files.
(INCLUDES): Refer to intl in gettext-runtime directory.
* lang-c++: Update for changed directory structure.
* lang-java: Likewise.
* xgettext-1: Drop gettext.c from input files.
* xgettext-3: Update for changed domain name.
See ChangeLog.0 for earlier changes.
|