summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-28 06:28:34 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-28 06:28:34 +0000
commitb6e85a5e29a9790ec33add32bb554b55e3ad4ba9 (patch)
treeead8078dd3ec3e1afacce2462316c618b0c6098b
parent47b32d286f779d48402b595984562edc102067ce (diff)
b1.1b9_16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
-rw-r--r--version.h4
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a3f20ef863..9f90111d42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Apr 28 15:27:58 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * experimental release 1.1b9_16.
+
Tue Apr 28 00:07:38 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
* eval.c (obj_is_proc): type check predicate.
@@ -11,6 +15,10 @@ Mon Apr 27 16:59:17 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
* lib/tk.rb: use tcltklib#_invoke instead of `_eval'.
+Mon Apr 27 16:59:17 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * array.c (ary_sort): use dup, not clone.
+
Mon Apr 27 13:46:27 1998 Tadahiro Maebashi <maebashi@iij.ad.jp>
* ext/tcltklib/tcltklib.c (ip_invoke): invoke tcl command
diff --git a/version.h b/version.h
index c19457a289..204a305e2a 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
-#define RUBY_VERSION "1.1b9_15"
-#define VERSION_DATE "98/04/24"
+#define RUBY_VERSION "1.1b9_16"
+#define VERSION_DATE "98/04/28"