aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-02-07 17:54:19 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-02-07 17:54:19 +0200
commite44b174e87640ca349b3e2a25d7983ad6536c411 (patch)
tree86dc8d04d6fb758048f19002df067fd6eab8bdd3
parent44346e48ace060ec46481a77d5c9961e288e288d (diff)
downloadegawk-e44b174e87640ca349b3e2a25d7983ad6536c411.tar.gz
egawk-e44b174e87640ca349b3e2a25d7983ad6536c411.tar.bz2
egawk-e44b174e87640ca349b3e2a25d7983ad6536c411.zip
Remove xmlgawk from other versions in the doc.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawk.info69
-rw-r--r--doc/gawk.texi11
3 files changed, 34 insertions, 50 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