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"
This commit is contained in:
Przemyslaw Czerpak
2009-10-29 15:58:12 +00:00
parent ff3649b64d
commit b307b30e68
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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.