[前][次][番号順一覧][スレッド一覧]

ruby-changes:15892

From: yugui <ko1@a...>
Date: Sun, 16 May 2010 20:36:14 +0900 (JST)
Subject: [ruby-changes:15892] Ruby:r27830 (ruby_1_9_2): merges r27729 from trunk into ruby_1_9_2.

yugui	2010-05-16 20:35:54 +0900 (Sun, 16 May 2010)

  New Revision: 27830

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27830

  Log:
    merges r27729 from trunk into ruby_1_9_2.
    --
    * eval_intern.h (rb_vm_get_sourceline): add prototype.

  Modified files:
    branches/ruby_1_9_2/ChangeLog
    branches/ruby_1_9_2/eval_intern.h

Index: ruby_1_9_2/eval_intern.h
===================================================================
--- ruby_1_9_2/eval_intern.h	(revision 27829)
+++ ruby_1_9_2/eval_intern.h	(revision 27830)
@@ -210,6 +210,7 @@
 void rb_thread_terminate_all(void);
 VALUE rb_vm_top_self();
 VALUE rb_vm_cbase(void);
+int rb_vm_get_sourceline(const rb_control_frame_t *);
 void rb_trap_restore_mask(void);
 
 #ifndef CharNext		/* defined as CharNext[AW] on Windows. */
Index: ruby_1_9_2/ChangeLog
===================================================================
--- ruby_1_9_2/ChangeLog	(revision 27829)
+++ ruby_1_9_2/ChangeLog	(revision 27830)
@@ -1,3 +1,7 @@
+Tue May 11 09:57:05 2010  Nobuyoshi Nakada  <nobu@r...>
+
+	* eval_intern.h (rb_vm_get_sourceline): add prototype.
+
 Tue May 11 09:53:07 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* ext/psych/parser.c (PSYCH_TRANSCODE): get rid of bare use of gcc

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]