diff options
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, |