2001-12-15 12:32 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>

This commit is contained in:
Viktor Szakats
2001-12-15 11:32:08 +00:00
parent b217c19ef6
commit 69da0cf209
3 changed files with 9 additions and 12 deletions

View File

@@ -8,6 +8,14 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2001-12-15 12:32 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* TODO
* Updated
* source/rtl/dummy.prg
- Removed commented line.
2001-12-15 12:24 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* include/hbver.h

View File

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

View File

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