LBVXS::bounds_check() moved to xs
[language-befunge-vector-xs.git] / Changes
blobddf73dc04eb8efac02d983faa4e422bc0a2d302a
1 Revision history for Language::Befunge::Vector::XS.
3 High-level changelog
4 ====================
6 0.1.x more robust constructors
7 0.0.x initial work
10 Low-level changelog
11 ===================
13 0.1.3 Wed Jan 16 17:09:41 CET 2008
14  - fixed leftover of RETVAL sillyness
15    (should build/test on more platforms now)
17 0.1.2 Tue Jan 15 19:46:07 CET 2008
18  - converted rest of AV* to use SV* for objects
19  - new methods:
20     - _add()
21     - _substract()
22     - _invert()
24 0.1.1 Tue Jan 15 19:19:46 CET 2008
25  - new methods:
26     - get_all_components()
27     - clear()
28     - set_component()
30 0.1.0 Tue Jan 15 18:23:14 CET 2008
31  - constructors more robust (thx rgs)
32  - new methods:
33     - copy()
34     - _add_inplace()
35     - _substract_inplace()
36  - removed reference to LB::* modules in tests
40 0.0.1 Tue Jan 15 14:52:14 CET 2008
41  - original version
42  - build toolchain in place
43  - constructors + basic accessors