diff options
author | Paul Smith <psmith@gnu.org> | 1997-09-16 14:17:23 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1997-09-16 14:17:23 +0000 |
commit | 1c6911ddac23b4c5b9a7caf758e4a3310a605577 (patch) | |
tree | e917b3102fdc25e5dbeceac703a5b58be39f55a5 /ChangeLog | |
parent | 12bfec95eb2e3dad743271c1437229e3fb5af57e (diff) | |
download | make-1c6911ddac23b4c5b9a7caf758e4a3310a605577.tar.gz |
Changes for GNU make 3.76
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Tue Sep 2 10:07:39 1997 Paul D. Smith <psmith@baynetworks.com> + + * function.c (expand_function): When processing $(shell...) + translate a CRLF (\r\n) sequence as well as a newline (\n) to a + space. Also remove an ending \r\n sequence. + * make.texinfo (Shell Function): Document it. + +Fri Aug 29 12:59:06 1997 Rob Tulloh <rob_tulloh@tivoli.com> + + * w32/pathstuff.c (convert_Path_to_windows32): Fix problem where + paths which contain single character entries like `.' are not + handled correctly. + + * README.W32: Document path handling issues on Windows systems. + Fri Aug 29 02:01:27 1997 Paul D. Smith <psmith@baynetworks.com> * Version 3.75.93. |