X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=ChangeLog;h=892b125751c218c875cb4f7e2e61779fd78722cc;hb=2d2e5afec0ba994e5e06aebe32ba348570623519;hp=02733f078e558e0cfb937da1afe1caa78576bd23;hpb=9a2acd97ed51919ffb4dcc44dc872df4e200b0cd;p=ruby-eet.git diff --git a/ChangeLog b/ChangeLog index 02733f0..892b125 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,25 @@ -- -$Id: ChangeLog 38 2005-05-13 18:30:15Z tilman $ +$Id: ChangeLog 46 2005-05-25 20:10:37Z 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. + * lib/eet.rb: Stream.deserialize fails if the given buffer is + empty + * lib/eet.rb: Chunk.deserialize fails if the given buffer is + empty + +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