10.Nov.2002
Martin Kuchinka's home page
|
Programmiersprache: PowerD V0.20 Alpha 3, AHI-Archiv
Am 10. November 2002 hat Martin Kuchinka die Version 0.20 alpha 3
der Programmiersprache 'PowerD' veröffentlicht.
Zusätzlich wurde von Philippe van Calsteren auf der PowerD-Seite das
Entwickler-Archiv für AHI zur Verfügung gestellt. Gegenüber der
vorigen PowerD-Version hat sich Folgendes geändert:
- fixed (u)word/(u)byte shifts/rotates under PowerPC
- fixed an old bug in PowerPC support, that made executables about 5%-10% longer!
- added support for functions pointers in variables:
DEF a:() // define the variable as a function pointer (no args here)
a:=&func // assign a function address to the variable
a() // launch the function addressed in variable a
- fixed static lists containing doubles under PowerPC
- added some examples written by Philippe van Calsteren
- basic OOP again started to work :) (see oop.html)
- bugs reported/fixed by Marco Antoniazzi
- shared library support is now working better and safer!
Download:
(sd)
[Meldung: 10. Nov. 2002, 21:48] [Kommentare: 3 - 12. Nov. 2002, 01:40]
[Per E-Mail versenden] [Druck-Version] [ASCII-Version]
|