[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5994-gde7a04
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5994-gde7a04aa |
Date: |
Mon, 10 Jun 2024 15:35:23 -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 de7a04aa2df6ededc2c6bcf254d920f2d12235ab (commit)
via bfd8554ec74dd71b72784b2480d21df4254c8c2c (commit)
via a0b9038cbdd8da69618f3f944b36fb9c1ee4d5fa (commit)
via 6b237fa6db5a28d6598cb0fb67b9324cf2d88432 (commit)
via 5330a01d18da651654f232d1b69816bfb5aed15f (commit)
via 1295eb8e28b7b29a8659934e48bfb5bec9a07ab4 (commit)
via 6be74eac7683c47e48363dbc74fac42c36a4e6fd (commit)
via d98dcede479fd23755136a054d20b4294e07638b (commit)
via a3381b4801e9b2167629ee26e240115a33abd7a0 (commit)
from ae012af2a1dcf935957bdb2a67821e0ad23748c5 (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=de7a04aa2df6ededc2c6bcf254d920f2d12235ab
commit de7a04aa2df6ededc2c6bcf254d920f2d12235ab
Merge: ae012af2 bfd8554e
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Mon Jun 10 22:35:07 2024 +0300
Merge branch 'master' into feature/cpp-compile
diff --cc main.c
index cf13060f,4ef0208d..b76d0e69
--- a/main.c
+++ b/main.c
@@@ -135,10 -133,9 +134,9 @@@ 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 */
static int do_binary = false; /* hands off my data! */
static int do_version = false; /* print version info */
static const char *locale = ""; /* default value to setlocale */
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 11 ++++
NEWS | 7 ++-
configure | 20 +++----
configure.ac | 2 +-
doc/ChangeLog | 10 ++++
doc/awkcard.in | 7 ---
doc/gawk.1 | 8 ---
doc/gawk.info | 148 ++++++++++++++++++++++++++--------------------------
doc/gawk.texi | 22 ++++----
extension/ChangeLog | 4 ++
extension/time.c | 3 +-
io.c | 5 --
main.c | 27 +---------
pc/ChangeLog | 4 ++
pc/Makefile.tst | 18 +++----
pc/config.h | 6 +--
test/ChangeLog | 7 +++
test/Gentests | 2 +-
test/Makefile.am | 8 +--
test/Makefile.in | 18 +++----
test/Maketests | 10 ++--
test/badargs.ok | 2 +-
22 files changed, 174 insertions(+), 175 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5994-gde7a04aa,
Arnold Robbins <=