aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Process.argv0.knu2013-08-071-3/+5
* Add Process.setproctitle().knu2013-08-071-9/+39
* load.c: search in OS path encodingnobu2013-07-261-1/+7
* * compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome2013-06-241-1/+1
* * internal.h (numberof): Gathered from various files.akr2013-06-071-2/+0
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-3/+3
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-2/+2
* * class.c: Example of Object#methods by @windwiny [Fixes GH-293]zzak2013-04-241-5/+5
* * ruby.c (is_option_with_optarg): macro for optional argument option.nobu2013-02-271-4/+8
* ruby.c: fix for multiarch librarynobu2013-02-211-5/+20
* version.c: move ruby_exec_prefixnobu2013-02-181-2/+3
* * ruby.c (usage): sort --*-encoding in help. (same order of -E)kazu2013-01-111-2/+2
* * ruby.c (process_options): need to acquire env from TOPLEVEL_BINDINGko12012-12-211-5/+6
* * ruby.c (load_file_internal): use original C string as the filenameusa2012-12-191-2/+3
* ruby.c: argv checknobu2012-11-231-3/+4
* ruby.c: wrap descriptionsnobu2012-11-231-8/+13
* * ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816.nobu2012-11-231-32/+73
* * ruby.c: revert r37298.tadf2012-11-231-73/+32
* * ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327]zzak2012-11-201-1/+1
* ruby.c: removed a comma before "before"duerst2012-11-101-1/+1
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-1/+1
* Cache the expanded load pathshirosaki2012-11-051-1/+2
* ruby.c: --help optionnobu2012-10-231-32/+73
* ruby.c: passing blocknobu2012-10-141-4/+4
* configure.in: use configured libdir valuenobu2012-08-291-0/+4
* ruby.c: magic numbersnobu2012-08-291-2/+10
* load.c: keep encoding of feature namenobu2012-08-231-1/+8
* ruby.c: show version only oncenobu2012-08-091-3/+4
* Reverts a half of r36079. As we discussed on ruby-dev@ and IRC,yugui2012-07-111-110/+13
* * ruby.c (proc_options): warn only if -K and -w option is specified.naruse2012-07-041-1/+3
* * ruby.c (proc_options): warn if -K option is specified. [Feature #5206]naruse2012-07-031-0/+1
* * iseq.c, vm_eval.c: set th->base_block properly.ko12012-06-221-3/+0
* * ruby.c (rb_f_sub): use ansi style declaration.kosaki2012-06-191-9/+3
* ruby.c: add castnobu2012-06-141-1/+1
* fix r36079nobu2012-06-141-2/+2
* Embedding CRuby interpreter without internal headers has been difficultyugui2012-06-141-26/+138
* * eval.c: Add doxygen comments.yugui2012-06-141-0/+12