summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-30 00:13:56 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-30 00:13:56 +0000
commitdd5ab9887b2757db0df6674d13a34984f34e4482 (patch)
treea6b17ef56c040eb679cc660e5ac5f491041e1598 /ChangeLog
parent0400f85d45ab989422bf812bbe84fa79096edbd5 (diff)
* eval.c (rb_thread_join_m): add parameter type declaration.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b7674b0d8..656c41c96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 30 09:11:07 2002 Minero Aoki <aamine@loveruby.net>
+
+ * eval.c (rb_thread_join_m): add parameter type declaration.
+
Tue Jul 30 08:37:11 2002 Minero Aoki <aamine@loveruby.net>
* eval.c (localjump_error): add parameter type declaration.
@@ -116,7 +120,7 @@ Fri Jul 12 06:34:05 2002 Minero Aoki <aamine@loveruby.net>
* lib/net/http.rb: HTTP.get_print accepts URI objects.
- * lib/net/http.rb: HTTP.get did not work with URI.
+ * lib/net/http.rb: HTTP.get had not work with URI objects.
Fri Jul 12 02:15:58 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>