Message-Id: <200109121749.NAA25910@delorie.com> From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: djgpp-announce AT delorie DOT com Date: Wed, 12 Sep 2001 19:44:29 +0200 Subject: ANNOUNCE: Update of DJGPP port of GNU sed 3.02.80 uploaded Reply-To: djgpp AT delorie DOT com This is an update of port of GNU Sed 3.02.80 to MSDOS/DJGPP. This port is based on the alpha release of GNU Sed available as: ftp://alpha.gnu.org/gnu/sed/sed-3.02.80.tar.gz This update fixes a bug in the code that removes CR when followed by LF. The previous code always failed if the CR character was the last character in the buffer. It also fixes a bug that was the reason for the slow performance of this sed port. Now sed 3.02.80 should be as fast as sed 3.02. Thnks to Andris Pavenis for reporting this an to Eli Zaretskii for contributing the fixes. For more info about this, please inspect the diffs file. The binary package contains two different Sed programs. One called sed.exe (size: 667KB) that offers NLS (native language support) and a second called nnsed.exe (no NLS sed; size: 58KB) without NLS. The later is intended for people who don't need NLS but would like to minimize disk space, or be able to take Sed on a floppy as a part of a minimal set of tools. Both binaries have been completely stripped (symbol table, debug info and stub removed) and have been compressed using upx. The port consists of the usual three packages that can be downloaded from simtel.net and mirrors as (timestamp: 2001-07-28): Sed 3.02.80 binary, info and man format documentation: http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2gnu/sed3028b.zip&name=sed3028b.zip Sed 3.02.80 dvi, html and ps format documentation: http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2gnu/sed3028d.zip&name=sed3028d.zip Sed 3.02.80 source: http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2gnu/sed3028s.zip&name=sed3028s.zip Send Sed specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or and cc them to me. Enjoy. Guerrero, Juan Manuel