Patches item #608687, was opened at 2002-09-12 17:58
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=608687&group_id=2435
Category: Web site
Group: None
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Paul Garceau (pgarceau)
Assigned to: Nobody/Anonymous (nobody)
Summary: As per request
Initial Comment:
cvs diff -u3
cvs server: Diffing .
Index: index.shtml
===================================================================
RCS file: /cvsroot/mingw/htdocs/msys/index.shtml,v
retrieving revision 1.4
diff -u -3 -r1.4 index.shtml
--- index.shtml 6 Aug 2002 18:51:56 -0000 1.4
+++ index.shtml 13 Sep 2002 00:50:56 -0000
@@ -35,7 +35,7 @@
<a
href="http://sourceforge.net/project/showfiles.php?group_id=2435">MinGW
download area</a> on SourceForge.
</p>
<p>
- There are three tarballs available for
download, although most users will need only one.
+ MSYS version 1.0.7-2 offers the option of
three tarballs available for download, although most
users will need only one.
The tarball flagged as "src"
contains the source code for MSYS, unnecessary unless a
manual build is desired. The
"i686" tarball is a binary distribution,
compiled
with optimizations for recent generations
of the Pentium family (and compatibles). The
@@ -43,6 +43,10 @@
Intel-compatible processor.
</p>
<p>
+
MSYS Snapshot version (1.0.8) is a binary
distribution provided for testing pre-releases of the
msys-1.0.dll and msys-1.0 package.
+
It only includes the i386 executable install and
should run on any Intel based Windows platform.
+ </p>
+ <p>
To install the MSYS binaries, choose a
location in your filesystem and unpack the
binary distribution there. It is
recommended that you create a shortcut pointing to
"msys\1.0\msys.bat", and set the
"Start In:" field of the shortcut
@@ -73,5 +77,4 @@
</address>
</body>
-</html>
-
+</html>
----------------------------------------------------------------------
Comment By: Paul Garceau (pgarceau)
Date: 2002-09-14 15:12
Message:
Logged In: YES
user_id=1762
Ok, Luke. Will submit them as an attachment in the future
and use a different form of -u then was initially suggested.
----------------------------------------------------------------------
Comment By: Luke Dunstan (infidel)
Date: 2002-09-13 02:21
Message:
Logged In: YES
user_id=30442
Thanks. If you don't mind, it would be more convenient if you
use the 'attachment' feature of the Patch Tracker to submit
the patch, because pasting it into the 'comment' field does
not retain the correct spaces and newlines. By the way, 'diff -
u' has always been the standard way of submitting changes
(AFAIK), because it allows a developer to use the 'patch'
command to apply the diff to the original file in a mostly
automatic way.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=302435&aid=608687&group_id=2435
|