[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. e44b174e87640ca349b3e2a
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. e44b174e87640ca349b3e2a25d7983ad6536c411 |
Date: |
Thu, 07 Feb 2013 15:54:52 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, master has been updated
via e44b174e87640ca349b3e2a25d7983ad6536c411 (commit)
from 44346e48ace060ec46481a77d5c9961e288e288d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=e44b174e87640ca349b3e2a25d7983ad6536c411
commit e44b174e87640ca349b3e2a25d7983ad6536c411
Author: Arnold D. Robbins <address@hidden>
Date: Thu Feb 7 17:54:19 2013 +0200
Remove xmlgawk from other versions in the doc.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0e0f912..37922b1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-07 Arnold D. Robbins <address@hidden>
+
+ * gawk.texi (Other Versions): Remove the description of xmlgawk.
+
2013-02-06 Arnold D. Robbins <address@hidden>
* gawk.texi: For Info output, don't use @center on text images
diff --git a/doc/gawk.info b/doc/gawk.info
index e74d2e8..2672050 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 e9969b5..169f8a2 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.
address@hidden @command{xgawk}
address@hidden @command{xgawk}
address@hidden 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
address@hidden://xmlgawk.sourceforge.net, the XMLgawk project web site}.
-
@end table
@c ENDOFRANGE gligawk
@c ENDOFRANGE ingawk
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 4 +++
doc/gawk.info | 69 ++++++++++++++++++++++++--------------------------------
doc/gawk.texi | 11 ---------
3 files changed, 34 insertions(+), 50 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. e44b174e87640ca349b3e2a25d7983ad6536c411,
Arnold Robbins <=