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