From 3d2707699735884034a81c1dc2a201b5ee13e731 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 16 Jun 2006 15:24:40 +0000 Subject: * parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aa54f411f..aba5ea144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +Sat Jun 17 00:23:58 2006 Nobuyoshi Nakada + + * parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995] + Sat Jun 17 00:02:15 2006 Masaki Suketa - * ext/win32ole/win32ole.c (ole_propertyput): support + * ext/win32ole/win32ole.c (ole_propertyput): support PROPERTYPUTREF. [ruby-talk:183042] * ext/win32ole/tests/test_propertyputref.rb: ditto. @@ -19,7 +23,7 @@ Thu Jun 15 23:02:47 2006 Masaki Suketa Wed Jun 14 18:23:28 2006 Eric Hodel - * enum.c (enum_any): Documentation typo. + * enum.c (enum_any): Documentation typo. Wed Jun 14 15:01:09 2006 Eric Hodel @@ -30,12 +34,12 @@ Wed Jun 14 23:03:53 2006 Tanaka Akira * configure.in: check sizeof(rlim_t). check setrlimit. - + * process.c (proc_getrlimit): new method Process.getrlimit. (proc_setrlimit): new method Process.setrlimit. * ruby.h (NUM2ULL): new macro. - + Mon Jun 12 22:25:09 2006 Yukihiro Matsumoto * sprintf.c (rb_f_sprintf): adjust precision length to prevent -- cgit