From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7217 invoked by alias); 27 Oct 2012 14:47:47 -0000 Received: (qmail 7202 invoked by uid 22791); 27 Oct 2012 14:47:46 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 27 Oct 2012 14:47:41 +0000 Received: from [109.46.174.249] (unknown [109.46.174.249]) by ainaz.pair.com (Postfix) with ESMTPSA id 21EC63F40F; Sat, 27 Oct 2012 10:47:39 -0400 (EDT) Date: Sat, 27 Oct 2012 14:47:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [wwwdocs,Java] Remove FAQ entry releated to 12 year old problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2012-q4/txt/msg00010.txt.bz2 I doubt this has been an FAQ in the last decade. :-) Applied. Gerald 2012-10-27 Gerald Pfeifer * faq.html (My program seems to hang): Remove. Index: faq.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v retrieving revision 1.66 diff -u -3 -p -r1.66 faq.html --- faq.html 21 Oct 2012 14:05:48 -0000 1.66 +++ faq.html 27 Oct 2012 14:43:58 -0000 @@ -66,7 +66,6 @@
  • How do I increase the runtime's initial and maximum heap sizes?
  • How can I profile my application?
  • -
  • My program seems to hang and doesn't produce any output
  • Programming Issues @@ -527,18 +526,6 @@ $ ../configure [...] -
    -

    5.7 My program seems to hang and doesn't produce any output

    -
    -
    -

    Some versions had a bug in the iconv support. You can work around - it by setting LANG=en_US.UTF-8 at runtime, or give the - following option during compile time - -Dfile.encoding=UTF-8. This problem should no longer - occur as of November 1, 2000.

    -
    -
    -

    Programming Issues

    6.1 Are there any examples of how to use CNI?