summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2020-11-23Initialize UTF-8 encoding first as it is used always nowNobuyoshi Nakada
2020-10-20Some global variables can be accessed from ractorsKoichi Sasada
2020-09-25Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada
2020-09-07[Feature #17157] removed -T command line optionNobuyoshi Nakada
2020-06-29feature_option: do not goto into a branch卜部昌平
2020-06-23Improved error messages for mjit optionNobuyoshi Nakada
2020-05-16Defer initializationNobuyoshi Nakada
2020-05-15Merge pull request #3047 from mame/suppress-backtraceYusuke Endoh
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-02internal/process.h: add a no-warning simple wrapper for fork(2)Yusuke Endoh
2020-04-12Honor COLUMNS [Feature #16754]Nobuyoshi Nakada
2020-04-12Hightlight usage [Feature #16754]Nobuyoshi Nakada
2020-04-12Set up environment variable for pager [Feature #16754]Nobuyoshi Nakada
2020-04-12PAGER without fork&exec too [Feature #16754]Nobuyoshi Nakada
2020-04-12View the help message with PAGER [Feature #16754]Nobuyoshi Nakada
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-01-09io.c, ruby.c: include internal/variable.h for rb_gvar_readonly_setterYusuke Endoh
2019-12-26decouple internal.h headers卜部昌平
2019-12-24Added `-W:experimental` to `--help` [Feature #16420]Nobuyoshi Nakada
2019-12-22Re-apply f85e8d2a8b keeping characters < 80Takashi Kokubun
2019-12-23Revert "Fixed misspellings"Yusuke Endoh
2019-12-23Fixed misspellingsNobuyoshi Nakada
2019-12-20Added `-W:experimental` command line optionNobuyoshi Nakada
2019-12-20Added -W: command line optionNobuyoshi Nakada
2019-12-20Added `FEATURE_SET_RESTORE` macroNobuyoshi Nakada
2019-12-11use compiled binary for gem_prelude.rb.Koichi Sasada
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