X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=bd36e6980ecd3b68137e33a2d9ded6ad29acddac;hb=2ab5c94a4033ecc44f0eabe58c6f792c49c9f169;hp=0bde4f367c209a63ebb645ba4b88f8d86f8c735f;hpb=029d2a9af60b487a332420cf743da61301ccf928;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index 0bde4f3..bd36e69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,41 @@ -- -$Id: ChangeLog 61 2005-06-09 17:33:48Z tilman $ +$Id: ChangeLog 71 2005-07-16 12:28:17Z 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 + +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 + +2005-06-27 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c: Tweaked Stream#serialize to be more GC-friendly + 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: