X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10112202353.AA12332@clio.rice.edu> Subject: Re: A new bug? To: djgpp-workers AT delorie DOT com Date: Thu, 20 Dec 2001 17:53:18 -0600 (CST) Cc: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) In-Reply-To: <10112202002.AA21453@clio.rice.edu> from "Charles Sandmann" at Dec 20, 2001 02:02:50 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I was able to reproduce this. The makefile passes this symbol via a command line run by bash. It seems like a sizing change - bash 2.04 fails with the original sizes but bash 2.05 is successful. It appears that if the data being passed in the symbol is more than around 2000 characters it fails with the bash 2.04 provided in the refresh. I suspect this test file was created using bash 2.05 as the implementation environment? > -ls -1 *.pas | split -l 250 - dtlist. > +ls -1 *.pas | split -l 128 - dtlist. > for %%f in (dtlist.*) do make MASK="`cat %%f`" pascal.check-long >> make.out