Related articles |
---|
flex release 2.4.7 now available vern@ee.lbl.gov (Vern Paxson) (1994-08-03) |
Newsgroups: | comp.compilers |
From: | Vern Paxson <vern@ee.lbl.gov> |
Keywords: | flex, available, FTP |
Organization: | Compilers Central |
Date: | Wed, 3 Aug 1994 19:40:33 GMT |
Status: | RO |
Release 2.4.7 of flex (a replacement for the Unix lex scanner-generator) is
now available for anonymous ftp to ftp.ee.lbl.gov; retrieve flex-2.4.7.tar.Z
or flex-2.4.7.tar.gz, or, if you've already installed release 2.4.6,
flex-2.4.6-2.4.7.diff.Z. ".gz" versions of these files should be showing
up shortly at the usual GNU mirror sites.
This is a bug-fix release - no new features. I've appended a description
of the differences between 2.4.7 and 2.4.6, taken from the "NEWS" file.
Please report bugs to:
vern@ee.lbl.gov
or bug-gnu-utils@prep.ai.mit.edu
Vern
Vern Paxson vern@ee.lbl.gov
Information and Computing Sciences ucbvax!ee.lbl.gov!vern
Lawrence Berkeley Laboratory (510) 486-7504
Changes between release 2.4.7 (03Aug94) and release 2.4.6:
- Fixed serious bug in reading multiple files.
- Fixed bug in scanning NUL's.
- Fixed bug in input() returning 8-bit characters.
- Fixed bug in matching text with embedded NUL's when
using %array or lex compatibility.
- Fixed multiple invocations of YY_USER_ACTION when using '|'
continuation action.
- Minor prototyping fixes.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.