summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-01* Add test for Enumerable#none? [fix GH-950] Patch by @yui-knkhsbt
2015-07-01struct.c: hide internal objectsnobu
2015-07-01struct.c: fix implicit conversionsnobu
2015-06-30* struct.c (struct_member_pos): avoid implicit conversion losesnaruse
2015-06-30move RB_GC_GUARD responsibility to rb_add_method_iseqnormal
2015-06-30* 2015-07-01svn
2015-06-30struct.c: speedup for big structsnormal
2015-06-30io.c: remove unnecessary sharednobu
2015-06-30ensure paths NUL-terminatednobu
2015-06-30file.c: not xfreenobu
2015-06-30* win32/file.c (rb_freopen): remove debug code.usa
2015-06-30* win32/file.c (rb_freopen): need to terminate by NUL.usa
2015-06-30io.c: reopen OS encoding pathnobu
2015-06-30test_io.rb: skip method definitionsnobu
2015-06-29io.c: reopen stdio streams correctly when given "w+"normal
2015-06-29* 2015-06-30svn
2015-06-29st.c: use ccan linked-list (try 3)normal
2015-06-29fix previous commit for nil casenaruse
2015-06-29insns.def: no quotingnobu
2015-06-29* lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse
2015-06-29* eval.c (add_activated_refinement): should not include the originalshugo
2015-06-29mkmf.rb: suppress warningsnobu
2015-06-29* README.md: tweak styles. [fix GH-945][ci skip] Patch by @bryndymenthsbt
2015-06-28sizes.c.tmpl: extract RUBY_DEFINTnobu
2015-06-28insns.def: preserve encodingnobu
2015-06-28insns.def: preserve encodingnobu
2015-06-28insns.def: preserve encodingnobu
2015-06-28* 2015-06-29svn
2015-06-28test_redefinition_mismatchnobu
2015-06-28class.c: preserve encodingnobu
2015-06-28* 2015-06-28svn
2015-06-28class.c: TypeError when superclass mismatchnobu
2015-06-27* lib/net/ftp.rb (makeport): close the TCPServereregon
2015-06-26Revert "st.c: use ccan linked-list (try 2)"normal
2015-06-26st.c: use ccan linked-list (try 2)normal
2015-06-26common.mk: add ccan/list headers as deps for st.cnormal
2015-06-26* 2015-06-27svn
2015-06-26st.c: include ccan/list/list.h to test buildnormal
2015-06-26sprintf.c: rb_inspect returns a stringnobu
2015-06-26object.c: common prefix of converter methodsnobu
2015-06-26ChangeLog: doc accidentally squashed commit in r51036normal
2015-06-26transcode.c: fix race conditionnobu
2015-06-25enum.c (enum_minmax): simplify return value creationnormal
2015-06-25Revert r51034 "st.c: use ccan linked-list"normal
2015-06-25st.c: use ccan linked-listnormal
2015-06-25* 2015-06-26svn
2015-06-25fix a typo [ci skip]kazu
2015-06-25* properties.svn
2015-06-25* test/-ext-/popen_deadlock/test_popen_deadlock.rb: test [Bug #11265]ngoto
2015-06-25* configure.in: not to use vfork on Solaris to avoid deadlockngoto