Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Tue, 7 Aug 2001 11:57:08 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: outstanding issues blocking new release? Message-ID: <20010807115708.E27996@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20010806213235 DOT A24499 AT redhat DOT com> <1848048212 DOT 20010807193211 AT logos-m DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <1848048212.20010807193211@logos-m.ru>; from deo@logos-m.ru on Tue, Aug 07, 2001 at 07:32:11PM +0400 On Tue, Aug 07, 2001 at 07:32:11PM +0400, egor duda wrote: >Hi! > >Tuesday, 07 August, 2001 Kazuhiro Fujieda fujieda AT jaist DOT ac DOT jp wrote: > >KF> n) Too large cygwin1.dll. > >KF> The size of cygwin1.dll suddenly became large when Egor added >KF> the negative index support to ctype_.c in newlib. I guess the >KF> augmented size of the table makes cygwin1.dll so large, but I >KF> can't find the proper way to solve it. > >no. it was because of change of size of zombie array and static buffer >for /dev/dsp. ctype_ change costs only 128 bytes. I can scale back the zombie array size. I've just set it to 4096. Anyone want to handle dsp? The original developer seems to have given up on cygwin. IIRC, I had to make changes to make sure that the dsp constructor wasn't called every time cygwin started. cgf