diff options
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.info | 69 | ||||
-rw-r--r-- | doc/gawk.texi | 11 | ||||
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/Makefile.tst | 13 |
5 files changed, 47 insertions, 54 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 0e0f912c..37922b15 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-02-07 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Other Versions): Remove the description of xmlgawk. + 2013-02-06 Arnold D. Robbins <arnold@skeeve.com> * gawk.texi: For Info output, don't use @center on text images diff --git a/doc/gawk.info b/doc/gawk.info index e74d2e85..26720503 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -26355,13 +26355,6 @@ QSE Awk `http://www.quiktrim.org/QTawk.html' for more information, including the manual and a download link. -`xgawk' - XML `gawk'. This is a fork of the `gawk' 3.1.6 source base to - support processing XML files. It has a number of interesting - extensions which should one day be integrated into the main `gawk' - code base. For more information, see the XMLgawk project web site - (http://xmlgawk.sourceforge.net). - File: gawk.info, Node: Notes, Next: Basic Concepts, Prev: Installation, Up: Top @@ -31594,7 +31587,6 @@ Index * source code, QSE Awk: Other Versions. (line 118) * source code, QuikTrim Awk: Other Versions. (line 122) * source code, Solaris awk: Other Versions. (line 96) -* source code, xgawk: Other Versions. (line 129) * source files, search path for: Igawk Program. (line 368) * sparse arrays: Array Intro. (line 71) * Spencer, Henry: Glossary. (line 12) @@ -31881,7 +31873,6 @@ Index * words, counting: Wc Program. (line 6) * words, duplicate, searching for: Dupword Program. (line 6) * words, usage counts, generating: Word Sorting. (line 6) -* xgawk: Other Versions. (line 129) * xgettext utility: String Extraction. (line 13) * XOR bitwise operation: Bitwise Functions. (line 6) * xor() function (gawk): Bitwise Functions. (line 55) @@ -32403,35 +32394,35 @@ Node: VMS Running1048904 Node: VMS Old Gawk1050511 Node: Bugs1050985 Node: Other Versions1054837 -Node: Notes1060493 -Node: Compatibility Mode1061293 -Node: Additions1062076 -Node: Accessing The Source1063003 -Node: Adding Code1064606 -Node: New Ports1070648 -Node: Derived Files1074783 -Ref: Derived Files-Footnote-11080104 -Ref: Derived Files-Footnote-21080138 -Ref: Derived Files-Footnote-31080738 -Node: Future Extensions1080836 -Node: Implementation Limitations1081417 -Node: Extension Design1082669 -Node: Old Extension Problems1083818 -Ref: Old Extension Problems-Footnote-11085326 -Node: Extension New Mechanism Goals1085383 -Ref: Extension New Mechanism Goals-Footnote-11088742 -Node: Extension Other Design Decisions1088928 -Node: Extension Future Growth1091034 -Node: Old Extension Mechansim1091855 -Node: Basic Concepts1093612 -Node: Basic High Level1094293 -Ref: figure-general-flow1094564 -Ref: figure-process-flow1095164 -Ref: Basic High Level-Footnote-11098394 -Node: Basic Data Typing1098579 -Node: Glossary1101934 -Node: Copying1127245 -Node: GNU Free Documentation License1164802 -Node: Index1189939 +Node: Notes1060167 +Node: Compatibility Mode1060967 +Node: Additions1061750 +Node: Accessing The Source1062677 +Node: Adding Code1064280 +Node: New Ports1070322 +Node: Derived Files1074457 +Ref: Derived Files-Footnote-11079778 +Ref: Derived Files-Footnote-21079812 +Ref: Derived Files-Footnote-31080412 +Node: Future Extensions1080510 +Node: Implementation Limitations1081091 +Node: Extension Design1082343 +Node: Old Extension Problems1083492 +Ref: Old Extension Problems-Footnote-11085000 +Node: Extension New Mechanism Goals1085057 +Ref: Extension New Mechanism Goals-Footnote-11088416 +Node: Extension Other Design Decisions1088602 +Node: Extension Future Growth1090708 +Node: Old Extension Mechansim1091529 +Node: Basic Concepts1093286 +Node: Basic High Level1093967 +Ref: figure-general-flow1094238 +Ref: figure-process-flow1094838 +Ref: Basic High Level-Footnote-11098068 +Node: Basic Data Typing1098253 +Node: Glossary1101608 +Node: Copying1126919 +Node: GNU Free Documentation License1164476 +Node: Index1189613 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index e9969b5d..169f8a22 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -34160,17 +34160,6 @@ under the GPL. It has a large number of extensions over standard See @uref{http://www.quiktrim.org/QTawk.html} for more information, including the manual and a download link. -@item @command{xgawk} -@cindex @command{xgawk} -@cindex source code, @command{xgawk} -XML @command{gawk}. -This is a fork of the @command{gawk} 3.1.6 source base -to support processing XML files. It has a number of -interesting extensions which should one day be integrated -into the main @command{gawk} code base. -For more information, see -@uref{http://xmlgawk.sourceforge.net, the XMLgawk project web site}. - @end table @c ENDOFRANGE gligawk @c ENDOFRANGE ingawk diff --git a/pc/ChangeLog b/pc/ChangeLog index 1dc181d8..15ce56ec 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2013-02-07 Scott Deifik <scottd.mail@sbcglobal.net> + + * Makefile.tst: Sync with mainline. + 2013-01-25 Arnold D. Robbins <arnold@skeeve.com> * config.h: Version bumped. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 05515a58..564cddfe 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -1,6 +1,6 @@ # Makefile for GNU Awk test suite. # -# Copyright (C) 1988-2012 the Free Software Foundation, Inc. +# Copyright (C) 1988-2013 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. @@ -152,8 +152,8 @@ BASIC_TESTS = \ nlinstr nlstrina noeffect nofile nofmtch noloop1 noloop2 nonl \ noparms nors nulrsend numindex numsubstr \ octsub ofmt ofmta ofmtbig ofmtfidl ofmts ofs1 onlynl opasnidx opasnslf \ - paramdup paramres paramtyp paramuninitglobal parse1 parsefld parseme pcntplus \ - posix2008sub prdupval prec printf0 printf1 prmarscl prmreuse \ + paramdup paramres paramtyp paramuninitglobal parse1 parsefld parseme \ + pcntplus posix2008sub prdupval prec printf0 printf1 prmarscl prmreuse \ prt1eval prtoeval \ rand range1 rebt8b1 redfilnm regeq regexprange regrange \ reindops reparse \ @@ -183,7 +183,7 @@ GAWK_EXT_TESTS = \ nastyparm next nondec nondec2 \ patsplit posix printfbad1 printfbad2 printfbad3 procinfs \ profile1 profile2 profile3 pty1 \ - rebuf regx8bit reint reint2 rsstart1 \ + rebuf regx8bit reginttrad reint reint2 rsstart1 \ rsstart2 rsstart3 rstest6 shadow sortfor sortu splitarg4 strftime \ strtonum switch2 @@ -858,6 +858,11 @@ charasbytes: AWKPATH=$(srcdir) $(AWK) -b -v BINMODE=2 -f $@.awk $(srcdir)/$@.in | \ od -c -t x1 | sed -e 's/ */ /g' -e 's/ *$$//' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ + +reginttrad: + @echo $@ + @$(AWK) --traditional -r -f $@.awk > _$@ + @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ Gt-dummy: # file Maketests, generated from Makefile.am by the Gentests program addcomma: |