summaryrefslogtreecommitdiff
path: root/misc/inf-ruby.el
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-11 10:01:15 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-11 10:01:15 +0000
commit7623d4f66361c32d8384de04a1b29a39d4438e14 (patch)
tree0d92a725bb9819e23f71afe86fd52565e5ad4fe6 /misc/inf-ruby.el
parentc56cb78599dfc3c930a5f686fee4d7613a524708 (diff)
Synchronize with trunk:
* misc/README: Add a note about ruby-electric.el. * misc/ruby-mode.el (ruby-non-block-do-re): Fix ruby-non-block-do-re. [ruby-core:03719] * misc/inf-ruby.el: Synchronize the comment section with trunk. * misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debug interface based on rubydb3x.el; submitted by Martin Nordholts <enselic AT gmail.com> in [ruby-bugs:PR#9023]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'misc/inf-ruby.el')
-rw-r--r--misc/inf-ruby.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/misc/inf-ruby.el b/misc/inf-ruby.el
index d9e2348e6e..0a7eb76bda 100644
--- a/misc/inf-ruby.el
+++ b/misc/inf-ruby.el
@@ -35,7 +35,15 @@
;;; HISTORY
;;; senda - 8 Apr 1998: Created.
;;; $Log$
-;;; Revision 1.6.2.1 2004/07/27 07:51:28 matz
+;;; Revision 1.7 2004/07/27 08:11:36 matz
+;;; * eval.c (rb_eval): copy on write for argument local variable
+;;; assignment.
+;;;
+;;; * eval.c (assign): ditto.
+;;;
+;;; * eval.c (rb_call0): update ruby_frame->argv with the default
+;;; value used for the optional arguments.
+;;;
;;; * object.c (Init_Object): "===" calls rb_obj_equal() directly.
;;; [ruby-list:39937]
;;;