moved some tests to respect order
[language-befunge-vector-xs.git] / Changes
blob4082f05ae79f83fe5799881711cba81fe0d792fb
1 Revision history for Language::Befunge::Vector::XS.
3 High-level changelog
4 ====================
6 1.0.x   module complete
7 0.2.x   feature-completeness, clean build errors, 1.0.0-rc
8 0.1.x   more robust constructors
9 0.0.x   initial work
12 Low-level changelog
13 ===================
15 1.0.0 Sun Feb  3 16:45:41 CET 2008
16  - bumping requirement to 5.8.x
17  - module complete
19 0.2.3 Mon Jan 28 17:14:45 CET 2008
20  - trying to follow ppport.h advices to clean 5.6.x errors
22 0.2.2 Fri Jan 18 01:22:30 CET 2008
23  - quieting last C warnings remaining
25 0.2.1 Thu Jan 17 19:51:37 CET 2008
26  - rewrote vector tests (fixed number of tests during rewrite)
27  - newSViv() returns an SV*, not an IV (quieting warnings)
29 0.2.0 Wed Jan 16 18:34:38 CET 2008
30  - bounds_check() implemented
31  - added missing sanity checks in constructors
32  - no more todo tests
33  - better way of returning without RETVAL
34  - first rc for 1.0.0
38 0.1.3 Wed Jan 16 17:09:41 CET 2008
39  - fixed leftover of RETVAL sillyness
40    (should build/test on more platforms now)
42 0.1.2 Tue Jan 15 19:46:07 CET 2008
43  - converted rest of AV* to use SV* for objects
44  - new methods:
45     - _add()
46     - _substract()
47     - _invert()
49 0.1.1 Tue Jan 15 19:19:46 CET 2008
50  - new methods:
51     - get_all_components()
52     - clear()
53     - set_component()
55 0.1.0 Tue Jan 15 18:23:14 CET 2008
56  - constructors more robust (thx rgs)
57  - new methods:
58     - copy()
59     - _add_inplace()
60     - _substract_inplace()
61  - removed reference to LB::* modules in tests
65 0.0.1 Tue Jan 15 14:52:14 CET 2008
66  - original version
67  - build toolchain in place
68  - constructors + basic accessors