From b307b30e68cf6ae292052b96170767a3c5a42ed5 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 29 Oct 2009 15:58:12 +0000 Subject: [PATCH] 2009-10-29 16:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/doc/xhb-diff.txt * fixed some typos * svn ps svn:keywords "Author Date Id Revision" --- harbour/ChangeLog | 5 +++++ harbour/doc/xhb-diff.txt | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 824208fcdc..d6fa315d87 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-10-29 16:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/doc/xhb-diff.txt + * fixed some typos + * svn ps svn:keywords "Author Date Id Revision" + 2009-10-29 15:41 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/dates.c ! fixed HB_TTOC() to not add leading space when date part is empty diff --git a/harbour/doc/xhb-diff.txt b/harbour/doc/xhb-diff.txt index 71937f4661..926d39e07b 100644 --- a/harbour/doc/xhb-diff.txt +++ b/harbour/doc/xhb-diff.txt @@ -1268,8 +1268,8 @@ does not define all classes as "MODULE FRIENDLY". ### OOP AND CLASS OBJECT/CLASS MESSAGES ### ================================================= -Neither Harbour nor xHarbour supports class objects and class messages -and instance variables like Class(y) does. +Neither Harbour nor xHarbour supports class objects, class messages +and class instance variables like Class(y) does. But both compilers support shared variables which can be shared with all object of the same class or shared variables which can be @@ -1553,7 +1553,7 @@ for this feature and why it was introduced. I do not even know if it has been finished or not and some modifications/extensions are planned. After few tests I can only say that it does not work correctly on case sensitive file systems so probably it's not widely used functionality -if no one reported the problem so it has not been not fixed. +if no one reported the problem so it has not been fixed. If xHarbour developers can make some short description for this feature then I'll add it to this text.