COLLECTED BY
Crawl of outlinks from wikipedia.org started March, 2016. These files are currently not publicly accessible.
Properties of this collection.
It has been several years since the last time we did this.
For this collection, several things were done:
1. Turned off duplicate detection. This collection will be complete, as there is a
good chance we will share the data, and sharing data with pointers to random
other collections, is a complex problem.
2. For the first time, did all the different wikis. The original runs were just against the
enwiki. This one, the seed list was built from all 865 collections.
The Wayback Machine - https://web.archive.org/web/20161020222510/https://gcc.gnu.org/ml/gcc-patches/2002-04/msg00887.html
This is the mail archive of the
[email protected]
mailing list for the GCC project.
Re: PATCH: Remove chill
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 16 Apr 2002 16:45:20 +0200 (CEST)
- Subject: Re: PATCH: Remove chill
On Mon, 15 Apr 2002, Mark Mitchell wrote:
> This patch removes most vestiges of the Chill front end. Approved by
> the SC. The mildly interesting diffs are below; the parts that
> consisted entirely of removing files have been elided.
And here is the web pages patch I just comitted...
Gerald
Index: frontends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/frontends.html,v
retrieving revision 1.11
diff -u -3 -p -r1.11 frontends.html
--- frontends.html 10 Apr 2002 15:20:44 -0000 1.11
+++ frontends.html 16 Apr 2002 14:41:22 -0000
@@ -8,7 +8,7 @@
<h1>GCC Front Ends</h1>
<p>Currently the main GCC distribution contains front ends for C
-(gcc), C++ (g++), Objective C, Chill (unmaintained),
+(gcc), C++ (g++), Objective C,
Fortran (g77), Java (<a
href="java/">GCJ</a>), and Ada (GNAT). GCC 3.1 will be the first official
version of GCC to include the Ada front end.</p>
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.298
diff -u -3 -p -r1.298 index.html
--- index.html 3 Apr 2002 16:03:37 -0000 1.298
+++ index.html 16 Apr 2002 14:41:22 -0000
@@ -117,7 +117,7 @@ as the official GNU maintainer for GCC.
from the "GNU C Compiler" to the "GNU Compiler Collection" and received
a new <a href="gccmission.html">mission statement</a>.</p>
-<p>Currently GCC contains front ends for C, C++, Objective C, Chill,
+<p>Currently GCC contains front ends for C, C++, Objective C,
Fortran, and <a href="java/">Java</a>
as well as libraries for these languages (<a href="libstdc++/">libstdc++</a>,
libgcj,...). The next major release, <a href="gcc-3.1/criteria.html">GCC 3.1</a>,
@@ -152,6 +152,12 @@ and automated testers</a> to maintain an
<h2>News/Announcements</h2>
<dl>
+
+<dt><b>April 15, 2002</b></dt>
+<dd>
+The Chill front end (that already was omitted from GCC 3.0) has been removed
+from the GCC source tree.
+</dd>
<dt><b>February 25, 2002</b></dt>
<dd>