Skip to content

Commit

Permalink
* gc.c: reject unused longlife gc.
Browse files Browse the repository at this point in the history
* debug.c: ditto.

* include/ruby/intern.h: ditto.

* include/ruby/ruby.h: ditto.

* iseq.c: ditto.

* node.h: ditto.

* vm_insnhelper.c: ditto.

* vm_insnhelper.h: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
authorNari committed Aug 10, 2009
1 parent a8cf451 commit de5f15b
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 254 deletions.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Mon Aug 10 10:57:59 2009 Narihiro Nakamura <[email protected]>

* gc.c: reject unused longlife gc.

* debug.c: ditto.

* include/ruby/intern.h: ditto.

* include/ruby/ruby.h: ditto.

* iseq.c: ditto.

* node.h: ditto.

* vm_insnhelper.c: ditto.

* vm_insnhelper.h: ditto.

Mon Aug 10 06:55:45 2009 Nobuyoshi Nakada <[email protected]>

* marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):
Expand Down
2 changes: 1 addition & 1 deletion debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const union {
RUBY_ENC_CODERANGE_VALID = ENC_CODERANGE_VALID,
RUBY_ENC_CODERANGE_BROKEN = ENC_CODERANGE_BROKEN,
RUBY_FL_MARK = FL_MARK,
RUBY_FL_REMENBERED_SET = FL_REMEMBERED_SET,
RUBY_FL_RESERVED = FL_RESERVED,
RUBY_FL_FINALIZE = FL_FINALIZE,
RUBY_FL_TAINT = FL_TAINT,
RUBY_FL_UNTRUSTED = FL_UNTRUSTED,
Expand Down
Loading

0 comments on commit de5f15b

Please sign in to comment.