1. 18 Jan, 2022 1 commit
  2. 23 Oct, 2021 1 commit
  3. 22 Oct, 2021 3 commits
  4. 15 Oct, 2021 1 commit
    • Janitor's avatar
      Remove constraints unnecessary since buster · 0b497d57
      Janitor authored
      * Build-Depends-Indep: Drop versioned constraint on autoconf and texinfo.
      * automake: Drop versioned constraint on autoconf and autotools-dev in Depends.
      
      Changes-By: deb-scrub-obsolete
      0b497d57
  5. 04 Oct, 2021 3 commits
    • Jim Meyering's avatar
      version 1.16.5 · 18416d64
      Jim Meyering authored
      * configure.ac (AC_INIT): Bump version number to 1.16.5.
      * m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
      * NEWS: Record release version.
      18416d64
    • Jim Meyering's avatar
      maint: don't use obsolescent "egrep" · 5389f111
      Jim Meyering authored
      * maintainer/syntax-checks.mk (sc_perl_local): Use grep -E
      in place of "egrep".
      5389f111
    • Jim Meyering's avatar
      maint: remove trailing white space from a few files · 524d9961
      Jim Meyering authored
      * NEWS: Remove trailing white space.
      * NEWS-2.0: Likewise.
      * contrib/checklinkx: Likewise.
      * doc/local.mk (chlx_args): Likewise.
      * m4/python.m4: Likewise.
      * t/test-extensions-empty.sh: Likewise.
      524d9961
  6. 29 Sep, 2021 1 commit
  7. 28 Sep, 2021 1 commit
    • Karl Berry's avatar
      doc: tweak Yacc/Lex text; subnode for the yacc linking hack. · 80ad99a6
      Karl Berry authored
      * doc/automake.texi (Alternative): remove obsolete footnote.
      (Yacc and Lex): tweak wording, more consistent capitalization.
      (Linking Multiple Yacc Parsers): new subsection.
      
      Also add @shortcontents.
      Also update texinfo-master-menu (for the first time in ages).
      80ad99a6
  8. 27 Sep, 2021 1 commit
  9. 20 Sep, 2021 2 commits
  10. 19 Sep, 2021 1 commit
    • Karl Berry's avatar
      python: only use Python's sys.* values if the new option · 56387843
      Karl Berry authored
      --with-python-sys-prefix is specified; otherwise, return to
      previous behavior of using the GNU ${prefix} and ${exec_prefix}.
      
      * doc/automake.texi (Python): document the new behavior.
      * m4/python.m4 (AM_PATH_PYTHON): conditionalize use of Python's
      sys.* values on the new option --with-python-sys-prefix.
      * t/python-prefix.sh: doc update.
      * t/python-vars.sh: test both GNU and Python prefix values.
      * NEWS: mention this.
      56387843
  11. 18 Sep, 2021 1 commit
  12. 11 Sep, 2021 1 commit
    • Akim Demaille's avatar
      tests: let yacc's yyerror take its argument as a const string · 2bb6340f
      Akim Demaille authored
      Some of yacc error messages are const strings; it makes no sense for
      yyerror to take a 'char *', it should be a 'const char *' as POSIX now
      requires.
      
      Fixes all the failures reported by Kiyoshi Kanazawa.
      <https://lists.gnu.org/r/bug-bison/2021-09/msg00005.html>
      See bug#50469 <https://debbugs.gnu.org/50469>.
      
      * t/cond35.sh, t/silent-many-languages.sh, t/silent-yacc-headers.sh,
      * t/silent-yacc.sh, t/subpkg-yacc.sh, t/suffix10.tap, t/yacc-basic.sh,
      * t/yacc-clean.sh, t/yacc-d-basic.sh, t/yacc-d-vpath.sh,
      * t/yacc-deleted-headers.sh, t/yacc-depend.sh, t/yacc-depend2.sh,
      * t/yacc-dist-nobuild-subdir.sh, t/yacc-dist-nobuild.sh, t/yacc-dry.sh,
      * t/yacc-line.sh, t/yacc-misc.sh, t/yacc-mix-c-cxx.sh, t/yacc-nodist.sh,
      * t/yacc-pr204.sh, t/yacc-subdir.sh, t/yacc-vpath.sh,
      * t/yflags-cmdline-override.sh, t/yflags-force-override.sh
      (yyerror): From 'char *' to 'const char *'.
      Enforce consistency: prefer '{}' to '{ return; }'.
      2bb6340f
  13. 10 Sep, 2021 3 commits
  14. 18 Aug, 2021 1 commit
  15. 15 Aug, 2021 4 commits
  16. 09 Aug, 2021 1 commit
  17. 08 Aug, 2021 2 commits
    • Karl Berry's avatar
      maint: Update doc/help2man. · b2487b78
      Karl Berry authored
      * doc/help2man: update to 1.48.2.
      b2487b78
    • Dimitri Papadopoulos Orfanos's avatar
      doc: typos from codespell. · 522e0d40
      Dimitri Papadopoulos Orfanos authored
      * HACKING: typo from codespell.
      * doc/local.mk: likewise.
      * lib/am/header-vars.am: likewise.
      * lib/am/lisp.am: likewise.
      * t/cond24.sh: likewise.
      * t/cond36.sh: likewise.
      * t/dist-auxdir-many-subdirs.sh: likewise.
      * t/link_override.sh: likewise.
      * t/parallel-tests-console-output.sh: likewise.
      * t/subobj11a.sh: likewise.
      * t/subobj11b.sh: likewise.
      522e0d40
  18. 27 Jul, 2021 1 commit
  19. 26 Jul, 2021 2 commits
    • Jim Meyering's avatar
      maint: Post-release administrivia · 770b012b
      Jim Meyering authored
      * configure.ac (AC_INIT): Bump version number to 1.16f.
      * m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
      770b012b
    • Jim Meyering's avatar
      version 1.16.4 · 39c0005a
      Jim Meyering authored
      * configure.ac (AC_INIT): Bump version number to 1.16.4.
      * m4/amversion.m4: Likewise (auto-updated by "make bootstrap").
      * NEWS: Record release version.
      39c0005a
  20. 22 Jul, 2021 1 commit
  21. 19 Jul, 2021 3 commits
  22. 18 Jul, 2021 1 commit
  23. 16 Jul, 2021 2 commits
  24. 12 Jul, 2021 2 commits
    • meyering's avatar
      maint: avoid syntax-check failures · 15641c2f
      meyering authored
      * maintainer/syntax-checks.mk (toupper): Tighten the regexp
      to avoid a new false-match in t/python-prefix.sh.
      * t/instmany-python.sh: Use run_make in place of some $MAKE uses.
      * t/python-prefix.sh: Likewise.
      * t/python-vars.sh: Likewise.
      15641c2f
    • Jim Meyering's avatar
      maint: make update-copyright · a470a47f
      Jim Meyering authored
      a470a47f