X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=e66350425f88e33b40b3c1c5f26c0a8c59807335;hb=fbf70483cddd77fc0c680c4bae75c8b8f5b9f7be;hp=6195445ea8594a58aa2d147378140ff9a0aab638;hpb=2c5f0577496dbb429a327fc85e72e7f4dcf4250c;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index 6195445..e663504 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,29 @@ -- -$Id: ChangeLog 35 2005-05-10 18:58:49Z tilman $ +$Id: ChangeLog 44 2005-05-25 19:51:25Z tilman $ ++ +2005-05-25 Tilman Sauerbeck (tilman at code-monkey de) + * test/test_array_sub.rb: Added a test for the :sub format + specifier + * lib/eet.rb, test/test_chunk.rb: Chunk.deserialize doesn't + modify its argument any more, instead, the number of bytes + consumed is now returned, too. + +2005-05-19 Tilman Sauerbeck (tilman at code-monkey de) + * Rakefile: Code cleanup + +2005-05-18 Tilman Sauerbeck (tilman at code-monkey de) + * lib/eet.rb: Grammar fix + * lib/eet.rb: Don't use Array#pack when the result is constant + +2005-05-13 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c: Work around RDoc's limitations + +2005-05-11 Tilman Sauerbeck (tilman at code-monkey de) + * ext/ext.c: Don't define BSWAP16, it's not used + * lib/eet.rb: Don't specify the parent class of Eet::Stream when + we re-open it + 2005-05-10 Tilman Sauerbeck (tilman at code-monkey de) * ext/ext.c: Store the result of rb_intern("include?") in a global variable, since it's used very often