Revision history for Language::Befunge::Vector::XS.
High-level changelog
====================
0.1.x more robust constructors
0.0.x initial work
Low-level changelog
===================
0.1.2 Tue Jan 15 19:46:07 CET 2008
- converted rest of AV* to use SV* for objects
- new methods:
- _add()
- _substract()
- _invert()
0.1.1 Tue Jan 15 19:19:46 CET 2008
- new methods:
- get_all_components()
- clear()
- set_component()
0.1.0 Tue Jan 15 18:23:14 CET 2008
- constructors more robust (thx rgs)
- new methods:
- copy()
- _add_inplace()
- _substract_inplace()
- removed reference to LB::* modules in tests
**
0.0.1 Tue Jan 15 14:52:14 CET 2008
- original version
- build toolchain in place
- constructors + basic accessors