summaryrefslogtreecommitdiffstats
path: root/lib/kross/ruby/rubywrapper.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS because of conflict between config.h generated by automakeSlávek Banko2022-03-231-1/+0
| | | | | | | | | and Ruby headers. Instead of using config.h in Ruby related code, the definitions related to Ruby version are added to CFLAGS. Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with Ruby 3.x due to removed rb_set_safe_level.Slávek Banko2022-03-211-0/+3
| | | | | | | In Ruby 2.7 the entire concept is deprecated and in Ruby 3.x is removed entirely - see https://bugs.ruby-lang.org/issues/16131 Signed-off-by: Slávek Banko <[email protected]>
* Add wrapper for rb_set_safe_levelSlávek Banko2016-01-011-0/+24
This resolves FTBFS with Ruby 2.2 This resolves Bug 2467 Signed-off-by: Slávek Banko <[email protected]>