+2005-02-13 Bruno Haible <bruno@clisp.org>
+
+ * configure.ac: Invoke gl_FUNC_STRTOUL instead of
+ AC_CHECK_FUNCS(strtoul).
+
2005-02-11 Bruno Haible <bruno@clisp.org>
* windows/intl.rc: Bump version number to 0.14.2.
dnl Checks for library functions.
gl_ALLOCSA
AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([setlocale strerror strtoul])
+AC_CHECK_FUNCS([setlocale strerror])
AC_REPLACE_FUNCS([atexit memmove])
gl_GETOPT
gt_FUNC_SETENV
gl_FUNC_STRERROR
+gl_FUNC_STRTOUL
gl_FUNC_GLIBC_UNLOCKED_IO
gl_ERROR
gl_PATHMAX
+2005-02-13 Bruno Haible <bruno@clisp.org>
+
+ * strtoul.c: New file, trvial link to ../../gettext-tools/lib.
+ * Makefile.am (libgrt_a_SOURCES): Remove strtoul.c.
+ (LIBADD_SOURCE): Add strtoul.c here.
+
2005-02-13 Bruno Haible <bruno@clisp.org>
* Makefile.am (libgrt_a_SOURCES): Add allocsa.h, allocsa.c. Needed
../../gettext-tools/lib/fwriteerror.h ../../gettext-tools/lib/fwriteerror.c \
../../gettext-tools/lib/pathmax.h \
../../gettext-tools/lib/progname.h ../../gettext-tools/lib/progname.c ../../gettext-tools/lib/progreloc.c \
- ../../gettext-tools/lib/strtoul.c \
../../gettext-tools/lib/unlocked-io.h \
../../gettext-tools/lib/xalloc.h ../../gettext-tools/lib/xmalloc.c ../../gettext-tools/lib/xstrdup.c \
../../gettext-tools/lib/xreadlink.h ../../gettext-tools/lib/xreadlink.c
readlink.c \
../../gettext-tools/lib/relocatable.h relocatable.c \
../../gettext-tools/lib/setenv.h setenv.c unsetenv.c \
- strerror.c
+ strerror.c \
+ strtoul.c
# How to build libgrt.a.
+2005-02-13 Bruno Haible <bruno@clisp.org>
+
+ * configure.ac: Invoke gl_FUNC_STRTOUL. Keep AC_CHECK_FUNCS(strtoul)
+ because plural-exp.c needs it.
+
2005-02-12 Bruno Haible <bruno@clisp.org>
* windows/gettextsrc.def: Remove po_parse_comment_filepos. Add
gl_FUNC_EACCESS
gl_FUNC_STPNCPY
gl_STRCASE
+gl_FUNC_STRTOUL
gl_MBSWIDTH
gt_PREREQ_BACKUPFILE
AC_FUNC_VFORK
+2005-02-13 Bruno Haible <bruno@clisp.org>
+
+ * strtoul.m4: New file, from gnulib.
+ * strtol.m4: New file, from gnulib.
+ * Makefile.am (EXTRA_DIST): Add strtol.m4, strtoul.m4.
+
2005-01-28 Bruno Haible <bruno@clisp.org>
* stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of
strdup.m4 \
strerror.m4 \
strerror_r.m4 \
+strtol.m4 \
+strtoul.m4 \
tmpdir.m4 \
unionwait.m4 \
unlocked-io.m4 \