| Commit message (Expand) | Author | Age | Files | Lines |
* | ruby.c: only for load-relative | nobu | 2015-01-24 | 1 | -1/+1 |
* | ruby.c: replace with real path | nobu | 2015-01-24 | 1 | -11/+27 |
* | ruby.c: do not modify shared string | nobu | 2014-12-09 | 1 | -0/+2 |
* | ruby.c: no safe_level 4 | nobu | 2014-12-05 | 1 | -10/+0 |
* | dmyenc.c: try to load encdb | nobu | 2014-12-03 | 1 | -1/+0 |
* | ruby.c: transcode program names | nobu | 2014-11-29 | 1 | -4/+16 |
* | ruby.c: translit_char_bin | nobu | 2014-11-29 | 1 | -1/+14 |
* | win32.c: use UTF-8 for argv | nobu | 2014-11-29 | 1 | -1/+21 |
* | trivial packing of rb_execarg, load_file_arg, args_info | normal | 2014-11-23 | 1 | -1/+1 |
* | * internal.h (ruby_init_setproctitle): Declare here. | akr | 2014-11-19 | 1 | -4/+1 |
* | * internal.h: Gather declarations in non-header files. | akr | 2014-11-18 | 1 | -5/+0 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -2/+0 |
* | ruby.c: no -r when dump | nobu | 2014-10-28 | 1 | -4/+8 |
* | Enable nacl_io in pepper-ruby. | yugui | 2014-10-21 | 1 | -3/+0 |
* | Merges a patch form naclports. | yugui | 2014-10-11 | 1 | -0/+3 |
* | ruby.c: reduce RARRAY_PTR_USE region | nobu | 2014-08-23 | 1 | -2/+3 |
* | + * ruby.c (load_file_internal2): Extracted from load_file_internal. | akr | 2014-06-03 | 1 | -39/+65 |
* | ruby.c: drop older cygwin | nobu | 2014-04-17 | 1 | -13/+2 |
* | ruby.c: remove mangled_path | nobu | 2014-04-16 | 1 | -48/+3 |
* | ruby.c: check argc | nobu | 2014-02-07 | 1 | -13/+6 |
* | gc.c: Load GC tuning settings earlier during boot. | tmm1 | 2013-12-05 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_gc_set_params): Deprecate | nari | 2013-11-22 | 1 | -1/+1 |
* | * dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR(). | glass | 2013-11-08 | 1 | -2/+2 |
* | ruby.c: load statically linked extensions before rubygems | nobu | 2013-10-14 | 1 | -1/+1 |
* | ruby.c: gem_prelude to load rubygems | nobu | 2013-10-14 | 1 | -6/+5 |
* | Process#setproctitle,argv0: Fix and improve rdoc. | knu | 2013-09-02 | 1 | -2/+10 |
* | ruby.c: use String path version parser functions | nobu | 2013-08-09 | 1 | -4/+4 |
* | Add Process.argv0. | knu | 2013-08-07 | 1 | -3/+5 |
* | Add Process.setproctitle(). | knu | 2013-08-07 | 1 | -9/+39 |
* | load.c: search in OS path encoding | nobu | 2013-07-26 | 1 | -1/+7 |
* | * compile.c (make_name_for_block): use PRIsVALUE in format string | charliesome | 2013-06-24 | 1 | -1/+1 |
* | * internal.h (numberof): Gathered from various files. | akr | 2013-06-07 | 1 | -2/+0 |
* | fix typos. Patch by k_takata. | ktsj | 2013-05-19 | 1 | -1/+1 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -3/+3 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -2/+2 |
* | * class.c: Example of Object#methods by @windwiny [Fixes GH-293] | zzak | 2013-04-24 | 1 | -5/+5 |
* | * ruby.c (is_option_with_optarg): macro for optional argument option. | nobu | 2013-02-27 | 1 | -4/+8 |
* | ruby.c: fix for multiarch library | nobu | 2013-02-21 | 1 | -5/+20 |
* | version.c: move ruby_exec_prefix | nobu | 2013-02-18 | 1 | -2/+3 |
* | * ruby.c (usage): sort --*-encoding in help. (same order of -E) | kazu | 2013-01-11 | 1 | -2/+2 |
* | * ruby.c (process_options): need to acquire env from TOPLEVEL_BINDING | ko1 | 2012-12-21 | 1 | -5/+6 |
* | * ruby.c (load_file_internal): use original C string as the filename | usa | 2012-12-19 | 1 | -2/+3 |
* | ruby.c: argv check | nobu | 2012-11-23 | 1 | -3/+4 |
* | ruby.c: wrap descriptions | nobu | 2012-11-23 | 1 | -8/+13 |
* | * ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816. | nobu | 2012-11-23 | 1 | -32/+73 |
* | * ruby.c: revert r37298. | tadf | 2012-11-23 | 1 | -73/+32 |
* | * ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327] | zzak | 2012-11-20 | 1 | -1/+1 |
* | ruby.c: removed a comma before "before" | duerst | 2012-11-10 | 1 | -1/+1 |
* | * ruby.c (load_file_internal): set default source encoding as | naruse | 2012-11-06 | 1 | -1/+1 |
* | Cache the expanded load path | shirosaki | 2012-11-05 | 1 | -1/+2 |