diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/ChangeLog | 4 | ||||
-rw-r--r-- | support/dfa.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index 2bf44167..06b0d792 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,7 @@ +2018-06-27 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.c: 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 |