diff options
| author | Steve Price <steve@FreeBSD.org> | 1996-12-14 05:48:48 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1996-12-14 05:48:48 +0000 |
| commit | 398b39b912878bfde25abc7fd39a0f5e61b33407 (patch) | |
| tree | 536c8090066a8a1145387bb264d01cc0f4c29ede /usr.bin/lex/NEWS | |
| parent | 3ec30b7943459ffc1691a787736ddc156bda81a7 (diff) | |
Notes
Diffstat (limited to 'usr.bin/lex/NEWS')
| -rw-r--r-- | usr.bin/lex/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/lex/NEWS b/usr.bin/lex/NEWS index e4ba93fe3d235..3e23e7d9f6232 100644 --- a/usr.bin/lex/NEWS +++ b/usr.bin/lex/NEWS @@ -1,3 +1,14 @@ +Changes between release 2.5.4 (11Sep96) and release 2.5.3: + + - Fixed a bug introduced in 2.5.3 that blew it when a call + to input() occurred at the end of an input file. + + - Fixed scanner skeleton so the example in the man page of + scanning strings using exclusive start conditions works. + + - Minor Makefile tweaks. + + Changes between release 2.5.3 (29May96) and release 2.5.2: - Some serious bugs in yymore() have been fixed. In particular, |
