summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
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
2017-10-29* node.h (ast_t): renamed to `rb_ast_t`.ko1
2017-10-27Revert "Revert "Manage AST NODEs out of GC""mame
2017-10-27Revert "Manage AST NODEs out of GC"mame
2017-10-27Manage AST NODEs out of GCmame
2017-10-24ruby.c: fix r60393nobu
2017-10-24parse.y: rb_parser_set_optionsnobu
2017-10-21The encoding of __FILE__ and __dir__ should be sameusa
2017-10-19ruby.c: reject NUL in $0nobu
2017-09-20ruby.c: show help messages of --dumpsonots
2017-09-20ruby.c: paragraph mode by -00nobu
2017-08-10ruby.c: ignore non-option in shebang linenobu
2017-08-09ruby.c: origargnobu
2017-06-21RUBY_DEVEL flagnobu
2017-06-21ruby.c: debug options in command linenobu
2017-06-08ruby.c: script name in UTF-8nobu
2017-06-03ruby.c: dladdr_path is not used on cygwinnobu