File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / libcharset / ChangeLog
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 13:38:46 2021 UTC (3 years, 4 months ago) by misho
Branches: libiconv, MAIN
CVS tags: v1_16p0, HEAD
libiconv 1.16

    1: 2019-03-04  Bruno Haible  <bruno@clisp.org>
    2: 
    3: 	Add support for --enable-relocatable.
    4: 	* libcharset/configure.ac: Invoke gl_RELOCATABLE.
    5: 
    6: 2019-01-27  Bruno Haible  <bruno@clisp.org>
    7: 
    8: 	Accommodate a shell that is not in /bin/sh.
    9: 	* Makefile.in (SHELL): Use the value found by configure.
   10: 
   11: 2019-01-27  Bruno Haible  <bruno@clisp.org>
   12: 
   13: 	Fix configure (regression from 2018-09-22).
   14: 	* configure.ac: Don't invoke gl_RELOCATABLE_LIBRARY.
   15: 
   16: 2018-10-23  Bruno Haible  <bruno@clisp.org>
   17: 
   18: 	Remove outdated DJGPP build infrastructure.
   19: 	Approved by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
   20: 	* djgpp: Remove directory.
   21: 	* INSTALL.djgpp: Remove file.
   22: 	* Makefile.in (SOURCE_FILES): Remove them.
   23: 
   24: 2018-10-23  Bruno Haible  <bruno@clisp.org>
   25: 
   26: 	Update after gnulib changed.
   27: 	* configure.ac (AC_PREREQ): Bump minimum Autoconf version to 2.63.
   28: 
   29: 2018-09-22  Bruno Haible  <bruno@clisp.org>
   30: 
   31: 	Avoid some warnings in MSVC build.
   32: 	* include/export.h: Handle MSVC compiler as well.
   33: 
   34: 2018-09-22  Bruno Haible  <bruno@clisp.org>
   35: 
   36: 	Update from gnulib. Move mapping tables into the code.
   37: 	* include/localcharset.h.in: Update from gnulib.
   38: 	2018-05-19  Bruno Haible  <bruno@clisp.org>
   39: 		* localcharset.h: Update comments for locale encodings found in
   40: 		FreeBSD 11, NetBSD 7, Solaris 10, Openindiana, HP-UX 11.31,
   41: 		IRIX 6.5, Minix 3.3. Also for Cygwin 2.9.
   42: 	2018-05-19  Bruno Haible  <bruno@clisp.org>
   43: 		* localcharset.h: Document the GNU canonical names for character
   44: 		encodings here.
   45: 	* Makefile.in (PARENT_IMPORTED_FILES): Remove m4/relocatable-lib.m4.
   46: 	* INTEGRATE: Removing all text related to config.charset, charset.alias,
   47: 	ref-add.sin, ref-del.sin.
   48: 	* README: Update.
   49: 	* tools/README: Update.
   50: 
   51: 2018-01-27  Bruno Haible  <bruno@clisp.org>
   52: 
   53: 	Rename some files.
   54: 	* INSTALL.windows: Renamed from README.windows.
   55: 	* INSTALL.djgpp: Renamed from README.djgpp.
   56: 	* Makefile.in (SOURCE_FILES): Update.
   57: 
   58: 2018-01-23  Bruno Haible  <bruno@clisp.org>
   59: 
   60: 	Don't use an undocumented Autoconf macro.
   61: 	* configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER.
   62: 
   63: 2017-07-15  Bruno Haible  <bruno@clisp.org>
   64: 
   65: 	Get rid of autom4te.cache directories, as far as possible.
   66: 	* Makefile.devel (autoconf/aclocal.m4, configure, config.h.in): Remove
   67: 	autom4te.cache after invoking aclocal, autoconf, autoheader.
   68: 
   69: 2016-12-14  Bruno Haible  <bruno@clisp.org>
   70: 
   71: 	Avoid error during initial autogen.sh invocation.
   72: 	* Makefile.devel (autoconf/aclocal.m4): Ensure directory 'autoconf'
   73: 	exists.
   74: 	Reported by Daiki Ueno.
   75: 
   76: 2016-12-03  Bruno Haible  <bruno@clisp.org>
   77: 
   78: 	Create tarballs through an Automake-like "make dist" command.
   79: 	* Makefile.in (SOURCE_FILES, LIBTOOL_IMPORTED_FILES, IMPORTED_FILES,
   80: 	GENERATED_FILES, DISTRIBUTED_BUILT_FILES, DISTFILES): New macros.
   81: 	(distdir): New target.
   82: 
   83: 2016-12-04  Bruno Haible  <bruno@clisp.org>
   84: 
   85: 	Remove imported files from version control.
   86: 	* INSTALL.generic: Remove from version control.
   87: 	* build-aux/config.guess: Likewise.
   88: 	* build-aux/config.libpath: Likewise.
   89: 	* build-aux/config.sub: Likewise.
   90: 	* build-aux/install-sh: Likewise.
   91: 	* build-aux/mkinstalldirs: Likewise.
   92: 	* m4/codeset.m4: Likewise.
   93: 	* m4/fcntl-o.m4: Likewise.
   94: 	* m4/glibc21.m4: Likewise.
   95: 	* m4/relocatable-lib.m4: Likewise.
   96: 	* m4/visibility.m4: Likewise.
   97: 
   98: 2016-12-03  Bruno Haible  <bruno@clisp.org>
   99: 
  100: 	Make Makefile.devel more useful for the users of the released tarball.
  101: 	* Makefile.devel (totally-clean): New target.
  102: 	* autogen.sh: Invoke it and 'all'.
  103: 
  104: 2016-12-03  Bruno Haible  <bruno@clisp.org>
  105: 
  106: 	Modernize configure.ac.
  107: 	* configure.ac: Require autoconf >= 2.60. Use 2-argument AC_INIT.
  108: 	Use AC_CONFIG_SRCDIR.
  109: 
  110: 2016-12-03  Bruno Haible  <bruno@clisp.org>
  111: 
  112: 	Update documentation.
  113: 	* README: Update the libiconv version number.
  114: 	* HACKING: Refer to the Git repository.
  115: 	* INTEGRATE: Mention the Gnulib module.
  116: 
  117: 2016-11-23  Bruno Haible  <bruno@clisp.org>
  118: 
  119: 	Update installation instructions for Windows.
  120: 	* README.windows: Generic reference to top-level file.
  121: 
  122: 2016-11-23  Bruno Haible  <bruno@clisp.org>
  123: 
  124: 	Drop the nickname "woe32".
  125: 	* README.windows: Renamed from README.woe32.
  126: 
  127: 2016-10-22  Bruno Haible  <bruno@clisp.org>
  128: 
  129: 	Switch to libtool 2.4.6.
  130: 	* m4/libtool.m4: Update from libtool-2.4.6, with modifications:
  131: 	2008-04-06  Bruno Haible  <bruno@clisp.org>
  132: 		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
  133: 		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
  134: 		to ${CONFIG_SHELL}..
  135: 	* m4/ltoptions.m4: Likewise.
  136: 	* m4/ltversion.m4: Likewise.
  137: 	* build-aux/ltmain.sh: Likewise.
  138: 
  139: 2016-10-01  Bruno Haible  <bruno@clisp.org>
  140: 
  141: 	Switch to automake 1.15.
  142: 	* Makefile.devel (ACLOCAL): Switch to version 1.15.
  143: 
  144: 2012-04-28  Bruno Haible  <bruno@clisp.org>
  145: 
  146: 	Switch to autoconf 2.69 and automake 1.12.
  147: 	* Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.69.
  148: 	(ACLOCAL): Switch to version 1.12.
  149: 
  150: 2011-10-18  Bruno Haible  <bruno@clisp.org>
  151: 
  152: 	* m4/libtool.m4: Update from libtool-2.4.2, with modifications:
  153: 	2008-04-06  Bruno Haible  <bruno@clisp.org>
  154: 		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
  155: 		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
  156: 		to ${CONFIG_SHELL}..
  157: 	* m4/ltoptions.m4: Likewise.
  158: 	* m4/ltversion.m4: Likewise.
  159: 	* build-aux/ltmain.sh: Likewise.
  160: 
  161: 2010-09-23  Bruno Haible  <bruno@clisp.org>
  162: 
  163: 	Switch to autoconf 2.68.
  164: 	* autogen.sh: Update comment.
  165: 	* Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.68.
  166: 
  167: 2010-09-23  Bruno Haible  <bruno@clisp.org>
  168: 
  169: 	* m4/libtool.m4: Update from libtool-2.4, with modifications:
  170: 	2008-04-06  Bruno Haible  <bruno@clisp.org>
  171: 		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
  172: 		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
  173: 		to ${CONFIG_SHELL}.
  174: 	* m4/ltversion.m4: Update from libtool-2.4.
  175: 	* build-aux/ltmain.sh: Likewise.
  176: 
  177: 2010-07-31  Bruno Haible  <bruno@clisp.org>
  178: 
  179: 	* Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.67.
  180: 
  181: 2010-07-03  Bruno Haible  <bruno@clisp.org>
  182: 
  183: 	* Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.66.
  184: 
  185: 2010-06-04  Bruno Haible  <bruno@clisp.org>
  186: 
  187: 	Addendum to 2009-10-18 commit.
  188: 	* m4/fcntl-o.m4: New file, from gnulib.
  189: 	* m4/fcntl_h.m4: Remove file.
  190: 
  191: 2010-06-04  Bruno Haible  <bruno@clisp.org>
  192: 
  193: 	* m4/libtool.m4: Update from libtool-2.2.8, with modifications:
  194: 	2008-04-06  Bruno Haible  <bruno@clisp.org>
  195: 		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
  196: 		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
  197: 		to ${CONFIG_SHELL}.
  198: 	* m4/ltoptions.m4: Update from libtool-2.2.8.
  199: 	* m4/ltversion.m4: Likewise.
  200: 	* m4/lt~obsolete.m4: Likewise.
  201: 	* build-aux/ltmain.sh: Likewise.
  202: 
  203: 2010-05-08  Bruno Haible  <bruno@clisp.org>
  204: 
  205: 	* tools/cygwin-1.7.2: New file.
  206: 	* lib/config.charset: Update comments for Cygwin 1.7.
  207: 	* lib/localcharset.c: Likewise.
  208: 
  209: 2010-03-30  Bruno Haible  <bruno@clisp.org>
  210: 
  211: 	* README.woe32: Mention Cygwin.
  212: 
  213: 2009-12-11  Bruno Haible  <bruno@clisp.org>
  214: 
  215: 	* include/libcharset.h.in: Untabify.
  216: 
  217: 2009-12-11  Bruno Haible  <bruno@clisp.org>
  218: 
  219: 	* Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.65.
  220: 
  221: 2009-10-18  Bruno Haible  <bruno@clisp.org>
  222: 
  223: 	* README: Update.
  224: 
  225: 2009-10-18  Bruno Haible  <bruno@clisp.org>
  226: 
  227: 	* configure.ac: Invoke gl_FCNTL_O_FLAGS.
  228: 	* INTEGRATE: Mention fcntl_h.m4 and the gl_FCNTL_O_FLAGS invocation.
  229: 
  230: 2009-08-15  Bruno Haible  <bruno@clisp.org>
  231: 
  232: 	* Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.64.
  233: 
  234: 2009-05-19  Bruno Haible  <bruno@clisp.org>
  235: 
  236: 	* Makefile.devel (AUTOMAKE, ACLOCAL): Switch to version 1.11.
  237: 	* autogen.sh: Update comments.
  238: 
  239: 2009-01-25  Bruno Haible  <bruno@clisp.org>
  240: 
  241: 	Don't install charset.alias on MacOS X >= 10.3.
  242: 	* INTEGRATE: Don't install charset.alias on MacOS X >= 10.3, if the
  243: 	file does not yet exist.
  244: 
  245: 2009-01-25  Bruno Haible  <bruno@clisp.org>
  246: 
  247: 	Don't install charset.alias on mingw and Cygwin.
  248: 	* INTEGRATE: Don't install charset.alias on mingw and Cygwin, if the
  249: 	file does not yet exist. The result for these platforms is hardcoded in
  250: 	localcharset.c.
  251: 
  252: 2009-01-24  Bruno Haible  <bruno@clisp.org>
  253: 
  254: 	* tools/all-charsets: Add CP1131, ARMSCII-8, PT154 to the list of
  255: 	allowed encodings.
  256: 	* tools/darwin-7.5: Regenerated.
  257: 	* tools/darwin-9.5: Regenerated.
  258: 
  259: 2009-01-18  Bruno Haible  <bruno@clisp.org>
  260: 
  261: 	* tools/darwin-9.5: New file.
  262: 
  263: 2009-01-18  Bruno Haible  <bruno@clisp.org>
  264: 
  265: 	* tools/locale_monthnames.c: New file.
  266: 
  267: 2009-01-16  Bruno Haible  <bruno@clisp.org>
  268: 
  269: 	* Makefile.in (install-strip): New target.
  270: 	Reported by Alon Bar-Lev <alon.barlev@gmail.com>.
  271: 
  272: 2009-01-14  Bruno Haible  <bruno@clisp.org>
  273: 
  274: 	* configure.ac: More consistent m4 quoting.
  275: 
  276: 2008-09-28  Bruno Haible  <bruno@clisp.org>
  277: 
  278: 	* build-aux/ltmain.sh (func_emit_cwrapperexe_src): On mingw,
  279: 	preprocess the argument vector through prepare_spawn.
  280: 
  281: 2008-09-16  Bruno Haible  <bruno@clisp.org>
  282: 
  283: 	* Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.63.
  284: 
  285: 2008-09-07  Bruno Haible  <bruno@clisp.org>
  286: 
  287: 	* m4/libtool.m4: Update from libtool-2.2.6, with modifications:
  288: 	2008-04-06  Bruno Haible  <bruno@clisp.org>
  289: 		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
  290: 		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
  291: 		to ${CONFIG_SHELL}.
  292: 	* m4/ltoptions.m4: Update from libtool-2.2.6.
  293: 	* m4/ltsugar.m4: Likewise.
  294: 	* m4/ltversion.m4: Likewise.
  295: 	* build-aux/ltmain.sh: Likewise.
  296: 
  297: 2008-05-18  Bruno Haible  <bruno@clisp.org>
  298: 
  299: 	* m4/libtool.m4: Update from libtool-2.2.4, with modifications:
  300: 	2008-04-06  Bruno Haible  <bruno@clisp.org>
  301: 		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
  302: 		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
  303: 		to ${CONFIG_SHELL}.
  304: 	* m4/ltoptions.m4: Update from libtool-2.2.4.
  305: 	* m4/ltversion.m4: Likewise.
  306: 	* m4/lt~obsolete.m4: Likewise.
  307: 	* build-aux/ltmain.sh: Likewise.
  308: 
  309: 2008-04-14  Bruno Haible  <bruno@clisp.org>
  310: 
  311: 	* configure.ac: Invoke AC_USE_SYSTEM_EXTENSIONS instead of AC_AIX and
  312: 	AC_MINIX.
  313: 	* Makefile.devel (AUTOCONF, AUTOHEADER): Require autoconf-2.62.
  314: 
  315: 2008-04-06  Bruno Haible  <bruno@clisp.org>
  316: 
  317: 	* m4/libtool.m4: Update from libtool-2.2.2, with modifications:
  318: 	2008-04-06  Bruno Haible  <bruno@clisp.org>
  319: 		* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
  320: 		CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
  321: 		to ${CONFIG_SHELL}.
  322: 	* m4/ltoptions.m4: New file, from libtool-2.2.2.
  323: 	* m4/ltsugar.m4: New file, from libtool-2.2.2.
  324: 	* m4/ltversion.m4: New file, from libtool-2.2.2.
  325: 	* m4/lt~obsolete.m4: New file, from libtool-2.2.2.
  326: 	* build-aux/ltmain.sh: New file, from libtool-2.2.2.
  327: 	* configure.ac: Use LT_INIT instead of AC_PROG_LIBTOOL.
  328: 
  329: 2007-11-14  Bruno Haible  <bruno@clisp.org>
  330: 
  331: 	* tools/all-locales: Add "C" for Darwin. Treat OpenBSD like Darwin.
  332: 
  333: 2007-11-11  Bruno Haible  <bruno@clisp.org>
  334: 
  335: 	* Makefile.devel (AUTOCONF, AUTOHEADER): Require version 2.61.
  336: 	(ACLOCAL): Require version 1.10.
  337: 
  338: 2007-10-26  Bruno Haible  <bruno@clisp.org>
  339: 
  340: 	* m4/libtool.m4: Update, based on libtool-1.5.24.
  341: 	* build-aux/ltmain.sh: Update, based on libtool-1.5.24.
  342: 
  343: 2007-06-30  Bruno Haible  <bruno@clisp.org>
  344: 
  345: 	* autogen.sh: New file.
  346: 	* DEPENDENCIES: New file.
  347: 	* HACKING: New file.
  348: 
  349: 2007-03-04  Bruno Haible  <bruno@clisp.org>
  350: 
  351: 	* configure.ac: Invoke gl_RELOCATABLE_LIBRARY instead of
  352: 	AC_RELOCATABLE_LIBRARY.
  353: 	* m4/relocatable-lib.m4: New file, from gnulib.
  354: 	* m4/relocatable.m4: Remove file.
  355: 
  356: 2007-02-16  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
  357: 
  358: 	* djgpp/*: Update.
  359: 
  360: 2006-10-31  Bruno Haible  <bruno@clisp.org>
  361: 
  362: 	Update from GNU gettext.
  363: 	2006-10-25  Bruno Haible  <bruno@clisp.org>
  364: 		* m4/relocatable.m4 (AC_RELOCATABLE_BODY): Renamed from
  365: 		AC_RELOCATABLE, without the AC_LIBOBJ invocation.
  366: 		(AC_RELOCATABLE): New macro. Invoke AC_LIBOBJ here.
  367: 
  368: 2006-10-18  Bruno Haible  <bruno@clisp.org>
  369: 
  370: 	* INTEGRATE: Remove recommendation to test for setlocale.
  371: 
  372: 2006-07-29  Bruno Haible  <bruno@clisp.org>
  373: 
  374: 	* configure.ac: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
  375: 
  376: 2006-07-29  Bruno Haible  <bruno@clisp.org>
  377: 
  378: 	* configure.ac: Remove obsolete calls AC_PROG_GCC_TRADITIONAL,
  379: 	AC_ISC_POSIX.
  380: 
  381: 2006-07-25  Bruno Haible  <bruno@clisp.org>
  382: 
  383: 	* Makefile.msvc: Remove file.
  384: 	* Makefile.devel (config.h.msvc): Remove rule.
  385: 	(include/libcharset.h.msvc-shared, include/localcharset.h.msvc-shared):
  386: 	Remove rules.
  387: 	(all): Update.
  388: 
  389: 2006-07-25  Bruno Haible  <bruno@clisp.org>
  390: 
  391: 	* Makefile.vms: Remove file.
  392: 	* Makefile.devel (config.h_vms): Remove rule.
  393: 	(all): Update.
  394: 
  395: 2006-06-27  Bruno Haible  <bruno@clisp.org>
  396: 
  397: 	* Makefile.devel (AUTOCONF, AUTOHEADER): Use autoconf-2.60.
  398: 	* Makefile.in (datarootdir): New variable.
  399: 	* configure.ac (mandir): Remove customization.
  400: 
  401: 2006-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
  402: 
  403: 	* m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]: Avoid warning when
  404: 	"parsing" /etc/ld.so.conf and empty /etc/ld.so.conf.d.
  405: 
  406: 2006-05-15  Bruno Haible  <bruno@clisp.org>
  407: 
  408: 	* m4/relocatable.m4: Update from GNU gettext.
  409: 
  410: 2006-05-14  Bruno Haible  <bruno@clisp.org>,
  411:             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
  412: 
  413: 	* m4/libtool.m4 [ linux ] (AC_LIBTOOL_LANG_CXX_CONFIG)
  414: 	(AC_LIBTOOL_POSTDEP_PREDEP, AC_LIBTOOL_PROG_COMPILER_PIC)
  415: 	(AC_LIBTOOL_PROG_LD_SHLIBS): Add support for Sun C 5.9,
  416: 	Sun C++ 5.9, and Sun Fortran 8.3 on Linux.
  417: 
  418: 2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
  419: 
  420: 	* m4/libtool.m4: On Cygwin, like on mingw, define DLL_EXPORT when
  421: 	compiling a shared library object.
  422: 
  423: 2006-03-31  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
  424: 
  425: 	* djgpp/*: Update.
  426: 
  427: 2005-12-29  Bruno Haible  <bruno@clisp.org>
  428: 
  429: 	* configure.ac: Renamed from configure.in.
  430: 	* Makefile.devel (configure, config.h.in): Update.
  431: 	* djgpp/Makefile.maint (fnchange.lst, README): Update.
  432: 
  433: 2005-12-29  Bruno Haible  <bruno@clisp.org>
  434: 
  435: 	* build-aux/config.guess: Update to GNU version 2005-12-23.
  436: 	* build-aux/config.sub: Likewise.
  437: 	* build-aux/config.libpath: Update from GNU gettext.
  438: 
  439: 2005-12-29  Bruno Haible  <bruno@clisp.org>
  440: 
  441: 	* m4/codeset.m4: Update from GNU gettext.
  442: 	* m4/glibc21.m4: Update from GNU gettext.
  443: 	* m4/relocatable.m4: Update from GNU gettext.
  444: 	* configure: Invoke gl_GLIBC21 instead of jm_GLIBC21.
  445: 
  446: 2005-12-29  Bruno Haible  <bruno@clisp.org>
  447: 
  448: 	* m4/libtool.m4: Update, based on libtool-1.5.22.
  449: 	* build-aux/ltmain.sh: Update, based on libtool-1.5.22.
  450: 
  451: 2005-09-18  Bruno Haible  <bruno@clisp.org>
  452: 
  453: 	* m4/libtool.m4: Update, based on libtool-1.5.20.
  454: 	* build-aux/ltmain.sh: Update, based on libtool-1.5.20.
  455: 
  456: 2005-07-24  Bruno Haible  <bruno@clisp.org>
  457: 
  458: 	Tidy up exported symbols.
  459: 	* m4/visibility.m4: New file.
  460: 	* include/export.h: New file.
  461: 	* configure.in Invoke gl_VISIBILITY. Use AC_CONFIG_FILES. Arrange to
  462: 	create also include/localcharset.h.inst.
  463: 	(VERSION): Bump to 1.4.
  464: 	* Makefile.devel (all): Depend on include/localcharset.h.build.in.
  465: 	(include/localcharset.h.build.in): New rule.
  466: 	* Makefile.in (all): Remove dependency on include/localcharset.h.
  467: 	(include/localcharset.h): Remove rule.
  468: 	(install-lib, install): Install include/localcharset.h.inst,
  469: 	not the include/localcharset.h that was used for building.
  470: 	(distclean, maintainer-clean): Remove also include/localcharset.h.inst.
  471: 
  472: 2005-07-08  Bruno Haible  <bruno@clisp.org>
  473: 
  474: 	* m4/libtool.m4 (postinstall_cmds) [cygwin,mingw,pw32]: Make DLL
  475: 	executable after installing it.
  476: 
  477: 2005-07-07  Bruno Haible  <bruno@clisp.org>
  478: 
  479: 	* configure.in: Bump version number.
  480: 	* windows/charset.rc: Likewise.
  481: 
  482: 2005-07-05  Bruno Haible  <bruno@clisp.org>
  483: 
  484: 	* m4/relocatable.m4 (AC_RELOCATABLE): On mingw, simply set
  485: 	SET_RELOCATABLE to a trivial value.
  486: 
  487: 2005-07-05  Bruno Haible  <bruno@clisp.org>
  488: 
  489: 	* Makefile.devel (AUTOHEADER, ACLOCAL): New variables.
  490: 	(autoconf/aclocal.m4, config.h.in): Use them.
  491: 
  492: 2005-03-22  Bruno Haible  <bruno@clisp.org>
  493: 
  494: 	* build-aux: New directory, renamed from autoconf.
  495: 	* configure.in (AC_CONFIG_AUX_DIR): Use build-aux.
  496: 	* Makefile.in (mkinstalldirs): Update.
  497: 
  498: 2005-01-05  Bruno Haible  <bruno@clisp.org>
  499: 
  500: 	* m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.10.
  501: 	* autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.10.
  502: 
  503: 2004-09-21  Juan Manuel Guerrero  <st001906@hrz1.hrz.tu-darmstadt.de>
  504: 
  505: 	* djgpp/config.bat: Update.
  506: 	* djgpp/config.sed: Update.
  507: 	* djgpp/config.site: Update.
  508: 	* djgpp/fnchange.in: Update.
  509: 	* djgpp/README.in: Update.
  510: 
  511: 2004-08-25  Bruno Haible  <bruno@clisp.org>
  512: 
  513: 	* m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.6.
  514: 	* autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.6.
  515: 
  516: 2004-01-20  Bruno Haible  <bruno@clisp.org>
  517: 
  518: 	Upgrade from gettext-0.14.
  519: 
  520: 	2003-08-24  Bruno Haible  <bruno@clisp.org>
  521: 	* m4/relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@,
  522: 	since the substitution of @host@ may occur before the substitution of
  523: 	@SET_RELOCATABLE@.
  524: 
  525: 2004-01-20  Bruno Haible  <bruno@clisp.org>
  526: 
  527: 	Assume automake-1.8.
  528: 	* Makefile.devel (AUTOCONF): Assume autoconf-2.59.
  529: 
  530: 2003-06-18  Bruno Haible  <bruno@clisp.org>
  531: 
  532: 	* config/install-sh: Update from automake-1.7.5.
  533: 
  534: 2003-06-07  Bruno Haible  <bruno@clisp.org>
  535: 
  536: 	* Makefile.devel (config.h_vms): Remove INSTALLPREFIX.
  537: 	Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
  538: 
  539: 2003-05-19  Bruno Haible  <bruno@clisp.org>
  540: 
  541: 	* windows/charset.rc: Include <winver.h>.
  542: 	Reported by Perry Rapp.
  543: 
  544: 2003-05-07  Bruno Haible  <bruno@clisp.org>
  545: 
  546: 	* Makefile.vms: New file.
  547: 	* Makefile.devel (config.h_vms): New rule.
  548: 	(all): Depend on it.
  549: 
  550: 2003-05-06  Bruno Haible  <bruno@clisp.org>
  551: 
  552: 	* m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.
  553: 
  554: 2003-05-06  Bruno Haible  <bruno@clisp.org>
  555: 
  556: 	* autoconf/config.guess: Update to GNU version 2003-02-22.
  557: 	* autoconf/config.sub: Likewise.
  558: 
  559: 2003-05-06  Bruno Haible  <bruno@clisp.org>
  560: 
  561: 	* autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.
  562: 
  563: 2003-04-12  Bruno Haible  <bruno@clisp.org>
  564: 
  565: 	* configure.in (mandir): Change default value.
  566: 	* Makefile.in (datadir): New variable.
  567: 
  568: 2003-04-05  Bruno Haible  <bruno@clisp.org>
  569: 
  570: 	Support for relocatable installation.
  571: 	* m4/relocatable.m4: New file, from GNU gettext.
  572: 	* autoconf/config.libpath: New file, from GNU gettext.
  573: 	* configure.in: Invoke AC_RELOCATABLE_LIBRARY.
  574: 	* include/libcharset.h.in: New file.
  575: 	* Makefile.devel (include/libcharset.h.msvc-shared): New rule.
  576: 	(all): Depend on it.
  577: 	(autoconf/aclocal.m4): Update aclocal invocation.
  578: 	(config.h.msvc): Handle INSTALLPREFIX.
  579: 	* Makefile.in (include/libcharset.h): New rule.
  580: 	(all): Depend on it.
  581: 	(install-lib, install): Also install libcharset.h.
  582: 	(uninstall): Uninstall libcharset.h.
  583: 	(distclean, maintainer-clean): Remove include/libcharset.h.
  584: 	* Makefile.msvc (all): Create include/libcharset.h.
  585: 	(install): Also install libcharset.h.
  586: 	(uninstall): Uninstall libcharset.h.
  587: 	(mostlyclean, clean, distclean, maintainer-clean): Remove
  588: 	include/libcharset.h.
  589: 	* INSTALL.generic: Document --enable-relocatable and
  590: 	--with-libintl-prefix. Remove the recommendation to set CPPFLAGS and
  591: 	LDFLAGS. The lib-link.m4 macros make this unnecessary.
  592: 
  593: 2003-04-05  Bruno Haible  <bruno@clisp.org>
  594: 
  595: 	* Makefile.msvc (PREFIX): New variable.
  596: 	(prefix): Use it.
  597: 	(distclean, maintainer-clean): Drop Unix specific removals.
  598: 	* man/Makefile.msvc (PREFIX): New variable.
  599: 	(prefix): Use it.
  600: 	(clean): Drop unnecessary removals.
  601: 	(distclean): Drop Unix specific removal.
  602: 
  603: 2003-04-05  Bruno Haible  <bruno@clisp.org>
  604: 
  605: 	* configure.in: Invoke AM_LANGINFO_CODESET, not jm_LANGINFO_CODESET.
  606: 	* autoconf/ltmain.sh: Update from GNU gettext.
  607: 	2003-02-18  Bruno Haible  <bruno@clisp.org>
  608: 		Fix the 2002-09-16 fix.
  609: 		* ltmain.sh (install): If "ln -s -f" fails (this is the case
  610: 		with /usr/bin/ln on Solaris 2.7), fall back to "rm && ln -s".
  611: 	* m4/codeset.m4: Update from GNU gettext-0.10.40.
  612: 	* m4/glibc21.m4: Update from GNU gettext-0.10.40.
  613: 
  614: 2003-03-17  Bruno Haible  <bruno@clisp.org>
  615: 
  616: 	Improved MSVC support.
  617: 	* windows/charset.rc: New file.
  618: 	* Makefile.msvc (prefix): Use less Unixy value.
  619: 	(local_prefix): Remove variable.
  620: 	(libdir, includedir): Use backslashes.
  621: 	(bindir): New variable.
  622: 	(mandir): Remove variable.
  623: 	(INSTALL, INSTALL_PROGRAM, INSTALL_DATA): New variables.
  624: 	(mostlyclean, clean): Remove config.h and include/localcharset.h.
  625: 	(install, installdirs, uninstall): Rewritten.
  626: 	* README.woe32: Mention automatic installation command.
  627: 
  628: 	Rename libcharset.h to localcharset.h.
  629: 	* include/localcharset.h.in: Renamed from include/libcharset.h.in.
  630: 	* tools/locale_charset.c: Include localcharset.h, not libcharset.h.
  631: 	* Makefile.in (include/localcharset.h): Renamed from
  632: 	include/libcharset.h.
  633: 	(all): Update dependency.
  634: 	(install-lib, install, uninstall, distclean, maintainer-clean): Update.
  635: 	* Makefile.msvc (all): Create include/localcharset.h, not
  636: 	include/libcharset.h.
  637: 	* Makefile.devel (include/localcharset.h.msvc-shared): Renamed from
  638: 	include/libcharset.h.msvc-shared.
  639: 	(all): Update dependency.
  640: 	(config.h.in): Touch the file when done; autoheader doesn't do it.
  641: 	(config.h.msvc): Make rule more robust.
  642: 	* INTEGRATE: Mention localcharset.h only once.
  643: 	* djgpp/README.in, djgpp/README: Update.
  644: 	* djgpp/config.bat: Update.
  645: 	* djgpp/config.sed: Update.
  646: 	* djgpp/fnchange.in, djgpp/fnchange.lst: Update.
  647: 	* configure.in (VERSION): Bump to 1.2.
  648: 	* NEWS: New file.
  649: 
  650: 2003-02-14  Bruno Haible  <bruno@clisp.org>
  651: 
  652: 	* Makefile.devel (AUTOCONF): Switch to autoconf-2.57.
  653: 	(configure, config.h.in): Update rules.
  654: 
  655: 2003-01-03  Albert Chin  <libtool@thewrittenword.com>
  656: 
  657: 	* autoconf/ltmain.sh: Don't pass -R flags found in a .la's
  658: 	dependency_libs variable directly down to the linker.
  659: 	Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>.
  660: 
  661: 2003-01-12  Bruno Haible  <bruno@clisp.org>
  662: 
  663: 	* INTEGRATE: Mention localcharset.h.
  664: 
  665: 2003-01-01  Bruno Haible  <bruno@clisp.org>
  666: 
  667: 	* Makefile.in (mkinstalldirs): Renamed from MKINSTALLDIRS.
  668: 	(install-lib, install, installdirs): Use it.
  669: 
  670: 2002-09-27  Bruno Haible  <bruno@clisp.org>
  671: 
  672: 	* autoconf/mkinstalldirs: Upgrade to automake-1.7.2 version.
  673: 
  674: 2002-11-07  Bruno Haible  <bruno@clisp.org>
  675: 
  676: 	* m4/libtool.m4: Upgrade to libtool-1.4.3.
  677: 	* autoconf/ltmain.sh: Upgrade to libtool-1.4.3.
  678: 
  679: 2002-07-14  Bruno Haible  <bruno@clisp.org>
  680: 
  681: 	* m4/libtool.m4 (_LT_AC_LTCONFIG_HACK): Add support for GNU/FreeBSD.
  682: 
  683: 2002-06-12  Bruno Haible  <bruno@clisp.org>
  684: 
  685: 	* configure.in: Use new AC_* names of libtool macros. Invoke
  686: 	AC_LIBTOOL_WIN32_DLL.
  687: 
  688: 2002-11-07  Bruno Haible  <bruno@clisp.org>
  689: 
  690: 	Make "make install" without prior "make" work.
  691: 	* Makefile.in (install): Depend on include/libcharset.h.
  692: 	Reported by Martin Mokrejš <mmokrejs@natur.cuni.cz>.
  693: 
  694: 2002-05-12  Bruno Haible  <bruno@clisp.org>
  695: 
  696: 	* tools/all-charsets: Update for change of lib/config.charset.
  697: 
  698: 2002-05-12  Bruno Haible  <bruno@clisp.org>
  699: 
  700: 	* Makefile.devel (AUTOCONF): New variable.
  701: 	(configure): Use the AUTOCONF variable.
  702: 
  703: 2002-05-08  Bruno Haible  <bruno@clisp.org>
  704: 
  705: 	* README.woe32: Renamed from README.win32.
  706: 
  707: 2002-02-06  Bruno Haible  <bruno@clisp.org>
  708: 
  709: 	* m4/libtool.m4: Upgrade to libtool-1.4.2.
  710: 	* autoconf/ltmain.sh: Likewise.
  711: 
  712: 2002-02-02  Bruno Haible  <bruno@clisp.org>
  713: 
  714: 	* autoconf/ltmain.sh: Add DESTDIR support on ELF systems.
  715: 
  716: 2001-11-03  Bruno Haible  <haible@clisp.cons.org>
  717: 
  718: 	* autoconf/ltmain.sh: chmod 777 the .libs directory, so that
  719: 	"make install" succeeds.
  720: 
  721: 2001-12-04  Bruno Haible  <bruno@clisp.org>
  722: 
  723: 	* INTEGRATE: Change the install rule to not create $(libdir) if
  724: 	there is no file to install in it.
  725: 
  726: 2001-07-17  Bruno Haible  <haible@clisp.cons.org>
  727: 
  728: 	* configure.in (VERSION): Bump to 1.1.
  729: 
  730: 2001-06-08  Bruno Haible  <haible@clisp.cons.org>
  731: 
  732: 	* m4/libtool.m4: Upgrade to libtool-1.4.
  733: 	* autoconf/ltmain.sh: Likewise.
  734: 	* autoconf/ltconfig: Remove file.
  735: 
  736: 2001-06-08  Bruno Haible  <haible@clisp.cons.org>
  737: 
  738: 	* autoconf/config.guess: Update to GNU version 2001-05-11.
  739: 	* autoconf/config.sub: Likewise.
  740: 
  741: 2001-05-21  Bruno Haible  <haible@clisp.cons.org>
  742: 
  743: 	* Makefile.in (include/libcharset.h): New target.
  744: 	(all): Depend on it.
  745: 
  746: 2001-05-11  Bruno Haible  <haible@clisp.cons.org>
  747: 
  748: 	* INTEGRATE (Makefile.in): Fix syntax error.
  749: 
  750: 2001-05-06  Bruno Haible  <haible@clisp.cons.org>
  751: 
  752: 	* Makefile.msvc (config.h): Allow the 'del' command to fail.
  753: 
  754: 2001-03-21  Bruno Haible  <haible@clisp.cons.org>
  755: 
  756: 	* INSTALL.generic (Particular Systems): Add recommendations for AIX 3.
  757: 
  758: 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
  759: 
  760: 	* INSTALL.generic: New section "Particular Systems".
  761: 
  762: 2001-03-05  Bruno Haible  <haible@clisp.cons.org>
  763: 
  764: 	* tools/all-charsets: Update for change of lib/config.charset.
  765: 
  766: 2001-03-01  Bruno Haible  <haible@clisp.cons.org>
  767: 
  768: 	* tools/all-charsets: Update for change of lib/config.charset.
  769: 
  770: 2001-02-25  Bruno Haible  <haible@clisp.cons.org>
  771: 
  772: 	* autoconf/ltconfig:
  773: 	sed -e 's/reload object files/produce relocatable object files/'.
  774: 
  775: 2001-02-25  Bruno Haible  <haible@clisp.cons.org>
  776: 
  777: 	* include/libcharset.h.in (locale_charset): Return value is never
  778: 	NULL any more.
  779: 
  780: 2001-02-22  Bruno Haible  <haible@clisp.cons.org>
  781: 
  782: 	* INTEGRATE (Makefile.am): Change $@-t to t-$@. For DJGPP.
  783: 	Patch by Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
  784: 
  785: 2001-02-20  Bruno Haible  <haible@clisp.cons.org>
  786: 
  787: 	Better support for DOS/Windows platforms.
  788: 	* autoconf/ltconfig: Upgrade to libtool-1.3.5.
  789: 	* autoconf/ltmain.sh: Likewise.
  790: 	* m4/libtool.m4: Likewise.
  791: 	* autoconf/aclocal.m4: Likewise.
  792: 	* configure.in: Call AC_OBJEXT and AC_EXEEXT.
  793: 
  794: 2001-02-20  Bruno Haible  <haible@clisp.cons.org>
  795: 
  796: 	* Makefile.in (libdir, includedir, mandir): Use the autoconf
  797: 	determined value, in order to respect the configure arguments.
  798: 	* lib/Makefile.in (libdir): Likewise.
  799: 
  800: 2000-12-13  Bruno Haible  <haible@clisp.cons.org>
  801: 
  802: 	* autoconf/install-sh: Update to a newer version from fileutils.
  803: 
  804: 2000-12-12  Bruno Haible  <haible@clisp.cons.org>
  805: 
  806: 	* Makefile.in: Use $(MAKE) instead of $(MAKE) -r. Needed with Solaris
  807: 	"make", which doesn't set MAKE as expected by @SET_MAKE@ if -r is
  808: 	given. Reported by Toshimitsu Fujiwara.
  809: 
  810: 2000-12-08  Bruno Haible  <haible@clisp.cons.org>
  811: 
  812: 	* Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
  813: 
  814: 2000-12-02  Bruno Haible  <haible@clisp.cons.org>
  815: 
  816: 	* Makefile.msvc (check): Depend on target 'force' as well.
  817: 	(mostlyclean, clean, distclean, maintainer-clean): Fix dependency.
  818: 
  819: 	* Makefile.msvc: Replace STATIC with its opposite flag, DLL.
  820: 
  821: 2000-11-24  Bruno Haible  <haible@clisp.cons.org>
  822: 
  823: 	* tools/all-charsets: Update for 2000-10-31 change of
  824: 	lib/config.charset.
  825: 
  826: 2000-11-23  Bruno Haible  <haible@clisp.cons.org>
  827: 
  828: 	* Makefile.in (install-lib): Fix for builddir != srcdir.
  829: 
  830: 2000-11-22  Bruno Haible  <haible@clisp.cons.org>
  831: 
  832: 	* Makefile.in (all): Fix for builddir != srcdir.
  833: 
  834: 2000-11-21  Bruno Haible  <haible@clisp.cons.org>
  835: 
  836: 	* include/libcharset.h.in: Renamed from include/libcharset.h.
  837: 	* windows/dllexport.h: New file.
  838: 	* Makefile.devel (all): Add config.h.msvc,
  839: 	include/libcharset.h.msvc-shared.
  840: 	(config.h.msvc, include/libcharset.h.msvc-shared): New targets.
  841: 	* Makefile.msvc (MFLAGS): New variable.
  842: 	(all): Create include\libcharset.h.
  843: 	(distclean, maintainer-clean): Remove include\libcharset.h.
  844: 	* Makefile.in (CP): New variable.
  845: 	(all): Create include/libcharset.h.
  846: 	(distclean, maintainer-clean): Remove include/libcharset.h.
  847: 
  848: 2000-11-18  Bruno Haible  <haible@clisp.cons.org>
  849: 
  850: 	* Makefile.devel (config.h.in): Rename from config.h.
  851: 
  852: 2000-11-16  Bruno Haible  <haible@clisp.cons.org>
  853: 
  854: 	* Makefile.in: After "cd", use "&&" not ";".
  855: 
  856: 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
  857: 
  858: 	* Makefile.msvc: New file.
  859: 	* README.win32: New file.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>