Revision history for Language-GolfScript
0.01 2010-07-12
First version, released on an unsuspecting world.
0.02 2010-07-14 - install fix release
Trap error for systems that don't support 'use bigint try=> ...'.
Bug fixes for nested blocks. Implemented a few more unimplemented
functions.
0.03 2010-07-26 - bug fix release
Fix mix-up of increment and decrement operations ('(', ')').
Fix bug in map (%), each (/) operators.
Fix bug in sort ($) operator.
Handle string-number-index(%) operation.
Handle string-uncons('(') operation.
More tests, including t/ruby-compare.tt to explicitly compare
output of ruby/perl implementations.