X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-Id: <200201311922.g0VJMoZ21707@delorie.com> From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: djgpp-announce AT delorie DOT com Date: Thu, 31 Jan 2002 20:16:27 +0100 Subject: ANNOUNCE: DJGPP port of GNU Bison 1.32 uploaded Reply-To: djgpp AT delorie DOT com This is a port of GNU Bison 1.32 to MSDOS/DJGPP. DJGPP specific changes. ======================= The DJGPP port of Bison offers LFN and SFN support depending on which OS it is running. If LFN support is available or not is determinated at run time. If LFN support is available (DOS session under Win9X), the standard posix file name extensions will be used. These are: y.tab.c, y.tab.c++, y.tab.h, y.output, etc. If only SFN support is available (plain DOS), then the standard MSDOS short file names will be used. These are: y_tab.c, y_tab.h, y.out, etc. For futher information about GNU bison please read the info docs. The port consists of three packages that can be downloaded from simtel.net and mirrors as (timestamp: 2002-01-30): Bison 1.32 binary, info and man format documentation: http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2gnu/bsn132b.zip&name=bsn132b.zip Bison 1.32 html, dvi and ps format documentation: http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2gnu/bsn132d.zip&name=bsn132d.zip Bison 1.32 source: http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2gnu/bsn132s.zip&name=bsn132s.zip Send GNU bison specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel