From 430f5a1d61a1dae175f1e29840f7e7a91c1eaf1c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 5 Dec 2007 07:18:52 +0000 Subject: * proc.c (rb_proc_s_new): call initialize. [ruby-core:13824] * proc.c (rb_proc_location): return file name and line number where the proc is defined. * thread.c (thread_s_new): call initialize. [ruby-core:13835] * thread.c (thread_initialize): split initialize method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30468466c7..acac149a43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Dec 5 16:18:50 2007 Nobuyoshi Nakada + + * proc.c (rb_proc_s_new): call initialize. [ruby-core:13824] + + * proc.c (rb_proc_location): return file name and line number where + the proc is defined. + + * thread.c (thread_s_new): call initialize. [ruby-core:13835] + + * thread.c (thread_initialize): split initialize method. + Wed Dec 5 15:25:55 2007 Nobuyoshi Nakada * parse.y (rb_intern3): fix to changing encoding to default, and -- cgit v1.2.3