adding missing prereqs
[language-befunge.git] / Changes
blobb761a4ebd5c94aca354e56f38c785aa75abbfaef
1 Revision history for Language::Befunge.
3 High-level changelog
4 ====================
6 4.0x    LB:LS split in LBS/LBW, extensions
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 4.11 Thu Jun  4 20:24:49 CEST 2009
21  - new fingerprint: CPLI - complex numbers extension
22  - new fingerprint: DIRF - directory operations
23  - new fingerprint: FILE - file i/o operations
24  - new fingerprint: FIXP - fixed point operations
25  - new fingerprint: STRN - string operations
26  - new fingerprint: SUBR - subroutines extension
27  - new fingerprint: TIME - date/time operations
28  - debug() now a plain sub in Language::Befunge::Debug, for a ~20% speedup
29  - tests sanitized (ported to test::more, test::output and test::exception)
31 4.10 Sun Apr  5 15:44:57 CEST 2009
32  - new infinite loop detection (mark)
34 4.09 Sat Jan 17 14:34:08 CET 2009
35  - using class::xsaccessor internally, for a 10% speedup
37 4.08 Sun Nov 16 11:23:13 CET 2008
38  - change libs semantics when unloading under stack
39  - fix on some extensions
41 4.07 Sat Nov 15 19:44:27 CET 2008
42  - fix month in y instruction
43  - new fingerprint: BASE - non-standard math bases extension
44  - new fingerprint: BOOL - boolean operations extension
45  - new fingerprint: EVAR - environment variables extention
46  - new fingerprint: HRTI - high-resolution timer extension
47  - new fingerprint: MODU - modulo arithmetic extension
49 4.06 Tue Nov 11 17:50:47 CET 2008
50  - new fingerprint: NULL - extension to opacify loaded extensions
51  - new fingerprint: ORTH - orthogonal easement extension
52  - new fingerprint: PERL - extension to embed perl within bBefunge
53  - new fingerprint: REFC - referenced cells extension
54  - new fingerprint: ROMA - roman numerals extension
56 4.05 Mon Nov 10 15:46:00 CET 2008
57  - handprint changed to JQBF
58  - mycology compliance. this comes with some changes in unclear semantics:
59         . spaces and comments are now slurped in 0 tick
60         . k interprets the instructions at its position
62 4.04 Mon Jul 28 18:54:02 CEST 2008
63  - speeding LBS->store by 55+% (mark)
64  - input not cached per ip, but per interpreter (mark)
65  - bringing test coverage up to 100% (mark, jq)
67 4.03 Fri Jul  4 12:14:45 CEST 2008
68  - adding 'm' opcode (z if) (mark)
69  - completing code coverage up to 97.5% (mark, jq)
70  - adding optional module for TEST lib (jq)
72 4.02 Thu Jul  3 20:44:11 CEST 2008
73  - completing list of required modules, even if a corelist one
74  - providing empty base class LBW
76 4.01 Mon Jun  9 17:33:48 CEST 2008
77  - Test::Exception now a hard prereq of the module
79 4.00 Sun Jun  8 17:08:22 CEST 2008
80  - split LB::LaheySpace in LB::Storage and LB::Wrapping (jq, mark)
81  - first storage implementations:
82     . LBS:2D:Sparse      2-dims, sparse hash (jq)
83     . LBS:Generic:AoA    n-dims, array of arrays (jq, mark)
84     . LBS:Generic:Vec    n-dims, vec-based, supporting lbsgvxs (mark)
85     . LBS:Generic:Sparse n-dims, sparse hash (mark)
86  - first wrapping implementations:
87     . LBW:LaheySpace    funge98 wrapping (jq)
88  - LBI->new:
89     . stricter params checking (jq)
90     . easier to expand with syntaxes (jq)
91     . new alternative syntaxes (mark)
92  - requiring perl 5.10 (jq, mark)
93  - API changes:
94     . LBV has additional rasterize method (moved and expanded from LBGSGA) (mark)
95     . LBV supports accelerated rasterize method in LBVXS > 1.0.0 (mark)
96     . labels_lookup should return Vector objects (mark)
97     . expand() should exist for all Storage modules (mark)
98     . add get_dims() to the Storage API (mark)
99  - new befunge lib: TEST (book)
103 3.05 Tue Jan 22 17:52:27 CET 2008
104  - LBV now uses an array internally for more efficiency
105  - LBV tries to load transparently LBVXS for even more speed
106  - LB:LaheySpace.pm now also understand \r\n and \r terminated programs
107  - some tests cleaning
109 3.04 Wed Jan  9 17:50:58 CET 2008
110  - more robust way of skipping tests when Test::Exception isn't present
111    . fix t/1-classes/vector.t and t/3-lahey/generic.t
112    . fix RT ticket #32164
114 3.03 Sun Jan  6 19:05:09 CET 2008
115  - tests reorganized
117 3.02 Mon Nov 26 13:02:20 CET 2007
118  - kwalitee/cpants release
120 3.01 Wed Oct 24 14:22:24 CEST 2007
121  - fixing stricture
123 3.00 Fri Sep 28 17:41:27 CEST 2007
124  - new LB::Vector class for abstracting dimension (mark)
125  - new LB::LaheySpace::Generic, a n-dims laheyspace (mark)
126  - support for n-dims
127  - ops now belong to their own modules, with one test per op
128  - new LB::Interpreter class to create the combination dims / ops
129  - possibility to choose the set of ops: unefunge, befunge, generic-funge
130  - move to lib/ layout
134 2.08 Mon May 28 19:36:11 CEST 2007
135  - skipping a failing exec test on windows
137 2.07 Sat May 26 15:05:46 CEST 2007
138  - kwalitee release: LICENSE, pod tests, etc.
140 2.06 Tue May  2 18:02:12 CEST 2006
141  - corrected input error introduced during accessor split
142  - migrated 02befunge.t, 10stdio.t and 22lib.t to Test::More
143  - added tests for generic Befunge.pm test
144  - added tests for output errors
145  - added tests for library semantics
147 2.05 Mon May  1 18:34:18 CEST 2006
148  - migrated 03ip.t to Test::More
149  - updated 03ip.t to 100% cover L::B::IP
150  - updated 04lahey.t to 100% cover L::B::LaheySpace
151  - test-suite coverage is now 95.7%
153 2.04 Sun Apr 30 15:47:16 CEST 2006
154  - removed cargo-cult proto in constructors
155  - removed OO indirect notations
156  - renamed private methods to begin with _
157  - migrated 04lahey.t to Test::More
158  - ran coverage on the test-suite: 93.6%
160 2.03 Fri Feb 17 17:04:49 CET 2006
161  - use-ing integer for faster computations
163 2.02 Fri Feb 17 15:36:08 CET 2006
164  - rewritten accessors for L::B::IP, using same technik as L::B
165  - doc updated
167 2.01 Fri Feb 17 15:15:43 CET 2006
168  - rewritten accessors generation, for another speedup
169  - adapted the documentation
171 2.00 Fri Feb 17 14:48:54 CET 2006
172  - splitted accessors for L::B in get_* and set_*, for a small speedup. note:
173    this will break your code if you're running your own inner-loop!
174  - beginning of L::B 2.x, an optimization serie
178 1.20 Mon Feb 13 18:08:28 CET 2006
179  - fixed wrapping in L::B::LaheySpace::move_ip_forward to comply with
180    LaheySpace specs (mark)
182 1.11 Tue Feb  7 18:07:03 CET 2006
183  - fixed L::B::IP->svalue returning undef on non-existent stack depth (mark)
185 1.10 Tue Feb  7 15:05:13 CET 2006
186  - included a Module::Builder mechanism (old scheme with Makefile.PL is preserved)
190 1.06 Mon Feb  6 21:04:04 CET 2006
191  - reworked Makefile.PL (now more light-weight)
192  - added a TODO file
194 1.05 Mon Feb  6 19:01:37 CET 2006
195  - fixing wrapping when ip delta is greater than lahey space width or height (mark)
197 1.04 Wed Feb  1 17:38:49 CET 2006
198  - detecting infinite loop on bogus funges in move_curip (mark)
200 1.03 Mon Jan  2 21:20:07 CET 2006
201  - fixing failed test on 64bits platforms (mark)
203 1.02 Fri Dec  2 21:44:48 CET 2005
204  - enhanced input checking, dealing correctly with non-ascii characters
205    (with the help of Mark Glines)
207 1.01 Sat Nov 26 16:22:23 CET 2005
208  - unrolling k instruction to avoid deep recursion warning (mark)
210 1.00 Thu Oct 28 19:13:59 CEST 2004
211  - i instruction support binary flag (book)
212  - mailing-list available: language-befunge@mongueurs.net
213  - stable for now 2 years, -98 fully implemented: sane basis for further work
214    on the module
218 0.38 Fri May  3 14:47:09 CEST 2002
219  - Removed a (silly) debug message.
220  - Fool-proof for ascii input.
221  - Numeric input works with LB::IP::input() (just as ascii input).
222  - Numeric input asks for input until it gets a valid input.
224 0.37 Wed Apr 24 08:54:00 CEST 2002
225  - New mechanism of libraries loading: loading instances of extension instead
226    of a plain module.
227  - doc/library.pod modified to reflect this.
229 0.36 Mon Apr 22 20:44:10 CEST 2002
230  - jqbf98 now understands the -v flag (verbose)
231  - New examples tpr00.bf, palin.bf
232  - IP.pm now has two methods spush_vec and spop_vec. Befunge.pm modified to
233    take advantage of those methods.
234  - IP.pm now has a method spush_args to push (and convert) arguments on the stack.
235  - IP.pm comes with a storage facility to allow library to fetch and store
236    whatever data they want. This is highly experimental and the interface may
237    change in future releases.
239 0.35 Tue Apr 16 17:20:29 CEST 2002
240  - LaheySpace::labels_lookup() now also returns the velocity that found the label.
241  - Minor pod update.
243 0.34 Tue Apr 16 15:00:27 CEST 2002
244  - Minor bug fix in LaheySpace.pm. I discovered it by chance, since it's
245    a tiny little bug that did not seem to break anything.
246  - LaheySpace now has a labels_lookup() method, that allow to search for
247    labels inside comments. This will be used in Inline::Befunge and maybe
248    some extensions will use this non-standard mechanism.
249  - Minor update to doc/library.pod
251 0.33 Mon Apr 15 17:21:23 CEST 2002
252  - Fancy stuff added in order to support Inline::Befunge (does not change
253    the default behavior)
254  - One more debug message
256 0.32 Mon Apr 15 12:01:53 CEST 2002
257  - POD fixing in doc/library.pod
259 0.31 Mon Apr 15 09:41:21 CEST 2002
260  - Smarter way of handling parameters.
261  - jqbf98 interpreter now handles parameters.
263 0.30 Sun Apr 14 15:53:19 CEST 2002
264  - Befunge.pm now has an Object Oriented interface.
265  - rewriting tests to take the new interface into account.
269 0.20 Sat Apr 13 13:08:17 CEST 2002
270  - Befunge.pm modified to understand libraries semantics:
271    parens (to load/unload) and capital letters.
272  - IP modified in order to accept the libraries semantics.
273  - New directory lib/ where to put libraries.
274  - New libraries FOO and HELO
275  - New test 22lib -> test libraries semantics.
276  - Pod completed in Befunge.pm
277  - Tutorial (doc/library.pod) on how to build new extensions.
278  - all instructions implemented in instr.txt
282 0.12 Fri Apr 12 18:51:04 CEST 2002
283  - Shipped with some examples.
284  - Shipped with the Funge-98 specs.
286 0.11 Fri Apr 12 18:33:09 CEST 2002
287  - Bug fix in the way spaces are handled in strings.
288  - Bug fix in numeric input.
289  - Bug fix in ascii input.
290  - New script jqbf98, a standalone interpreter.
291  - Rewrite of Makefile.PL to install this file.
293 0.10 Fri Apr 12 15:04:10 CEST 2002
294  - More POD documentation.
295  - Bug fix in instruction t.
296  - More debug messages.
297  - New test 21concur.t -> tests concurrent Funge.
299 0.09 Fri Apr 12 12:05:03 CEST 2002
300  - Bug fix in y instruction (flags).
301  - Bug fix in y instruction (size of TOSS).
302  - 20th field of y instruction returns ENV sorted by keys.
303  - More debug messages in Befunge.pm
304  - New test 20system.t -> tests exec and info retrieval
306 0.08 Thu Apr 11 19:34:38 CEST 2002
307  - Fixed some bad API calls in Befunge.pm
308  - Bug fix in LaheySpace.pm
309  - More debug messages in Befunge.pm
310  - Minor bug fix in output file for text flag.
311  - New test 19storg.t -> tests storage
312  - 10stdio.t extended to test input and output file.
314 0.07 Thu Apr 11 17:49:03 CEST 2002
315  - Fixed a bug in IP.pm and 03ip.pm
316  - Fixed some bad API calls in Befunge.pm
317  - More debug messages.
318  - New test 18sos.t -> tests stack stack manipulation
319  - instr.txt rewritten.
321 0.06 Thu Apr 11 15:06:50 CEST 2002
322  - Pod cleaning in LaheySpace.pm.
323  - Some bug fixes in Befunge.pm
324  - New test 16string.t -> tests string thingies
325  - New test 17stack.t  -> tests stack stuff
327 0.05 Thu Apr 11 14:25:10 CEST 2002
328  - Completed 14flow.t
329  - New test 15decis.t -> tests decision making
331 0.04 Thu Apr 11 12:04:30 CEST 2002
332  - store_code includes magic to display the correct filename in error msgs.
333  - instr.txt explained.
334  - Bug fixes for control flow instructions.
335  - New test 13dir.t  -> tests direction changing
336  - New test 14flow.t -> tests flow control
338 0.03  Thu Apr 11 09:59:28 CEST 2002
339  - Bug fix with string-mode.
340  - Debug facilities.
341  - New test 02befunge.t -> tests the exported functions
342  - New test 10stdio.t   -> tests ,. and space
343  - New test 11nums.t    -> tests 0-9a-f
344  - New test 12maths.t   -> tests +-*/%
345  - New file inst.txt with the instruction and their current
346    status (tested with a X).
348 0.02  Wed Apr 10 14:22:31 CEST 2002
349  - New function store_code.
350  - Language::Befunge synopsis extended.
352 0.01  Wed Apr 10 14:01:20 CEST 2002
353  - Original version.
354  - Every instruction is implemented, but _not_ tested.
355  - Module LaheySpace written and tested.
356  - Module IP written and tested.