|
From: <sv...@va...> - 2010-07-01 08:35:38
|
Author: sewardj Date: 2010-07-01 09:35:30 +0100 (Thu, 01 Jul 2010) New Revision: 430 Log: Fix up somewhat lame wording in last commit. Modified: trunk/index.html trunk/info/news.html Modified: trunk/index.html =================================================================== --- trunk/index.html 2010-07-01 08:27:13 UTC (rev 429) +++ trunk/index.html 2010-07-01 08:35:30 UTC (rev 430) @@ -40,7 +40,7 @@ <h2 align="center">Recent News</h2> <ul> - <li><p>July 1 2010: Initial support for MacOSX 10.6 (Snow Leopard) + <li><p>July 1 2010: Initial support for Mac OS X 10.6 (Snow Leopard) has been folded into the trunk and is usable. Support for 64-bit executables on 10.5 and 10.6 has also been improved. For more details see the @@ -48,11 +48,10 @@ </p></li> <li><p>July 1 2010: Initial support for the SSE4.1/4.2 instruction - set has been folded into the trunk and is usable, for 64-bit - processes only at present. The implementation is incomplete but is - believed to cover all instructions generated by gcc-4.4/4.5 "-O3 - -msse4.2". Work on further coverage is ongoing. For more details - see the + set has been folded into the trunk, for 64-bit processes only at + present. The implementation is incomplete but is believed to cover + all instructions generated by gcc-4.4/4.5 "-O3 -msse4.2". Work on + further coverage is ongoing. For more details see the <a href="downloads/repository.html">repository</a> page. </p></li> Modified: trunk/info/news.html =================================================================== --- trunk/info/news.html 2010-07-01 08:27:13 UTC (rev 429) +++ trunk/info/news.html 2010-07-01 08:35:30 UTC (rev 430) @@ -7,7 +7,7 @@ <p>Below are a few of the important events in the history of Valgrind:</p> <ul> - <li><p>July 1 2010: Initial support for MacOSX 10.6 (Snow Leopard) + <li><p>July 1 2010: Initial support for Mac OS X 10.6 (Snow Leopard) has been folded into the trunk and is usable. Support for 64-bit executables on 10.5 and 10.6 has also been improved. For more details see the @@ -15,11 +15,10 @@ </p></li> <li><p>July 1 2010: Initial support for the SSE4.1/4.2 instruction - set has been folded into the trunk and is usable, for 64-bit - processes only at present. The implementation is incomplete but is - believed to cover all instructions generated by gcc-4.4/4.5 "-O3 - -msse4.2". Work on further coverage is ongoing. For more details - see the + set has been folded into the trunk, for 64-bit processes only at + present. The implementation is incomplete but is believed to cover + all instructions generated by gcc-4.4/4.5 "-O3 -msse4.2". Work on + further coverage is ongoing. For more details see the <a href="downloads/repository.html">repository</a> page. </p></li> |