[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-293
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2933-ga7db203 |
Date: |
Mon, 19 Feb 2018 12:53:37 -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, gawk-4.2-stable has been updated
via a7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67 (commit)
from 3b46f279e79079ce443a0bfc561c8e662386b0b2 (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=a7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67
commit a7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67
Author: Arnold D. Robbins <address@hidden>
Date: Mon Feb 19 19:52:43 2018 +0200
Update copyright years.
diff --git a/ChangeLog b/ChangeLog
index 087dd7c..4f5c1d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-19 Arnold D. Robbins <address@hidden>
+
+ * gawkapi.h, io.c, msg.c: Update copyright year.
+
2018-02-10 Arnold D. Robbins <address@hidden>
* main.c, msg.c: Add a call to fflush(NULL) before each call
@@ -101,7 +105,7 @@
* awkgram.y (set_profile_text): Set n->strndmode to MPFR_round_mode.
* builtin.c (do_print): Remove tests and just call force_string_fmt.
* field.c (set_record): Set n->strndmode to MPFR_round_mode.
- * gawk_api.c (api_sym_update_scalar): Set r->strndmode to
+ * gawkapi.c (api_sym_update_scalar): Set r->strndmode to
MPFR_round_mode.
* interpret.h (r_interpret): For Op_assign_concat, set t1->strndmode
to MPFR_round_mode.
diff --git a/gawkapi.h b/gawkapi.h
index 240bffe..8045103 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2012-2017 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2018 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/io.c b/io.c
index f09c4a0..1a1d8cc 100644
--- a/io.c
+++ b/io.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2017,
+ * Copyright (C) 1986, 1988, 1989, 1991-2018,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
diff --git a/msg.c b/msg.c
index 20732bc..12cc2aa 100644
--- a/msg.c
+++ b/msg.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003, 2010-2013, 2017,
+ * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003, 2010-2013, 2017, 2018,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 +++++-
gawkapi.h | 2 +-
io.c | 2 +-
msg.c | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2933-ga7db203,
Arnold Robbins <=