v0.2.2
[language-befunge-vector-xs.git] / Changes
blobcad8ab3bc97a61a1e92b2a3ca0b45f2562417881
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.2 Fri Jan 18 01:22:30 CET 2008
15  - quieting last C warnings remaining
17 0.2.1 Thu Jan 17 19:51:37 CET 2008
18  - rewrote vector tests (fixed number of tests during rewrite)
19  - newSViv() returns an SV*, not an IV (quieting warnings)
21 0.2.0 Wed Jan 16 18:34:38 CET 2008
22  - bounds_check() implemented
23  - added missing sanity checks in constructors
24  - no more todo tests
25  - better way of returning without RETVAL
26  - first rc for 1.0.0
30 0.1.3 Wed Jan 16 17:09:41 CET 2008
31  - fixed leftover of RETVAL sillyness
32    (should build/test on more platforms now)
34 0.1.2 Tue Jan 15 19:46:07 CET 2008
35  - converted rest of AV* to use SV* for objects
36  - new methods:
37     - _add()
38     - _substract()
39     - _invert()
41 0.1.1 Tue Jan 15 19:19:46 CET 2008
42  - new methods:
43     - get_all_components()
44     - clear()
45     - set_component()
47 0.1.0 Tue Jan 15 18:23:14 CET 2008
48  - constructors more robust (thx rgs)
49  - new methods:
50     - copy()
51     - _add_inplace()
52     - _substract_inplace()
53  - removed reference to LB::* modules in tests
57 0.0.1 Tue Jan 15 14:52:14 CET 2008
58  - original version
59  - build toolchain in place
60  - constructors + basic accessors