aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2004-02-04 23:58:48 +0000
committerGeoffrey Keating <geoffk@apple.com>2004-02-04 23:58:48 +0000
commit9c9a5477cc33ef95e0ad45c08ffb6ca266b7d875 (patch)
treedd0697f7face4322dc60e123851bf7b7b697f5bc /ChangeLog
parenta6867d8ecc0eb4972ef4748b8bd9d67e2f87eb49 (diff)
Partial merge from upstream:
* ltmain.in: When setting IFS to '~', be careful about user arguments that contain '~'. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@77279 138bc75d-0d04-0410-961f-82ee72b054a4
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.