gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5502-gcd37f849


From: Eli Zaretskii
Subject: [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5502-gcd37f849
Date: Sun, 11 Aug 2024 05:53:24 -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, gawk-5.3-stable has been updated
       via  cd37f849c3943a1fb621d69973ec24921ad49343 (commit)
      from  5d0ec572b9d07799eef7e47f6cbc7e66f9f09110 (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=cd37f849c3943a1fb621d69973ec24921ad49343

commit cd37f849c3943a1fb621d69973ec24921ad49343
Author: Eli Zaretskii <eliz@gnu.org>
Date:   Sun Aug 11 12:52:42 2024 +0300

    Fix MinGW build broken by adding printf.c

diff --git a/pc/ChangeLog b/pc/ChangeLog
index cab4be92..8e2f344a 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2024-08-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile (AWKOBJS4): Add new file printf$O.
+
 2024-08-09         Arnold D. Robbins     <arnold@skeeve.com>
 
        * Makefile.tst: Regenerated.
diff --git a/pc/Makefile b/pc/Makefile
index 91ccddd8..6ffa861d 100644
--- a/pc/Makefile
+++ b/pc/Makefile
@@ -140,7 +140,7 @@ CFLAGS = $(CF) -DGAWK -I. -I./support -DHAVE_CONFIG_H 
-DDEFPATH=$(DEFPATH) -DDEF
 AWKOBJS1  = array$O builtin$O eval$O field$O floatcomp$O gawkmisc$O io$O main$O
 AWKOBJS2  = ext$O msg$O node$O profile$O re$O replace$O version$O symbol$O
 AWKOBJS3  = debug$O cint_array$O int_array$O mpfr$O str_array$O command$O
-AWKOBJS4  = gawkapi$O
+AWKOBJS4  = gawkapi$O printf$O
 AWKOBJS = $(AWKOBJS1) $(AWKOBJS2) $(AWKOBJS3) $(AWKOBJS4)
 
 ALLOBJS = $(AWKOBJS) awkgram$O getid$O $(OBJ)

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

Summary of changes:
 pc/ChangeLog | 4 ++++
 pc/Makefile  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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