diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-19 19:52:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-19 19:52:43 +0200 |
commit | a7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67 (patch) | |
tree | 348b3bc177b9d1db14c19791e8b5ab77ecaaa3d8 | |
parent | 3b46f279e79079ce443a0bfc561c8e662386b0b2 (diff) | |
download | egawk-a7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67.tar.gz egawk-a7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67.tar.bz2 egawk-a7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67.zip |
Update copyright years.
-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 |