Skip to content

Commit

Permalink
* vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h for
Browse files Browse the repository at this point in the history
  vm_dump.c.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed May 13, 2010
1 parent 44d8ab7 commit 04daf20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Thu May 13 13:09:24 2010 Nobuyoshi Nakada <[email protected]>

* vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h for
vm_dump.c.

Thu May 13 12:53:13 2010 NAKAMURA Usaku <[email protected]>

* io.c (swallow): support text mode and UTF-16/32 as internal encoding.
Expand Down
1 change: 0 additions & 1 deletion eval_intern.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ void rb_vm_set_progname(VALUE filename);
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. */
Expand Down
1 change: 1 addition & 0 deletions vm_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ VALUE rb_make_backtrace(void);
typedef int rb_backtrace_iter_func(void *, VALUE, int, VALUE);
int rb_backtrace_each(rb_backtrace_iter_func *iter, void *arg);
rb_control_frame_t *rb_vm_get_ruby_level_next_cfp(rb_thread_t *th, rb_control_frame_t *cfp);
int rb_vm_get_sourceline(const rb_control_frame_t *);
VALUE rb_name_err_mesg_new(VALUE obj, VALUE mesg, VALUE recv, VALUE method);

NOINLINE(void rb_gc_save_machine_context(rb_thread_t *));
Expand Down

0 comments on commit 04daf20

Please sign in to comment.