aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-29 09:30:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-29 09:30:37 +0000
commit18a8812e365f493d9de13d28ae0c1ad85c1ab838 (patch)
treef86ae09a268c15935790bbb3f8108b6c67fa6669 /ChangeLog
parente3f88ac44d5068049e6dce1aa21ddb1ad30b24a4 (diff)
downloadruby-18a8812e365f493d9de13d28ae0c1ad85c1ab838.tar.gz
debug: trivial fixes
* ext/-test-/debug/init.c (Init_debug): use normal module. * ext/-test-/debug/inspector.c (callback): debug_inspector interfaces now use long. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 651d6306c5..96166ca0d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,7 @@ Tue Jan 29 17:03:28 2013 Koichi Sasada <ko1@atdot.net>
* vm_backtrace.c, include/ruby/debug.h: add new C api (experimental)
rb_debug_inspector_frame_self_get().
- * vm.c, vm_core.h, vm_trace.c: move decl. of
+ * vm.c, vm_core.h, vm_trace.c: move decl. of
rb_vm_control_frame_id_and_class() and constify first parameter.
Tue Jan 29 16:50:58 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>