X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=138496fb5b8d667c6ba3c9b91fec097d46640a34;hb=4cd5fa452a3a070a52636e2a5677f5e996896646;hp=3af46b4cf536ac37eef9a17ac0053496fc8a9e2c;hpb=4ce8773579a8b298740bcb35ff40f88649f4d674;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index 3af46b4..138496f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,18 @@ -- -$Id: ChangeLog 66 2005-06-29 15:42:58Z 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