aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-19 19:53:53 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-19 19:53:53 +0200
commit6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44 (patch)
tree8bd67ddc25d3540e8e79de4d34eb85892f83fadc
parentbca83b23524cc30860563f4b3872c8427e55ab8c (diff)
parenta7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67 (diff)
downloadegawk-6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44.tar.gz
egawk-6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44.tar.bz2
egawk-6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44.zip
Merge branch 'gawk-4.2-stable'
-rw-r--r--ChangeLog6
-rw-r--r--gawkapi.h2
-rw-r--r--io.c2
-rw-r--r--msg.c2
4 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ba7c97d7..5dd36776 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-19 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawkapi.h, io.c, msg.c: Update copyright year.
+
2018-02-10 Arnold D. Robbins <arnold@skeeve.com>
* 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 240bffe8..8045103c 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 f09c4a02..1a1d8cc2 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 20732bcd..12cc2aac 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