summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-03-04 16:53:50 +0000
committerPaul Smith <psmith@gnu.org>2012-03-04 16:53:50 +0000
commitcf1c79c9a331896d5bc2e68a1ea8206105a53eaa (patch)
treea7f622393478929ecbf44027d94e5ee576ae637b /ChangeLog
parent76827d7c10c2708a3147171b02bfe3981492a38f (diff)
downloadgunmake-cf1c79c9a331896d5bc2e68a1ea8206105a53eaa.tar.gz
Improve handling for escaped colons in prerequisite lists.
Fixes Savannah bug #12126 and bug #16545
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff84a98..1bb2184 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-03-04 Paul Smith <psmith@gnu.org>
+ * read.c (unescape_char): New function to remove escapes from a char.
+ (record_files): Call it on the dependency string to unescape ":".
+ Fixes Savannah bug #12126 and bug #16545.
+
* make.h (CSTRLEN): Determine the length of a constant string.
* main.c: Use the new macro.
* read.c: Ditto.