Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-runtime / intl / ChangeLog
1 2015-12-28  Daiki Ueno  <ueno@gnu.org>
2
3         Prepare for 0.19.7
4
5 2015-12-10  KO Myung-Hun  <komh78@gmail.com>  (tiny change)
6
7         intl: Fix name resolution failures on kLIBC
8         kLIBC already has _nl_default_dirname and _nl_msg_cat_cntr in its own
9         gettext implmenetation.
10         * gettext-runtime/intl/dcigettext.c: Do not declare _nl_default_dirname
11         on kLIBC.
12         * gettext-runtime/intl/gettextP.h: Define _nl_msg_cat_cntr to
13         libintl_nl_msg_cat_cntr on kLIBC.
14
15         build: Do not include os2compat.[ch]
16         kLIBC does not need os2compat.[ch]
17         * gettext-runtime/configure.ac (AH_BOTTOM): Do not include
18         intl/os2compat.h on kLIBC.
19         * gettext-runtime/intl/osdep.c: Do not include os2compat.c on kLIBC.
20         * gettext-tools/configure.ac (AH_BOTTOM): Do not include
21         intl/os2compat.h on kLIBC.
22
23 2015-10-15  Daiki Ueno  <ueno@gnu.org>
24
25         build: Generate ChangeLogs for intl and po
26         * autogen.sh: Create empty ChangeLog files under intl and po.
27         * Makefile.am (gen-ChangeLogs): Rename from gen-ChangeLog.  Generate
28         ChangeLog files for */intl and */po as well as top-level.
29         * gettext-runtime/intl/ChangeLog.0: Rename from ChangeLog.
30         * gettext-runtime/po/ChangeLog.0: Rename from ChangeLog.
31         * gettext-tools/po/ChangeLog.1: Rename from ChangeLog.
32
33 2015-10-14  Mike Frysinger  <vapier@chromium.org>
34
35         intl/localename: control langinfo.h inclusion
36         This header is only used to work around buggy behavior in old versions
37         of glibc, so do not include it all the time.  Otherwise we get build
38         failures on systems that do not provide langinfo.h.
39
40         * gettext-runtime/intl/localename.c: Wrap langinfo.h include with same
41         ifdefs used in the source later on.