From d40c5642a97f92d50bf51e06b7c8be0141b6337d Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Tue, 27 Jul 2004 09:59:36 +0000 Subject: [PATCH] 2004-07-27 11:49 UTC+0100 --- harbour/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 39667cfc15..909baa6fcd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,22 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2004-07-27 11:49 UTC+0100 Antonio Linares + + source/rtl/array.prg + + source/rtl/block.prg + + source/rtl/date.prg + + source/rtl/logical.prg + + source/rtl/nil.prg + + source/rtl/numeric.prg + * Harbour implementation of Class(y) Classes Array, Block, Date, Logical, + Nil, Numeric. + + * makefile.bc + + Added modules array.prg, block.prg, date.prg, logical.prg, nil.prg, + numeric.prg. + + WARNING: Other makefiles need to be updated + 2004-07-27 11:16 UTC+0100 Antonio Linares * include/hbclass.ch + Added optional clause FUNCTION to class definitions,