summaryrefslogtreecommitdiff
path: root/misc/inf-ruby.el
diff options
context:
space:
mode:
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 c323eb25c6..632c80ce5b 100644
--- a/misc/inf-ruby.el
+++ b/misc/inf-ruby.el
@@ -35,7 +35,15 @@
;;; HISTORY
;;; senda - 8 Apr 1998: Created.
;;; $Log: inf-ruby.el,v $
-;;; 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]
;;;