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 <slavek.banko@axis.cz> (cherry picked from commit 5daf2fbc51682f117572fe1f6a78522177dedef5)
* Fix FTBFS with Ruby 3.x due to removed rb_set_safe_level.Slávek Banko2022-03-221-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 <slavek.banko@axis.cz> (cherry picked from commit 920d54124a7ed87e205b280038934d9c3a55cee1)
* 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 <slavek.banko@axis.cz> (cherry picked from commit 0c09c41f99f50da12e6a13357683679f1d0bc9c1)