Message-Id: <201003312327.o2VNR4os024885@delorie.com> From: Juan Manuel Guerrero To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of GNU grep 2.6.2 uploaded. Date: Thu, 1 Apr 2010 01:26:13 +0200 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline This is a port of GNU grep 2.6.2 to MSDOS/DJGPP. DJGPP specific changes. ======================= DJGPP specific changes are those required to implement colorization support for this port. If grep is called with the command line option --color and the output is directed to the screen then the default colors will be used to mark matches, filenames and line numbers. If the output does not go to the screen then colorization is automaticaly suppressed. Read the docs to learn how to control the color using the environment variable GREP_COLORS. As usual all changes are documented in the diffs file that is stored in the /djgpp directory. Please note that to run the testsuite produced with autoconf 2.64 and later you must install mktmp16b or later. Because this testsuite also tries to test multibyte patterns but multibyte strings are not fully supported by DJGPP some tests will be skipped or fail. The yesno test is known to fail, so please do not report it. Please also note that due to a function name clash between gnulib's and grep's gettext wrapper, when NLS support is disabled, and the old BORLAND compatibility gettext function declared in conio.h, this port will only be provided compiled with djdev204. In djev204 this issue has been resolved. Please read the docs to become familiar with this binary. The port consists of the usual three packages that have been compiled using stock djdev204 and that can be downloaded from ftp.delorie.com and mirrors as (timestamp 2010-03-31): grep 2.6.2 binaries, info and man format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/grep262b.zip grep 2.6.2 dvi, html, pdf and ps format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/grep262d.zip grep 2.6.2 source: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/grep262s.zip Send grep specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel