aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* Make warning values consistent [Bug #17523]Nobuyoshi Nakada2021-01-131-2/+2
* Ignore failure on unsupported fcntl to drop non-blocking modeNobuyoshi Nakada2020-12-261-9/+21
* Enable escape sequence on Windows10 console via pager tooNobuyoshi Nakada2020-12-211-2/+19
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-1/+4
* Ignore failure on unsupported fcntl to drop non-blocking modeNobuyoshi Nakada2020-12-161-2/+6
* Make ruby -We the same as ruby -W -eJeremy Evans2020-12-101-1/+1
* ruby.c: remove needless substitution of uencKenta Murata2020-12-081-3/+0
* Set default for Encoding.default_external to UTF-8 on Windows (#2877)Lars Kanis2020-12-081-2/+5
* Initialize UTF-8 encoding first as it is used always nowNobuyoshi Nakada2020-11-231-3/+3
* Some global variables can be accessed from ractorsKoichi Sasada2020-10-201-9/+41
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-0/+12
* [Feature #17157] removed -T command line optionNobuyoshi Nakada2020-09-071-12/+0
* feature_option: do not goto into a branch卜部昌平2020-06-291-3/+6
* Improved error messages for mjit optionNobuyoshi Nakada2020-06-231-15/+26
* Defer initializationNobuyoshi Nakada2020-05-161-16/+25
* Merge pull request #3047 from mame/suppress-backtraceYusuke Endoh2020-05-151-0/+7
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* internal/process.h: add a no-warning simple wrapper for fork(2)Yusuke Endoh2020-05-021-1/+2
* Honor COLUMNS [Feature #16754]Nobuyoshi Nakada2020-04-121-6/+9
* Hightlight usage [Feature #16754]Nobuyoshi Nakada2020-04-121-14/+27
* Set up environment variable for pager [Feature #16754]Nobuyoshi Nakada2020-04-121-0/+8
* PAGER without fork&exec too [Feature #16754]Nobuyoshi Nakada2020-04-121-2/+17
* View the help message with PAGER [Feature #16754]Nobuyoshi Nakada2020-04-121-0/+29
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* io.c, ruby.c: include internal/variable.h for rb_gvar_readonly_setterYusuke Endoh2020-01-091-0/+1
* decouple internal.h headers卜部昌平2019-12-261-20/+35
* Added `-W:experimental` to `--help` [Feature #16420]Nobuyoshi Nakada2019-12-241-0/+1
* Re-apply f85e8d2a8b keeping characters < 80Takashi Kokubun2019-12-221-1/+1
* Revert "Fixed misspellings"Yusuke Endoh2019-12-231-1/+1
* Fixed misspellingsNobuyoshi Nakada2019-12-231-1/+1
* Added `-W:experimental` command line optionNobuyoshi Nakada2019-12-201-0/+3
* Added -W: command line optionNobuyoshi Nakada2019-12-201-1/+29
* Added `FEATURE_SET_RESTORE` macroNobuyoshi Nakada2019-12-201-1/+2
* use compiled binary for gem_prelude.rb.Koichi Sasada2019-12-111-1/+3
* Allow specifying arbitrary MJIT flags by --jit-debugTakashi Kokubun2019-12-011-1/+4
* delete unused codes卜部昌平2019-11-181-4/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-1/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-37/+19
* Refactor parser_params by removing "in_main" flagYusuke Endoh2019-10-041-10/+6
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-4/+4
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-271-7/+5
* ruby.c (name_match_p): remove unnecessary conditionYusuke Endoh2019-07-141-3/+2
* * expand tabs.git2019-06-041-1/+1
* EOF by 2 ^D on a TTYNobuyoshi Nakada2019-06-041-1/+1
* Do not modify shared arrayNobuyoshi Nakada2019-05-211-1/+12
* ruby.c: respect features by command linenobu2019-03-301-18/+42
* [DOC] fix markups [ci skip]nobu2019-03-281-2/+2
* Change defaults of --jit optionsk0kubun2019-03-171-2/+2
* Defer escaping control char in error messagesnobu2019-01-081-8/+1