summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-23 07:30:43 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-01-23 07:30:43 +0000
commita143fef2e6888dc3b80d74c123c0af1fd97d2f81 (patch)
tree1a033ace8ffbc862b97c6f4eab80e3326462f06d /doc
parent90543ec94fee42cacdfeacf0b31efed4153acde0 (diff)
downloadruby-a143fef2e6888dc3b80d74c123c0af1fd97d2f81.tar.gz
ruby-a143fef2e6888dc3b80d74c123c0af1fd97d2f81.tar.xz
ruby-a143fef2e6888dc3b80d74c123c0af1fd97d2f81.zip
* array.c (Init_Array): remove Array#filter.
* object.c (rb_mod_initialize): should accept zero argument. * object.c (rb_mod_cmp): should raise ArgumentError if inheritance/inclusion relation between two classes/modules is not defined. [new] * io.c (rb_io_fsync): new method. [new] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 1b2baf93f..95f3981c3 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,7 @@
+: IO#fsync
+
+ Added.
+
: Array expansion
Fixed with the following behavior: