diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-19 19:53:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-19 19:53:53 +0200 |
commit | 6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44 (patch) | |
tree | 8bd67ddc25d3540e8e79de4d34eb85892f83fadc | |
parent | bca83b23524cc30860563f4b3872c8427e55ab8c (diff) | |
parent | a7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67 (diff) | |
download | egawk-6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44.tar.gz egawk-6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44.tar.bz2 egawk-6f3f928f8fa4738cbc878bbe2b5dbcbc1fc63e44.zip |
Merge branch 'gawk-4.2-stable'
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gawkapi.h | 2 | ||||
-rw-r--r-- | io.c | 2 | ||||
-rw-r--r-- | msg.c | 2 |
4 files changed, 8 insertions, 4 deletions
@@ -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. @@ -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. @@ -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 @@ -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 |