create Language::Befunge::Storage::Generic::Vec, and test it.
[language-befunge.git] / Changes
blobfc566ea6c15b10d51a84a9663c74fc054aacfca2
1 Revision history for Language::Befunge.
3 High-level changelog
4 ====================
6 4.0x    LB:LS split in LBS/LBW
7 3.0x    multidims, multiops possibilities
8 2.0x    optimizing + test coverage
9 1.2x    real LaheySpace support
10 1.1x    support for Build.PL
11 1.0x    official release + mailing-list
12 0.3x    oo interface
13 0.2x    libraries semantics
14 0.0x    initial work, with basic capabilities
17 Low-level changelog
18 ===================
20  - split LB::LaheySpace in LB::Storage and LB::Wrapping
21  - first storage implementations:
22     . LBS:2D:Sparse     2-dims, sparse hash
23     . LBS:Generic:AoA   n-dims, array of arrays
24  - first wrapping implementations:
25     . LBW:LaheySpace    funge98 wrapping
26  - LBI->new params stricter / easier
27  - requiring perl 5.10
31 4.00 <insert release date here>
32  - Insert lots of nifty reorganization stuff here (jq)
33  - LBV has additional rasterize method (moved and expanded from LBGSGA) (mg)
34  - LBV supports accelerated rasterize method in LBVXS 1.0.1 (mg)
35  - API standards: labels_lookup should return Vector objects. (mg)
36  - Adapt Storage::Generic::AoA to new LB tree.  Test it properly. (mg)
37  - API standards: expand() should exist for all Storage modules. (mg)
38  - Add new Generic::Vec storage module, with support for LBSGVXS. (mg)
40 3.05 Tue Jan 22 17:52:27 CET 2008
41  - LBV now uses an array internally for more efficiency
42  - LBV tries to load transparently LBVXS for even more speed
43  - LB:LaheySpace.pm now also understand \r\n and \r terminated programs
44  - some tests cleaning
46 3.04 Wed Jan  9 17:50:58 CET 2008
47  - more robust way of skipping tests when Test::Exception isn't present
48    . fix t/1-classes/vector.t and t/3-lahey/generic.t
49    . fix RT ticket #32164
51 3.03 Sun Jan  6 19:05:09 CET 2008
52  - tests reorganized
54 3.02 Mon Nov 26 13:02:20 CET 2007
55  - kwalitee/cpants release
57 3.01 Wed Oct 24 14:22:24 CEST 2007
58  - fixing stricture
60 3.00 Fri Sep 28 17:41:27 CEST 2007
61  - new LB::Vector class for abstracting dimension (courtesy of Mark Glines)
62  - new LB::LaheySpace::Generic, a n-dims laheyspace (courtesy of Mark Glines)
63  - support for n-dims
64  - ops now belong to their own modules, with one test per op
65  - new LB::Interpreter class to create the combination dims / ops
66  - possibility to choose the set of ops: unefunge, befunge, generic-funge
67  - move to lib/ layout
71 2.08 Mon May 28 19:36:11 CEST 2007
72  - skipping a failing exec test on windows
74 2.07 Sat May 26 15:05:46 CEST 2007
75  - kwalitee release: LICENSE, pod tests, etc.
77 2.06 Tue May  2 18:02:12 CEST 2006
78  - corrected input error introduced during accessor split
79  - migrated 02befunge.t, 10stdio.t and 22lib.t to Test::More
80  - added tests for generic Befunge.pm test
81  - added tests for output errors
82  - added tests for library semantics
84 2.05 Mon May  1 18:34:18 CEST 2006
85  - migrated 03ip.t to Test::More
86  - updated 03ip.t to 100% cover L::B::IP
87  - updated 04lahey.t to 100% cover L::B::LaheySpace
88  - test-suite coverage is now 95.7%
90 2.04 Sun Apr 30 15:47:16 CEST 2006
91  - removed cargo-cult proto in constructors
92  - removed OO indirect notations
93  - renamed private methods to begin with _
94  - migrated 04lahey.t to Test::More
95  - ran coverage on the test-suite: 93.6%
97 2.03 Fri Feb 17 17:04:49 CET 2006
98  - use-ing integer for faster computations
100 2.02 Fri Feb 17 15:36:08 CET 2006
101  - rewritten accessors for L::B::IP, using same technik as L::B
102  - doc updated
104 2.01 Fri Feb 17 15:15:43 CET 2006
105  - rewritten accessors generation, for another speedup
106  - adapted the documentation
108 2.00 Fri Feb 17 14:48:54 CET 2006
109  - splitted accessors for L::B in get_* and set_*, for a small speedup. note:
110    this will break your code if you're running your own inner-loop!
111  - beginning of L::B 2.x, an optimization serie
115 1.20 Mon Feb 13 18:08:28 CET 2006
116  - fixed wrapping in L::B::LaheySpace::move_ip_forward to comply with
117    LaheySpace specs (courtesy of Mark Glines)
119 1.11 Tue Feb  7 18:07:03 CET 2006
120  - fixed L::B::IP->svalue returning undef on non-existent stack depth (courtesy
121    of Mark Glines)
123 1.10 Tue Feb  7 15:05:13 CET 2006
124  - included a Module::Builder mechanism (old scheme with Makefile.PL is preserved)
128 1.06 Mon Feb  6 21:04:04 CET 2006
129  - reworked Makefile.PL (now more light-weight)
130  - added a TODO file
132 1.05 Mon Feb  6 19:01:37 CET 2006
133  - fixing wrapping when ip delta is greater than lahey space width or height
134    (courtesy of Mark Glines)
136 1.04 Wed Feb  1 17:38:49 CET 2006
137  - detecting infinite loop on bogus funges in move_curip (courtesy of Mark Glines)
139 1.03 Mon Jan  2 21:20:07 CET 2006
140  - fixing failed test on 64bits platforms (courtesy of Mark Glines)
142 1.02 Fri Dec  2 21:44:48 CET 2005
143  - enhanced input checking, dealing correctly with non-ascii characters
144    (with the help of Mark Glines)
146 1.01 Sat Nov 26 16:22:23 CET 2005
147  - unrolling k instruction to avoid deep recursion warning (courtesy of Mark Glines)
149 1.00 Thu Oct 28 19:13:59 CEST 2004
150  - i instruction support binary flag (courtesy of Philippe Bruhat)
151  - mailing-list available: language-befunge@mongueurs.net
152  - stable for now 2 years, -98 fully implemented: sane basis for further work
153    on the module
157 0.38 Fri May  3 14:47:09 CEST 2002
158  - Removed a (silly) debug message.
159  - Fool-proof for ascii input.
160  - Numeric input works with LB::IP::input() (just as ascii input).
161  - Numeric input asks for input until it gets a valid input.
163 0.37 Wed Apr 24 08:54:00 CEST 2002
164  - New mechanism of libraries loading: loading instances of extension instead
165    of a plain module.
166  - doc/library.pod modified to reflect this.
168 0.36 Mon Apr 22 20:44:10 CEST 2002
169  - jqbf98 now understands the -v flag (verbose)
170  - New examples tpr00.bf, palin.bf
171  - IP.pm now has two methods spush_vec and spop_vec. Befunge.pm modified to
172    take advantage of those methods.
173  - IP.pm now has a method spush_args to push (and convert) arguments on the stack.
174  - IP.pm comes with a storage facility to allow library to fetch and store
175    whatever data they want. This is highly experimental and the interface may
176    change in future releases.
178 0.35 Tue Apr 16 17:20:29 CEST 2002
179  - LaheySpace::labels_lookup() now also returns the velocity that found the label.
180  - Minor pod update.
182 0.34 Tue Apr 16 15:00:27 CEST 2002
183  - Minor bug fix in LaheySpace.pm. I discovered it by chance, since it's
184    a tiny little bug that did not seem to break anything.
185  - LaheySpace now has a labels_lookup() method, that allow to search for
186    labels inside comments. This will be used in Inline::Befunge and maybe
187    some extensions will use this non-standard mechanism.
188  - Minor update to doc/library.pod
190 0.33 Mon Apr 15 17:21:23 CEST 2002
191  - Fancy stuff added in order to support Inline::Befunge (does not change
192    the default behavior)
193  - One more debug message
195 0.32 Mon Apr 15 12:01:53 CEST 2002
196  - POD fixing in doc/library.pod
198 0.31 Mon Apr 15 09:41:21 CEST 2002
199  - Smarter way of handling parameters.
200  - jqbf98 interpreter now handles parameters.
202 0.30 Sun Apr 14 15:53:19 CEST 2002
203  - Befunge.pm now has an Object Oriented interface.
204  - rewriting tests to take the new interface into account.
208 0.20 Sat Apr 13 13:08:17 CEST 2002
209  - Befunge.pm modified to understand libraries semantics:
210    parens (to load/unload) and capital letters.
211  - IP modified in order to accept the libraries semantics.
212  - New directory lib/ where to put libraries.
213  - New libraries FOO and HELO
214  - New test 22lib -> test libraries semantics.
215  - Pod completed in Befunge.pm
216  - Tutorial (doc/library.pod) on how to build new extensions.
217  - all instructions implemented in instr.txt
221 0.12 Fri Apr 12 18:51:04 CEST 2002
222  - Shipped with some examples.
223  - Shipped with the Funge-98 specs.
225 0.11 Fri Apr 12 18:33:09 CEST 2002
226  - Bug fix in the way spaces are handled in strings.
227  - Bug fix in numeric input.
228  - Bug fix in ascii input.
229  - New script jqbf98, a standalone interpreter.
230  - Rewrite of Makefile.PL to install this file.
232 0.10 Fri Apr 12 15:04:10 CEST 2002
233  - More POD documentation.
234  - Bug fix in instruction t.
235  - More debug messages.
236  - New test 21concur.t -> tests concurrent Funge.
238 0.09 Fri Apr 12 12:05:03 CEST 2002
239  - Bug fix in y instruction (flags).
240  - Bug fix in y instruction (size of TOSS).
241  - 20th field of y instruction returns ENV sorted by keys.
242  - More debug messages in Befunge.pm
243  - New test 20system.t -> tests exec and info retrieval
245 0.08 Thu Apr 11 19:34:38 CEST 2002
246  - Fixed some bad API calls in Befunge.pm
247  - Bug fix in LaheySpace.pm
248  - More debug messages in Befunge.pm
249  - Minor bug fix in output file for text flag.
250  - New test 19storg.t -> tests storage
251  - 10stdio.t extended to test input and output file.
253 0.07 Thu Apr 11 17:49:03 CEST 2002
254  - Fixed a bug in IP.pm and 03ip.pm
255  - Fixed some bad API calls in Befunge.pm
256  - More debug messages.
257  - New test 18sos.t -> tests stack stack manipulation
258  - instr.txt rewritten.
260 0.06 Thu Apr 11 15:06:50 CEST 2002
261  - Pod cleaning in LaheySpace.pm.
262  - Some bug fixes in Befunge.pm
263  - New test 16string.t -> tests string thingies
264  - New test 17stack.t  -> tests stack stuff
266 0.05 Thu Apr 11 14:25:10 CEST 2002
267  - Completed 14flow.t
268  - New test 15decis.t -> tests decision making
270 0.04 Thu Apr 11 12:04:30 CEST 2002
271  - store_code includes magic to display the correct filename in error msgs.
272  - instr.txt explained.
273  - Bug fixes for control flow instructions.
274  - New test 13dir.t  -> tests direction changing
275  - New test 14flow.t -> tests flow control
277 0.03  Thu Apr 11 09:59:28 CEST 2002
278  - Bug fix with string-mode.
279  - Debug facilities.
280  - New test 02befunge.t -> tests the exported functions
281  - New test 10stdio.t   -> tests ,. and space
282  - New test 11nums.t    -> tests 0-9a-f
283  - New test 12maths.t   -> tests +-*/%
284  - New file inst.txt with the instruction and their current
285    status (tested with a X).
287 0.02  Wed Apr 10 14:22:31 CEST 2002
288  - New function store_code.
289  - Language::Befunge synopsis extended.
291 0.01  Wed Apr 10 14:01:20 CEST 2002
292  - Original version.
293  - Every instruction is implemented, but _not_ tested.
294  - Module LaheySpace written and tested.
295  - Module IP written and tested.