[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-599
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-599-gdba3b90 |
Date: |
Tue, 24 Feb 2015 20:15:38 +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 dba3b902a0b7a4761829541c06466fd6d76c468b (commit)
from efefbfe40342975cc0ddbd69a9b0f2635d905d3c (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=dba3b902a0b7a4761829541c06466fd6d76c468b
commit dba3b902a0b7a4761829541c06466fd6d76c468b
Author: Arnold D. Robbins <address@hidden>
Date: Tue Feb 24 22:15:15 2015 +0200
Add a FIXME in the doc for @sup. One day...
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 46e57c1..bee6e3e 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -2,6 +2,7 @@
* texinfo.tex: Update to most current version.
* gawktexi.in: Minor edit to match an O'Reilly fix.
+ Add some FIXMEs to one day use @sup.
2015-02-22 Arnold D. Robbins <address@hidden>
diff --git a/doc/gawk.texi b/doc/gawk.texi
index e5b39dd..27aaa74 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -11782,6 +11782,7 @@ has the value four, but it changes the value of
@code{foo} to five.
In other words, the operator returns the old value of the variable,
but with the side effect of incrementing it.
address@hidden FIXME: Use @sup here for superscript
The post-increment @samp{foo++} is nearly the same as writing @samp{(foo
+= 1) - 1}. It is not perfectly equivalent because all numbers in
@command{awk} are floating point---in floating point, @samp{foo + 1 - 1} does
@@ -18558,6 +18559,7 @@ which is sufficient to represent times through
2038-01-19 03:14:07 UTC. Many systems support a wider range of timestamps,
including negative timestamps that represent times before the
epoch.
address@hidden FIXME: Use @sup here for superscript
@cindex @command{date} utility, GNU
@cindex time, retrieving
@@ -30210,6 +30212,7 @@ signed. The possible ranges of values are shown in
@ref{table-numeric-ranges}.
@end ifnottex
@ifdocbook
@item Single-precision floating point (approximate) @tab
address@hidden FIXME: Use @sup here for superscript
@docbook
1.175494<superscript>-38</superscript>
@end docbook
@@ -30828,6 +30831,7 @@ the following computes
@end docbook
the result of which is beyond the
limits of ordinary hardware double-precision floating-point values:
address@hidden FIXME: Use @sup here for superscript
@example
$ @kbd{gawk -M 'BEGIN @{}
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 723de56..450d1e5 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -11168,6 +11168,7 @@ has the value four, but it changes the value of
@code{foo} to five.
In other words, the operator returns the old value of the variable,
but with the side effect of incrementing it.
address@hidden FIXME: Use @sup here for superscript
The post-increment @samp{foo++} is nearly the same as writing @samp{(foo
+= 1) - 1}. It is not perfectly equivalent because all numbers in
@command{awk} are floating point---in floating point, @samp{foo + 1 - 1} does
@@ -17679,6 +17680,7 @@ which is sufficient to represent times through
2038-01-19 03:14:07 UTC. Many systems support a wider range of timestamps,
including negative timestamps that represent times before the
epoch.
address@hidden FIXME: Use @sup here for superscript
@cindex @command{date} utility, GNU
@cindex time, retrieving
@@ -29301,6 +29303,7 @@ signed. The possible ranges of values are shown in
@ref{table-numeric-ranges}.
@end ifnottex
@ifdocbook
@item Single-precision floating point (approximate) @tab
address@hidden FIXME: Use @sup here for superscript
@docbook
1.175494<superscript>-38</superscript>
@end docbook
@@ -29919,6 +29922,7 @@ the following computes
@end docbook
the result of which is beyond the
limits of ordinary hardware double-precision floating-point values:
address@hidden FIXME: Use @sup here for superscript
@example
$ @kbd{gawk -M 'BEGIN @{}
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 1 +
doc/gawk.texi | 4 ++++
doc/gawktexi.in | 4 ++++
3 files changed, 9 insertions(+), 0 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-599-gdba3b90,
Arnold Robbins <=