summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2019-12-01Allow specifying arbitrary MJIT flags by --jit-debugTakashi Kokubun
2019-11-18delete unused codes卜部昌平
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-10-04Refactor parser_params by removing "in_main" flagYusuke Endoh
2019-08-29drop-in type check for rb_define_global_function卜部昌平
2019-08-27rb_define_hooked_variable now free from ANYARGS卜部昌平
2019-07-14ruby.c (name_match_p): remove unnecessary conditionYusuke Endoh
2019-06-04* expand tabs.git
2019-06-04EOF by 2 ^D on a TTYNobuyoshi Nakada
2019-05-21Do not modify shared arrayNobuyoshi Nakada
2019-03-30ruby.c: respect features by command linenobu
2019-03-28[DOC] fix markups [ci skip]nobu
2019-03-17Change defaults of --jit optionsk0kubun
2019-01-08Defer escaping control char in error messagesnobu
2018-12-27fix missed script_compiled events. [Bug #15471]ko1
2018-11-19ruby.c: do not surface MJIT to userk0kubun
2018-11-10AST.of -e scriptnobu
2018-10-21fix a warning message.ko1
2018-10-20add disabling MJIT features option.ko1
2018-10-02Just a shebang is valid codenobu
2018-08-10version.c: separate Init_ruby_descriptionnobu
2018-07-27ruby.c: taint ARGV on Windowsnobu
2018-07-26dladdr() is declared with non-const pointer on Solarisnobu
2018-07-18ruby.c: accept --disable-jit optionk0kubun
2018-07-16ruby.c: disable DidYouMean as gemnobu
2018-07-02set up mjit.on at initializationnobu
2018-06-11ruby.c: making hidden objectsnobu
2018-05-21ruby.c: localize a variablenobu
2018-05-21ruby.c: runtime_libruby_pathnobu
2018-05-10RSTRING_PTR is not guaranteed to be char*-alignedshyouhei
2018-04-27ruby.c: moved libdirnobu
2018-04-27ruby.c: fix compilation errornobu
2018-04-27mjit.c: prefix and archdir in initnobu
2018-04-26ruby.c (ruby_init_loadpath_safe): constifynobu
2018-03-27ruby.c: exit by --versionnobu
2018-03-26ruby.c: fix --verbose description in usagenobu
2018-02-22ruby.c: fix typo in r62530k0kubun
2018-02-22version.c: show +JIT when --jit is passedk0kubun
2018-02-12no --jit-ccnobu
2018-02-07remove declaration of ruby_engine from internal.husa
2018-02-06ruby.c: add MJIT_FORCE_ENABLE macrok0kubun
2018-02-05mjit.c: determine prefix of MJIT header at runtimek0kubun
2018-02-04mjit.c: merge MJIT infrastructurek0kubun
2018-01-29ruby.c: no VARIABLE_LIBPATHnobu
2018-01-24ruby.c (open_load_file): avoid shadowing variable for errnonormal
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2018-01-05make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame
2018-01-05node.h: define rb_ast_body_t and restructure rb_ast_tmame
2017-12-16ruby.c: script __dir__ encodingnobu