Don't use Array#pack when the result is constant.
[ruby-eet.git] / ChangeLog
index 6195445ea8594a58aa2d147378140ff9a0aab638..8ae5b057439d0a59801753a34be0069f8d3f2542 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
 --
-$Id: ChangeLog 35 2005-05-10 18:58:49Z tilman $
+$Id: ChangeLog 40 2005-05-18 19:04:52Z tilman $
 ++
 
+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