1 2005-04-11 Bruno Haible <bruno@clisp.org>
3 * gettext-0.14.4 released.
5 2005-03-22 Bruno Haible <bruno@clisp.org>
7 * Makefile.am (examplesbuildauxdir): Renamed from examplesconfigdir.
8 (examplesbuildaux_DATA): Renamed from examplesconfig_DATA.
10 2005-03-14 Bruno Haible <bruno@clisp.org>
12 * gettext-0.14.3 released.
14 2005-03-01 Bruno Haible <bruno@clisp.org>
16 * exitfail.m4, getopt.m4, hard-locale.m4, memchr.m4, pathmax.m4:
17 * quote.m4, quotearg.m4, regex.m4, restrict.m4, strdup.m4, strerror.m4:
18 * xreadlink.m4: Update from gnulib.
20 2005-02-24 Bruno Haible <bruno@clisp.org>
22 * gettext-0.14.2 released.
24 2005-02-13 Bruno Haible <bruno@clisp.org>
26 * locale-fr.m4 (gt_LOCALE_FR): If no locale was found or if the OS is
27 Darwin7, use 'none' instead of 'fr_FR'.
28 (gt_LOCALE_FR_UTF8): New macro.
30 2005-02-13 Bruno Haible <bruno@clisp.org>
32 * strtoul.m4: New file, from gnulib.
33 * strtol.m4: New file, from gnulib.
34 * Makefile.am (EXTRA_DIST): Add strtol.m4, strtoul.m4.
36 2005-01-28 Bruno Haible <bruno@clisp.org>
38 * stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of
39 AIX, the replacement has to be done only after <string.h> is included,
40 therefore not in config.h. stpncpy.h does the replacement, and
43 2005-01-19 Bruno Haible <bruno@clisp.org>
45 * alloca.m4, allocsa.m4, backupfile.m4, canonicalize.m4, csharpcomp.m4:
46 * csharpexec.m4, csharp.m4, eaccess.m4, eealloc.m4, error.m4:
47 * exitfail.m4, extensions.m4, fnmatch.m4, gcj.m4, getline.m4:
48 * getndelim2.m4, getopt.m4, hard-locale.m4, hostname.m4, javacomp.m4:
49 * javaexec.m4, libgrep.m4, locale-fr.m4, mbrtowc.m4, mbstate_t.m4:
50 * mbswidth.m4, memchr.m4, mkdtemp.m4, onceonly.m4, pathmax.m4:
51 * quotearg.m4, quote.m4, readlink.m4, relocatable.m4, restrict.m4:
52 * setenv.m4, setlocale.m4, sig_atomic_t.m4, siginfo.m4:
53 * signalblocking.m4, ssize_t.m4, stdbool.m4, stpncpy.m4, strcase.m4:
54 * strdup.m4, strerror.m4, strerror_r.m4, tmpdir.m4, unionwait.m4:
55 * unlocked-io.m4, xreadlink.m4:
56 Use an all-permissive copyright notice, recommended by RMS.
58 2005-01-14 Bruno Haible <bruno@clisp.org>
60 * stpncpy.m4 (gl_FUNC_STPNCPY): Rename the replacement function to
61 gnu_stpncpy. Needed for AIX.
63 2005-01-08 Bruno Haible <bruno@clisp.org>
65 * libgrep.m4: New file.
66 * hard-locale.m4: New file, from gnulib.
67 * memchr.m4: New file, from gnulib.
68 * regex.m4: New file, from gnulib.
69 * restrict.m4: New file, from gnulib.
70 * strdup.m4: New file, from gnulib.
72 2005-01-06 Bruno Haible <bruno@clisp.org>
74 * strcase.m4: New file, from gnulib.
75 * Makefile.am (EXTRA_DIST): Add it.
77 2005-01-06 Bruno Haible <bruno@clisp.org>
79 * stpncpy.m4: New file, from gnulib.
80 * Makefile.am (EXTRA_DIST): Add it.
82 2005-01-06 Bruno Haible <bruno@clisp.org>
84 * error.m4: Upgrade from gnulib.
86 2005-01-06 Bruno Haible <bruno@clisp.org>
88 * quote.m4: New file, from gnulib.
89 * Makefile.am (EXTRA_DIST): Add quote.m4.
91 2005-01-06 Bruno Haible <bruno@clisp.org>
93 * exitfail.m4: New file, from gnulib.
94 * Makefile.am (EXTRA_DIST): Add exitfail.m4.
96 2005-01-06 Bruno Haible <bruno@clisp.org>
98 * Makefile.am (EXTRA_DIST): Add getopt.m4.
99 * getopt.m4: New file, from gnulib.
101 2005-01-06 Bruno Haible <bruno@clisp.org>
103 * fnmatch.m4: Upgrade from gnulib.
105 2005-01-06 Bruno Haible <bruno@clisp.org>
107 * stdbool.m4: Upgrade to gnulib version.
109 2004-11-02 Bruno Haible <bruno@clisp.org>
111 * setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
114 2004-10-04 Paul Eggert <eggert@cs.ucla.edu>
116 * unlocked-io.m4: Add copyright notice.
117 (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
119 2004-06-01 Paul Eggert <eggert@cs.ucla.edu>
121 * quotearg.m4: Fix copyright date and/or serial number.
123 2003-11-24 Bruno Haible <bruno@clisp.org>
125 * allocsa.m4 (gl_ALLOCSA): Require also gl_AC_TYPE_LONG_LONG and
128 2003-09-17 Paul Eggert <eggert@twinsun.com>
130 * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
131 to avoid spurious warnings like "AC_RUN_IFELSE was called before
132 gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
134 2003-09-12 Paul Eggert <eggert@twinsun.com>
136 * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
137 and AC_MINIX, too, so that their extensions are available.
139 2003-09-10 Bruno Haible <bruno@clisp.org>
141 * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
143 2003-09-10 Bruno Haible <bruno@clisp.org>
145 * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
146 <stdlib.h> and <string.h> checks.
148 2004-04-26 Bruno Haible <bruno@clisp.org>
150 * csharpcomp.m4 (gt_CSHARPCOMP): Avoid using !.
151 Reported by Alexandre Duret-Lutz.
153 2004-04-19 Bruno Haible <bruno@clisp.org>
155 * error.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
157 2004-04-19 Bruno Haible <bruno@clisp.org>
159 * mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
161 2004-04-18 Jim Meyering <jim@meyering.net>
163 * mbswidth.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
164 * mkdtemp.m4: Likewise.
165 * unlocked-io.m4: Likewise.
166 * quotearg.m4: Likewise.
168 2004-03-18 Paul Eggert <eggert@twinsun.com>
169 Bruno Haible <bruno@clisp.org>
171 * mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
174 2004-03-08 Bruno Haible <bruno@clisp.org>
176 * csharpcomp.m4 (gt_CSHARPCOMP): Test whether csc is not the chicken
177 scheme's 'csc' compiler.
178 Reported by Colin Marquardt <colin@marquardt-home.de>.
180 2004-01-18 Bruno Haible <bruno@clisp.org>
182 * csharp.m4 (gt_CSHARP_CHOICE): Drop extra quoting of the # sign.
184 2004-02-07 Bruno Haible <bruno@clisp.org>
186 * mbstate_t.m4: Update from gnulib.
187 * mbswidth.m4: Invoke AC_TYPE_MBSTATE_T instead of AC_MBSTATE_T.
188 * quotearg.m4: New file, from gnulib.
189 * Makefile.am (EXTRA_DIST): Add quotearg.m4.
191 2004-02-02 Bruno Haible <bruno@clisp.org>
193 * Makefile.am (aclocal_DATA): Add glibc2.m4.
195 2004-01-29 Bruno Haible <bruno@clisp.org>
197 * gettext-0.14.1 released.
199 2004-01-29 Bruno Haible <bruno@clisp.org>
201 * csharpcomp.m4 (gt_CSHARPCOMP): Fix typo.
203 2004-01-28 Bruno Haible <bruno@clisp.org>
205 * gettext-0.14 released.
207 2004-01-10 Bruno Haible <bruno@clisp.org>
209 * csharp.m4: New file.
210 * csharpcomp.m4 (gt_CSHARPCOMP): Require gt_CSHARP_CHOICE. Respect the
211 CSHARP_CHOICE given by the --enable-csharp option.
212 * csharpexec.m4 (gt_CSHARPEXEC): Require gt_CSHARP_CHOICE. Respect the
213 CSHARP_CHOICE given by the --enable-csharp option.
214 * Makefile.am (EXTRA_DIST): Add csharp.m4.
216 2003-12-26 Bruno Haible <bruno@clisp.org>
219 * csharpcomp.m4: New file.
220 * csharpexec.m4: New file.
221 * Makefile.am (examplesconfig_DATA): Add them.
222 (EXTRA_DIST): Likewise.
224 2003-11-30 Bruno Haible <bruno@clisp.org>
226 * allocsa.m4: New file.
227 * eealloc.m4: New file.
228 * setenv.m4 (gl_PREREQ_SETENV): Require gl_ALLOCSA instead of
230 * Makefile.am (EXTRA_DIST): Add allocsa.m4, eealloc.m4.
232 2003-12-17 Bruno Haible <bruno@clisp.org>
234 * gettext-0.13.1 released.
236 2003-11-30 Bruno Haible <bruno@clisp.org>
238 * gettext-0.13 released.
240 2003-11-23 Bruno Haible <bruno@clisp.org>
242 * ssize_t.m4: New file, moved here from ../../gettext-runtime/m4/.
243 * Makefile.am (aclocal_DATA): Remove ssize_t.m4.
244 (EXTRA_DIST): Add ssize_t.m4.
246 2003-11-16 Bruno Haible <bruno@clisp.org>
248 * size_max.m4: Remove file, moved to ../../gettext-runtime/m4/.
249 * ssize_t.m4: Remove file, moved to ../../gettext-runtime/m4/.
250 * xsize.m4: Remove file, moved to ../../gettext-runtime/m4/.
251 * Makefile.am (aclocal_DATA): Add size_max.m4, ssize_t.m4, xsize.m4.
252 (EXTRA_DIST): Remove size_max.m4, ssize_t.m4, xsize.m4.
254 2003-11-15 Bruno Haible <bruno@clisp.org>
256 * Makefile.am (docdir, examplesconfigdir, examplesconfig_DATA): New
259 2003-11-09 Bruno Haible <bruno@clisp.org>
261 * javaexec.m4 (gt_JAVAEXEC): Accept two optional arguments, denoting
262 a test class to execute.
264 2003-11-11 Bruno Haible <bruno@clisp.org>
266 * size_max.m4: New file, from gnulib.
267 * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
268 * Makefile.am (EXTRA_DIST): Add size_max.m4.
270 2003-11-04 Bruno Haible <bruno@clisp.org>
272 * xsize.m4: New file.
273 * Makefile.am (EXTRA_DIST): Add it.
275 2003-10-21 Bruno Haible <bruno@clisp.org>
277 * canonicalize.m4 (gl_PREREQ_CANONICALIZE): Also test for readlink().
279 2003-10-14 Bruno Haible <bruno@clisp.org>
281 * sig_atomic_t.m4: New file.
282 * Makefile.am (EXTRA_DIST): Add it.
284 2003-10-04 Bruno Haible <bruno@clisp.org>
286 * flex.m4: Remove file.
287 * Makefile.am (EXTRA_DIST): Remove it.
289 2003-09-04 Bruno Haible <bruno@clisp.org>
291 * locale-fr.m4 (gt_LOCALE_FR): Add support for Solaris 7.
293 2003-08-26 Bruno Haible <bruno@clisp.org>
295 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
296 This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
297 followed by '#define fnmatch fnmatch_posix' gives an error.
299 2003-08-24 Bruno Haible <bruno@clisp.org>
301 * relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@,
302 since the substitution of @host@ may occur before the substitution of
305 2002-12-24 Bruno Haible <bruno@clisp.org>
307 * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
310 2002-12-17 Bruno Haible <bruno@clisp.org>
312 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
315 2003-02-17 Bruno Haible <bruno@clisp.org>
317 * mkdtemp.m4 (gl_PREREQ_MKDTEMP): New macro.
318 (gt_FUNC_MKDTEMP): Invoke it. Invoke jm_AC_TYPE_UINTMAX_T instead of
319 just jm_AC_HEADER_INTTYPES_H and jm_AC_HEADER_STDINT_H.
321 2003-08-23 Bruno Haible <bruno@clisp.org>
323 * getline.m4: Update from gnulib.
324 * getndelim2.m4: New file, from gnulib.
325 * Makefile.am (EXTRA_DIST): Add getndelim2.m4.
327 2003-08-23 Bruno Haible <bruno@clisp.org>
329 * fnmatch.m4: Replace with the version from gnulib.
331 2002-12-24 Bruno Haible <bruno@clisp.org>
333 * setenv.m4 (gt_FUNC_SETENV): New macro.
334 (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
336 (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
339 2003-08-23 Bruno Haible <bruno@clisp.org>
341 * stdbool.m4: Replace with the version from gnulib, without
344 2003-08-23 Bruno Haible <bruno@clisp.org>
346 * Makefile.am (EXTRA_DIST): Add extensions.m4.
348 2003-08-08 Paul Eggert <eggert@twinsun.com>
350 * extensions.m4: New file.
351 * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
352 Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
354 2003-07-01 Paul Eggert <eggert@twinsun.com>
356 * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
357 xreadlink.c now includes it unconditionally.
359 2003-08-16 Paul Eggert <eggert@twinsun.com>
361 * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
364 2003-07-01 Bruno Haible <bruno@clisp.org>
366 * readlink.m4: New file, from gnulib.
367 * Makefile.am (EXTRA_DIST): Add it.
369 2003-07-01 Bruno Haible <bruno@clisp.org>
371 * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
372 should be sufficient.
373 Reported by Paul Eggert.
375 2003-07-01 Bruno Haible <bruno@clisp.org>
377 * backupfile.m4 (gt_PREREQ_BACKUPFILE): Remove limits.h check.
379 2003-05-28 Paul Eggert <eggert@twinsun.com>
381 * pathmax.m4 (gl_PATHMAX): Don't check for limits.h.
382 * xreadlink.m4 (gl_XREADLINK): Likewise.
384 2003-06-22 Bruno Haible <bruno@clisp.org>
386 Portability to mingw32.
387 * ssize_t.m4 (gt_TYPE_SSIZE_T): Test for unistd.h.
388 * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
389 Reported by Jeff Bonggren <jbon@cfl.rr.com>.
391 2003-06-19 Bruno Haible <bruno@clisp.org>
393 * Makefile.am (aclocal_DATA): Add intmax.m4, longdouble.m4,
394 longlong.m4, printf-posix.m4, signed.m4, wchar_t.m4, wint_t.m4.
396 2003-06-19 Bruno Haible <bruno@clisp.org>
398 * locale-fr.m4: New file.
399 * Makefile.am (EXTRA_DIST): Add it.
401 2003-05-22 Bruno Haible <bruno@clisp.org>
403 * gettext-0.12.1 released.
405 2003-05-17 Bruno Haible <bruno@clisp.org>
407 * gettext-0.12 released.
409 2003-05-09 Bruno Haible <bruno@clisp.org>
411 * strerror_r.m4: New file, from gnulib.
412 * unlocked-io.m4: New file, from gnulib.
413 * Makefile.am (EXTRA_DIST): Add them.
415 2003-04-29 Bruno Haible <bruno@clisp.org>
417 * Makefile.am (aclocal_DATA): Add nls.m4 and po.m4.
419 2003-04-10 Bruno Haible <bruno@clisp.org>
421 * eaccess.m4: New file.
422 * Makefile.am (EXTRA_DIST): Add it.
424 2003-04-06 Bruno Haible <bruno@clisp.org>
426 * relocatable.m4 (AC_RELOCATABLE_NOP): New macro.
427 (AC_RELOCATABLE_LIBRARY): Use it.
429 2003-04-05 Bruno Haible <bruno@clisp.org>
431 * canonicalize.m4 (gl_CANONICALIZE): Use AC_CHECK_FUNCS, so that
432 HAVE_CANONICALIZE_FILE_NAME gets defined.
433 * error.m4 (jm_PREREQ_ERROR): New macro.
434 (gt_FUNC_ERROR_AT_LINE): Invoke it.
436 2003-04-05 Bruno Haible <bruno@clisp.org>
438 * relocatable.m4 (AC_RELOCATABLE_LIBRARY): Use the final value of
439 ${prefix}, not the current value.
441 2003-03-18 Bruno Haible <bruno@clisp.org>
443 * onceonly.m4: Update from gnulib.
445 2003-02-28 Bruno Haible <bruno@clisp.org>
447 Support for relocatable installation.
448 * canonicalize.m4: New file.
449 * relocatable.m4: New file.
450 * strerror.m4: New file.
451 * xreadlink.m4: New file.
452 * Makefile.am (EXTRA_DIST): Add them.
454 2003-02-28 Bruno Haible <bruno@clisp.org>
456 * pathmax.m4: New file, from gnulib.
457 * Makefile.am (EXTRA_DIST): Add it.
459 2003-02-22 Bruno Haible <bruno@clisp.org>
461 * flex.m4 (gt_PROG_LEX): Remove LEX_OUTPUT_ROOT setting, not needed
462 any more with automake-1.7.2.
464 2003-02-19 Bruno Haible <bruno@clisp.org>
466 * stdbool.m4 (gt_STDBOOL_H): Also test for usability of 'bool' in
467 declarations. Needed for HP-UX 11 cc.
469 2003-02-12 Bruno Haible <bruno@clisp.org>
471 * Makefile.am: Update for new directory structure.
472 (EXTRA_DIST): Add ChangeLog.0.
475 See ChangeLog.0 for earlier changes.