2005-07-25 Bruno Haible * Makefile.am: Remove rules depending on @STDBOOL_H@, @ALLOCA_H@, @GETOPT_H@. (BUILT_SOURCES): Add $(STDBOOL_H), $(ALLOCA_H). Reported by Alexandre Duret-Lutz . 2005-05-23 Bruno Haible * gettext-0.14.5 released. 2005-04-11 Bruno Haible * gettext-0.14.4 released. 2005-03-14 Bruno Haible * gettext-0.14.3 released. 2005-02-24 Bruno Haible * gettext-0.14.2 released. 2005-02-13 Bruno Haible * 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 * Makefile.am (libgrt_a_SOURCES): Add allocsa.h, allocsa.c. Needed when --enable-relocatable is used. 2005-01-06 Bruno Haible * Makefile.am (libgrt_a_SOURCES): Remove error.h, error.c. (LIBADD_SOURCE): Add error.h, error.c here. * error.h: New file. * error.c: New file. 2005-01-06 Bruno Haible * Makefile.am (libgrt_a_SOURCES): Remove getopt files. (LIBADD_SOURCE): Add getopt files here, except getopt.h. (BUILT_SOURCES): New variable. (EXTRA_DIST, all-local, getopt.h): Support for getopt module. * getopt.c: New file. * getopt1.c: New file. 2004-01-29 Bruno Haible * gettext-0.14.1 released. 2004-01-28 Bruno Haible * gettext-0.14 released. 2004-01-24 Bruno Haible * alloca.c: Remove file. * Makefile.am (LIBADD_SOURCE): Remove alloca.c. 2003-11-30 Bruno Haible * Makefile.am (libgrt_a_LIBADD): Drop @ALLOCA@. 2003-12-17 Bruno Haible * gettext-0.13.1 released. 2003-11-30 Bruno Haible * gettext-0.13 released. 2003-11-15 Bruno Haible * Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES. 2003-10-09 Bruno Haible * Makefile.am (libgrt_a_SOURCES): Use xalloc.h instead of xmalloc.h. 2003-09-16 Bruno Haible Portability to SunOS 4. * atexit.c: New file, trivial link to ../../gettext-tools/lib. * Makefile.am (libgrt_a_SOURCES): Add ../../gettext-tools/lib/strtoul.c. (LIBADD_SOURCE): Add atexit.c. 2003-09-14 Bruno Haible * Makefile.am (libgrt_a_SOURCES): Add fwriteerror.h, fwriteerror.c. * Makefile.msvc (OBJECTS): Add fwriteerror.obj. (fwriteerror.obj): New rule. * Makefile.vms (OBJECTS): Add fwriteerror.obj. (fwriteerror.obj): New rule. 2003-09-13 Bruno Haible * Makefile.am (libgrt_a_SOURCES): Add closeout.h, closeout.c. * Makefile.msvc (OBJECTS): Add closeout.obj. (closeout.obj): New rule. * Makefile.vms (OBJECTS): Add closeout.obj. (closeout.obj): New rule. 2003-07-01 Bruno Haible * readlink.c: New file, trivial link to ../../gettext-tools/lib. * Makefile.am (LIBADD_SOURCE): Add readlink.c. 2003-07-01 Bruno Haible * Makefile.am (EXTRA_DIST, stdbool.h): Use stdbool_.h instead of stdbool.h.in. 2003-05-22 Bruno Haible * gettext-0.12.1 released. 2003-05-17 Bruno Haible * gettext-0.12 released. 2003-05-12 Bruno Haible * Makefile.am (libgrt_a_SOURCES): Add ../../gettext-tools/lib/unlocked-io.h. 2003-05-10 Bruno Haible * Makefile.am (libgrt_a_SOURCES): Add ../../gettext-tools/lib/progreloc.c. * Makefile.msvc (OBJECTS): Add progreloc.obj. (progreloc.obj): New rule. * Makefile.vms (OBJECTS): Add progreloc.obj. (progreloc.obj): New rule. 2003-04-12 Bruno Haible * Makefile.vms: New variables ABIFLAGS, DEFS. Avoid rules with no lines. Update library creation rule. Don't use the force target. Correct wildcard syntax. Suggested by Jouk Jansen . 2003-04-05 Bruno Haible * Makefile.am (DEFS): Define DEPENDS_ON_LIBINTL, for relocatable.c. * Makefile.msvc (CFLAGS): Also define DEPENDS_ON_LIBINTL. 2003-03-30 Bruno Haible * Makefile.vms: New file. * Makefile.am (EXTRA_DIST): Add Makefile.vms. 2003-03-17 Bruno Haible Native Woe32/MSVC support. * Makefile.msvc: New file. * Makefile.am (EXTRA_DIST): Add it. 2003-03-05 Bruno Haible * Makefile.am (stdbool.h, alloca.h): All objects depend on them. 2003-02-28 Bruno Haible Cleanup and support for relocatable installation. * basename.h: Remove file, replaced with the copy in ../../gettext-tools/lib. * basename.c: Likewise. * error.h: Likewise. * error.c: Likewise. * exit.h: Likewise. * getopt.h: Likewise. * getopt.c: Likewise. * getopt1.c: Likewise. * xmalloc.h: Likewise. * xmalloc.c: Likewise. * alloca.c: New file, trivial link to ../../gettext-tools/lib. * canonicalize.c: New file, trivial link to ../../gettext-tools/lib. * memmove.c: New file, trivial link to ../../gettext-tools/lib. * relocatable.c: New file, trivial link to ../../gettext-tools/lib. * setenv.c: New file, trivial link to ../../gettext-tools/lib. * strerror.c: New file, trivial link to ../../gettext-tools/lib. * unsetenv.c: New file, trivial link to ../../gettext-tools/lib. * Makefile.am (libgrt_a_SOURCES): Add pathmax.h, progname.h, progname.c, xstrdup.c, xreadlink.h, xreadlink.c. Use references to ../../gettext-tools/lib. (LIBADD_SOURCE): New variable. (EXTRA_DIST, MOSTLYCLEANFILES): New variable. (stdbool.h): New rule. (alloca.h): New rule. 2003-02-12 Bruno Haible Extracted from gettext package. * Makefile.am: New file.