On Sat, Feb 16, 2008 at 3:04 PM, Tadashi Saito <shiba / mail2.accsnet.ne.jp> wrote: > Hi, > > On Sat, 16 Feb 2008 04:42:34 -0800 (PST) > Alex Shulgin <alex.shulgin / gmail.com> wrote: > > > Very impressive! :-) > > Thank you for your comment! > > > IANAL, but you might want to add license notice to `decimal.c'. The > > copyright line alone would mean no rights for users if they copy the > > file out of the package (which includes the license text). > > Oh, you are right. I've been followed the style of the body's source code > too much ;) I added the notices to my source, and released as 0.0.1. > Thanks for pointing out. > > http://decimal.rubyforge.org/ > > > Just curious what made you develop another decimal library--is > > BigDecimal unhackable or does your library uses totally different > > approach, or something else? ;-) > Thank you very much for implementing this. I have been struggling with getting BigDecimal support into Rubinius, and this has a much cleaner API. --Wilson.