From 70853dc9bd07d83ab24e4bc29c645887ad4a32e2 Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Tue, 15 Aug 2000 01:45:57 +0000 Subject: [PATCH] 2000-08-14 18:45 UTC+0800 Ron Pinkas * doc/whatsnew.txt + Added simplex. --- harbour/ChangeLog | 4 ++++ harbour/doc/whatsnew.txt | 2 ++ 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 004c9a1f16..c12e929878 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2000-08-14 18:45 UTC+0800 Ron Pinkas + * doc/whatsnew.txt + + Added simplex. + 2000-08-15 02:48 UTC+0100 Victor Szakats ; Waiting for some minor patches before the new release. diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index 3af1d1d5ba..820ad23b7d 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -26,6 +26,8 @@ Version 0.35 Build 35 (2000-08-15) - ADS RDD encryption/decryption functions added. - New GTCGI driver - Improved command line parsing +- Alternate Lexer (SimpLex), utilizes less memory, smaller Harbour.exe + as well as smaller compiled applications (due to smaller macro compiler). Version 0.34 Build 34 (2000-06-02)