summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-29 23:34:43 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-07-29 23:34:43 +0000
commit62395a335da4623d3fcb70dd6535e25119c8aa94 (patch)
tree23708154b02b8e704a33a938b4884033c9d2aab2 /ChangeLog
parente38f8b5cdc74d96585965bb3e598978ca560a636 (diff)
* eval.c (localjump_error): add parameter type declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8155c6adc8..b7674b0d86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 30 08:37:11 2002 Minero Aoki <aamine@loveruby.net>
+
+ * eval.c (localjump_error): add parameter type declaration.
+
Mon Jul 29 16:00:54 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/extmk.rb.in: always use File.expand_path for $top_srcdir.