ChangeLog 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. 2021-06-14 Michael Forney <mforney@mforney.org>
  2. * configure: Regenerate.
  3. 2021-02-04 Nick Alcock <nick.alcock@oracle.com>
  4. * configure.ac (LIBINTL): Transform into -L/-lintl form.
  5. * configure: Regenerate.
  6. 2021-02-02 Nick Alcock <nick.alcock@oracle.com>
  7. * aclocal.m4: include picflag.m4.
  8. * configure.ac (PICFLAG): Add and substitute.
  9. * Makefile.in (PICFLAG): New.
  10. (COMPILE): Use it.
  11. * configure: Regenerate.
  12. 2020-04-16 Jakub Jelinek <jakub@redhat.com>
  13. PR bootstrap/92008
  14. * configure.ac: Remove HAVE_BISON3 AC_DEFINE.
  15. * Makefile.in (HEADERS): Add plural-config.h.
  16. (.y.c): Also create plural-config.h.
  17. (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend
  18. on plural-config.h.
  19. (plural-config.h): Depend on plural.c.
  20. * plural-exp.h: Include plural-config.h. Use USE_BISON3 instead
  21. of HAVE_BISON3.
  22. * plural.y: Use USE_BISON3 instead of HAVE_BISON3.
  23. * configure: Regenerated.
  24. * plural.c: Regenerated.
  25. * config.h.in: Regenerated.
  26. * plural-config.h: Generated.
  27. 2020-04-16 Jakub Jelinek <jakub@redhat.com>
  28. PR bootstrap/92008
  29. * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3
  30. and AC_SUBST BISON3_YES and BISON3_NO.
  31. * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@,
  32. add @BISON3_YES@ prefixed rule to adjust the *.y source using sed
  33. and adjust output afterwards.
  34. * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use
  35. struct parse_args * type for arg instead of void *.
  36. * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3
  37. directives.
  38. (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined.
  39. (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3
  40. is defined.
  41. * plural.c: Regenerated.
  42. * config.h.in: Regenerated.
  43. * configure: Regenerated.
  44. 2020-02-20 Alan Modra <amodra@gmail.com>
  45. * aclocal.m4: Regenerate.
  46. 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
  47. * configure: Regenerate.
  48. 2019-01-19 Nick Clifton <nickc@redhat.com>
  49. * aclocal.m4: Regenerate.
  50. 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
  51. * configure: Regenerate.
  52. 2018-08-02 Simon Marchi <simon.marchi@ericsson.com>
  53. * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
  54. dcgettext, ngettext, dngettext, dcngettext): Backport changes
  55. from upstream gettext.
  56. 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
  57. * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
  58. * configure: Re-generate.
  59. * config.h.in: Re-generate.
  60. * aclocal.m4: Re-generate.
  61. 2017-11-07 Alan Modra <amodra@gmail.com>
  62. * configure.ac: Invole AM_GNU_GETTEXT with need_ngettext.
  63. * configure: Regenerate.
  64. * aclocal.m4: Regenerate.
  65. 2015-08-31 Alan Modra <amodra@gmail.com>
  66. * configure: Regenerate.
  67. 2010-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
  68. * configure: Regenerate.
  69. 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  70. PR bootstrap/44621
  71. * configure: Regenerate.
  72. 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  73. * aclocal.m4: Regenerate.
  74. 2009-10-15 Jim Blandy <jimb@red-bean.com>
  75. * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
  76. (dcgettext, ngettext, dngettext, dcngettext): Backport changes
  77. from current gettext to provide GCC format_arg attributes.
  78. 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  79. * configure.ac (AC_PREREQ): Bump to 2.64.
  80. 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  81. * aclocal.m4: Regenerate.
  82. * configure: Regenerate.
  83. * config.h.in: Regenerate.
  84. 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  85. * Makefile.in (aclocal_deps): New variable.
  86. ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
  87. 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  88. * configure: Regenerate.
  89. 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  90. * Makefile.in (datarootdir): New variable.
  91. 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
  92. PR bootstrap/35457
  93. * aclocal.m4: Regenerate.
  94. * configure: Regenerate.
  95. 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  96. * aclocal.m4: Regenerate.
  97. * configure: Likewise.
  98. 2006-09-27 Alan Modra <amodra@bigpond.net.au>
  99. * Makefile.in (distclean): Delete config files.
  100. 2006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr>
  101. PR other/23541
  102. PR other/26507
  103. Backport from gettext repository:
  104. 2003-09-04 Bruno Haible <bruno@clisp.org>
  105. * dgettext.c: Include <locale.h> after gettextP.h, not before. This
  106. ensures that libintl_dcgettext is correctly declared on Solaris.
  107. (Needed because Solaris <locale.h> includes libintl.h.)
  108. * dngettext.c: Likewise, for the libintl_dcngettext declaration.
  109. 2006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
  110. * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
  111. New dummy targets.
  112. 2005-05-23 Carlos O'Donell <carlos@codesourcery.com>
  113. * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
  114. Add install-html target.
  115. 2005-05-13 Nick Clifton <nickc@redhat.com>
  116. * Update the address and phone number of the FSF organization in
  117. the GPL notices in the following files:
  118. Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
  119. dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
  120. explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
  121. hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
  122. loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
  123. locale.alias, localealias.c, localename.c, log.c, ngettext.c,
  124. osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
  125. relocatable.c, relocatable.h, textdomain.c
  126. 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
  127. * aclocal.m4: Regenerate.
  128. 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
  129. * Makefile.in (config.h.in): Correct dependencies.
  130. (stamp-h1): Likewise.
  131. (config.intl): Likewise.
  132. 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
  133. * configure.ac (AC_CONFIG_MACRO_DIR): New.
  134. (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
  135. * Makefile.in: Update with maintainer mode rules.
  136. * README: Update aclocal regeneration instructions.
  137. * aclocal.m4, configure: Regenerate.
  138. 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
  139. * .cvsignore: Ignore autom4te.cache
  140. 2004-04-25 Paolo Bonzini <bonzini@gnu.org>
  141. * configure.ac: Point config.intl to the parent directory of
  142. ${top_builddir}.
  143. * configure: Regenerate.
  144. 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
  145. * configure.ac: Bump AC_PREREQ to 2.59.
  146. * configure: Regenerate.
  147. * config.h.in: Regenerate.
  148. 2004-02-29 Nathanael Nerode <neroden@gcc.gnu.org>
  149. * configure.in: Convert to autoconf 2.57, gratuitous stylistic
  150. cleanup, rename to configure.ac.
  151. * configure.ac: Renamed from configure.in.
  152. * config.h.in: Rebuilt with autoheader 2.57.
  153. * configure: Rebuilt with autoconf 2.57
  154. * README: Update to reflect rename of configure.in to configure.ac.
  155. 2003-07-07 Zack Weinberg <zack@codesourcery.com>
  156. * README: Update.
  157. * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
  158. mkinstalldirs, gettextsrcdir, l): Delete.
  159. (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
  160. (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h.
  161. (SOURCES): Remove os2compat.c.
  162. (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
  163. DEFS-relocatable.o): New.
  164. (all-yes): Add config.intl.
  165. (libintl.h): Use cp, not cat.
  166. (INCLUDES): Remove -I..
  167. (TAGS, CTAGS, ID): Word wrap.
  168. (mostlyclean, distclean): Remove junk.
  169. (config.intl): New rule.
  170. * aclocal.m4: sinclude ../config/progtest.m4 instead of
  171. including it inline.
  172. * config.intl.in: New file.
  173. * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
  174. Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
  175. LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST
  176. them. Add config.intl to AC_OUTPUT.
  177. * os2compat.c, os2compat.h: Delete, unused.
  178. 2003-07-04 Zack Weinberg <zack@codesourcery.com>
  179. * Makefile.in: Remove unnecessary capabilities for
  180. installation, build of shared libraries, generation of
  181. distribution tarballs, etc. Fix all the places that rely on
  182. the parent directory. Don't generate libgnuintl.h from
  183. anything; do generate $(objdir)/libintl.h from libgnuintl.h if
  184. necessary. Adjust DEFS for use of config.h.
  185. * libgnuintl.h.in: Rename libgnuintl.h.
  186. * README: New file.
  187. * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
  188. * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
  189. * aclocal.m4: New; generated per instructions in gettext manual.
  190. * configure.in: New; written from scratch for this configuration.
  191. * configure, config.h.in: Generated.
  192. 2003-05-22 GNU <bug-gnu-gettext@gnu.org>
  193. * Version 0.12.1 released.