X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=0cf4671fc66385981f2a62fe3aee597329fec834;hb=3309a248bccc0f71fc05bafb8bfeb4ca2a73d0f3;hp=aa269dc9a7d7309b1efcf1e96f8deed20c2d43da;hpb=aea59ebcf8fdcc7acf839ff9322c697326d224ba;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index aa269dc..0cf4671 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,26 @@ -- -$Id: ChangeLog 68 2005-06-29 16:50:47Z tilman $ +$Id: ChangeLog 73 2005-08-25 20:36:00Z tilman $ ++ +2005-08-25 Tilman Sauerbeck (tilman at code-monkey de) + * README: Fixed bad link to project homepage + +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