X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: [Fwd: ANNOUNCE: DJGPP V2.03 Refresh Beta] Date: Tue, 25 Dec 2001 13:12:24 CST Organization: Rice University, Houston TX Lines: 15 Message-ID: <3c2891ba.sandmann@clio.rice.edu> References: <3C2235A6 DOT 70705 AT ujf-grenoble DOT fr> <3c227e59 DOT sandmann AT clio DOT rice DOT edu> <3C22FF2F DOT 7010501 AT ujf-grenoble DOT fr> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1009307600 20009 128.42.105.3 (25 Dec 2001 19:13:20 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 25 Dec 2001 19:13:20 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I use it regularly with the stock bash-2.04 available on simtelnet, > when recompiling gpc snapshots. No problem until refresh. You must have had a modified/early bash-2.04 or bash 2.05. The current bash 2.04 distribution has a compiled in limit of 2000 characters on the length passed (-l 250 causes the file to be about 3K characters). This wasn't a regression in the refresh. This did point out there was a bug fix in the cvs/2.04 tree on the glob routine which I had not included in the refresh. I have updating the refresh to include this change (and updated the Knowledge Base to show the changes in the refresh). I also provide an updated bash 2.04 which removes the 2000 character limit (which was added to prevent triggering the glob bug). All other binary distributions have also been updated.