summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-03-10 20:36:06 +0000
committerRoland McGrath <roland@redhat.com>1995-03-10 20:36:06 +0000
commitf9af56ac67259fa3d37735825fa4dc50120ea536 (patch)
treed8a1be4cb3fd1f5d73ff5b1d875c2f236c015c37
parent3ba2e947ac5ebd16f7e8b594ef63337949cdec57 (diff)
downloadgunmake-3.72.11.tar.gz
-rw-r--r--ChangeLog10
-rw-r--r--version.c2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb346ef..3671393 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
Fri Mar 10 13:56:49 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+ * Version 3.72.11.
+
+ * read.c (find_char_unquote): Make second arg a string of stop
+ chars instead of a single stop char. Stop when any char in the
+ string is hit. All callers changed.
+ (find_semicolon): Pass stop chars "#;" to one find_char_unquote call,
+ instead of using two calls. If the match is not a ; but a #,
+ return zero.
+ * misc.c: Changed find_char_unquote callers here too.
+
* Version 3.72.10.
* read.c (read_makefile, parse_file_seq): Fix typo __MS_DOS__ ->
diff --git a/version.c b/version.c
index b5131f9..2d45486 100644
--- a/version.c
+++ b/version.c
@@ -1,4 +1,4 @@
-char *version_string = "3.72.10";
+char *version_string = "3.72.11";
/*
Local variables: