ChangeLog 8.6 KB

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