From: Vern Paxson Date: Sat, 26 May 1990 17:29:53 +0000 (+0000) Subject: pointed reader at Makefile instead of README for porting considerations X-Git-Tag: flex-2-5-5b~488 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fbadb95582564c7f3ff0a88e72e868008efcbff;p=flex pointed reader at Makefile instead of README for porting considerations added Makefile comments: support for SCO Unix; parameterization --- diff --git a/NEWS b/NEWS index d3c9868..fcb3024 100644 --- 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