Age | Commit message (Collapse) | Author |
---|
| - ISO C forbids conversion of function pointer to object pointer type - ISO C forbids conversion of object pointer to function pointer type |
| |
| When `RUBY_DEBUG` is set, accessing a class in an invalid object will cause a breakpoint trap instead of a segfault on some implementations. |
| |
| Notes: Merged: https://.com/ruby/ruby/pull/7310 |
| Notes: Merged: https://.com/ruby/ruby/pull/7330 |
| Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the macros bellow: * `RBIMPL_ATTR_PACKED_STRUCT_BEGIN` * `RBIMPL_ATTR_PACKED_STRUCT_END` * `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN` * `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END` Notes: Merged: https://.com/ruby/ruby/pull/7268 |
| Notes: Merged: https://.com/ruby/ruby/pull/5474 |
| |
| Notes: Merged: https://.com/ruby/ruby/pull/4371 |
| Not to interfere in other tests. Notes: Merged: https://.com/ruby/ruby/pull/4043 |
| Notes: Merged: https://.com/ruby/ruby/pull/3347 |
| Notes: Merged: https://.com/ruby/ruby/pull/3346 |
| Notes: Merged: https://.com/ruby/ruby/pull/3338 |
| To fix build failures. Notes: Merged: https://.com/ruby/ruby/pull/3079 |
| This shall fix compile errors. Notes: Merged: https://.com/ruby/ruby/pull/3079 |
| Split ruby.h Notes: Merged-By: shyouhei <[email protected]> |
| |
| |
| g -L frozen_string_literal ext/**/*.rb|xargs ruby -Ka -e'ARGV.each{|fn|puts fn;open(fn,"r+"){|f|s=f.read.sub(/\A(#!.*\n)?(#.*coding.*\n)?/,"\\&# frozen_string_literal: false\n");f.rewind;f.write s}}' git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
| TAG_JUMP() with TAG_FATAL (ex. rb_fatal()). * test/ruby/test_fiber.rb (test_fatal_in_fiber): add a test for above. * ext/-test-/fatal/extconf.rb, ext/-test-/fatal/rb_fatal.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |