X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=138496fb5b8d667c6ba3c9b91fec097d46640a34;hb=4cd5fa452a3a070a52636e2a5677f5e996896646;hp=949b9faf75a445dbb89d5978e88df54364139103;hpb=97c8bab3bc9e5d3665d4f6ad528ad5a140d808a3;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index 949b9fa..138496f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,40 @@ -- -$Id: ChangeLog 59 2005-06-08 16:13:15Z tilman $ +$Id: ChangeLog 69 2005-07-08 22:35:08Z tilman $ ++ +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: 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