forked from xHarbour-org/xharbour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
62 lines (43 loc) · 1.82 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
* $Id: TODO,v 1.3 2002/05/08 23:44:16 ronpinkas Exp $
*/
Harbour Project To-Do list
=======================================================================
Tasks for v.1 beta:
_______________________________________________________________________
Topic Responsible developer(s)
=================================== =========================
DBFCDX support Horacio, Ron
Remove #pragma pack() tricks ???
from rdd .h files.
OO system Jean-Francois Lefebvre (JFL)
Adding Class Method
Adding Multiple Constructor
Adding Class init Support
Is memofile support complete?
[more info ???]
=======================================================================
Tasks for v.1 release:
_______________________________________________________________________
Rewrite filesys.c to use native platform ???
specific file I/O with unlimited number
of file handles, while maintaining
compatibility with the CA-Cl*pper legacy
handle numbering system. This either
involves adding a linked list for the
translation table, or we should state that
only handles 0-4 are number compatible.
[Optimization]
Optimize out the need for the PUSHNIL Ron
opcode before each function call.
[Optimization]
=======================================================================
Tasks for after v.1 release:
_______________________________________________________________________
Dynamic multi-language compiler/runtime ???
support
UNICODE support. ???
Multithreading support. ???
=======================================================================
Detail descriptions for Tasks:
_______________________________________________________________________