From patchwork Sun Mar 31 21:17:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 232629 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id E83852C00FA for ; Mon, 1 Apr 2013 08:18:24 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=YAdK+8uTNo9Z9rpE54VBgaM0snONmnro3Fh80+BNq5/MEskkOK3QX SuqbtRQI6ogelIw8UQXOWO7Yhe5IMAn6yYNXt9nfpw86EAAfYEsg5Gg9pUPN4VeJ TkGgoRe4N4u8ED5GOE6dhepsCqUOMp62bY9PqfIR8yZ1dUpx1oGCkQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=KaU1U6S+XCuIcK/CBY4uASMK8vs=; b=iuih7Qp4AsyOoH4elBVX NZj2zymetLF3X0ZutSq6Gq6LsN8au6xuX7R4AatFAGlvHnRO3hnSNLldGI1i6hw7 xWGubEzfLWsqWne13LGfFf3SZUnU9dGBdZ62eGzA+Jq7sgqwy9c3I72pv38TCdUc vxq4hixPmOJKG+gln1yiT6w= Received: (qmail 4973 invoked by alias); 31 Mar 2013 21:18:15 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 4956 invoked by uid 89); 31 Mar 2013 21:18:07 -0000 X-Spam-SWARE-Status: No, score=-50.9 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.1 Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 31 Mar 2013 21:18:03 +0000 Received: from [192.168.0.131] (vie-188-118-252-015.dsl.sil.at [188.118.252.15]) by ainaz.pair.com (Postfix) with ESMTPSA id 028E03F410; Sun, 31 Mar 2013 17:18:00 -0400 (EDT) Date: Sun, 31 Mar 2013 23:17:59 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Hans-Peter Nilsson Subject: [wwwdocs] ftp.axis.se only works via http these days Message-ID: MIME-Version: 1.0 One of these days I ought to write a blog about the oddities I have been encountering over the years. In this case ftp.axis.se does not serve its original contents via the ftp protocol, but still does via http. Committed. Gerald Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.229 diff -u -3 -p -r1.229 readings.html --- readings.html 31 Mar 2013 17:16:50 -0000 1.229 +++ readings.html 31 Mar 2013 20:04:05 -0000 @@ -29,7 +29,7 @@ of Functional Programming Languages using GCC -- Tail Calls by Andreas Bauer. -
  • Porting GCC for +
  • Porting GCC for Dunces by Hans-Peter Nilsson <hans-peter.nilsson@axis.com>.
  • Using,