X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=dc3572de6b08f9e5ec3c51e3d7586f2e84ad6fec;hb=918d447d3b418316061a5cdeecbb4c8b64c84aa0;hp=ec4033f795c54cbaad5c107c2f8330ad1e391846;hpb=deb555911974965cf23a4bcfdf79fb3b7d327663;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index ec4033f..dc3572d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,28 @@ -- -$Id: ChangeLog 60 2005-06-08 16:18:32Z tilman $ +$Id: ChangeLog 67 2005-06-29 15:44:09Z tilman $ ++ +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() + +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