ruby/ext/strscan
Nobuyoshi Nakada 3e763883ea
Fixed overflow at onig_region_set
To get rid of a bug of `onig_region_set` which takes `int`s
instead of `OnigPosition`s, set elements of `beg` and `end`
members directly, for the time being.
2019-10-14 15:10:56 +09:00
..
depend Include ruby/assert.h in ruby/ruby.h so that assertions can be there 2019-07-14 17:58:03 +09:00
extconf.rb Import StringScanner 1.0.3 (#2553) 2019-10-14 12:40:50 +09:00
strscan.c Fixed overflow at onig_region_set 2019-10-14 15:10:56 +09:00
strscan.gemspec Import StringScanner 1.0.3 (#2553) 2019-10-14 12:40:50 +09:00