X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=70f076fde174e8e82e2b9fa888dc8c4c4594e521;hb=b0bad9534611464914a7d7f5563b515e180e1f20;hp=0f2af2bb38ade28209aa1f533d2f2abaddd01be2;hpb=341603018d6182ae5a0663ca93922976e4d72868;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index 0f2af2b..70f076f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,33 @@ -- -$Id: ChangeLog 55 2005-06-02 20:16:44Z tilman $ +$Id: ChangeLog 63 2005-06-09 17:47:46Z tilman $ ++ +2005-06-09 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c: Object#to_eet: Don't put the final chunk in a stream + again, it's not needed + * ext/ext.c, test/test_stream.rb: If Stream#serialize is called on + a stream that includes non-Chunk elements, BadElementError is + raised + * ext/ext.c: Tweaked for_each_prop; use rb_ary_push() to add + chunks to the stream instead of calling Stream#push + +2005-06-08 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c, lib/eet.rb, test/test_basic.rb: + Re-implemented Float#to_eet_chunks in C and switched format to + the one libeet uses. + * ext/ext.c, lib/eet.rb: Re-implemented Integer#to_eet_chunks + in C + +2005-06-02 Tilman Sauerbeck (tilman at code-monkey de) + * Released version 0.1.3 + 2005-06-02 Tilman Sauerbeck (tilman at code-monkey de) * ext/ext.c: Fixed to work on Ruby 1.8.{0,1} again * lib/eet.rb: Bumped version number to 0.1.3 * ext/ext.c: Fixed RDoc comment for Object#to_eet * Rakefile: If the CC environment variable is set, use its value instead of calling "cc". + * NEWS: Updated for 0.1.3 2005-05-31 Tilman Sauerbeck (tilman at code-monkey de) * ext/ext.c: Optimized Object#to_eet slightly