0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implement conversion function. it converts from Java exception to Ruby exception. More... almost 14 years ago
add .gitignore More... almost 14 years ago
bug fix: add null check. More... almost 14 years ago
experimental implementation of interconversion between 'Java' and 'Ruby'. More... almost 14 years ago
follow modification of mruby. More... almost 14 years ago
experimental implementation of 'JObject' and 'JClass.call_static'. More... almost 14 years ago
bug fix: referenced 'jobject' is cleared at unexpected timing. More... almost 14 years ago
add new class 'JMethod' inside Ruby environment. More... almost 14 years ago
add "JAVA" module. More... almost 14 years ago
add new class 'KHashMt'. More... almost 14 years ago
implement 'KHashHt' More... almost 14 years ago
add "License". More... almost 14 years ago
support MRB_TT_DATA and MRB_TT_SCLASS. More... almost 14 years ago
support MRB_TT_HASH type. More... almost 14 years ago
*add new classes. RHash KHash KHashIv RData More... almost 14 years ago
remove some unimplemented native methods and implement some native methods. More... almost 14 years ago
add methods that wraps mruby's API. More... almost 14 years ago
support x86 platform. implement some native methods. More... almost 14 years ago
support methods for GC. add many declaration of mruby API (not implemented!!). add original interface type 'RFunc'. More... almost 14 years ago
rename package name. More... almost 14 years ago
fix include file path. More... almost 14 years ago
fix include file path. More... almost 14 years ago
add build procedure. More... almost 14 years ago
fix typo. More... almost 14 years ago
modify expression. More... almost 14 years ago
add README.md More... almost 14 years ago
implement overloaded 'Value.toString' method. it can output a value which is 'MRB_TT_SYMBOL' type. More... almost 14 years ago
keep stdio instance. More... almost 14 years ago
support 'stdio' redirection. More... almost 14 years ago
reject singleton pattern. implement a logic to make formatted 'RArray' object string. More... almost 14 years ago