gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1557-g903fd5


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1557-g903fd52
Date: Fri, 16 Oct 2015 05:24:57 +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  903fd5257ddcf8c4b7e4eead08969f3995b40a12 (commit)
       via  549ec39ca7c3abea376dbc00df94c8e52c0146b2 (commit)
       via  4423a72864dbeecf6251ce5543404f7baa20bf82 (commit)
       via  f637abf1afe96ea36717ee4365b9405b0c7c1b17 (commit)
      from  c867589418a96bc619799854c1b2258bb23e2c4e (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=903fd5257ddcf8c4b7e4eead08969f3995b40a12

commit 903fd5257ddcf8c4b7e4eead08969f3995b40a12
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Oct 16 08:24:37 2015 +0300

    Fix tbl issue in awkcard.in.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index df40252..fe5cb24 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-16         Arnold D. Robbins     <address@hidden>
+
+       * awkcard.in: Fix tbl complaint.
+
 2015-10-07         Arnold D. Robbins     <address@hidden>
 
        * texinfo.tex: Updated to a working version.
diff --git a/doc/awkcard.in b/doc/awkcard.in
index 64b3c46..c2ae8a7 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -1606,13 +1606,13 @@ may be used in place of
 .fi
 .TS
 expand;
-l lw(2i).
+l lw(1.9i).
 \*(CD\*(FCatan2(\*(FIy\*(FC, \*(FIx\*(FC)\*(FR The arctangent of \*(FIy/x\fP 
in radians.
 \*(FCcos(\*(FIexpr\*(FC)\*(FR  The cosine of \*(FIexpr\fP, which is in radians.
 \*(FCexp(\*(FIexpr\*(FC)\*(FR  The exponential function (\*(FIe \*(FC^ 
\*(FIx\*(FR).
 \*(FCint(\*(FIexpr\*(FC)\*(FR  Truncate to integer.
-\*(CB\*(FCintdiv(\*(FIn\*(FR\*(FC,\*(FI d\*(FR\*(FC,\*(FI res\*(FR\*(FC)\*(FR  
T{
-Return the result of integer division in \*(FIres\*(FR.\*(CD
+\*(CB\*(FCintdiv(\*(FIn\*(FR\*(FC,\*(FI d\*(FR\*(FC,\*(FI r\*(FR\*(FC)\*(FR    
T{
+Return result of integer division in \*(FIr\*(FR.\*(CD
 T}
 \*(FClog(\*(FIexpr\*(FC)\*(FR  The natural logarithm function (base 
\*(FIe\^\*(FR).
 \*(FCrand()\fP A random number \*(FIN\fP such that 0 \(<= \*(FIN\fP < 1.

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=549ec39ca7c3abea376dbc00df94c8e52c0146b2

commit 549ec39ca7c3abea376dbc00df94c8e52c0146b2
Merge: c867589 4423a72
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Oct 16 08:21:48 2015 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc Makefile.in
index c327d1b,1fb71a7..d5bd302
--- a/Makefile.in
+++ b/Makefile.in
@@@ -262,9 -262,9 +262,9 @@@ am__define_uniq_tagged_files = 
  ETAGS = etags
  CTAGS = ctags
  CSCOPE = cscope
- DIST_SUBDIRS = . doc awklib po test extension
+ DIST_SUBDIRS = . extension doc awklib po test
  am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configh.in ABOUT-NLS \
 -      AUTHORS COPYING ChangeLog INSTALL NEWS README awkgram.c \
 +      AUTHORS COPYING ChangeLog INSTALL NEWS README TODO awkgram.c \
        command.c compile config.guess config.rpath config.sub depcomp \
        install-sh missing mkinstalldirs ylwrap
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |   11 +++++++++++
 Makefile.am    |   15 +++++++++------
 Makefile.in    |   10 ++++++++--
 dfa.c          |   17 ++++++++++++-----
 doc/ChangeLog  |    4 ++++
 doc/awkcard.in |    6 +++---
 6 files changed, 47 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]