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