gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/api-min-max, updated. gawk-4.1.0


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/api-min-max, updated. gawk-4.1.0-2359-g1bacda9
Date: Sun, 11 Dec 2016 18:19:38 +0000 (UTC)

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/api-min-max has been updated
       via  1bacda9f09bbb55c0ea3de42114c2dfe6cceec09 (commit)
       via  7a7d021de54fbb1561367b1155bc1320a21d003d (commit)
      from  f2b6d100d8958a9c811c950f113a0ce38a25d484 (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=1bacda9f09bbb55c0ea3de42114c2dfe6cceec09

commit 1bacda9f09bbb55c0ea3de42114c2dfe6cceec09
Merge: f2b6d10 7a7d021
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Dec 11 20:19:32 2016 +0200

    Merge branch 'master' into feature/api-min-max

diff --cc ChangeLog
index df8f919,c620533..a2dbc0a
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,17 -1,7 +1,21 @@@
+ 2016-12-11         Arnold D. Robbins     <address@hidden>
+ 
+       * dfa.c: Sync with GNULIB.
+ 
 +2016-12-06         Arnold D. Robbins     <address@hidden>
 +
 +      Add minimum required and maximum expected number of arguments
 +      to the API.
 +
 +      * awk.h (INSTRUCTION): Add new members min_required and max_expected.
 +      * ext.c (make_builtin): Store values from extension function struct
 +      into the INSTRUCTION.
 +      * gawkapi.h (awk_ext_func): Add min_required args. Make both it and
 +      max_expected_args into unsigned short to match type in INSTRUCTION.
 +      * interpret.h (Op_ext_builtin): Store min_required and max_expected
 +      in instructions. Add checking code and lint checks.
 +      (Op_ext_func): Copy min_required and max_expected from function info.
 +
  2016-11-30         Arnold D. Robbins     <address@hidden>
  
        * dfa.c: Sync with fixes in GNULIB.

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

Summary of changes:
 ChangeLog |    4 ++++
 dfa.c     |   46 ++++++++++++++++++++--------------------------
 2 files changed, 24 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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