From 014f2164ed7031a1c31604b290d2ab0cf1deacdc Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 10 May 2000 02:58:41 +0000 Subject: 2000-05-10 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 297848c3de..07fa720ced 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue May 9 17:08:43 2000 Yukihiro Matsumoto + + * array.c (Init_Array): prepare 'append' as alias to `push'. + + * eval.c (massign): no longer convert nil into empty array. + + * io.c (rb_io_s_popen): optional 3rd argument to give proc, which + will be executed in spawned child process. + Mon May 8 23:47:39 2000 Katsuyuki Komatsu * eval.c (rb_callcc): prev & next should be initialized to zero. @@ -5,7 +14,7 @@ Mon May 8 23:47:39 2000 Katsuyuki Komatsu Mon May 8 23:17:36 2000 Yukihiro Matsumoto * dln.c (dln_init): remove possible buffer overrun. This is - suggested by Aleksi Niemela + suggested by Aleksi Niemela . * dln.c (init_funcname): ditto. -- cgit v1.2.3