]> granicus.if.org Git - flex/commitdiff
pointed reader at Makefile instead of README for porting considerations
authorVern Paxson <vern@ee.lbl.gov>
Sat, 26 May 1990 17:29:53 +0000 (17:29 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Sat, 26 May 1990 17:29:53 +0000 (17:29 +0000)
added Makefile comments: support for SCO Unix; parameterization

NEWS

diff --git a/NEWS b/NEWS
index d3c98688a66cee110c5b934395730468721e8cf4..fcb3024817290d219d8035fbf7f29e6129328a5d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,12 +46,16 @@ Changes between 2.3 (full) release of 26May90 and 2.2 (alpha) release:
          been added to the flex source code, courtesy of Kevin B. Kenny.
 
        - Routines dealing with memory allocation now use void* pointers
-         instead of char* - see README for porting implications.
+         instead of char* - see Makefile for porting implications.
 
        - Error-checking is now done when flex closes a file.
 
        - Various lint tweaks were added to reduce the number of gripes.
 
+       - Makefile has been further parameterized to aid in porting.
+
+       - Support for SCO Unix added.
+
        - A note has been added to flexdoc.1 mentioning work in progress
          on modifying flex to generate straight C code rather than a
          table-driven automaton, with an email address of whom to contact