Oops.
[libiconv.git] / libcharset / ChangeLog
blob609b1427312e067e4463ee23505f9e2e165bcdcf
1 2001-06-08  Bruno Haible  <haible@clisp.cons.org>
3         * m4/libtool.m4: Upgrade to libtool-1.4.
4         * autoconf/ltmain.sh: Likewise.
5         * autoconf/ltconfig: Remove file.
7 2001-06-08  Bruno Haible  <haible@clisp.cons.org>
9         * autoconf/config.guess: Update to GNU version 2001-05-11.
10         * autoconf/config.sub: Likewise.
12 2001-05-21  Bruno Haible  <haible@clisp.cons.org>
14         * Makefile.in (include/libcharset.h): New target.
15         (all): Depend on it.
17 2001-05-11  Bruno Haible  <haible@clisp.cons.org>
19         * INTEGRATE (Makefile.in): Fix syntax error.
21 2001-05-06  Bruno Haible  <haible@clisp.cons.org>
23         * Makefile.msvc (config.h): Allow the 'del' command to fail.
25 2001-03-21  Bruno Haible  <haible@clisp.cons.org>
27         * INSTALL.generic (Particular Systems): Add recommendations for AIX 3.
29 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
31         * INSTALL.generic: New section "Particular Systems".
33 2001-03-05  Bruno Haible  <haible@clisp.cons.org>
35         * tools/all-charsets: Update for change of lib/config.charset.
37 2001-03-01  Bruno Haible  <haible@clisp.cons.org>
39         * tools/all-charsets: Update for change of lib/config.charset.
41 2001-02-25  Bruno Haible  <haible@clisp.cons.org>
43         * autoconf/ltconfig:
44         sed -e 's/reload object files/produce relocatable object files/'.
46 2001-02-25  Bruno Haible  <haible@clisp.cons.org>
48         * include/libcharset.h.in (locale_charset): Return value is never
49         NULL any more.
51 2001-02-22  Bruno Haible  <haible@clisp.cons.org>
53         * INTEGRATE (Makefile.am): Change $@-t to t-$@. For DJGPP.
54         Patch by Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
56 2001-02-20  Bruno Haible  <haible@clisp.cons.org>
58         Better support for DOS/Windows platforms.
59         * autoconf/ltconfig: Upgrade to libtool-1.3.5.
60         * autoconf/ltmain.sh: Likewise.
61         * m4/libtool.m4: Likewise.
62         * autoconf/aclocal.m4: Likewise.
63         * configure.in: Call AC_OBJEXT and AC_EXEEXT.
65 2001-02-20  Bruno Haible  <haible@clisp.cons.org>
67         * Makefile.in (libdir, includedir, mandir): Use the autoconf
68         determined value, in order to respect the configure arguments.
69         * lib/Makefile.in (libdir): Likewise.
71 2000-12-13  Bruno Haible  <haible@clisp.cons.org>
73         * autoconf/install-sh: Update to a newer version from fileutils.
75 2000-12-12  Bruno Haible  <haible@clisp.cons.org>
77         * Makefile.in: Use $(MAKE) instead of $(MAKE) -r. Needed with Solaris
78         "make", which doesn't set MAKE as expected by @SET_MAKE@ if -r is
79         given. Reported by Toshimitsu Fujiwara.
81 2000-12-08  Bruno Haible  <haible@clisp.cons.org>
83         * Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
85 2000-12-02  Bruno Haible  <haible@clisp.cons.org>
87         * Makefile.msvc (check): Depend on target 'force' as well.
88         (mostlyclean, clean, distclean, maintainer-clean): Fix dependency.
90         * Makefile.msvc: Replace STATIC with its opposite flag, DLL.
92 2000-11-24  Bruno Haible  <haible@clisp.cons.org>
94         * tools/all-charsets: Update for 2000-10-31 change of
95         lib/config.charset.
97 2000-11-23  Bruno Haible  <haible@clisp.cons.org>
99         * Makefile.in (install-lib): Fix for builddir != srcdir.
101 2000-11-22  Bruno Haible  <haible@clisp.cons.org>
103         * Makefile.in (all): Fix for builddir != srcdir.
105 2000-11-21  Bruno Haible  <haible@clisp.cons.org>
107         * include/libcharset.h.in: Renamed from include/libcharset.h.
108         * windows/dllexport.h: New file.
109         * Makefile.devel (all): Add config.h.msvc,
110         include/libcharset.h.msvc-shared.
111         (config.h.msvc, include/libcharset.h.msvc-shared): New targets.
112         * Makefile.msvc (MFLAGS): New variable.
113         (all): Create include\libcharset.h.
114         (distclean, maintainer-clean): Remove include\libcharset.h.
115         * Makefile.in (CP): New variable.
116         (all): Create include/libcharset.h.
117         (distclean, maintainer-clean): Remove include/libcharset.h.
119 2000-11-18  Bruno Haible  <haible@clisp.cons.org>
121         * Makefile.devel (config.h.in): Rename from config.h.
123 2000-11-16  Bruno Haible  <haible@clisp.cons.org>
125         * Makefile.in: After "cd", use "&&" not ";".
127 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
129         * Makefile.msvc: New file.
130         * README.win32: New file.