diff --git a/harbour/.cvsignore b/harbour/.cvsignore index b7b29a351b..5b54c75dd2 100644 --- a/harbour/.cvsignore +++ b/harbour/.cvsignore @@ -1,5 +1,7 @@ dos dos/* +freebsd +freebsd/* linux linux/* os2 @@ -16,3 +18,4 @@ obj obj/* lib lib/* + diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 457621dc8c..c784ea8b96 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ * comment this line pDstObject->item.asArray.value->puiClsTree = NULL; + because it's redundant with arrayClone(). + see Changelog below. + +2002-03-02 13:25 UTC-0300 Walter Negro + * source\vm\arrays.c * Fixed hb_arrayClone() + Add line 777, was token from __objClone() and xHarbour. Thanks, Ron. @@ -1839,6 +1844,7 @@ ed 2001-12-21 12:54 UTC+0100 Antonio Linares + * source/pp/pragma.c * contrib/dot/pp_harb.ch * tests/inline_c.prg