From cf1c79c9a331896d5bc2e68a1ea8206105a53eaa Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 4 Mar 2012 16:53:50 +0000 Subject: Improve handling for escaped colons in prerequisite lists. Fixes Savannah bug #12126 and bug #16545 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ff84a98..1bb2184 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-03-04 Paul Smith + * 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. -- cgit v1.2.3