Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/usr.bin/make
Module Name: basesrc
Committed By: christos
Date: Sat Jan 26 20:42:14 UTC 2002
Modified Files:
basesrc/usr.bin/make: parse.c
Log Message:
Process escaped characters properly. Now:
foo\:bar:
touch $@
works. Of course I am lazy right now, and I am not removing the '\' escapes
so the output looks fine, but it is functionally correct.
To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 basesrc/usr.bin/make/parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index