gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/readall, updated. gawk-4.1.0-4614-gb522377


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/readall, updated. gawk-4.1.0-4614-gb522377
Date: Fri, 17 Dec 2021 04:14:07 -0500 (EST)

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/readall has been updated
       via  b52237743955ece2c890aeb0959c03e70e3175e3 (commit)
       via  aa58c798bed920b6051c4459488195df2b76aaf4 (commit)
       via  f285f960bdfb5acb50a8ec7ed4b98f17d0bd624a (commit)
      from  03183d8f307ee708fe57de2d9d923c3885f80bc8 (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=b52237743955ece2c890aeb0959c03e70e3175e3

commit b52237743955ece2c890aeb0959c03e70e3175e3
Merge: 03183d8 aa58c79
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Dec 17 11:14:00 2021 +0200

    Merge branch 'master' into feature/readall

diff --cc ChangeLog
index 8fe4aaa,a30f31a..06e1eb4
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,11 -1,16 +1,24 @@@
+ 2021-12-17         Yuri Gribov           <tetra2005@gmail.com>
+ 
+       Make a number of functions and variables static.
+ 
+       * cint_array.c (argv_array_func): Make static.
+       * debug.c (cur_rule, check_until): Ditto.
+       * field.c (default_FS, FS_re_yes_case, FS_re_no_case, FS_regexp,
+       FPAT_re_yes_case, FPAT_re_no_case, invalidate_field0: Ditto.
+       * io.c (iopflags2str): Ditto.
+       * main.c (ENVIRON_node): Ditto.
+       * re.c (reflags2str): Ditto.
+       * str_array.c (env_array_func): Ditto.
+ 
 +2021-12-08         Andrew J. Schorr      <aschorr@telemetry-investments.com>
 +
 +      * gawkapi.c (api_sym_update): Allow undefined Node_var_new variables
 +      to be converted to arrays, otherwise API functions have no way
 +      of creating an array that is referenced in an undefined fashion in
 +      the program. This is somewhat comparable to how the set_argument
 +      API allows an undefined argument variable to be converted to an array.
 +
  2021-12-02         Andrew J. Schorr      <aschorr@telemetry-investments.com>
  
        * builtin.c (efwrite): Don't use return in call of function

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

Summary of changes:
 ChangeLog    | 13 +++++++++++++
 cint_array.c |  2 +-
 debug.c      |  4 ++--
 field.c      | 16 ++++++++--------
 io.c         |  2 +-
 main.c       |  3 ++-
 re.c         |  2 +-
 str_array.c  |  2 +-
 8 files changed, 29 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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