X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=intl%2FChangeLog;h=00827d7faeb513216f68343f53444f74d0c3bf9a;hb=f1cee837665a932d3d747597d8512cd0d3650478;hp=840752a024c7905c7eb0297452cc61cab8829055;hpb=58c85be758144b69124101b78fe8bd8b9cd8b780;p=binutils-gdb.git diff --git a/intl/ChangeLog b/intl/ChangeLog index 840752a024c..00827d7faeb 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,143 @@ +2021-06-14 Michael Forney + + * configure: Regenerate. + +2021-02-04 Nick Alcock + + * configure.ac (LIBINTL): Transform into -L/-lintl form. + * configure: Regenerate. + +2021-02-02 Nick Alcock + + * aclocal.m4: include picflag.m4. + * configure.ac (PICFLAG): Add and substitute. + * Makefile.in (PICFLAG): New. + (COMPILE): Use it. + * configure: Regenerate. + +2020-04-16 Jakub Jelinek + + PR bootstrap/92008 + * configure.ac: Remove HAVE_BISON3 AC_DEFINE. + * Makefile.in (HEADERS): Add plural-config.h. + (.y.c): Also create plural-config.h. + (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend + on plural-config.h. + (plural-config.h): Depend on plural.c. + * plural-exp.h: Include plural-config.h. Use USE_BISON3 instead + of HAVE_BISON3. + * plural.y: Use USE_BISON3 instead of HAVE_BISON3. + * configure: Regenerated. + * plural.c: Regenerated. + * config.h.in: Regenerated. + * plural-config.h: Generated. + +2020-04-16 Jakub Jelinek + + PR bootstrap/92008 + * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3 + and AC_SUBST BISON3_YES and BISON3_NO. + * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@, + add @BISON3_YES@ prefixed rule to adjust the *.y source using sed + and adjust output afterwards. + * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use + struct parse_args * type for arg instead of void *. + * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3 + directives. + (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined. + (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3 + is defined. + * plural.c: Regenerated. + * config.h.in: Regenerated. + * configure: Regenerated. + +2020-02-20 Alan Modra + + * aclocal.m4: Regenerate. + +2020-02-19 Andrew Burgess + + * configure: Regenerate. + +2019-01-19 Nick Clifton + + * aclocal.m4: Regenerate. + +2018-11-09 Hafiz Abid Qadeer + + * configure: Regenerate. + +2018-08-02 Simon Marchi + + * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext, + dcgettext, ngettext, dngettext, dcngettext): Backport changes + from upstream gettext. + +2018-06-19 Simon Marchi + + * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ. + * configure: Re-generate. + * config.h.in: Re-generate. + * aclocal.m4: Re-generate. + +2017-11-07 Alan Modra + + * configure.ac: Invole AM_GNU_GETTEXT with need_ngettext. + * configure: Regenerate. + * aclocal.m4: Regenerate. + +2015-08-31 Alan Modra + + * configure: Regenerate. + +2010-08-06 Yaakov Selkowitz + + * configure: Regenerate. + +2010-06-27 Ralf Wildenhues + + PR bootstrap/44621 + * configure: Regenerate. + +2010-04-02 Ralf Wildenhues + + * aclocal.m4: Regenerate. + +2009-10-15 Jim Blandy + + * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext) + (dcgettext, ngettext, dngettext, dcngettext): Backport changes + from current gettext to provide GCC format_arg attributes. + +2009-08-24 Ralf Wildenhues + + * configure.ac (AC_PREREQ): Bump to 2.64. + +2009-08-22 Ralf Wildenhues + + * aclocal.m4: Regenerate. + * configure: Regenerate. + * config.h.in: Regenerate. + +2009-07-30 Ralf Wildenhues + + * Makefile.in (aclocal_deps): New variable. + ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax. + +2008-06-17 Ralf Wildenhues + + * configure: Regenerate. + +2008-06-16 Ralf Wildenhues + + * Makefile.in (datarootdir): New variable. + +2008-04-18 Paolo Bonzini + + PR bootstrap/35457 + * aclocal.m4: Regenerate. + * configure: Regenerate. + 2008-03-17 Ralf Wildenhues * aclocal.m4: Regenerate. @@ -66,8 +206,8 @@ 2004-04-25 Paolo Bonzini - * configure.ac: Point config.intl to the parent directory of - ${top_builddir}. + * configure.ac: Point config.intl to the parent directory of + ${top_builddir}. * configure: Regenerate. 2004-03-10 Kelley Cook