summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-27* tool/update-deps: List up files built always in the source directoryakr
2014-11-27* tool/update-deps: List up files built always in the source directoryakr
2014-11-27* NEWS: add obsolete callcc.kazu
2014-11-27* compile.c (iseq_compile_each): remove duplicated line event.ko1
2014-11-27* vm_args.c: fix backtrace location for keyword related exceptions.ko1
2014-11-27common.mk: prelude.c by BASERUBYnobu
2014-11-27common.mk: no preludes for minirubynobu
2014-11-27prelude.c.tmpl: no preludes, no code.nobu
2014-11-27time.c: indentnobu
2014-11-27* gc.c (objspace_malloc_increase): enable lazy sweep on GC by malloc()ko1
2014-11-27* time.c (time_s_mkutc): [DOC] Time.utc's 10 arguments formakr
2014-11-27Describe about TSort.each_*akr
2014-11-27generic_erb.rb: read in binary modenobu
2014-11-27test_const.rb: use assert_warningnobu
2014-11-27envutil.rb: skip if load failednobu
2014-11-27iseq.c (iseq_data_to_ary): add missing GC guardnormal
2014-11-27* vm_core.h: add rb_thread_t::local_storage_recursive_hashko1
2014-11-27* lib.matrix.rb: Fix typo. Patch by Dimitrios Zorbas. [GH-772]marcandre
2014-11-26* 2014-11-27svn
2014-11-26compile.c (iseq_calc_param_size): hoist out of iseq_set_argumentsnormal
2014-11-26 * test/ruby/test_autoload.rb (class TestAutoload): change load targettarui
2014-11-26* remove trailing spaces.svn
2014-11-26ruby.h: export keyword argument functionsnobu
2014-11-26* test/inlinetest.rb: removed unused test helper.hsbt
2014-11-26 * ext/continuation/continuation.c (Init_continuation): obsolete callcc.tarui
2014-11-26Fix typosorah
2014-11-26* test/ruby/test_gc.rb (test_latest_gc_info): do test separatelyko1
2014-11-26win32.c: for non-standard consolenobu
2014-11-26* lib/tsort.rb: Returns an enumerator if no block is given.akr
2014-11-26parse.y: fix invalid keyword argumentnobu
2014-11-26use clock_gettime to avoid object creationnaruse
2014-11-26add test for r48563naruse
2014-11-26proc.c: use RUBY_SAFE_LEVEL_MAXnobu
2014-11-26* compile.c (iseq_set_sequence): use "nop" insn instead ofko1
2014-11-26iseq.c (iseq_s_compile_file): close IO when donenormal
2014-11-25* common.mk: encdb.h and transdb.h depends on $(PREP).akr
2014-11-25vm_method.c: preserve encodingsnobu
2014-11-25rb_id2str over rb_id2namenobu
2014-11-25object.c: preserve encodingsnobu
2014-11-25vm_method.c: preserve encodingsnobu
2014-11-25vm_eval.c: preserve encodingnobu
2014-11-25safe.c: preserve encodingnobu
2014-11-25safe.c: preserve encodingnobu
2014-11-25* tool/make-snapshot: Don't generate enc/trans/newline.c in tarball.akr
2014-11-25* common.mk (prereq): Don't depends on prelude.c and golf_prelude.c.akr
2014-11-25* 2014-11-26svn
2014-11-25* template/prelude.c.tmpl: Don't expand RbConfig::Config[...].akr
2014-11-25Move the description about vfork.akr
2014-11-25* NEWS: add an "Implementation changes" section.ko1
2014-11-25* lib/net/http.rb: Do not attempt SSL session resumption when thedrbrain