summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
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
2012-10-23ruby.c: --help optionnobu
2012-10-14ruby.c: passing blocknobu
2012-08-29configure.in: use configured libdir valuenobu
2012-08-29ruby.c: magic numbersnobu
2012-08-23load.c: keep encoding of feature namenobu
2012-08-09ruby.c: show version only oncenobu
2012-07-11Reverts a half of r36079. As we discussed on ruby-dev@ and IRC,yugui
2012-07-04* ruby.c (proc_options): warn only if -K and -w option is specified.naruse
2012-07-03* ruby.c (proc_options): warn if -K option is specified. [Feature #5206]naruse
2012-06-22* iseq.c, vm_eval.c: set th->base_block properly.ko1
2012-06-19* ruby.c (rb_f_sub): use ansi style declaration.kosaki
2012-06-14ruby.c: add castnobu
2012-06-14fix r36079nobu
2012-06-14Embedding CRuby interpreter without internal headers has been difficultyugui
2012-06-14* eval.c: Add doxygen comments.yugui
2012-05-20ruby.c: fixed typonobu
2012-05-16Supports static linking of extensions and encodings again.yugui
2012-04-15* reduce UNREACHABLE.nobu
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-03-26* win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++nobu