aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 13:47:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 13:47:01 +0000
commit77a9d7c32f8a8b74c63e999af8e5c11506dee8e2 (patch)
tree976a8b15651da7538c6e624bf56f07aeba99d84e /ChangeLog
parent3e9276a5389c95f0d010b39bffd7c53f16197693 (diff)
downloadruby-77a9d7c32f8a8b74c63e999af8e5c11506dee8e2.tar.gz
* parse.y (primary, brace_block): fix for line number.
* proc.c (rb_proc_location, rb_method_location): new methods {Proc,Method,UnboundMethod}#source_location. [ruby-core:18452] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da2b4d52e2..d7f747e551 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Sep 26 22:46:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (primary, brace_block): fix for line number.
+
+ * proc.c (rb_proc_location, rb_method_location): new methods
+ {Proc,Method,UnboundMethod}#source_location. [ruby-core:18452]
+
Fri Sep 26 21:36:33 2008 Koichi Sasada <ko1@atdot.net>
* vm_core.h (RUBY_VM_CHECK_INTS_TH): add an UNLIKELY hint.