Skip to content

Commit

Permalink
b1.1b9_16
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/v1_1r@197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
matz committed Apr 28, 1998
1 parent aca9ccb commit 286e547
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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.
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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"

0 comments on commit 286e547

Please sign in to comment.