felixf
|
2f4a13a074
Experimental "fictive" fields for better high-level expressiveness of low-level heap data structures -- might become very handy for device drivers but should better never be used in normal programming (allows, in principle, to implement unions)
|
9 年之前 |
felixf
|
c7a29aa6d3
patched register release issue
|
9 年之前 |
felixf
|
52b325adb3
resolved wrong type reference to pointer type where a record type exists
|
9 年之前 |
felixf
|
5062f3efbf
Interpreter can handle constructors
|
9 年之前 |
felixf
|
4b6693180c
Added NEW with return type. Mainly for the interpreter. But can be useful in A2 Oberon also
|
9 年之前 |
felixf
|
81e52ef4b4
Improved reflection
|
9 年之前 |
felixf
|
a7d53a4eac
Work on the interpreter using reflection support. (Unlimited and yet dangerous) access to global variables and fields available.
|
9 年之前 |
felixf
|
e8371d4486
Add port properties in CONNECT statement.
|
9 年之前 |
felixf
|
254efba198
Implement operator overloading for stream operators
|
9 年之前 |
felixf
|
6404f6f4b8
Added period to @Info / @Procedures / @Variable sections
|
9 年之前 |
eth.guenter
|
0e1d8dfa4e
corrected SYSVABI procedure calls
|
9 年之前 |
felixf
|
f7bf4ffdb0
removed inline procedure from reflection (cannot be linked!)
|
9 年之前 |
felixf
|
625f6d6cad
Made reflection a bit robuster (intermediate backend could not compile itself...)
|
9 年之前 |
felixf
|
e02fb52fbf
added reflection info for global procedures and variables
|
9 年之前 |
felixf
|
6e4b6fada4
patched code for dynamic operator overloading. Todo: improve reference to parameters.
|
9 年之前 |
felixf
|
59a99c79da
patched issue with index operator (when generic object file used)
|
9 年之前 |
felixf
|
a1ac6818be
Removed hidden consts from symbol files.
|
9 年之前 |
eth.guenter
|
3b276cdbfe
corrected the fix of rev. 6626
|
9 年之前 |
eth.guenter
|
b9a279517f
fixed a bug introduced in rev. 6625, only in 64-bit mode the caller has to return parameter space
|
9 年之前 |
eth.guenter
|
b67f09f693
added code for returning parameter stackspace in WINAPI
|
9 年之前 |
felixf
|
66b71f5458
Pathced a bug that had caused sporadic traps in Objects.Clock when calling Kernel32.WaitForSingleObject: stack overflow, stack pointer was decreased without reason.
|
9 年之前 |
felixf
|
53c809c07f
Patched Calling Convention for EFI (is actually WINAPI calling convention)
|
9 年之前 |
eth.guenter
|
4d35328f78
fixed calling ext. C-procedures (SysvABI)
|
9 年之前 |
felixf
|
316732e6df
Preparations for Unix x64: 64-bit calling convention (being different from that of the WinAPI)
|
9 年之前 |
felixf
|
9a5101e25c
Patches for 64-bit EFI A2
|
9 年之前 |
felixf
|
ef6d118cd6
Correcred alignment (64-bit)
|
9 年之前 |
felixf
|
9802c8ed33
Preliminary patches for EFI 64-bit. Alignment issues require further consideration.
|
9 年之前 |
eth.morozova
|
8bba99d8b1
allow forgotten SET type in AddProperty
|
9 年之前 |
felixf
|
84f025c53a
Reverted bad changes and replaced with new patch
|
9 年之前 |
felixf
|
68efa0a0c2
Patched issues with EFI boot file generation
|
9 年之前 |