issues
search
mattn
/
mruby-onig-regexp
mrbgem of 鬼雲's Regular Expression
31
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Avoid using mrb_bug()
#112
kou
closed
1 year ago
7
Optionally always use the included libonig sources.
#111
suetanvil
opened
1 year ago
1
No way to explicitly use the included libonig instead of what is installed on the host system
#110
suetanvil
opened
1 year ago
0
Don't require libpthread when cross-compiling
#109
chasonr
closed
2 years ago
1
Support Ruby 3.2
#108
k0kubun
closed
2 years ago
1
fix segfault when MRB_UTF8_STRING is defined
#107
masahino
closed
2 years ago
1
test fails when MRB_UTF8_STRING is defined
#106
masahino
closed
2 years ago
4
Can not cross complie for x86_64-w64-mingw32 on Mac
#105
bu-kurokky
opened
2 years ago
8
Compilation failed on Visual Studio 2019
#104
holywyvern
opened
3 years ago
0
Update onigmo
#103
take-cheeze
closed
4 years ago
1
Support old 1.2 String#[]=
#102
take-cheeze
closed
4 years ago
1
Prefer MRuby::CrossBuild#host_target if specified
#101
k0kubun
closed
4 years ago
1
How to cross compile this gem?
#100
torsakch
opened
5 years ago
7
Fix missing assertions in test
#99
shuujii
closed
5 years ago
1
Always define String#match
#98
take-cheeze
closed
5 years ago
1
Add String#[]=
#97
kou
closed
5 years ago
1
Add String#match
#96
kou
closed
5 years ago
8
slice! does not work with Regexp
#95
mattn
closed
5 years ago
3
Recent mruby doesn't provide String#scan
#94
kou
closed
5 years ago
3
Fix test failure on mruby-2.0.1.
#93
Shokuji
closed
5 years ago
4
Fix library name for onigmo
#92
ksss
closed
5 years ago
3
Supporting non-word char in group name
#91
ksss
opened
5 years ago
1
Updates
#90
take-cheeze
closed
5 years ago
1
Avoid using `to_str` in the tests.
#89
matz
closed
6 years ago
2
Fix SEGV when `/abc/.match(nil, 1)`
#88
ksss
closed
6 years ago
1
Should not raise TypeError
#87
ksss
closed
6 years ago
1
Support symbol value
#86
ksss
closed
6 years ago
1
Fix #84.
#85
take-cheeze
closed
6 years ago
1
Match? bug
#84
proyb6
closed
6 years ago
2
Freeze regex variable
#83
proyb6
closed
6 years ago
1
add Regexp#match?
#82
mattn
closed
6 years ago
0
Support `Regexp#match?`
#81
take-cheeze
closed
6 years ago
8
Support installed onigmo in mruby 1.2.
#80
take-cheeze
closed
6 years ago
1
Fix to work regexp interpolation
#79
makenowjust
closed
7 years ago
1
Support block for Regexp#match
#78
okkez
closed
7 years ago
4
Update onigmo to v6.1.2
#77
ksss
closed
7 years ago
1
Problems finding oniguruma.h
#76
hone
closed
6 years ago
2
Global variables should set nil when ONIG_MISMATCH
#75
ksss
closed
7 years ago
1
OnigRegexp#initialize: Should raise RegexpError
#74
ksss
closed
7 years ago
1
String#split more compatibility with CRuby
#73
ksss
closed
6 years ago
3
String#split: more compatibility with CRuby
#72
ksss
closed
7 years ago
1
Early return in spcial cases
#71
ksss
closed
7 years ago
1
Support limit argument
#70
ksss
closed
6 years ago
2
build with bundled onigmo fails when c++ API is enabled
#69
lutter
opened
7 years ago
3
Should use copied pointer
#68
ksss
closed
7 years ago
1
Fix the mistyping of the directory of the lib file.
#67
ZumiKua
closed
7 years ago
5
/./ should match to latin-1 letter when MRB_UTF8_STRING is not defined.
#66
mattn
closed
5 years ago
0
Support argument of Hash object for gsub/sub
#65
ksss
closed
7 years ago
1
Fix segmentation fault
#64
ksss
closed
7 years ago
13
Abort on UTF-8 split with empty src
#63
ksss
closed
7 years ago
7
Next