aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
...
* ruby.c: show feature namesnobu2016-02-071-0/+1
* version.c: no exit in ruby_show_copyrightnobu2016-01-071-0/+1
* ruby.c: overriding warning optionsnobu2015-12-291-2/+4
* ruby.c: parse -W optionnobu2015-12-291-12/+14
* ruby.c: command line option over RUBYOPT envnobu2015-12-291-2/+8
* version.c: remove ruby_engine_namenobu2015-11-291-3/+3
* iseq.h: rename membernobu2015-11-251-7/+11
* ruby.c: --debug=frozen-string-literal optionnobu2015-11-211-7/+17
* ruby.c: fix pointer overrunnobu2015-11-211-1/+1
* ruby.c: fix ARGV doc [ci skip]nobu2015-11-191-2/+1
* ruby.c: feature_optionnobu2015-11-191-20/+21
* ruby.c: set compile options at oncenobu2015-11-191-13/+24
* * ruby.c: introduce --enable-frozen-string-literal-debug option.ko12015-10-231-0/+9
* ruby.c: disable nonblock only if nonblocking modenobu2015-10-181-4/+6
* * ruby.c (open_load_file): add a comment.kosaki2015-10-181-0/+4
* * ChangeLog: Good-bye OS/2.kosaki2015-10-181-2/+0
* * ruby.c (open_load_file): use rb_thread_wait_fd() instead of reopen.kosaki2015-10-181-19/+1
* ruby.c: unnecessary variablenobu2015-10-171-1/+1
* file.c: set errnonobu2015-10-171-1/+2
* ruby.c: suppress warningsnobu2015-10-171-4/+6
* * ruby.c (open_load_file): reset O_NONBLOCK after open.kosaki2015-10-171-9/+48
* ruby.c: unify nested codenobu2015-10-171-29/+21
* ruby.c: conflicting O_NONBLOCKnobu2015-10-171-2/+6
* ruby.c: fd leaknobu2015-10-161-5/+5
* file.c: non-blocking opennobu2015-10-161-0/+5
* ruby.c: frozen-string-literal optionnobu2015-09-271-0/+10
* ruby.c: abbreviated option namenobu2015-09-271-1/+19
* ruby.c: feature bitsnobu2015-09-231-23/+24
* * ruby.c (usage, enable_option, disable_option, process_options): newusa2015-09-091-0/+7
* internal.h: move rb_readlink declarationnobu2015-09-051-2/+1
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-3/+3
* ruby.c: copy initial load path marksnobu2015-07-021-1/+6
* ruby.c: show_usage_linenobu2015-05-241-9/+15
* ruby.c: only for load-relativenobu2015-01-241-1/+1
* ruby.c: replace with real pathnobu2015-01-241-11/+27
* ruby.c: do not modify shared stringnobu2014-12-091-0/+2
* ruby.c: no safe_level 4nobu2014-12-051-10/+0
* dmyenc.c: try to load encdbnobu2014-12-031-1/+0
* ruby.c: transcode program namesnobu2014-11-291-4/+16
* ruby.c: translit_char_binnobu2014-11-291-1/+14
* win32.c: use UTF-8 for argvnobu2014-11-291-1/+21
* trivial packing of rb_execarg, load_file_arg, args_infonormal2014-11-231-1/+1
* * internal.h (ruby_init_setproctitle): Declare here.akr2014-11-191-4/+1
* * internal.h: Gather declarations in non-header files.akr2014-11-181-5/+0
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+0
* ruby.c: no -r when dumpnobu2014-10-281-4/+8
* Enable nacl_io in pepper-ruby.yugui2014-10-211-3/+0
* Merges a patch form naclports.yugui2014-10-111-0/+3
* ruby.c: reduce RARRAY_PTR_USE regionnobu2014-08-231-2/+3
* + * ruby.c (load_file_internal2): Extracted from load_file_internal.akr2014-06-031-39/+65