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 | 41dcca8426893e5683320b6d6382ccf728d75ccc (patch) | |
tree | e917b3102fdc25e5dbeceac703a5b58be39f55a5 /ChangeLog | |
parent | 161a0266024b7f791fa017da63634ae8e0d4af93 (diff) | |
download | gunmake-41dcca8426893e5683320b6d6382ccf728d75ccc.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. |