summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-09-07vm_core.h: objspace alwaysnobu
2015-09-07ruby_atomic.h: fix typonobu
2015-09-06ccan/list/list.h: suppress unused argument warningsnormal
2015-09-05rss.rb: fix usec widthnobu
2015-09-04hash.c: [DOC] orders do not matter [ci skip]nobu
2015-09-04win32.h: fix macro namenobu
2015-09-04* doc/contributing.rdoc: fix configuration option.hsbt
2015-09-03* iseq.c (iseq_memsize): functions for wrapper object should haveko1
2015-09-03session.rb: SHA512nobu
2015-09-03* gc.c (rb_raw_obj_info): iseq->body->location.first_lineno is Fixnum.ko1
2015-09-03vm_eval.c: should be singularnobu
2015-09-03* gc.c (rb_raw_obj_info): should support IMEMO/iseq.ko1
2015-09-03vm_eval.c: refine messagesnobu
2015-09-02* ext/psych/*: merge psych master(8737e5b). It contains following fixes.hsbt
2015-09-02* vm_insnhelper.h (GET_PC_COUNT): remove unused macro.ko1
2015-09-02Fix typo in Process.detatch doc [ci skip]nobu
2015-09-02file.c: use filesystem encodingnobu
2015-09-01* test/thread/test_queue.rb: catch up last commit.ko1
2015-09-01* thread_sync.c (queue_do_close): ignore multiple close to allowko1
2015-09-01* thread_tools.c: rename thread_tools.c to thread_sync.c.ko1
2015-08-31* class.c (move_refined_method): should insert a write barrierko1
2015-08-30ChangeLog: table namenobu
2015-08-29* ext/openssl/ossl_ssl.c (static const struct): Only add SSLv3 supporttenderlove
2015-08-28* lib/rdoc/*: Update rdoc master(cfffed5)hsbt
2015-08-28* vm.c (hook_before_rewind): prevent kicking :return event whileko1
2015-08-27* lib/webrick/server.rb: use IO::NULL instead of '/dev/null'hsbt
2015-08-27* compile.c (iseq_set_sequence): rename variable namesko1
2015-08-26* thread_tools.c: add Queue#close(exception=false) andko1
2015-08-26re.c: fix wchar match at EOSnobu
2015-08-26id_table.c: fix for C89 compilersnobu
2015-08-24win32.c: symlinknobu
2015-08-24encoding.c: find encoding indexnobu
2015-08-22* ChangeLog: fix a typo for r51665.nagachika
2015-08-22* ChangeLog: fix a typo for r51660.nagachika
2015-08-22vm_eval.c: cache resultsnobu
2015-08-22ChangeLog: fix a typonobu
2015-08-21* ext/thread/thread.c: move definitions of Queue, SizedQueueko1
2015-08-21* vm_opts.h, iseq.c, iseq.h: add compile option to force frozenko1
2015-08-21* ext/psych/*: update to Psych 2.0.14tenderlove
2015-08-21* ext/objspace/objspace.c: add a new method ObjectSpace.count_symbols.ko1
2015-08-21Makefile.sub: link libraries for extensionsnobu
2015-08-21* include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko1
2015-08-21* vm_insnhelper.c (vm_invoke_block): we should not expect ci->argc isko1
2015-08-20* test/openssl/test_ssl_session.rb: Fix tests so that they take in totenderlove
2015-08-20fix indent (tabify) [ci skip]kazu
2015-08-20vm_eval.c: redefined respond_to_missing?nobu
2015-08-20vm_eval.c: share with rb_obj_respond_tonobu
2015-08-19vm_method.c: reuse method entrynobu
2015-08-19win32.c: support known reparse points onlynobu
2015-08-19* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): add OP_ALL totenderlove