aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* Just a shebang is valid codenobu2018-10-021-5/+1
* version.c: separate Init_ruby_descriptionnobu2018-08-101-0/+3
* ruby.c: taint ARGV on Windowsnobu2018-07-271-1/+3
* dladdr() is declared with non-const pointer on Solarisnobu2018-07-261-1/+1
* ruby.c: accept --disable-jit optionk0kubun2018-07-181-3/+10
* ruby.c: disable DidYouMean as gemnobu2018-07-161-3/+3
* set up mjit.on at initializationnobu2018-07-021-4/+3
* ruby.c: making hidden objectsnobu2018-06-111-4/+2
* ruby.c: localize a variablenobu2018-05-211-9/+9
* ruby.c: runtime_libruby_pathnobu2018-05-211-49/+51
* RSTRING_PTR is not guaranteed to be char*-alignedshyouhei2018-05-101-1/+4
* ruby.c: moved libdirnobu2018-04-271-4/+4
* ruby.c: fix compilation errornobu2018-04-271-8/+9
* mjit.c: prefix and archdir in initnobu2018-04-271-9/+32
* ruby.c (ruby_init_loadpath_safe): constifynobu2018-04-261-5/+5
* ruby.c: exit by --versionnobu2018-03-271-1/+1
* ruby.c: fix --verbose description in usagenobu2018-03-261-1/+2
* ruby.c: fix typo in r62530k0kubun2018-02-221-1/+1
* version.c: show +JIT when --jit is passedk0kubun2018-02-221-2/+5
* no --jit-ccnobu2018-02-121-18/+0
* remove declaration of ruby_engine from internal.husa2018-02-071-0/+1
* ruby.c: add MJIT_FORCE_ENABLE macrok0kubun2018-02-061-0/+2
* mjit.c: determine prefix of MJIT header at runtimek0kubun2018-02-051-3/+5
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-1/+74
* ruby.c: no VARIABLE_LIBPATHnobu2018-01-291-26/+2
* ruby.c (open_load_file): avoid shadowing variable for errnonormal2018-01-241-1/+1
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame2018-01-051-1/+1
* node.h: define rb_ast_body_t and restructure rb_ast_tmame2018-01-051-3/+3
* ruby.c: script __dir__ encodingnobu2017-12-161-0/+3
* * node.h (ast_t): renamed to `rb_ast_t`.ko12017-10-291-5/+5
* Revert "Revert "Manage AST NODEs out of GC""mame2017-10-271-14/+21
* Revert "Manage AST NODEs out of GC"mame2017-10-271-21/+14
* Manage AST NODEs out of GCmame2017-10-271-14/+21
* ruby.c: fix r60393nobu2017-10-241-1/+4
* parse.y: rb_parser_set_optionsnobu2017-10-241-9/+4
* The encoding of __FILE__ and __dir__ should be sameusa2017-10-211-0/+5
* ruby.c: reject NUL in $0nobu2017-10-191-4/+10
* ruby.c: show help messages of --dumpsonots2017-09-201-6/+17
* ruby.c: paragraph mode by -00nobu2017-09-201-1/+1
* ruby.c: ignore non-option in shebang linenobu2017-08-101-3/+3
* ruby.c: origargnobu2017-08-091-15/+26
* RUBY_DEVEL flagnobu2017-06-211-0/+2
* ruby.c: debug options in command linenobu2017-06-211-0/+4
* ruby.c: script name in UTF-8nobu2017-06-081-6/+9
* ruby.c: dladdr_path is not used on cygwinnobu2017-06-031-1/+1
* improve English for a warning messageduerst2017-06-011-1/+1
* ruby.c: file in load_file argumentnobu2017-05-281-14/+14
* ruby.c: shrink ruby_cmdline_options_tnobu2017-05-281-9/+11
* ruby.c: encode script namenobu2017-05-171-8/+10