Tags
There are no tags for this page.
Attachments
Perl 6
Old YAP6 Changelog
0.0.1 - The initial revision, definining the basic data structures to
be used.
0.0.1.2 - Basic memory management, values are alloc'ed and basic
refcount garbage collection is implemented.
0.0.1.3 - Basic APPLY dispatch.
0.0.1.4 - Lists and Hashes contains Scalars
0.0.1.5 - Basic int type.
0.0.1.6 - Single initialization method
0.0.1.7 - Some work in supporting lists
0.0.1.8 - Starting the list dispatcher
0.0.1.9 - Basic list features working.
0.0.1.10 - make test works
0.0.1.11 - List destruction, List_ProxyScalar destruction, consts destruction, no leaks at the moment.
0.0.1.12 - Scalar Dispatcher.
0.0.1.12.1 - COMPR no longer exists, low-level objects always must implement STRNG, INTGR, BOOLN and WHICH.
0.0.1.13 - Pair Dispatcher.
0.0.1.14 - bytes dispatcher - a value that holds an array of bytes
0.0.1.14.1 - int WHICH.
0.0.1.14.2 - bytes WHICH.
0.0.1.15 - WHICH implementation in every native type, the WHICH will return a "bytes" value.
0.0.1.15.1 - bytes BOOLN
0.0.1.15.2 - int BOOLN
|