[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. b547e033a045fdb6f869035
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. b547e033a045fdb6f869035ff260ed41218f4986 |
Date: |
Wed, 01 Jun 2011 03:30:44 +0000 |
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, master has been updated
via b547e033a045fdb6f869035ff260ed41218f4986 (commit)
from 6cda3c5e16cd67ed01c2bfb97e8463236bbcf069 (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=b547e033a045fdb6f869035ff260ed41218f4986
commit b547e033a045fdb6f869035ff260ed41218f4986
Author: Arnold D. Robbins <address@hidden>
Date: Wed Jun 1 06:30:19 2011 +0300
Typo fix.
diff --git a/ChangeLog b/ChangeLog
index 1772c68..81a0973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 1 06:29:27 2011 Pat Rankin <address@hidden>
+
+ * re.c (check_bracket_exp): Fix typo.
+
Tue May 31 23:01:00 2011 John Haque <address@hidden>
* re.c (check_bracket_exp): Use mem* routines instead of str*
diff --git a/re.c b/re.c
index a617831..3dce1d5 100644
--- a/re.c
+++ b/re.c
@@ -602,7 +602,7 @@ again:
classes[i].warned = TRUE;
}
- if (*sp < end) {
+ if (sp < end) {
found = FALSE;
goto again;
}
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
re.c | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. b547e033a045fdb6f869035ff260ed41218f4986,
Arnold Robbins <=