1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Tue Jul 26 2011 T Horinouchi
* multibitnums-0.1.4 released (cvs tag multibitnums-0_1_4)
Mon Jul 25 2011 T Horinouchi
* multibitnums.c: changed to simply call
rb_define_module("NumRu") (as is the case for
other NumRu libraries such as RubyDCL)
* test/test.rb, test/test2.rb: treatment for Ruby 1.9
(to call Integer#chr explicitly)
Mon Jul 25 2011 T Horinouchi < Y Sasaki [dennou-ruby:003382]
* test/test.rb, test/test2.rb: patch to conduct the unit test
* multibitnums.c: patch for Ruby 1.9.2
Tue May 10 2005 T Horinouchi
* multibitnums-0.1.3 released (cvs tag multibitnums-0_1_3)
* LICENCE.txt: added (BSD 2-clause license)
Fri May 13 2005 T Horinouchi
* multibitnums-0.1.2 released (cvs tag multibitnums-0_1_2)
* multibitnums.c: changed global variables such as mNumRu to file local
|