summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-10-10* vm_insnhelper.c (vm_push_frame): initialize other than sp (and ep)ko1
2015-10-10* vm_eval.c, internal.h (rb_yield_1): added for performance whichko1
2015-10-10* vm_insnhelper.c (vm_call_iseq_setup_normal): setup sp firstko1
2015-10-10* vm.c (invoke_block_from_c): split this function into severalko1
2015-10-10* gc.c (newobj_of_slowpass): fix typo (pass -> path).ko1
2015-10-10udpsocket.c: refix r52097nobu
2015-10-10* vm_insnhelper.c (vm_call_method0): do not propagate enable_fastpath,ko1
2015-10-10* import a github pull requestko1
2015-10-09udpsocket.c: memory leaksnobu
2015-10-09* lib/net/ftp.rb (parse257): refactor.shugo
2015-10-09* remove trailing spaces.svn
2015-10-09* lib/net/imap.rb: use frozen_string_literal: true.shugo
2015-10-09* lib/net/ftp.rb: use frozen_string_literal: true.shugo
2015-10-09* remove trailing spaces.svn
2015-10-09* ext/openssl/lib/openssl/ssl.rb: Revert r52082 because it wassorah
2015-10-09* compile.c (iseq_compile_each): Dynamic string literals (e.g.,shugo
2015-10-08* benchmark/prepare_require.rb: skip file creation if it alreadykosaki
2015-10-08* benchmark/bm_require.rb: new benchmark for require.kosaki
2015-10-08* ext/openssl/lib/openssl/ssl.rb: Default to TLSv1.2 and drop TLS v1zzak
2015-10-07metametameta.rb: restore outputnobu
2015-10-07string.c: str_duplicatenobu
2015-10-07string.c: fix non-embedded stringnobu
2015-10-07* gc.c (newobj_of): divide fast path and slow pathko1
2015-10-07string.c: optimize String#timesnobu
2015-10-06* remove trailing spaces.svn
2015-10-06* gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj)ko1
2015-10-06* vm_args.c: remove an unused field args_info::calling.ko1
2015-10-06* proc.c (rb_method_entry_min_max_arity): should supportko1
2015-10-06* lib/tmpdir.rb (Dir.tmpdir): return duplicated string to beakr
2015-10-06* vm_insnhelper.c (vm_call_method0): use switch() for visibilitiesko1
2015-10-06* proc.c (Init_Proc): Proc#call and others should be public.ko1
2015-10-06* method.h: IMEMO_FL_USER3 and IMEMO_FL_USER4 is not needed any more.ko1
2015-10-06* method.h: remove METHOD_ENTRY_SAFE(me) and related codeko1
2015-10-06ruby.h: inlinesnobu
2015-10-06ruby.h: enumsnobu
2015-10-06* method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip]hsbt
2015-10-05* iseq.c (rb_iseq_free): free iseq::variable_body to avoid memoryko1
2015-10-05* proc.c: enable optimization of Proc#call.ko1
2015-10-05* vm_insnhelper.c: solve goto spaghetti.ko1
2015-10-05string.c: optimize rb_str_resurrectnobu
2015-10-05fix a typo [ci skip]kazu
2015-10-05* test/ruby/test_thread.rb (test_handle_interrupt_blocking): check ifnagachika
2015-10-05* lib/pp.rb: Use frozen_string_literal: true.akr
2015-10-05* test/ruby/test_thread.rb: fix potential race condition.eregon
2015-10-05* numeric.c: [DOC] Overview for Numeric class by Joe Corcoranzzak
2015-10-05proc.c: set ep properlynobu
2015-10-04dir.c: make ASCII-8BITnobu
2015-10-04* enum.c (nmin_filter): Fix limit value.akr
2015-10-04add ref. [Feature #11375] [ruby-core:70043]akr
2015-10-04* ext/pathname/lib/pathname.rb: freeze string literals forakr