From: Vern Paxson Date: Wed, 28 Dec 1994 18:47:21 +0000 (+0000) Subject: added MS-DOS note for 2.5.0.2 X-Git-Tag: flex-2-5-5b~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78b9e478fdd090b461b25a17e97c577ed1aa8b3a;p=flex added MS-DOS note for 2.5.0.2 --- diff --git a/NEWS b/NEWS index a30d119..fb7b154 100644 --- a/NEWS +++ b/NEWS @@ -282,6 +282,8 @@ Changes between release 2.5.0.2 (28Dec94) and release 2.4.7: - Scanners generated using -l lex compatibility now have the symbol YY_FLEX_LEX_COMPAT #define'd. + - Improved support for MS-DOS. + - Documentation now clarifies that start conditions persist across switches to new input files or different input buffers. If you want to e.g., return to INITIAL, you must explicitly do so.