[pure-lang-svn] SF.net SVN: pure-lang: [58] pure/trunk/ChangeLog
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-05-05 09:19:56
|
Revision: 58
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=58&view=rev
Author: agraef
Date: 2008-05-05 02:20:02 -0700 (Mon, 05 May 2008)
Log Message:
-----------
Updated ChangeLog.
Modified Paths:
--------------
pure/trunk/ChangeLog
Modified: pure/trunk/ChangeLog
===================================================================
--- pure/trunk/ChangeLog 2008-05-05 09:19:18 UTC (rev 57)
+++ pure/trunk/ChangeLog 2008-05-05 09:20:02 UTC (rev 58)
@@ -1,10 +1,14 @@
2008-05-05 Albert Graef <Dr....@t-...>
- * Makefile: Remove -s flag so that the pure executable is
- installed without stripping the symbols which are needed to
- properly resolve runtime externals on OSX. Reported by Ryan
- Schmidt and others.
+ * INSTALL: Add system-specific notes.
+ * Makefile: Massaged some rules for OSX compatibility. In
+ particular, -rdynamic is now in the LDFLAGS, so that it can be
+ removed more easily, and I also removed the install -s flag so
+ that the pure executable is installed without stripping the
+ symbols which are needed to properly resolve runtime externals on
+ OSX. Reported by Ryan Schmidt and others.
+
* matcher.cc (merge_ctrans): Fixed broken mpz_cmp() test causing
transitions on different (instead of equal) bigint constants to be
merged. Reported by Libor Spacek.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|