gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, wasted-byte, updated. gawk-4.1.0-1261-g9


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, wasted-byte, updated. gawk-4.1.0-1261-g91ac42c
Date: Fri, 03 Apr 2015 06:17:12 +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, wasted-byte has been updated
       via  91ac42ccd9bbeee4f17181cd896cc9b7de13b6f7 (commit)
       via  ddc290584b39bab2c1edcec935a31ea12d343246 (commit)
       via  902b25a40d5cc612dd7a0becb27a5a48afa49716 (commit)
       via  9730efeabb2116fdf7e93b4553825ba147f5f523 (commit)
       via  c3d61778cf747143535320affee0612c4c6d4eb8 (commit)
       via  0ed7e09458bdb6185586a8a0bec747b2f800ca16 (commit)
       via  67d5cc4c4034f16a2390e30d8e988713e5aedb68 (commit)
       via  a47af3141cf4a6b43e20db872e2b45ff9abb071f (commit)
       via  2bdaa6b89e00984d79305ba1066cf98c5674b556 (commit)
       via  2ee1a928483f4fe4f594aebc5c1f8da1253c28b9 (commit)
       via  080694ae82635e76992158591b39a06af7363da0 (commit)
       via  75459887958f5246bc5126261ec92c8f4d366a47 (commit)
       via  02856054ac25477e5913bdee1632d8cb11a184cd (commit)
       via  59514868fde1190f719e78d4c4b91bd14a321541 (commit)
      from  3fad6ad12e1637c4e1b72fbeaf0265f44da0cf27 (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=91ac42ccd9bbeee4f17181cd896cc9b7de13b6f7

commit 91ac42ccd9bbeee4f17181cd896cc9b7de13b6f7
Merge: 3fad6ad ddc2905
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Apr 3 09:17:01 2015 +0300

    Merge branch 'master' into wasted-byte


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

Summary of changes:
 ChangeLog                             |   45 ++
 awk.h                                 |    9 +-
 awkgram.c                             |  745 +++++++++++++------------
 awkgram.y                             |   27 +-
 awklib/eg/lib/{div.awk => intdiv.awk} |    7 +-
 awklib/eg/prog/pi.awk                 |    2 +-
 builtin.c                             |  152 +++++-
 doc/ChangeLog                         |   10 +
 doc/awkcard.in                        |    6 +-
 doc/gawk.1                            |   16 +-
 doc/gawk.info                         |  991 +++++++++++++++++----------------
 doc/gawk.texi                         |   96 ++--
 doc/gawktexi.in                       |   96 ++--
 eval.c                                |    2 +-
 interpret.h                           |   10 +-
 mpfr.c                                |   12 +-
 test/ChangeLog                        |   13 +
 test/Makefile.am                      |    4 +-
 test/Makefile.in                      |    9 +-
 test/Maketests                        |    5 +
 test/id.ok                            |    3 +-
 test/indirectbuiltin.awk              |  371 ++++++++++++
 test/indirectbuiltin.ok               |   43 ++
 test/mpfrsqrt.awk                     |    6 +-
 24 files changed, 1705 insertions(+), 975 deletions(-)
 rename awklib/eg/lib/{div.awk => intdiv.awk} (67%)
 create mode 100644 test/indirectbuiltin.awk
 create mode 100644 test/indirectbuiltin.ok


hooks/post-receive
-- 
gawk



reply via email to

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