summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2015-01-24ruby.c: only for load-relativenobu
2015-01-24ruby.c: replace with real pathnobu
2014-12-09ruby.c: do not modify shared stringnobu
2014-12-05ruby.c: no safe_level 4nobu
2014-12-03dmyenc.c: try to load encdbnobu
2014-11-29ruby.c: transcode program namesnobu
2014-11-29ruby.c: translit_char_binnobu
2014-11-29win32.c: use UTF-8 for argvnobu
2014-11-23trivial packing of rb_execarg, load_file_arg, args_infonormal
2014-11-19* internal.h (ruby_init_setproctitle): Declare here.akr
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-28ruby.c: no -r when dumpnobu
2014-10-21Enable nacl_io in pepper-ruby.yugui
2014-10-11Merges a patch form naclports.yugui
2014-08-23ruby.c: reduce RARRAY_PTR_USE regionnobu
2014-06-03+ * ruby.c (load_file_internal2): Extracted from load_file_internal.akr
2014-04-17ruby.c: drop older cygwinnobu
2014-04-16ruby.c: remove mangled_pathnobu
2014-02-07ruby.c: check argcnobu
2013-12-05gc.c: Load GC tuning settings earlier during boot.tmm1
2013-11-22* include/ruby/intern.h (rb_gc_set_params): Deprecatenari
2013-11-08* dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().glass
2013-10-14ruby.c: load statically linked extensions before rubygemsnobu
2013-10-14ruby.c: gem_prelude to load rubygemsnobu
2013-09-02Process#setproctitle,argv0: Fix and improve rdoc.knu
2013-08-09ruby.c: use String path version parser functionsnobu
2013-08-07Add Process.argv0.knu
2013-08-07Add Process.setproctitle().knu
2013-07-26load.c: search in OS path encodingnobu
2013-06-24* compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-04-24* class.c: Example of Object#methods by @windwiny [Fixes GH-293]zzak
2013-02-27* ruby.c (is_option_with_optarg): macro for optional argument option.nobu
2013-02-21ruby.c: fix for multiarch librarynobu
2013-02-18version.c: move ruby_exec_prefixnobu
2013-01-11* ruby.c (usage): sort --*-encoding in help. (same order of -E)kazu
2012-12-21* ruby.c (process_options): need to acquire env from TOPLEVEL_BINDINGko1
2012-12-19* ruby.c (load_file_internal): use original C string as the filenameusa
2012-11-23ruby.c: argv checknobu
2012-11-23ruby.c: wrap descriptionsnobu
2012-11-23* ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816.nobu
2012-11-23 * ruby.c: revert r37298.tadf
2012-11-20* ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327]zzak
2012-11-10ruby.c: removed a comma before "before"duerst
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-11-05Cache the expanded load pathshirosaki