summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-08Rubified the APIs of pack.cYusuke Endoh
2019-11-08tool/mk_builtin_loader.rb: check if op is an array or notYusuke Endoh
2019-11-08Make prefix staticNobuyoshi Nakada
2019-11-08Update builtin include filesNobuyoshi Nakada
2019-11-08Add VPATH to rbinc rule for nmakeNobuyoshi Nakada
2019-11-08delete cc->aux.inc_sp卜部昌平
2019-11-08Add file mode to generated files [ci skip]Nobuyoshi Nakada
2019-11-08builtin.h must be included *AFTER* vm_core.hNobuyoshi Nakada
2019-11-08Renamed `load_*.inc` as `*.rbinc` to utilize a suffix ruleNobuyoshi Nakada
2019-11-08Suppress "shadowing outer local variable" warning in 2.5aycabta
2019-11-08cstr -> bytesKoichi Sasada
2019-11-08fix line break code (fix to LF)Koichi Sasada
2019-11-08forget to add gc.rbKoichi Sasada
2019-11-08use builtins for GC.Koichi Sasada
2019-11-08Stop compiling if type mismatch was found.Koichi Sasada
2019-11-08builtin.h must be included *AFTER* vm_core.hNobuyoshi Nakada
2019-11-08Removed BOM [ci skip]Nobuyoshi Nakada
2019-11-08Fix typoKazuki Tsujimoto
2019-11-08name the result of calccall卜部昌平
2019-11-08Define Struct#deconstruct_keysKazuki Tsujimoto
2019-11-08revival of __func__卜部昌平
2019-11-08describe vm_cache_check_for_class_serial [ci skip]卜部昌平
2019-11-08Change requirements of BASERUBY.Koichi Sasada
2019-11-08Define IO#read/write_nonblock with builtins.Koichi Sasada
2019-11-08do not use __func__.Koichi Sasada
2019-11-08fix line break code (fix to LF)Koichi Sasada
2019-11-08fix typeKoichi Sasada
2019-11-08* remove trailing spaces. [ci skip]git
2019-11-08use builtin for RubyVM::AbstractSyntaxTree.Koichi Sasada
2019-11-08use builtin for TracePoint.Koichi Sasada
2019-11-08support builtin features with Ruby and C.Koichi Sasada
2019-11-07Add a counter for compactionAaron Patterson
2019-11-08* 2019-11-08 [ci skip]git
2019-11-07Use a monotonically increasing number for object_idJohn Hawthorn
2019-11-07Suppress unused variable warningNobuyoshi Nakada
2019-11-07Use FIX2LONG instead of FIX2INT like 26843cbcd0NARUSE, Yui
2019-11-07Use FIX2LONG to avoid unexpected exceptionNARUSE, Yui
2019-11-07extend rb_call_cache卜部昌平
2019-11-07Fixed test failure related Net::ProtocolHiroshi SHIBATA
2019-11-07SMTP is not moduleHiroshi SHIBATA
2019-11-07Promote cgi to default gemsHiroshi SHIBATA
2019-11-07Promote net-smtp to default gemsHiroshi SHIBATA
2019-11-07Promote net-pop to default gemsHiroshi SHIBATA
2019-11-07Promote benchmark to default gemsHiroshi SHIBATA
2019-11-07Promote delegate to default gemsHiroshi SHIBATA
2019-11-07Promote pstore to default gemsHiroshi SHIBATA
2019-11-07Promote getoptlong to default gemsHiroshi SHIBATA
2019-11-07Fixed an Errno::ENOENT with non-test librariesHiroshi SHIBATA
2019-11-07Disallow duplicated pattern variableKazuki Tsujimoto
2019-11-07Add missing semicolonKazuki Tsujimoto