gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4953-g96b417


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4953-g96b4172e
Date: Fri, 24 Jun 2022 07:15:04 -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/cpp-compile has been updated
       via  96b4172ebbdf741a8e405d7d6620e75c067abfd4 (commit)
       via  2ae439f369f23c6ab3d2e671ce614fff32e32a38 (commit)
      from  2e7b8751503d3bb157dc17e702ec9726fe29bf7c (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=96b4172ebbdf741a8e405d7d6620e75c067abfd4

commit 96b4172ebbdf741a8e405d7d6620e75c067abfd4
Merge: 2e7b8751 2ae439f3
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jun 24 14:14:54 2022 +0300

    Merge branch 'master' into feature/cpp-compile

diff --cc main.c
index dda480b6,1a7f642c..cc6081a6
--- a/main.c
+++ b/main.c
@@@ -150,7 -149,8 +150,8 @@@ static void parse_args(int argc, char *
  static void set_locale_stuff(void);
  static bool stopped_early = false;
  
+ bool using_persistent_malloc = false;
 -enum do_flag_values do_flags = DO_FLAG_NONE;
 +int do_flags = DO_FLAG_NONE;
  bool do_itrace = false;                       /* provide simple instruction 
trace */
  bool do_optimize = true;              /* apply default optimizations */
  static int do_nostalgia = false;      /* provide a blast from the past */

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

Summary of changes:
 ChangeLog                                 |   44 +
 Makefile.am                               |    3 +-
 Makefile.in                               |   11 +-
 NEWS                                      |    5 +
 aclocal.m4                                |    1 +
 awk.h                                     |    1 +
 awklib/ChangeLog                          |    5 +
 awklib/Makefile.am                        |    2 +-
 awklib/Makefile.in                        |    7 +-
 configh.in                                |    3 +
 configure                                 |   84 ++
 configure.ac                              |   12 +
 custom.h                                  |   13 +
 doc/ChangeLog                             |   29 +
 doc/Makefile.in                           |    5 +-
 doc/awkcard.in                            |   23 +-
 doc/gawk.1                                |   10 +-
 doc/gawk.info                             | 1374 ++++++++++++++++-------------
 doc/gawk.texi                             |  175 +++-
 doc/gawktexi.in                           |  175 +++-
 doc/wordlist                              |   24 +
 doc/wordlist2                             |    1 +
 doc/wordlist5                             |    1 +
 extras/Makefile.in                        |    5 +-
 m4/ChangeLog                              |   22 +
 m4/pma.m4                                 |   51 ++
 main.c                                    |   33 +-
 support/ChangeLog                         |   15 +
 support/Makefile.am                       |    6 +
 support/Makefile.in                       |   62 +-
 extension/COPYING => support/agpl-3.0.txt |  153 ++--
 support/pma.c                             |  663 ++++++++++++++
 support/pma.h                             |   73 ++
 symbol.c                                  |   26 +-
 test/Makefile.in                          |    5 +-
 35 files changed, 2351 insertions(+), 771 deletions(-)
 create mode 100644 m4/pma.m4
 copy extension/COPYING => support/agpl-3.0.txt (86%)
 create mode 100644 support/pma.c
 create mode 100644 support/pma.h


hooks/post-receive
-- 
gawk



reply via email to

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