[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-298
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2985-g92ba462 |
Date: |
Wed, 27 Jun 2018 14:10:32 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.2-stable has been updated
via 92ba46291f0858a8dc07c0b7065559d82e99571a (commit)
from ffea4491ee78863f024b34106514b282e281576b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=92ba46291f0858a8dc07c0b7065559d82e99571a
commit 92ba46291f0858a8dc07c0b7065559d82e99571a
Author: Arnold D. Robbins <address@hidden>
Date: Wed Jun 27 21:10:18 2018 +0300
Sync dfa.c with GNULIB.
diff --git a/support/ChangeLog b/support/ChangeLog
index 2bf4416..06b0d79 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-27 Arnold D. Robbins <address@hidden>
+
+ * dfa.c: Sync with GNULIB.
+
2018-06-21 Arnold D. Robbins <address@hidden>
* regex_internal.h: Simplify undefining inline and defining to empty.
diff --git a/support/dfa.c b/support/dfa.c
index 3a675f5..4b4c514 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
-----------------------------------------------------------------------
Summary of changes:
support/ChangeLog | 4 ++++
support/dfa.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2985-g92ba462,
Arnold Robbins <=