Message-Id: <200909210306.n8L36FrR016815@delorie.com> Date: Mon, 21 Sep 2009 05:52:11 +0300 From: Andris Pavenis To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: release 3 of the DJGPP port of GNU Bash 2.04 uploaded. Reply-To: djgpp AT delorie DOT com This is release 3 of the port of GNU Bash 2.04 for DJGPP. DJGPP specific changes relative to release 2. ============================================= - Fixed a bug which caused shell function which both - invokes an external program and assign its output to variable, - uses return builtin not to work properly (or crash). Read more: http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp/2006/08/08/16:37:27 http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp-workers/2009/09/09/03:35:08 - Reverted increase of stack size and DOS transfer buffer to the 512K and 16K respectively. The stacksize problem was with GCC own executables (for example cc1.exe). Things are not so simple also with transfer buffer size. The real problem was that bootstrapping GCC requires special adjusting due to running out of DOS memory space. I cannot say which exact value we need, so I put back the default one. The binaries were compiled from source archive (bsh204sr3.zip) on Windows Vista Business SP2 using gcc-4.4.1, binutils-2.19, djdev203. No other changes have been done on sources. This release of the port consists of two packages produced using stock djdev203 and can be downloaded from ftp.delorie.com and mirrors as (timestamp 2009-09-20): Bash 2.04 binary, info and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/bsh204br3.zip Bash 2.04 source: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/bsh204sr3.zip Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or djgpp AT delorie DOT com. Enjoy. Andris Pavenis