aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-04-04 22:05:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-04-04 22:05:43 +0300
commita028ecdab76a663e0b12308e2cf9147f38dba6d2 (patch)
treed0373e9d2a18c2fc0966398ba1ff80f55ab3c28a /doc/gawk.texi
parent1a870d555701173c45855ce5023a550dc9f0ee00 (diff)
parentffb61f1a6410c289b1f37ea90463384421e89d26 (diff)
downloadegawk-a028ecdab76a663e0b12308e2cf9147f38dba6d2.tar.gz
egawk-a028ecdab76a663e0b12308e2cf9147f38dba6d2.tar.bz2
egawk-a028ecdab76a663e0b12308e2cf9147f38dba6d2.zip
Merge branch 'master' into feature/bool
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index fabf79b2..88b0a2ca 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -835,6 +835,9 @@ particular records in a file and perform operations upon them.
* Tee Program:: The @command{tee} utility.
* Uniq Program:: The @command{uniq} utility.
* Wc Program:: The @command{wc} utility.
+* Bytes vs. Characters:: Modern character sets.
+* Using extensions:: A brief intro to extensions.
+* @command{wc} program:: Code for @file{wc.awk}.
* Miscellaneous Programs:: Some interesting @command{awk}
programs.
* Dupword Program:: Finding duplicated words in a
@@ -868,7 +871,8 @@ particular records in a file and perform operations upon them.
* TCP/IP Networking:: Using @command{gawk} for network
programming.
* Profiling:: Profiling your @command{awk} programs.
-* Extension Philosophy:: What should be built-in and what should not.
+* Extension Philosophy:: What should be built-in and what
+ should not.
* Advanced Features Summary:: Summary of advanced features.
* I18N and L10N:: Internationalization and Localization.
* Explaining gettext:: How GNU @command{gettext} works.
@@ -937,8 +941,8 @@ particular records in a file and perform operations upon them.
* Extension API Functions Introduction:: Introduction to the API functions.
* General Data Types:: The data types.
* Memory Allocation Functions:: Functions for allocating memory.
-* API Ownership of MPFR and GMP Values:: Managing MPFR and GMP Values.
* Constructor Functions:: Functions for creating values.
+* API Ownership of MPFR and GMP Values:: Managing MPFR and GMP Values.
* Registration Functions:: Functions to register things with
@command{gawk}.
* Extension Functions:: Registering extension functions.
@@ -27013,7 +27017,7 @@ and bytes in one or more input files.
@menu
* Bytes vs. Characters:: Modern character sets.
* Using extensions:: A brief intro to extensions.
-* @command{wc} program:: Code for @file{wc.awk}.
+* @command{wc} program:: Code for @file{wc.awk}.
@end menu
@node Bytes vs. Characters