Commit Verlauf

Autor SHA1 Nachricht Datum
  felixf c7a29aa6d3 patched register release issue vor 9 Jahren
  felixf 52b325adb3 resolved wrong type reference to pointer type where a record type exists vor 9 Jahren
  felixf 5062f3efbf Interpreter can handle constructors vor 9 Jahren
  felixf 4b6693180c Added NEW with return type. Mainly for the interpreter. But can be useful in A2 Oberon also vor 9 Jahren
  felixf 81e52ef4b4 Improved reflection vor 9 Jahren
  felixf a7d53a4eac Work on the interpreter using reflection support. (Unlimited and yet dangerous) access to global variables and fields available. vor 9 Jahren
  felixf e8371d4486 Add port properties in CONNECT statement. vor 9 Jahren
  felixf 254efba198 Implement operator overloading for stream operators vor 9 Jahren
  felixf 6404f6f4b8 Added period to @Info / @Procedures / @Variable sections vor 9 Jahren
  eth.guenter 0e1d8dfa4e corrected SYSVABI procedure calls vor 9 Jahren
  felixf f7bf4ffdb0 removed inline procedure from reflection (cannot be linked!) vor 9 Jahren
  felixf 625f6d6cad Made reflection a bit robuster (intermediate backend could not compile itself...) vor 9 Jahren
  felixf e02fb52fbf added reflection info for global procedures and variables vor 9 Jahren
  felixf 6e4b6fada4 patched code for dynamic operator overloading. Todo: improve reference to parameters. vor 9 Jahren
  felixf 59a99c79da patched issue with index operator (when generic object file used) vor 9 Jahren
  felixf a1ac6818be Removed hidden consts from symbol files. vor 9 Jahren
  eth.guenter 3b276cdbfe corrected the fix of rev. 6626 vor 9 Jahren
  eth.guenter b9a279517f fixed a bug introduced in rev. 6625, only in 64-bit mode the caller has to return parameter space vor 9 Jahren
  eth.guenter b67f09f693 added code for returning parameter stackspace in WINAPI vor 9 Jahren
  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. vor 9 Jahren
  felixf 53c809c07f Patched Calling Convention for EFI (is actually WINAPI calling convention) vor 9 Jahren
  eth.guenter 4d35328f78 fixed calling ext. C-procedures (SysvABI) vor 9 Jahren
  felixf 316732e6df Preparations for Unix x64: 64-bit calling convention (being different from that of the WinAPI) vor 9 Jahren
  felixf 9a5101e25c Patches for 64-bit EFI A2 vor 9 Jahren
  felixf ef6d118cd6 Correcred alignment (64-bit) vor 9 Jahren
  felixf 9802c8ed33 Preliminary patches for EFI 64-bit. Alignment issues require further consideration. vor 9 Jahren
  eth.morozova 8bba99d8b1 allow forgotten SET type in AddProperty vor 9 Jahren
  felixf 84f025c53a Reverted bad changes and replaced with new patch vor 9 Jahren
  felixf 68efa0a0c2 Patched issues with EFI boot file generation vor 9 Jahren
  felixf ba0c909622 Implemented Inheritance on Cells (NOT: Polymorphism) vor 9 Jahren