[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-544
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-544-g4160a0e |
Date: |
Fri, 26 Dec 2014 07:41:44 +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, gawk-4.1-stable has been updated
via 4160a0e1fe1aaf4919162010a33550bc22af9454 (commit)
from 5db85f61829f0b56001884c59c690200eb07742e (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=4160a0e1fe1aaf4919162010a33550bc22af9454
commit 4160a0e1fe1aaf4919162010a33550bc22af9454
Author: Arnold D. Robbins <address@hidden>
Date: Fri Dec 26 09:41:09 2014 +0200
Sort the glossary.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 957e482..d2b9f23 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,8 +1,12 @@
+2014-12-26 Antonio Giovanni Colombo <address@hidden>
+
+ * gawktexi.in (Glossary): Really sort the items.
+
2014-12-24 Arnold D. Robbins <address@hidden>
* gawktexi.in: Add one more paragraph to new foreword.
* gawktexi.in: Fix exponentiation in TeX mode. Thanks to
- Marco Curreli by way of Antonio Giovanni.
+ Marco Curreli by way of Antonio Giovanni Columbo.
* texinfo.tex: Updated.
diff --git a/doc/gawk.info b/doc/gawk.info
index 0224c7d..4b01640 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -29549,13 +29549,11 @@ CHEM
Brian Kernighan and Jon Bentley, and is available from
`http://netlib.sandia.gov/netlib/typesetting/chem.gz'.
-Cookie
- A peculiar goodie, token, saying or remembrance produced by or
- presented to a program. (With thanks to Professor Doug McIlroy.)
-
-Coprocess
- A subordinate program with which two-way communications is
- possible.
+Comparison Expression
+ A relation that is either true or false, such as `a < b'.
+ Comparison expressions are used in `if', `while', `do', and `for'
+ statements, and in patterns to select which input records to
+ process. (*Note Typing and Comparison::.)
Compiler
A program that translates human-readable source code into
@@ -29579,11 +29577,13 @@ Conditional Expression
otherwise the value is EXPR3. In either case, only one of EXPR2
and EXPR3 is evaluated. (*Note Conditional Exp::.)
-Comparison Expression
- A relation that is either true or false, such as `a < b'.
- Comparison expressions are used in `if', `while', `do', and `for'
- statements, and in patterns to select which input records to
- process. (*Note Typing and Comparison::.)
+Cookie
+ A peculiar goodie, token, saying or remembrance produced by or
+ presented to a program. (With thanks to Professor Doug McIlroy.)
+
+Coprocess
+ A subordinate program with which two-way communications is
+ possible.
Curly Braces
See "Braces."
@@ -29625,15 +29625,15 @@ Dynamic Regular Expression
`"foo"', but it may also be an expression whose value can vary.
(*Note Computed Regexps::.)
+Empty String
+ See "Null String."
+
Environment
A collection of strings, of the form `NAME=VAL', that each program
has available to it. Users generally place values into the
environment in order to provide information to various programs.
Typical examples are the environment variables `HOME' and `PATH'.
-Empty String
- See "Null String."
-
Epoch
The date used as the "beginning of time" for timestamps. Time
values in most systems are represented as seconds since the epoch,
@@ -29688,20 +29688,20 @@ Free Documentation License
published and may be copied. (*Note GNU Free Documentation
License::.)
-Function
- A specialized group of statements used to encapsulate general or
- program-specific tasks. `awk' has a number of built-in functions,
- and also allows you to define your own. (*Note Functions::.)
-
-FSF
- See "Free Software Foundation."
-
Free Software Foundation
A nonprofit organization dedicated to the production and
distribution of freely distributable software. It was founded by
Richard M. Stallman, the author of the original Emacs editor. GNU
Emacs is the most widely used version of Emacs today.
+FSF
+ See "Free Software Foundation."
+
+Function
+ A specialized group of statements used to encapsulate general or
+ program-specific tasks. `awk' has a number of built-in functions,
+ and also allows you to define your own. (*Note Functions::.)
+
`gawk'
The GNU implementation of `awk'.
@@ -29801,12 +29801,12 @@ Lesser General Public License
archives or shared objects, and their source code may be
distributed.
-Linux
- See "GNU/Linux."
-
LGPL
See "Lesser General Public License."
+Linux
+ See "GNU/Linux."
+
Localization
The process of providing the data necessary for an
internationalized program to work in a particular language.
@@ -29945,13 +29945,13 @@ Search Path
source files. In the shell, a list of directories to search for
executable programs.
+`sed'
+ See "Stream Editor."
+
Seed
The initial value, or starting point, for a sequence of random
numbers.
-`sed'
- See "Stream Editor."
-
Shell
The command interpreter for Unix and POSIX-compliant systems. The
shell works both interactively, and as a programming language for
@@ -32010,7 +32010,7 @@ Index
* compatibility mode (gawk), octal numbers: Nondecimal-numbers.
(line 60)
* compatibility mode (gawk), specifying: Options. (line 81)
-* compiled programs <1>: Glossary. (line 157)
+* compiled programs <1>: Glossary. (line 155)
* compiled programs: Basic High Level. (line 15)
* compiling gawk for Cygwin: Cygwin. (line 6)
* compiling gawk for MS-DOS and MS-Windows: PC Compiling. (line 13)
@@ -32056,7 +32056,7 @@ Index
* CONVFMT variable: Strings And Numbers. (line 29)
* CONVFMT variable, and array subscripts: Numeric Array Subscripts.
(line 6)
-* cookie: Glossary. (line 149)
+* cookie: Glossary. (line 177)
* coprocesses <1>: Two-way I/O. (line 25)
* coprocesses: Redirection. (line 96)
* coprocesses, closing: Close Files And Pipes.
@@ -32672,7 +32672,7 @@ Index
* frame debugger command: Execution Stack. (line 27)
* Free Documentation License (FDL): GNU Free Documentation License.
(line 7)
-* Free Software Foundation (FSF) <1>: Glossary. (line 296)
+* Free Software Foundation (FSF) <1>: Glossary. (line 288)
* Free Software Foundation (FSF) <2>: Getting. (line 10)
* Free Software Foundation (FSF): Manual History. (line 6)
* FreeBSD: Glossary. (line 611)
@@ -32689,7 +32689,7 @@ Index
* FS, containing ^: Regexp Field Splitting.
(line 59)
* FS, in multiline records: Multiple Line. (line 41)
-* FSF (Free Software Foundation) <1>: Glossary. (line 296)
+* FSF (Free Software Foundation) <1>: Glossary. (line 288)
* FSF (Free Software Foundation) <2>: Getting. (line 10)
* FSF (Free Software Foundation): Manual History. (line 6)
* fts() extension function: Extension Sample File Functions.
@@ -33208,7 +33208,7 @@ Index
* mawk utility <4>: Getline/Pipe. (line 62)
* mawk utility: Escape Sequences. (line 117)
* maximum precision supported by MPFR library: Auto-set. (line 221)
-* McIlroy, Doug: Glossary. (line 149)
+* McIlroy, Doug: Glossary. (line 177)
* McPhee, Patrick: Contributors. (line 100)
* message object files: Explaining gettext. (line 42)
* message object files, converting from portable object files: I18N Example.
@@ -33959,7 +33959,7 @@ Index
* square root: Numeric Functions. (line 77)
* srand: Numeric Functions. (line 81)
* stack frame: Debugging Terms. (line 10)
-* Stallman, Richard <1>: Glossary. (line 296)
+* Stallman, Richard <1>: Glossary. (line 288)
* Stallman, Richard <2>: Contributors. (line 23)
* Stallman, Richard <3>: Acknowledgments. (line 18)
* Stallman, Richard: Manual History. (line 6)
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 408bc0c..9584412 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -40097,6 +40097,39 @@ It was written in @command{awk}
by Brian Kernighan and Jon Bentley, and is available from
@uref{http://netlib.sandia.gov/netlib/typesetting/chem.gz}.
address@hidden Comparison Expression
+A relation that is either true or false, such as @samp{a < b}.
+Comparison expressions are used in @code{if}, @code{while}, @code{do},
+and @code{for}
+statements, and in patterns to select which input records to process.
+(@xref{Typing and Comparison}.)
+
address@hidden compiled programs
address@hidden Compiler
+A program that translates human-readable source code into
+machine-executable object code. The object code is then executed
+directly by the computer.
+See also ``Interpreter.''
+
address@hidden Compound Statement
+A series of @command{awk} statements, enclosed in curly braces. Compound
+statements may be nested.
+(@xref{Statements}.)
+
address@hidden Concatenation
+Concatenating two strings means sticking them together, one after another,
+producing a new string. For example, the string @samp{foo} concatenated with
+the string @samp{bar} gives the string @samp{foobar}.
+(@xref{Concatenation}.)
+
address@hidden Conditional Expression
+An expression using the @samp{?:} ternary operator, such as
address@hidden@var{expr1} ? @var{expr2} : @var{expr3}}. The expression
address@hidden is evaluated; if the result is true, the value of the whole
+expression is the value of @var{expr2}; otherwise the value is
address@hidden In either case, only one of @var{expr2} and @var{expr3}
+is evaluated. (@xref{Conditional Exp}.)
+
@cindex McIlroy, Doug
@cindex cookie
@item Cookie
@@ -40145,39 +40178,6 @@ Doug
@item Coprocess
A subordinate program with which two-way communications is possible.
address@hidden compiled programs
address@hidden Compiler
-A program that translates human-readable source code into
-machine-executable object code. The object code is then executed
-directly by the computer.
-See also ``Interpreter.''
-
address@hidden Compound Statement
-A series of @command{awk} statements, enclosed in curly braces. Compound
-statements may be nested.
-(@xref{Statements}.)
-
address@hidden Concatenation
-Concatenating two strings means sticking them together, one after another,
-producing a new string. For example, the string @samp{foo} concatenated with
-the string @samp{bar} gives the string @samp{foobar}.
-(@xref{Concatenation}.)
-
address@hidden Conditional Expression
-An expression using the @samp{?:} ternary operator, such as
address@hidden@var{expr1} ? @var{expr2} : @var{expr3}}. The expression
address@hidden is evaluated; if the result is true, the value of the whole
-expression is the value of @var{expr2}; otherwise the value is
address@hidden In either case, only one of @var{expr2} and @var{expr3}
-is evaluated. (@xref{Conditional Exp}.)
-
address@hidden Comparison Expression
-A relation that is either true or false, such as @samp{a < b}.
-Comparison expressions are used in @code{if}, @code{while}, @code{do},
-and @code{for}
-statements, and in patterns to select which input records to process.
-(@xref{Typing and Comparison}.)
-
@item Curly Braces
See ``Braces.''
@@ -40223,15 +40223,15 @@ ordinary expression. It could be a string constant,
such as
@code{"foo"}, but it may also be an expression whose value can vary.
(@xref{Computed Regexps}.)
address@hidden Empty String
+See ``Null String.''
+
@item Environment
A collection of strings, of the form @address@hidden@var{val}}, that each
program has available to it. Users generally place values into the
environment in order to provide information to various programs. Typical
examples are the environment variables @env{HOME} and @env{PATH}.
address@hidden Empty String
-See ``Null String.''
-
@cindex epoch, definition of
@item Epoch
The date used as the ``beginning of time'' for timestamps.
@@ -40288,15 +40288,6 @@ are controlled by the format strings contained in the
predefined variables
This document describes the terms under which this @value{DOCUMENT}
is published and may be copied. (@xref{GNU Free Documentation License}.)
address@hidden Function
-A specialized group of statements used to encapsulate general
-or program-specific tasks. @command{awk} has a number of built-in
-functions, and also allows you to define your own.
-(@xref{Functions}.)
-
address@hidden FSF
-See ``Free Software Foundation.''
-
@cindex FSF (Free Software Foundation)
@cindex Free Software Foundation (FSF)
@cindex Stallman, Richard
@@ -40306,6 +40297,15 @@ to the production and distribution of freely
distributable software.
It was founded by Richard M.@: Stallman, the author of the original
Emacs editor. GNU Emacs is the most widely used version of Emacs today.
address@hidden FSF
+See ``Free Software Foundation.''
+
address@hidden Function
+A specialized group of statements used to encapsulate general
+or program-specific tasks. @command{awk} has a number of built-in
+functions, and also allows you to define your own.
+(@xref{Functions}.)
+
@item @command{gawk}
The GNU implementation of @command{awk}.
@@ -40436,12 +40436,12 @@ This document describes the terms under which binary
library archives
or shared objects,
and their source code may be distributed.
address@hidden Linux
-See ``GNU/Linux.''
-
@item LGPL
See ``Lesser General Public License.''
address@hidden Linux
+See ``GNU/Linux.''
+
@item Localization
The process of providing the data necessary for an
internationalized program to work in a particular language.
@@ -40579,12 +40579,12 @@ Regular variables are scalars; arrays and functions
are not.
In @command{gawk}, a list of directories to search for @command{awk} program
source files.
In the shell, a list of directories to search for executable programs.
address@hidden Seed
-The initial value, or starting point, for a sequence of random numbers.
-
@item @command{sed}
See ``Stream Editor.''
address@hidden Seed
+The initial value, or starting point, for a sequence of random numbers.
+
@item Shell
The command interpreter for Unix and POSIX-compliant systems.
The shell works both interactively, and as a programming language
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 54b084b..8182790 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -39190,6 +39190,39 @@ It was written in @command{awk}
by Brian Kernighan and Jon Bentley, and is available from
@uref{http://netlib.sandia.gov/netlib/typesetting/chem.gz}.
address@hidden Comparison Expression
+A relation that is either true or false, such as @samp{a < b}.
+Comparison expressions are used in @code{if}, @code{while}, @code{do},
+and @code{for}
+statements, and in patterns to select which input records to process.
+(@xref{Typing and Comparison}.)
+
address@hidden compiled programs
address@hidden Compiler
+A program that translates human-readable source code into
+machine-executable object code. The object code is then executed
+directly by the computer.
+See also ``Interpreter.''
+
address@hidden Compound Statement
+A series of @command{awk} statements, enclosed in curly braces. Compound
+statements may be nested.
+(@xref{Statements}.)
+
address@hidden Concatenation
+Concatenating two strings means sticking them together, one after another,
+producing a new string. For example, the string @samp{foo} concatenated with
+the string @samp{bar} gives the string @samp{foobar}.
+(@xref{Concatenation}.)
+
address@hidden Conditional Expression
+An expression using the @samp{?:} ternary operator, such as
address@hidden@var{expr1} ? @var{expr2} : @var{expr3}}. The expression
address@hidden is evaluated; if the result is true, the value of the whole
+expression is the value of @var{expr2}; otherwise the value is
address@hidden In either case, only one of @var{expr2} and @var{expr3}
+is evaluated. (@xref{Conditional Exp}.)
+
@cindex McIlroy, Doug
@cindex cookie
@item Cookie
@@ -39238,39 +39271,6 @@ Doug
@item Coprocess
A subordinate program with which two-way communications is possible.
address@hidden compiled programs
address@hidden Compiler
-A program that translates human-readable source code into
-machine-executable object code. The object code is then executed
-directly by the computer.
-See also ``Interpreter.''
-
address@hidden Compound Statement
-A series of @command{awk} statements, enclosed in curly braces. Compound
-statements may be nested.
-(@xref{Statements}.)
-
address@hidden Concatenation
-Concatenating two strings means sticking them together, one after another,
-producing a new string. For example, the string @samp{foo} concatenated with
-the string @samp{bar} gives the string @samp{foobar}.
-(@xref{Concatenation}.)
-
address@hidden Conditional Expression
-An expression using the @samp{?:} ternary operator, such as
address@hidden@var{expr1} ? @var{expr2} : @var{expr3}}. The expression
address@hidden is evaluated; if the result is true, the value of the whole
-expression is the value of @var{expr2}; otherwise the value is
address@hidden In either case, only one of @var{expr2} and @var{expr3}
-is evaluated. (@xref{Conditional Exp}.)
-
address@hidden Comparison Expression
-A relation that is either true or false, such as @samp{a < b}.
-Comparison expressions are used in @code{if}, @code{while}, @code{do},
-and @code{for}
-statements, and in patterns to select which input records to process.
-(@xref{Typing and Comparison}.)
-
@item Curly Braces
See ``Braces.''
@@ -39316,15 +39316,15 @@ ordinary expression. It could be a string constant,
such as
@code{"foo"}, but it may also be an expression whose value can vary.
(@xref{Computed Regexps}.)
address@hidden Empty String
+See ``Null String.''
+
@item Environment
A collection of strings, of the form @address@hidden@var{val}}, that each
program has available to it. Users generally place values into the
environment in order to provide information to various programs. Typical
examples are the environment variables @env{HOME} and @env{PATH}.
address@hidden Empty String
-See ``Null String.''
-
@cindex epoch, definition of
@item Epoch
The date used as the ``beginning of time'' for timestamps.
@@ -39381,15 +39381,6 @@ are controlled by the format strings contained in the
predefined variables
This document describes the terms under which this @value{DOCUMENT}
is published and may be copied. (@xref{GNU Free Documentation License}.)
address@hidden Function
-A specialized group of statements used to encapsulate general
-or program-specific tasks. @command{awk} has a number of built-in
-functions, and also allows you to define your own.
-(@xref{Functions}.)
-
address@hidden FSF
-See ``Free Software Foundation.''
-
@cindex FSF (Free Software Foundation)
@cindex Free Software Foundation (FSF)
@cindex Stallman, Richard
@@ -39399,6 +39390,15 @@ to the production and distribution of freely
distributable software.
It was founded by Richard M.@: Stallman, the author of the original
Emacs editor. GNU Emacs is the most widely used version of Emacs today.
address@hidden FSF
+See ``Free Software Foundation.''
+
address@hidden Function
+A specialized group of statements used to encapsulate general
+or program-specific tasks. @command{awk} has a number of built-in
+functions, and also allows you to define your own.
+(@xref{Functions}.)
+
@item @command{gawk}
The GNU implementation of @command{awk}.
@@ -39529,12 +39529,12 @@ This document describes the terms under which binary
library archives
or shared objects,
and their source code may be distributed.
address@hidden Linux
-See ``GNU/Linux.''
-
@item LGPL
See ``Lesser General Public License.''
address@hidden Linux
+See ``GNU/Linux.''
+
@item Localization
The process of providing the data necessary for an
internationalized program to work in a particular language.
@@ -39672,12 +39672,12 @@ Regular variables are scalars; arrays and functions
are not.
In @command{gawk}, a list of directories to search for @command{awk} program
source files.
In the shell, a list of directories to search for executable programs.
address@hidden Seed
-The initial value, or starting point, for a sequence of random numbers.
-
@item @command{sed}
See ``Stream Editor.''
address@hidden Seed
+The initial value, or starting point, for a sequence of random numbers.
+
@item Shell
The command interpreter for Unix and POSIX-compliant systems.
The shell works both interactively, and as a programming language
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 6 +++-
doc/gawk.info | 70 +++++++++++++++++++-------------------
doc/gawk.texi | 102 +++++++++++++++++++++++++++---------------------------
doc/gawktexi.in | 102 +++++++++++++++++++++++++++---------------------------
4 files changed, 142 insertions(+), 138 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-544-g4160a0e,
Arnold Robbins <=