aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* proc.c: void envnobu2015-10-151-0/+4
* fix typos [ci skip]kazu2015-10-151-3/+3
* proc.c: proc without envnobu2015-10-151-0/+5
* * test/objspace/test_objspace.rbnagachika2015-10-141-0/+7
* * test/ostruct/test_ostruct.rb: Add tests for OpenStruct#respond_to.eregon2015-10-141-0/+5
* * lib/ostruct.rb: Finish defining OpenStruct attributes lazily.eregon2015-10-141-0/+10
* configure.in: libunwind.h checknobu2015-10-141-0/+5
* iseq.c: list of keywords [Fix GH-1056]nobu2015-10-141-0/+6
* parse.y: fix ripper warningsnobu2015-10-141-0/+8
* * lib/racc/rdoc/grammar.en.rdoc: fix spell error.hsbt2015-10-141-0/+5
* * ext/socket/raddrinfo.c (rsock_fd_family): Check sa_len.akr2015-10-131-0/+4
* rsock_addrinfo: specify address familynobu2015-10-131-0/+8
* * vm_insnhelper.c (vm_push_frame): initialize other than sp (and ep)ko12015-10-101-0/+5
* * vm_eval.c, internal.h (rb_yield_1): added for performance whichko12015-10-101-0/+7
* * vm_insnhelper.c (vm_call_iseq_setup_normal): setup sp firstko12015-10-101-0/+5
* * vm.c (invoke_block_from_c): split this function into severalko12015-10-101-0/+8
* * gc.c (newobj_of_slowpass): fix typo (pass -> path).ko12015-10-101-0/+7
* udpsocket.c: refix r52097nobu2015-10-101-0/+5
* * vm_insnhelper.c (vm_call_method0): do not propagate enable_fastpath,ko12015-10-101-0/+5
* * import a github pull requestko12015-10-101-0/+18
* udpsocket.c: memory leaksnobu2015-10-091-0/+5
* * lib/net/ftp.rb (parse257): refactor.shugo2015-10-091-0/+4
* * remove trailing spaces.svn2015-10-091-1/+1
* * lib/net/imap.rb: use frozen_string_literal: true.shugo2015-10-091-0/+8
* * lib/net/ftp.rb: use frozen_string_literal: true.shugo2015-10-091-0/+10
* * remove trailing spaces.svn2015-10-091-1/+1
* * ext/openssl/lib/openssl/ssl.rb: Revert r52082 because it wassorah2015-10-091-0/+13
* * compile.c (iseq_compile_each): Dynamic string literals (e.g.,shugo2015-10-091-0/+9
* * benchmark/prepare_require.rb: skip file creation if it alreadykosaki2015-10-081-0/+5
* * benchmark/bm_require.rb: new benchmark for require.kosaki2015-10-081-0/+7
* * ext/openssl/lib/openssl/ssl.rb: Default to TLSv1.2 and drop TLS v1zzak2015-10-081-0/+6
* metametameta.rb: restore outputnobu2015-10-071-0/+5
* string.c: str_duplicatenobu2015-10-071-0/+5
* string.c: fix non-embedded stringnobu2015-10-071-0/+5
* * gc.c (newobj_of): divide fast path and slow pathko12015-10-071-0/+7
* string.c: optimize String#timesnobu2015-10-071-0/+4
* * remove trailing spaces.svn2015-10-061-1/+1
* * gc.h, gc.c: introduce new debug function rb_obj_info_dump(VALUE obj)ko12015-10-061-0/+5
* * vm_args.c: remove an unused field args_info::calling.ko12015-10-061-0/+4
* * proc.c (rb_method_entry_min_max_arity): should supportko12015-10-061-0/+5
* * lib/tmpdir.rb (Dir.tmpdir): return duplicated string to beakr2015-10-061-0/+5
* * vm_insnhelper.c (vm_call_method0): use switch() for visibilitiesko12015-10-061-0/+5
* * proc.c (Init_Proc): Proc#call and others should be public.ko12015-10-061-0/+4
* * method.h: IMEMO_FL_USER3 and IMEMO_FL_USER4 is not needed any more.ko12015-10-061-0/+4
* * method.h: remove METHOD_ENTRY_SAFE(me) and related codeko12015-10-061-0/+8
* ruby.h: inlinesnobu2015-10-061-1/+4
* ruby.h: enumsnobu2015-10-061-0/+5
* * method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip]hsbt2015-10-061-0/+4
* * iseq.c (rb_iseq_free): free iseq::variable_body to avoid memoryko12015-10-051-0/+5
* * proc.c: enable optimization of Proc#call.ko12015-10-051-0/+9