summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2021-05-04Fix trivial -Wundef warningsBenoit Daloze
2021-03-24Removed dln_a_outNobuyoshi Nakada
2021-03-17[Feature #17684] Declare --disable-gems is for debuggingNARUSE, Yui
2021-03-12Constified variables for getenvNobuyoshi Nakada
2021-03-06Keep libpath length non-negative [Bug #16784]Yusuke Endoh
2021-02-20Fixed fallback ENABLE_VIRTUAL_TERMINAL_PROCESSING value [Bug #17639]YO4 (Yoshinao Muramatsu)
2021-01-24Moved --verbose, --verbose and --help options to last [ci skip]Nobuyoshi Nakada
2021-01-13Make warning values consistent [Bug #17523]Nobuyoshi Nakada
2020-12-26Ignore failure on unsupported fcntl to drop non-blocking modeNobuyoshi Nakada
2020-12-21Enable escape sequence on Windows10 console via pager tooNobuyoshi Nakada
2020-12-18Use category: :deprecated in warnings that are related to deprecationJeremy Evans
2020-12-16Ignore failure on unsupported fcntl to drop non-blocking modeNobuyoshi Nakada
2020-12-10Make ruby -We the same as ruby -W -eJeremy Evans
2020-12-08ruby.c: remove needless substitution of uencKenta Murata
2020-12-08Set default for Encoding.default_external to UTF-8 on Windows (#2877)Lars Kanis
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