summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-09-23 22:16:40 +0000
committerPaul Smith <psmith@gnu.org>2002-09-23 22:16:40 +0000
commitae003efd6114af0c9a8750034182b883183500a7 (patch)
tree140284a79872e800ce2e6468d9b517f1ac2209fe /ChangeLog
parentebd05dbeb31dbc09c496d76e802d9b68bd848e9a (diff)
downloadgunmake-ae003efd6114af0c9a8750034182b883183500a7.tar.gz
Fix a bug handling target/prerequisite names containing comment
characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46d049e..5feb3e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-23 Paul D. Smith <psmith@gnu.org>
+
+ * read.c (enum make_word_type): Remove w_comment.
+ (get_next_mword): Don't treat comment characters as special; where
+ this function is used we will never see a comment (it's stripped
+ before we get here) and treating comments specially means that
+ targets like "foo\#bar" aren't handled properly.
+
2002-09-18 Paul D. Smith <psmith@gnu.org>
* doc/make.texi (Bugs): Update with some info on Savannah, etc.