summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2004-02-04 23:58:48 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2004-02-04 23:58:48 +0000
commit892629bc47f374f6e8c5880bc6ce361edeadebf7 (patch)
treedd0697f7face4322dc60e123851bf7b7b697f5bc /ChangeLog
parent3c241c19b0770d5f13dcdb7353f3e66fab2a8de1 (diff)
downloadgcc-892629bc47f374f6e8c5880bc6ce361edeadebf7.tar.gz
Partial merge from upstream:
* ltmain.in: When setting IFS to '~', be careful about user arguments that contain '~'. From-SVN: r77279
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 687b3ba2008..b2dd44b563c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-02-04 Geoffrey Keating <geoffk@apple.com>
+
+ Merge from upstream:
+
+ * ltmain.in: When setting IFS to '~', be careful about user
+ arguments that contain '~'.
+
+ 2004-02-04 Peter O'Gorman <peter@pogma.com>
+
+ * ltmain.in (infer_tag): Move tag inferrence to a shell function.
+ Also test $base_compile against $CC with escaped arguments. Bug
+ reported by Geoff Keating <geoffk@apple.com>.
+
2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
* MAINTAINERS: Remove i960 port.