diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-06-27 21:24:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-06-27 21:24:23 +0300 |
commit | eeb3f87fbec2065a3df0fe09de02ac2279414f26 (patch) | |
tree | ed917a268a9279e00f5c89c41d75bab016d46021 /support | |
parent | 4a4af3ea7690f380f29b99c59219421ef979e343 (diff) | |
parent | 120314daf8f9f2c6bb4a6d6a1900e726d63ef1de (diff) | |
download | egawk-eeb3f87fbec2065a3df0fe09de02ac2279414f26.tar.gz egawk-eeb3f87fbec2065a3df0fe09de02ac2279414f26.tar.bz2 egawk-eeb3f87fbec2065a3df0fe09de02ac2279414f26.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'support')
-rw-r--r-- | support/ChangeLog | 5 | ||||
-rw-r--r-- | support/dfa.c | 2 | ||||
-rw-r--r-- | support/intprops.h | 2 | ||||
-rw-r--r-- | support/localeinfo.c | 2 | ||||
-rw-r--r-- | support/localeinfo.h | 2 | ||||
-rw-r--r-- | support/verify.h | 2 |
6 files changed, 10 insertions, 5 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index f08d71a7..194811c8 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,8 @@ +2018-06-27 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.c, intprops.h, localeinfo.c, localeinfo.h, + verify.h: Sync with GNULIB. + 2018-06-21 Arnold D. Robbins <arnold@skeeve.com> * regex_internal.h: Simplify undefining inline and defining to empty. diff --git a/support/dfa.c b/support/dfa.c index 3a675f5d..4b4c514a 100644 --- a/support/dfa.c +++ b/support/dfa.c @@ -1,5 +1,5 @@ /* dfa.c - deterministic extended regexp routines for GNU - Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2017 Free Software + Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2018 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/support/intprops.h b/support/intprops.h index fd6d9268..af456ff5 100644 --- a/support/intprops.h +++ b/support/intprops.h @@ -1,6 +1,6 @@ /* intprops.h -- properties of integer types - Copyright (C) 2001-2017 Free Software Foundation, Inc. + Copyright (C) 2001-2018 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published diff --git a/support/localeinfo.c b/support/localeinfo.c index 4d77ec27..17f4163f 100644 --- a/support/localeinfo.c +++ b/support/localeinfo.c @@ -1,6 +1,6 @@ /* locale information - Copyright 2016-2017 Free Software Foundation, Inc. + Copyright 2016-2018 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/support/localeinfo.h b/support/localeinfo.h index a6773f52..fcd5311e 100644 --- a/support/localeinfo.h +++ b/support/localeinfo.h @@ -1,6 +1,6 @@ /* locale information - Copyright 2016-2017 Free Software Foundation, Inc. + Copyright 2016-2018 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/support/verify.h b/support/verify.h index e0b48613..bc7f99db 100644 --- a/support/verify.h +++ b/support/verify.h @@ -1,6 +1,6 @@ /* Compile-time assert-like macros. - Copyright (C) 2005-2006, 2009-2017 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2009-2018 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |