From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32414 invoked by alias); 9 Apr 2002 22:35:18 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 32407 invoked from network); 9 Apr 2002 22:35:16 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 9 Apr 2002 22:35:16 -0000 Received: from creche.cygnus.com (ta0200.peakpeak.com [204.144.244.200]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id QAA10182; Tue, 9 Apr 2002 16:35:06 -0600 Received: (from tromey@localhost) by creche.cygnus.com (8.9.3/8.9.3) id QAA23450; Tue, 9 Apr 2002 16:37:40 -0600 To: Adam Megacz Cc: java@gcc.gnu.org Subject: Re: apologies, 3.1, mingw wishlist References: <86hemkpl97.fsf@megacz.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: I have accepted Provolone into my life! Date: Tue, 09 Apr 2002 15:36:00 -0000 In-Reply-To: Adam Megacz's message of "09 Apr 2002 15:20:20 -0700" Message-ID: <87pu18ebws.fsf@creche.redhat.com> X-SW-Source: 2002-04/txt/msg00161.txt.bz2 >>>>> "Adam" == Adam Megacz writes: Adam> Second: is 3.1 still scheduled for release on 15-Apr, or has it Adam> been pushed back? I assume it has been pushed back but I have not heard either official or unofficial word. Adam> - Fix the badly-broken notifyAll() Adam> - Make Win32Process work Adam> - Hash Synchronization (this already works, I just have to merge patches) Adam> - Closer review of java.io.* for proper error handling These all sound great. Depending on timing, etc, they might not make it into 3.1. That isn't fatal. We could always get the changes into 3.1.1. Adam> - Get the testsuite to run (somehow -- not sure yet how I'll do it) AG suggests using Wine. Anything that works is fine by me though. Adam> Is there anything else that I should consider? You know the Windows status better than anybody. How about submitting a PR for all the problems and missing things you know of once you've finished the next round of coding? That way we'll have a better idea of the state and to-do items later on. Tom