diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-23 21:24:09 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-23 21:24:09 +0300 |
commit | ff52dcbe02a9d6194c4264b62457a15031e01891 (patch) | |
tree | 2fb4a5d38a60fe1dd85f9cedf451d7f339e59301 | |
parent | db02b3102f663820799ba192590e1c9cf932f524 (diff) | |
parent | 42ebcfc9b53cad17bacd37097e0dff2b45d1768c (diff) | |
download | egawk-ff52dcbe02a9d6194c4264b62457a15031e01891.tar.gz egawk-ff52dcbe02a9d6194c4264b62457a15031e01891.tar.bz2 egawk-ff52dcbe02a9d6194c4264b62457a15031e01891.zip |
Merge branch 'gawk-4.2-stable'
-rwxr-xr-x | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 10 | ||||
-rw-r--r-- | doc/ChangeLog | 6 | ||||
-rw-r--r-- | doc/gawk.info | 72 | ||||
-rw-r--r-- | doc/gawk.texi | 5 | ||||
-rw-r--r-- | doc/gawktexi.in | 5 | ||||
-rw-r--r-- | doc/texinfo.tex | 3 | ||||
-rw-r--r-- | extension/build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | extension/build-aux/config.sub | 10 |
9 files changed, 74 insertions, 45 deletions
@@ -1,3 +1,7 @@ +2018-10-23 Arnold D. Robbins <arnold@skeeve.com> + + * config.sub: Updated from GNULIB. + 2018-10-10 Arnold D. Robbins <arnold@skeeve.com> * debug.c (print_instruction): For Op_comment, use print_func @@ -89,7 +89,7 @@ while test $# -gt 0 ; do - ) # Use stdin as input. break ;; -* ) - echo "$me: invalid option $1$help" + echo "$me: invalid option $1$help" >&2 exit 1 ;; *local*) @@ -149,7 +149,7 @@ case $1 in esac ;; *-*) - # A lone config we happen to match not fitting any patern + # A lone config we happen to match not fitting any pattern case $field1-$field2 in decstation-3100) basic_machine=mips-dec @@ -950,7 +950,7 @@ unset -v basic_machine # Decode basic machines in the full and proper CPU-Company form. case $cpu-$vendor in - # Here we handle the default manufacturer of certain CPU types in cannonical form. It is in + # Here we handle the default manufacturer of certain CPU types in canonical form. It is in # some cases the only manufacturer, in others, it is the most popular. craynv-unknown) vendor=cray @@ -1101,7 +1101,7 @@ case $cpu-$vendor in cpu=`echo "$cpu" | sed 's/^xscale/arm/'` ;; - # Recognize the cannonical CPU Types that limit and/or modify the + # Recognize the canonical CPU Types that limit and/or modify the # company names they are paired with. cr16-*) os=${os:-elf} @@ -1150,7 +1150,7 @@ case $cpu-$vendor in ;; *) - # Recognize the cannonical CPU types that are allowed with any + # Recognize the canonical CPU types that are allowed with any # company name. case $cpu in 1750a | 580 \ diff --git a/doc/ChangeLog b/doc/ChangeLog index e3b2a0bd..db90d2e2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2018-10-23 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in (Bug address): Mention the GNU Kind + Communications Guidelines, with URL. + * texinfo.tex: Updated from GNULIB. + 2018-09-23 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in (Extracting): Note that patch levels above diff --git a/doc/gawk.info b/doc/gawk.info index d0cfc5b0..482ca3c5 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -29794,6 +29794,10 @@ questions about things that are unclear in the documentation or are just obscure features, ask on the bug list; we will try to help you out if we can. + Please note: We ask that you follow the GNU Kind Communication +Guidelines (https://gnu.org/philosophy/kind-communication.html) in your +correspondence on the list (as well as off of it). + File: gawk.info, Node: Usenet, Next: Maintainers, Prev: Bug address, Up: Bugs @@ -36642,39 +36646,39 @@ Node: VMS GNV1197990 Node: VMS Old Gawk1198725 Node: Bugs1199196 Node: Bug address1199859 -Node: Usenet1202651 -Node: Maintainers1203428 -Node: Other Versions1204689 -Node: Installation summary1211247 -Node: Notes1212449 -Node: Compatibility Mode1213243 -Node: Additions1214025 -Node: Accessing The Source1214950 -Node: Adding Code1216387 -Node: New Ports1222606 -Node: Derived Files1227094 -Ref: Derived Files-Footnote-11232740 -Ref: Derived Files-Footnote-21232775 -Ref: Derived Files-Footnote-31233373 -Node: Future Extensions1233487 -Node: Implementation Limitations1234145 -Node: Extension Design1235328 -Node: Old Extension Problems1236472 -Ref: Old Extension Problems-Footnote-11237990 -Node: Extension New Mechanism Goals1238047 -Ref: Extension New Mechanism Goals-Footnote-11241411 -Node: Extension Other Design Decisions1241600 -Node: Extension Future Growth1243713 -Node: Notes summary1244549 -Node: Basic Concepts1245724 -Node: Basic High Level1246405 -Ref: figure-general-flow1246687 -Ref: figure-process-flow1247372 -Ref: Basic High Level-Footnote-11250673 -Node: Basic Data Typing1250858 -Node: Glossary1254186 -Node: Copying1286024 -Node: GNU Free Documentation License1323567 -Node: Index1348687 +Node: Usenet1202841 +Node: Maintainers1203618 +Node: Other Versions1204879 +Node: Installation summary1211437 +Node: Notes1212639 +Node: Compatibility Mode1213433 +Node: Additions1214215 +Node: Accessing The Source1215140 +Node: Adding Code1216577 +Node: New Ports1222796 +Node: Derived Files1227284 +Ref: Derived Files-Footnote-11232930 +Ref: Derived Files-Footnote-21232965 +Ref: Derived Files-Footnote-31233563 +Node: Future Extensions1233677 +Node: Implementation Limitations1234335 +Node: Extension Design1235518 +Node: Old Extension Problems1236662 +Ref: Old Extension Problems-Footnote-11238180 +Node: Extension New Mechanism Goals1238237 +Ref: Extension New Mechanism Goals-Footnote-11241601 +Node: Extension Other Design Decisions1241790 +Node: Extension Future Growth1243903 +Node: Notes summary1244739 +Node: Basic Concepts1245914 +Node: Basic High Level1246595 +Ref: figure-general-flow1246877 +Ref: figure-process-flow1247562 +Ref: Basic High Level-Footnote-11250863 +Node: Basic Data Typing1251048 +Node: Glossary1254376 +Node: Copying1286214 +Node: GNU Free Documentation License1323757 +Node: Index1348877 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index 6c21333d..892a98ff 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -40546,6 +40546,11 @@ Non-bug suggestions are always welcome as well. If you have questions about things that are unclear in the documentation or are just obscure features, ask on the bug list; we will try to help you out if we can. +Please note: We ask that you follow the +@uref{https://gnu.org/philosophy/kind-communication.html, +GNU Kind Communication Guidelines} in your correspondence on the +list (as well as off of it). + @node Usenet @appendixsubsec Please Don't Post Bug Reports to USENET diff --git a/doc/gawktexi.in b/doc/gawktexi.in index a3aa29bd..4a57f8a8 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -39520,6 +39520,11 @@ Non-bug suggestions are always welcome as well. If you have questions about things that are unclear in the documentation or are just obscure features, ask on the bug list; we will try to help you out if we can. +Please note: We ask that you follow the +@uref{https://gnu.org/philosophy/kind-communication.html, +GNU Kind Communication Guidelines} in your correspondence on the +list (as well as off of it). + @node Usenet @appendixsubsec Please Don't Post Bug Reports to USENET diff --git a/doc/texinfo.tex b/doc/texinfo.tex index d7f7f53a..5840aff4 100644 --- a/doc/texinfo.tex +++ b/doc/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2018-06-02.09} +\def\texinfoversion{2018-09-21.20} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -8004,6 +8004,7 @@ end \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb} \gdef\magicamp{\let&=\amprm} } +\let\ampchar\& \newcount\parencount diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog index 153c3e21..b23dec0d 100644 --- a/extension/build-aux/ChangeLog +++ b/extension/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2018-10-23 Arnold D. Robbins <arnold@skeeve.com> + + * config.sub: Updated from GNULIB. + 2018-09-07 Arnold D. Robbins <arnold@skeeve.com> * config.guess, config.sub: Updated from GNULIB. diff --git a/extension/build-aux/config.sub b/extension/build-aux/config.sub index b51fb8cd..f208558e 100755 --- a/extension/build-aux/config.sub +++ b/extension/build-aux/config.sub @@ -89,7 +89,7 @@ while test $# -gt 0 ; do - ) # Use stdin as input. break ;; -* ) - echo "$me: invalid option $1$help" + echo "$me: invalid option $1$help" >&2 exit 1 ;; *local*) @@ -149,7 +149,7 @@ case $1 in esac ;; *-*) - # A lone config we happen to match not fitting any patern + # A lone config we happen to match not fitting any pattern case $field1-$field2 in decstation-3100) basic_machine=mips-dec @@ -950,7 +950,7 @@ unset -v basic_machine # Decode basic machines in the full and proper CPU-Company form. case $cpu-$vendor in - # Here we handle the default manufacturer of certain CPU types in cannonical form. It is in + # Here we handle the default manufacturer of certain CPU types in canonical form. It is in # some cases the only manufacturer, in others, it is the most popular. craynv-unknown) vendor=cray @@ -1101,7 +1101,7 @@ case $cpu-$vendor in cpu=`echo "$cpu" | sed 's/^xscale/arm/'` ;; - # Recognize the cannonical CPU Types that limit and/or modify the + # Recognize the canonical CPU Types that limit and/or modify the # company names they are paired with. cr16-*) os=${os:-elf} @@ -1150,7 +1150,7 @@ case $cpu-$vendor in ;; *) - # Recognize the cannonical CPU types that are allowed with any + # Recognize the canonical CPU types that are allowed with any # company name. case $cpu in 1750a | 580 \ |