| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.rst | 2011-07-02 | 1.1 kB |
|
| box-0.2.3.tar.gz | 2011-07-02 | 966.7 kB | |
| Totals: 2 Items | 967.8 kB | 0 | |
Box 0.2.3
AVAILABLE FILES
For this release we just provide one tarball (we do not distribute the Windows version):
- box-0.2.3.tar.gz contains the sources which can be compiled easily on Linux (or Mac OS X, Unix) and less easily (through MinGW-MSYS) on Windows. Instructions on how to compile Box can be found in the file README under the main folder and on the webpages.
CHANGES WITH RESPECT TO THE PREVIOUS VERSION
This release fixes bugs in the compiler and the graphics library. In particular:
- Fixed a bug in the compiler (bug 7, ownership of register in subtypes)
- Encapsulating objects into Obj is now possible.
- Raw access to the Cairo library can be obtained by sending commands encapsulated into Obj objects. A considerable part of Box which is now written in C can then be rewritten in Box itself (this has been started but not completed).
- Written a prototype for a Box documentation system, Dox. Documented some parts of Box using Dox.