xref: /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/ChangeLog (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
12006-11-27  Bruno Haible  <bruno@clisp.org>
2
3	* gettext-0.16.1 released.
4
52006-11-20  Bruno Haible  <bruno@clisp.org>
6
7	* gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8	changequote instead of pairs of brackets.
9	Reported by Andreas Schwab <schwab@suse.de>.
10
112006-10-26  Bruno Haible  <bruno@clisp.org>
12
13	* gettext-0.16 released.
14
152006-10-19  Bruno Haible  <bruno@clisp.org>
16
17	* size_max.m4 (gl_SIZE_MAX): Cache the result.
18
192006-10-15  Bruno Haible  <bruno@clisp.org>
20
21	* gettext.m4 (AM_GNU_GETTEXT): Don't use 'eval' on commands, only on
22	variable assignments. Fixes bug introduced on 2006-10-01.
23
242006-10-11  Bruno Haible  <bruno@clisp.org>
25
26	* intl.m4 (AM_INTL_SUBDIR): Invoke AC_TYPE_LONG_LONG_INT instead of
27	gl_AC_TYPE_LONG_LONG.
28
292006-10-11  Bruno Haible  <bruno@clisp.org>
30
31	* longlong.m4: Add comments.
32	* ulonglong.m4: Likewise.
33
342006-08-22  Eric Blake  <ebb9@byu.net>
35
36	* longlong.m4 (AC_TYPE_LONG_LONG_INT): Avoid compiler warning.
37
382006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
39
40	* longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
41	but fix a bug, by requiring at least 64 bits.
42	* ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
43	* longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
44	AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
45	* ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46
472006-10-01  Bruno Haible  <bruno@clisp.org>
48
49	Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
50	* lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
51	gl_LOCK_BODY.
52	(gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
53	(gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
54	gl_LOCK_EARLY_BODY.
55	(gl_LOCK): Require gl_LOCK_BODY.
56
572006-10-01  Bruno Haible  <bruno@clisp.org>
58
59	* gettext.m4 (gt_NEEDS_INIT, AM_GNU_GETTEXT_NEED): New macros.
60	(AM_GNU_GETTEXT): Invoke them. Convert gt_api_version,
61	gt_cv_func_gnugettext_libc, gt_cv_func_gnugettext_libintl from
62	m4-time variables to sh-time variables.
63
642006-10-01  Bruno Haible  <bruno@clisp.org>
65
66	* intldir.m4: New file.
67	* gettext.m4 (AM_GNU_GETTEXT): Define gt_included_intl to yes if
68	AM_GNU_GETTEXT_INTL_SUBDIR is present among the macros selected by
69	aclocal.
70	* Makefile.am (EXTRA_DIST): Add intl.m4, intldir.m4.
71
722006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
73
74	* intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
75
762006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
77
78	* lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
79
802006-09-18  Bruno Haible  <bruno@clisp.org>
81
82	Assume autoconf-2.52 or newer.
83	* inttypes-h.m4: Remove file.
84	* inttypes-pri.m4: Require autoconf >= 2.52.
85	(gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
86	ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
87	* intl.m4: Require autoconf >= 2.52.
88	(gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
89	* Makefile.am (EXTRA_DIST): Remove inttypes-h.m4.
90
912006-09-11  Bruno Haible  <bruno@clisp.org>
92
93	* intl.m4: New file, extracted from gettext.m4.
94	* gettext.m4 (AM_INTL_SUBDIR, gt_INTL_SUBDIR_CORE, gt_CHECK_DECL):
95	Move out to intl.m4.
96
972006-08-26  Bruno Haible  <bruno@clisp.org>
98
99	* inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST PRI_MACROS_BROKEN.
100
1012006-08-28  Bruno Haible  <bruno@clisp.org>
102
103	* signed.m4: Remove file.
104	* gettext.m4 (AM_INTL_SUBDIR): Remove bh_C_SIGNED invocation.
105	* Makefile.am (EXTRA_DIST): Remove signed.m4.
106
1072006-08-22  Eric Blake  <ebb9@byu.net>
108
109	* stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
110	* inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
111	* codeset.m4 (AM_LANGINFO_CODESET): Likewise.
112
1132006-08-23  Bruno Haible <bruno@clisp.org>
114
115	* lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
116	(gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
117	(gl_LOCK): New macro.
118
1192006-08-18  Bruno Haible  <bruno@clisp.org>
120
121	* lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads on
122	OSF/1 to no.
123	Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
124
1252006-07-21  Bruno Haible  <bruno@clisp.org>
126
127	* gettext-0.15 released.
128
1292006-06-27  Bruno Haible  <bruno@clisp.org>
130
131	* isc-posix.m4: Remove file.
132	* Makefile.am (EXTRA_DIST): Remove it.
133	* gettext.m4 (AM_INTL_SUBDIR): Remove AC_ISC_POSIX invocation.
134
1352006-06-27  Bruno Haible  <bruno@clisp.org>
136
137	Assume working 'const'.
138	* gettext.m4 (gt_INTL_SUBDIR_CORE): Remove AC_C_CONST invocation.
139
1402006-06-15  Bruno Haible  <bruno@clisp.org>
141
142        * size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
143
1442005-07-10  Bruno Haible  <bruno@clisp.org>
145
146        * size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
147        Needed when size_t is smaller than 'unsigned int'.
148        Reported by Paul Eggert.
149
1502006-01-08  Bruno Haible  <bruno@clisp.org>
151
152        Ensure automatic ordering between gl_LOCK and gl_ARGP.
153        * lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
154        (gl_LOCK): New macro, requiring gl_LOCK_BODY.
155
1562006-06-23  Bruno Haible  <bruno@clisp.org>
157
158	* gettext.m4 (gt_INTL_SUBDIR_CORE): Check for argz_* functions,
159	not __argz*. Avoids warnings on Cygwin.
160	Reported by Eric Blake.
161
1622006-06-17  Bruno Haible  <bruno@clisp.org>
163
164	* gettext.m4 (AM_INTL_SUBDIR): Don't redefine __libc_rwlock_* symbols.
165
1662006-06-17  Bruno Haible  <bruno@clisp.org>
167
168	* po.m4 (AM_POSTPROCESS_PO_MAKEFILE): Remove double-quotes around
169	backquoted expression in assignment.
170	Fixes a problem with NetBSD /bin/sh.
171
1722006-06-04  Bruno Haible  <bruno@clisp.org>
173
174	* inttypes-h.m4: Renamed from inttypes.m4.
175	(gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
176	* inttypes-pri.m4 (gt_INTTYPES_PRI): Update.
177	* gettext.m4 (gt_INTL_SUBDIR_CORE): Update.
178	* Makefile.am (EXTRA_DIST): Update.
179
1802006-05-15  Bruno Haible  <bruno@clisp.org>
181
182	* gettext.m4 (AM_INTL_SUBDIR): Set variable WOE32DLL instead of
183	CYGWINDLL.
184
1852006-05-11  Bruno Haible  <bruno@clisp.org>
186
187	* gettext.m4 (AM_INTL_SUBDIR): Set variable CYGWINDLL.
188
1892006-05-07  Bruno Haible  <bruno@clisp.org>
190
191	* gettext.m4 (gt_INTL_SUBDIR_CORE): Fix test of __builtin_expect so
192	that it works correctly with non-gcc compilers.
193
1942006-04-17  Bruno Haible  <bruno@clisp.org>
195
196	* nls.m4 (AM_MKINSTALLDIRS): Remove macro.
197	* gettext.m4 (AM_INTL_SUBDIR): Require AM_PROG_MKDIR_P instead of
198	AM_MKINSTALLDIRS.
199	* po.m4 (AM_PO_SUBDIRS): Likewise.
200
2012006-04-14  Bruno Haible  <bruno@clisp.org>
202
203	Prepare for autoconf-2.60.
204	* po.m4 (AM_PO_SUBDIRS): Set localedir if not already defined.
205
2062006-02-21  Bruno Haible  <bruno@clisp.org>
207
208	* gettext.m4 (AM_GNU_GETTEXT): Invoke AM_NLS through AC_REQUIRE, not
209	directly.
210	Reported by Ron Lee <ron@debian.org>.
211
2122005-11-21  Bruno Haible  <bruno@clisp.org>
213
214	* gettext.m4 (AM_INTL_SUBDIR): Invoke gt_LC_MESSAGES always, since we
215	assume that <locale.h> always exists.
216	Fixes bug introduced on 2005-08-28.
217
2182005-10-18  Bruno Haible  <bruno@clisp.org>
219
220	* po.m4 (AM_PO_SUBDIRS): Also define MSGFMT_015, GMSGFMT_015,
221	XGETTEXT_015.
222
2232005-10-18  Bruno Haible  <bruno@clisp.org>
224
225	* po.m4 (AM_PO_SUBDIRS): Remove redundant checks.
226
2272005-08-28  Bruno Haible  <bruno@clisp.org>
228
229	* gettext.m4 (AM_INTL_SUBDIR): Remove AC_HEADER_STDC, AC_TYPE_OFF_T
230	tests. Remove tests for locale.h, nl_types.h, malloc.h.
231	(gt_INTL_SUBDIR_CORE): Add test for __builtin_expect.
232
2332005-08-28  Bruno Haible  <bruno@clisp.org>
234
235	* gettext.m4 (gt_INTL_SUBDIR_CORE): New macro, extracted from
236	AM_INTL_SUBDIR.
237	(AM_INTL_SUBDIR): Require it.
238
2392005-08-15  Bruno Haible  <bruno@clisp.org>
240
241	* gettext.m4 (AM_INTL_SUBDIR): Fix test for NL_LOCALE_NAME macro.
242
2432005-07-28  Stepan Kasal  <kasal@ucw.cz>
244
245	* gettext.m4 (AM_GNU_GETTEXT): Don't use changequote, add pairs of
246	brackets instead.
247
2482005-07-28  Bruno Haible  <bruno@clisp.org>
249
250	* po.m4 (AM_PO_SUBDIRS, AM_POSTPROCESS_PO_MAKEFILE): Update comments
251	regarding automake.
252	Suggested by Stepan Kasal <kasal@ucw.cz>.
253
2542005-07-24  Bruno Haible  <bruno@clisp.org>
255
256	Tidy up exported symbols.
257	* gettext.m4 (AM_INTL_SUBDIR): Require gl_VISIBILITY.
258	* visibility.m4: New file.
259	* Makefile.am (EXTRA_DIST): Add it.
260
2612005-07-26  Bruno Haible  <bruno@clisp.org>
262
263	* lock.m4 (gl_LOCK): On OSF/1 with cc, use -D_REENTRANT, not -pthread.
264
2652005-07-26  Bruno Haible  <bruno@clisp.org>
266
267	* lock.m4 (gl_LOCK): Add some ordering constraints.
268
2692005-07-25  Bruno Haible  <bruno@clisp.org>
270
271	* lock.m4 (gl_LOCK): On Solaris and HP-UX, define
272	PTHREAD_IN_USE_DETECTION_HARD.
273	* gettext.m4 (AM_INTL_SUBDIR): Also hide the glthread_in_use function.
274
2752005-07-22  Bruno Haible  <bruno@clisp.org>
276
277	* lock.m4 (gl_LOCK): Stronger test for pthread functions in libc, so
278	that the result on IRIX 6.5 is no.
279
2802005-07-16  Bruno Haible  <bruno@clisp.org>
281
282	* gettext.m4 (AM_INTL_SUBDIR): Also hide the glthread_once* functions.
283
2842005-07-16  Bruno Haible  <bruno@clisp.org>
285
286	* lock.m4: New file.
287	* gettext.m4 (AM_INTL_SUBDIR): Remove multithreading checks. Instead
288	require gl_LOCK and define __libc_lock_*, __libc_rwlock_*,
289	__libc_lock_*recursive*, glthread_* as macros.
290	* Makefile.am (EXTRA_DIST): Add lock.m4.
291
2922005-05-05  Bruno Haible  <bruno@clisp.org>
293
294	* gettext.m4 (AM_GNU_GETTEXT): Add LIBTHREAD to LIBINTL and
295	LTLIBTHREAD to LTLIBINTL.
296	(AM_INTL_SUBDIR): Check for thread library. Set LIBTHREAD, LTLIBTHREAD.
297
2982005-03-13  Bruno Haible  <bruno@clisp.org>
299
300	* po.m4 (AM_PO_SUBDIRS): Use AC_CONFIG_COMMANDS instead of
301	AC_OUTPUT_COMMANDS.
302	Suggested by Alexandre Duret-Lutz <adl@src.lip6.fr>.
303
3042005-04-30  Bruno Haible  <bruno@clisp.org>
305
306	* gettext.m4 (AM_INTL_SUBDIR): Remove CPPFLAGS addition for
307	CoreFoundation on MacOS X.
308	(gt_INTL_MACOSX): Likewise. Use #include <CoreFoundation/...> syntax.
309	It's a special Apple syntax implemented in the C compiler, but since
310	<CFString.h> already uses it, all compilers usable on MacOS X must
311	support it. In LIBS, use -Wl prefix for -framework option.
312
3132005-05-03  Bruno Haible  <bruno@clisp.org>
314
315	* gettext.m4 (AM_INTL_SUBDIR): Also test for NL_LOCALE_NAME macro.
316
3172006-06-21  Bruno Haible  <bruno@clisp.org>
318
319	* gettext-0.14.6 released.
320
3212005-05-23  Bruno Haible  <bruno@clisp.org>
322
323	* gettext-0.14.5 released.
324
3252005-04-11  Bruno Haible  <bruno@clisp.org>
326
327	* gettext-0.14.4 released.
328
3292005-04-06  Bruno Haible  <bruno@clisp.org>
330
331	* gettext.m4 (AM_GNU_GETTEXT): Don't use a cast from 'char *' to 'int',
332	since it's not valid in C++ on 64-bit machines.
333	Reported by Mads Martin Joergensen <mmj@suse.de>.
334
3352005-03-14  Bruno Haible  <bruno@clisp.org>
336
337	* gettext-0.14.3 released.
338
3392005-03-12  Bruno Haible  <bruno@clisp.org>
340
341	* po.m4 (AM_PO_SUBDIRS, AM_POSTPROCESS_PO_MAKEFILE): In the LINGUAS
342	file, ignore also comments that don't start in column 0.
343
3442005-03-12  Bruno Haible  <bruno@clisp.org>
345
346	* gettext.m4 (AM_GNU_GETTEXT): Fix quoting bug. Fixes an endless loop
347	of 'aclocal' when a configure.ac contains two invocations of
348	AM_GNU_GETTEXT.
349
3502005-03-11  Bruno Haible  <bruno@clisp.org>
351
352	* gettext.m4 (AM_GNU_GETTEXT): CATOBJEXT and INTLOBJS default to empty.
353	Reported by Stepan Kasal <kasal@ucw.cz>.
354
3552005-03-07  Bruno Haible  <bruno@clisp.org>
356
357	* po.m4: Add comments.
358
3592005-03-05  Bruno Haible  <bruno@clisp.org>
360
361	* nls.m4: Require autoconf >= 2.50.
362	(AM_MKINSTALLDIRS): Use AC_REQUIRE_AUX_FILE conditionally.
363
3642005-02-24  Bruno Haible  <bruno@clisp.org>
365
366	* gettext-0.14.2 released.
367
3682005-01-29  Bruno Haible  <bruno@clisp.org>
369
370	* gettext.m4 (gt_INTL_MACOSX): New macro, extracted from
371	AM_INTL_SUBDIR. Set INTL_MACOSX_LIBS instead of INTL_MACOSX_LDFLAGS.
372	(AM_GNU_GETTEXT): Invoke it. Add the INTL_MACOSX_LIBS contents to
373	LIBINTL and LTLIBINTL.
374	(AM_INTL_SUBDIR): Require gt_INTL_MACOSX.
375
3762005-01-19  Bruno Haible  <bruno@clisp.org>
377
378	* ansi-c++.m4, codeset.m4, gettext.m4, glibc21.m4, glibc2.m4, iconv.m4:
379	* intdiv0.m4, intmax.m4, inttypes_h.m4, inttypes.m4, inttypes-pri.m4:
380	* isc-posix.m4, lcmessage.m4, longdouble.m4, longlong.m4, nls.m4:
381	* po.m4, printf-posix.m4, progtest.m4, signed.m4, size_max.m4:
382	* stdint_h.m4, uintmax_t.m4, ulonglong.m4, wchar_t.m4, wint_t.m4:
383	* xsize.m4:
384	Use an all-permissive copyright notice, recommended by RMS.
385
3862005-01-10  Bruno Haible  <bruno@clisp.org>
387
388	* gettext.m4 (AM_GNU_GETTEXT): Declare _nl_expand_alias with an
389	argument.
390	Reported by Mark A. Wicks <mwicks@kettering.edu> and
391	Vaclav Haisman <V.Haisman@sh.cvut.cz>.
392
3932005-01-08  Bruno Haible  <bruno@clisp.org>
394
395	* progtest.m4: Require autoconf >= 2.50.
396	(AM_PATH_PROG_WITH_TEST): Emit some traces to the log file.
397	* po.m4: Require autoconf >= 2.50.
398	(AM_PO_SUBDIRS): Emit the tested program's output to the log file.
399	Suggested by Yann Dirson <ydirson@altern.org>.
400
4012004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
402
403	* longlong.m4, ulonglong.m4: Fix copyright date and/or serial number.
404
4052004-09-05  Bruno Haible  <bruno@clisp.org>
406
407	* gettext.m4 (AM_INTL_SUBDIR): Test for CFPreferencesCopyAppValue.
408
4092004-09-03  Bruno Haible  <bruno@clisp.org>
410
411	* gettext.m4 (AM_INTL_SUBDIR): Add a test for CFLocaleCopyCurrent.
412
4132004-05-16  Bruno Haible  <bruno@clisp.org>
414
415	* lcmessage.m4 (gt_LC_MESSAGES): Renamed from AM_LC_MESSAGES.
416	* gettext.m4 (AM_INTL_SUBDIR): Update.
417	Suggested by Alexandre Duret-Lutz.
418
4192004-04-19  Bruno Haible  <bruno@clisp.org>
420
421	* gettext.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
422
4232004-04-19  Bruno Haible  <bruno@clisp.org>
424
425	* inttypes_h.m4: Change jm_ to gl_ in cache variables as well.
426	* stdint_h.m4: Likewise.
427	* uintmax_t.m4: Likewise.
428
4292004-04-18  Jim Meyering  <jim@meyering.net>
430
431	* glibc21.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
432	* intmax.m4: Likewise.
433	* inttypes_h.m4: Likewise.
434	* longlong.m4: Likewise.
435	* stdint_h.m4: Likewise.
436	* uintmax_t.m4: Likewise.
437	* ulonglong.m4: Likewise.
438
4392004-03-02  Bruno Haible  <bruno@clisp.org>
440
441	* po.m4 (AM_POSTPROCESS_PO_MAKEFILE): For RESOURCESDLLFILES and
442	CSHARPCATALOGS, extend the lang -> frobbedlang mapping so as to support
443	Serbian and Uzbek locales.
444
4452004-02-18  Bruno Haible  <bruno@clisp.org>
446
447	* xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
448	Reported by Derek Robert Price <derek@ximbiot.com>.
449
4502004-02-02  Bruno Haible  <bruno@clisp.org>
451
452	* glibc2.m4: New file.
453	* gettext.m4 (AM_INTL_SUBDIR): Require gt_GLIBC2.
454	* Makefile.am (EXTRA_DIST): Add glibc2.m4.
455
4562004-01-29  Bruno Haible  <bruno@clisp.org>
457
458	* gettext-0.14.1 released.
459
4602004-01-28  Bruno Haible  <bruno@clisp.org>
461
462	* gettext-0.14 released.
463
4642003-12-26  Bruno Haible  <bruno@clisp.org>
465
466	Support for C#.
467	* po.m4 (AM_POSTPROCESS_PO_MAKEFILE): Substitute also the variables
468	RESOURCESDLLFILES and CSHARPCATALOGS. Add rules for each member of
469	CSHARPCATALOGS.
470
4712003-12-17  Bruno Haible  <bruno@clisp.org>
472
473	* gettext-0.13.1 released.
474
4752003-12-16  Bruno Haible  <bruno@clisp.org>
476
477	* printf-posix.m4 (gt_PRINTF_POSIX): Guess correctly when cross-
478	compiling to Cygwin.
479
4802003-11-30  Bruno Haible  <bruno@clisp.org>
481
482	* gettext-0.13 released.
483
4842003-11-23  Bruno Haible  <bruno@clisp.org>
485
486	* ssize_t.m4: Remove file, moved to ../../gettext-tools/m4/.
487	* gettext.m4 (AM_INTL_SUBDIR): Don't require gt_TYPE_SSIZE_T.
488	* Makefile.am (EXTRA_DIST): Remove ssize_t.m4.
489
4902003-11-19  Bruno Haible  <bruno@clisp.org>
491
492	* size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
493
4942003-11-16  Bruno Haible  <bruno@clisp.org>
495
496	* size_max.m4: New file, moved here from ../../gettext-tools/m4/.
497	* ssize_t.m4: New file, moved here from ../../gettext-tools/m4/.
498	* xsize.m4: New file, moved here from ../../gettext-tools/m4/.
499	* gettext.m4 (AM_INTL_SUBDIR): Require gt_TYPE_SSIZE_T, gl_XSIZE.
500	Improve ptrdiff_t test.
501	* Makefile.am (EXTRA_DIST): Add size_max.m4, ssize_t.m4, xsize.m4.
502
5032003-11-09  Bruno Haible  <bruno@clisp.org>
504
505	* po.m4 (AM_POSTPROCESS_PO_MAKEFILE): New macro.
506
5072003-09-17  Bruno Haible  <bruno@clisp.org>
508
509	* gettext.m4 (AM_INTL_SUBDIR): Test for fwprintf, not wprintf. Needed
510	because cygwin-1.3.22 has a broken definition of wprintf in
511	winsup/cygwin/syscalls.cc and lacks 1. the declaration of this function
512	and 2. the other wide-char I/O functions fwprintf, fwscanf, wprintf,
513	wscanf, swprintf, swscanf, vfwprintf, vwprintf, vwsprintf, fgetwc,
514	fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.
515
5162003-08-29  Bruno Haible  <bruno@clisp.org>
517
518	* gettext.m4 (AM_INTL_SUBDIR): Test whether _snprintf and _snwprintf
519	are declared, not only existent as functions.
520
5212003-08-24  Bruno Haible  <bruno@clisp.org>
522
523	* gettext.m4 (AM_INTL_SUBDIR): Also check for _snprintf, _snwprintf.
524
5252003-08-11  Bruno Haible  <bruno@clisp.org>
526
527	* gettext.m4 (AM_INTL_SUBDIR): Also check for wcslen.
528
5292003-06-27  Bruno Haible  <bruno@clisp.org>
530
531	Avoid use of *_unlocked functions on Solaris 2.5.1.
532	* gettext.m4 (AM_INTL_SUBDIR): Don't test for the functions
533	feof_unlocked, fgets_unlocked, getc_unlocked. Test for their
534	declaration instead.
535	(gt_CHECK_DECL): New macro.
536	Reported by Eric Botcazou <ebotcazou@libertysurf.fr>.
537
5382003-06-19  Bruno Haible  <bruno@clisp.org>
539
540	* printf-posix.m4: New file.
541	* Makefile.am (EXTRA_DIST): Add printf-posix.m4.
542	* gettext.m4 (AM_INTL_SUBDIR): Require bh_C_SIGNED,
543	jm_AC_TYPE_LONG_LONG, gt_TYPE_LONGDOUBLE, gt_TYPE_WCHAR_T,
544	gt_TYPE_WINT_T, jm_AC_HEADER_INTTYPES_H, jm_AC_HEADER_STDINT_H,
545	gt_TYPE_INTMAX_T, gt_PRINTF_POSIX. Check for ptrdiff_t, asprintf,
546	snprintf, wprintf.
547	* longlong.m4: Update from gnulib.
548	(jm_AC_TYPE_LONG_LONG): Replaces gt_TYPE_LONGLONG.
549
5502003-01-11  Bruno Haible  <bruno@clisp.org>
551
552	* ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
553	suffix.
554
5552003-05-22  Bruno Haible  <bruno@clisp.org>
556
557	* gettext-0.12.1 released.
558
5592003-05-17  Bruno Haible  <bruno@clisp.org>
560
561	* gettext-0.12 released.
562
5632003-04-29  Bruno Haible  <bruno@clisp.org>
564
565	* nls.m4: New file, extracted from gettext.m4.
566	* po.m4: New file, extracted from gettext.m4.
567	* gettext.m4 (AM_GNU_GETTEXT): Use AM_NLS.
568	(AM_PO_SUBDIRS, AM_MKINSTALLDIRS): Remove macros.
569	* Makefile.am (EXTRA_DIST): Add them.
570
5712003-03-16  Bruno Haible  <bruno@clisp.org>
572
573	* gettext.m4 (AM_INTL_SUBDIR): Also test for __fsetlocking.
574
5752003-02-28  Bruno Haible  <bruno@clisp.org>
576
577	* error.m4: Remove file. Use ../../gettext-tools/m4/error.m4 instead.
578	* Makefile.am (EXTRA_DIST): Remove it.
579
5802003-02-28  Bruno Haible  <bruno@clisp.org>
581
582	* gettext.m4 (AM_MKINSTALLDIRS): Fix MKINSTALLDIRS for when AC_AUX_DIR
583	is given and $srcdir is a relative directory.
584
5852003-02-16  Bruno Haible  <bruno@clisp.org>
586
587	* gettext.m4 (AM_PO_SUBDIRS): Require an xgettext that supports the
588	--msgid-bugs-address option.
589
5902003-02-16  Bruno Haible  <bruno@clisp.org>
591
592	* gettext.m4 (AM_GNU_GETTEXT): Move INTLOBJS to backward compatibility
593	section.
594
5952003-02-12  Bruno Haible  <bruno@clisp.org>
596
597	Restructure gettext package.
598	* ansi-c++.m4: New file.
599	* gettext.m4 (AM_GNU_GETTEXT): Special case the packages
600	'gettext-runtime' and 'gettext-tools'.
601	* Makefile.am: New file.
602
603