newSViv() returns an SV*, not an IV
[language-befunge-vector-xs.git] / Changes
blob958c233c78392994429b899fd939e9ba21a81ad5
1 Revision history for Language::Befunge::Vector::XS.
3 High-level changelog
4 ====================
6 0.2.x   feature-completeness, 1.0.0-rc
7 0.1.x   more robust constructors
8 0.0.x   initial work
11 Low-level changelog
12 ===================
14 0.2.0 Wed Jan 16 18:34:38 CET 2008
15  - bounds_check() implemented
16  - added missing sanity checks in constructors
17  - no more todo tests
18  - better way of returning without RETVAL
19  - first rc for 1.0.0
23 0.1.3 Wed Jan 16 17:09:41 CET 2008
24  - fixed leftover of RETVAL sillyness
25    (should build/test on more platforms now)
27 0.1.2 Tue Jan 15 19:46:07 CET 2008
28  - converted rest of AV* to use SV* for objects
29  - new methods:
30     - _add()
31     - _substract()
32     - _invert()
34 0.1.1 Tue Jan 15 19:19:46 CET 2008
35  - new methods:
36     - get_all_components()
37     - clear()
38     - set_component()
40 0.1.0 Tue Jan 15 18:23:14 CET 2008
41  - constructors more robust (thx rgs)
42  - new methods:
43     - copy()
44     - _add_inplace()
45     - _substract_inplace()
46  - removed reference to LB::* modules in tests
50 0.0.1 Tue Jan 15 14:52:14 CET 2008
51  - original version
52  - build toolchain in place
53  - constructors + basic accessors