diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 510ca092af..5fb79b0f11 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,14 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2001-12-15 12:32 UTC+0100 Viktor Szakats + + * TODO + * Updated + + * source/rtl/dummy.prg + - Removed commented line. + 2001-12-15 12:24 UTC+0100 Viktor Szakats * include/hbver.h diff --git a/harbour/TODO b/harbour/TODO index a08b55ca7a..04be8bc3dc 100644 --- a/harbour/TODO +++ b/harbour/TODO @@ -11,8 +11,6 @@ _______________________________________________________________________ Topic Responsible developer(s) =================================== ========================= -Mlctopos() and Mpostolc() Ignacio Ortiz - SET listener API David Holm DBFCDX support Ryszard Glab @@ -25,22 +23,14 @@ string copies) Map Harbour functions 10 chars to be Luiz Rafael Culik compatible with Caclipper -Optimize out the need for the PUSHNIL ??? +Optimize out the need for the PUSHNIL Ryszard Glab opcode before each function call. -Eliminate the "#pragma pack" type of hacks ??? -from the code (especially RDD), to make it -more multiplatform. This mostly involves -changing the direct writing of structures -to the disk. - OO system Jean-Francois Lefebvre (JFL) Adding Class Method Adding Multiple Constructor Adding Class init Support - - Integrate floating point methods to ??? avoid inequalities at 13 or more decimals. See DETAILS_FLOAT below. diff --git a/harbour/source/rtl/dummy.prg b/harbour/source/rtl/dummy.prg index 26e9b9be3a..ceb6a978d5 100644 --- a/harbour/source/rtl/dummy.prg +++ b/harbour/source/rtl/dummy.prg @@ -61,7 +61,6 @@ FUNCTION ordIsUnique() ; RETURN .F. FUNCTION ordKeyAdd() ; RETURN .F. FUNCTION ordKeyDel() ; RETURN .F. FUNCTION ordKeyGoto() ; RETURN .F. -/*FUNCTION ordKeyVal() ; RETURN NIL */ FUNCTION ordSetRelation() ; RETURN NIL FUNCTION ordSkipUnique() ; RETURN .F. #endif