Clear the stream after serializing it in Object#to_eet.
[ruby-eet.git] / ChangeLog
index dc3572de6b08f9e5ec3c51e3d7586f2e84ad6fec..138496fb5b8d667c6ba3c9b91fec097d46640a34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,18 @@
 --
-$Id: ChangeLog 67 2005-06-29 15:44:09Z 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