aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ruby.c: drop older cygwinnobu2014-04-171-13/+2
* ruby.c: remove mangled_pathnobu2014-04-161-48/+3
* ruby.c: check argcnobu2014-02-071-13/+6
* gc.c: Load GC tuning settings earlier during boot.tmm12013-12-051-1/+1
* * include/ruby/intern.h (rb_gc_set_params): Deprecatenari2013-11-221-1/+1
* * dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().glass2013-11-081-2/+2
* ruby.c: load statically linked extensions before rubygemsnobu2013-10-141-1/+1
* ruby.c: gem_prelude to load rubygemsnobu2013-10-141-6/+5
* Process#setproctitle,argv0: Fix and improve rdoc.knu2013-09-021-2/+10
* ruby.c: use String path version parser functionsnobu2013-08-091-4/+4