From: Vern Paxson Date: Thu, 2 Aug 1990 01:03:42 +0000 (+0000) Subject: 2.3 patch #2 X-Git-Tag: flex-2-5-5b~480 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a62b0fa9391cb44960c403710cc3a5fbc40871b;p=flex 2.3 patch #2 --- diff --git a/NEWS b/NEWS index 4c05084..2ace147 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes between 2.3 Patch #2 (02Aug90) and original 2.3 release: + + - Fixed (hopefully) headaches involving declaring malloc() + and free() for gcc, which defines __STDC__ but (often) doesn't + come with the standard include files such as . + Reordered #ifdef maze in the scanner skeleton in the hope of + getting the declarations right for cfront and g++, too. + + - Note that this patch supercedes patch #1 for release 2.3, + which was never announced but was available briefly for + anonymous ftp. + + Changes between 2.3 (full) release of 28Jun90 and 2.2 (alpha) release: User-visible: