X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=3009fe33501cb49dbc6fb0b0855e6d78593f3ba1;hb=1a7967e7d0581ab9eedd0e18862323bc6f00d029;hp=34b6f9773b7d40468cb072c9a36e3b404a37824b;hpb=b2a7264f8567da25c037ad52e7e3d2a9baea17cd;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index 34b6f97..3009fe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,31 @@ -- -$Id: ChangeLog 65 2005-06-28 18:40:59Z tilman $ +$Id: ChangeLog 72 2005-07-16 13:15:42Z tilman $ ++ +2005-07-16 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c, test/test_stream.rb: Don't raise BadElementError if + Stream#serialize is called on a stream that includes non-Chunk + elements + * ext/ext.c, test/test_{chunk,stream}.rb: Internal API update. + Instead of using Chunk#serialize and Stream#serialize, rename + Chunk#serialize to Chunk#to_s and just use Stream#to_s to + serialize the streams + +2005-07-15 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c: Code cleanup + +2005-07-09 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c: Object#to_eet: clear the stream after serializing it, + which slightly increases performance + +2005-06-29 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c: Store the result of rb_intern("pack") in a + global variable + * ext/ext.c: Remove unneeded StringValue() calls in + chunk_serialize() + * ext/ext.c: Properly check for an integer overflow when + computing the total buffer size in Chunk#initialize + 2005-06-28 Tilman Sauerbeck (tilman at code-monkey de) * ext/ext.c: Removed stray backslash