gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/better-index, updated. gawk-4.1.


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/better-index, updated. gawk-4.1.0-3764-g38f75a2
Date: Mon, 6 May 2019 14:29:45 -0400 (EDT)

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, feature/better-index has been updated
       via  38f75a2f87e1880303e4849c89a66a654f26c56e (commit)
       via  8bd32787b04cd30790ccca2c054a74f7f81cf5c9 (commit)
       via  98c0e68100e8d41dee98750cc36b53dcf5ba76aa (commit)
       via  779ba383895f791a8437ecbcb602c8c633e12fc1 (commit)
      from  18e40b2bb4d640e149b2e15a98be5a622f8bf6a2 (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=38f75a2f87e1880303e4849c89a66a654f26c56e

commit 38f75a2f87e1880303e4849c89a66a654f26c56e
Merge: 18e40b2 8bd3278
Author: Arnold D. Robbins <address@hidden>
Date:   Mon May 6 21:29:39 2019 +0300

    Merge branch 'master' into feature/better-index

diff --cc doc/gawk.texi
index 21a5f91,0844b80..01d6f6a
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@@ -29507,11 -29412,11 +29510,11 @@@ When called this way, @command{gawk} ``
  
  @quotation NOTE
  Once upon a time, the @option{--pretty-print} option would also run
- your program.  This is is no longer the case.
+ your program.  This is no longer the case.
  @end quotation
  
 address@hidden profiling, pretty-printing, difference with
 address@hidden pretty-printing, profiling, difference with
 address@hidden profiling, pretty printing, difference with
 address@hidden pretty printing @subentry profiling, difference with
  There is a significant difference between the output created when
  profiling, and that created when pretty-printing.  Pretty-printed output
  preserves the original comments that were in the program, although their
diff --cc doc/gawktexi.in
index 5f87c7d,8065051..5303007
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@@ -28517,11 -28424,11 +28520,11 @@@ When called this way, @command{gawk} ``
  
  @quotation NOTE
  Once upon a time, the @option{--pretty-print} option would also run
- your program.  This is is no longer the case.
+ your program.  This is no longer the case.
  @end quotation
  
 address@hidden profiling, pretty-printing, difference with
 address@hidden pretty-printing, profiling, difference with
 address@hidden profiling, pretty printing, difference with
 address@hidden pretty printing @subentry profiling, difference with
  There is a significant difference between the output created when
  profiling, and that created when pretty-printing.  Pretty-printed output
  preserves the original comments that were in the program, although their

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

Summary of changes:
 ChangeLog         |   13 +
 awk.h             |    1 +
 cint_array.c      |   83 ++++
 doc/ChangeLog     |    7 +
 doc/gawk.info     | 1148 +++++++++++++++++++++++++++--------------------------
 doc/gawk.texi     |    9 +-
 doc/gawktexi.in   |    9 +-
 main.c            |   18 +
 test/ChangeLog    |    9 +-
 test/Gentests     |   11 +
 test/Makefile.am  |    8 +-
 test/Makefile.in  |   13 +-
 test/Maketests    |    5 +
 test/sandbox1.awk |    7 +
 test/sandbox1.ok  |    2 +
 15 files changed, 761 insertions(+), 582 deletions(-)
 create mode 100644 test/sandbox1.awk
 create mode 100644 test/sandbox1.ok


hooks/post-receive
-- 
gawk



reply via email to

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