aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2015-07-02svn2015-07-011-2/+2
* * lib/rubygems: Update to RubyGems HEAD(c202db2).hsbt2015-07-0190-1141/+2471
* fix a failure without zlibkazu2015-07-012-1/+7
* vm_method.c: remove unused codenobu2015-07-011-12/+0
* vm_method.c: no NOEX macrosnobu2015-07-011-9/+4
* method.h: update argument checksnobu2015-07-011-7/+7
* vm_method.c: orignial visibilitiesnobu2015-07-011-6/+8
* test_object.rb: use assert_separatelynobu2015-07-011-5/+3
* struct.c: AREF_HASH_UNIT enumnobu2015-07-011-3/+4
* struct.c: AREF_HASH_THRESHOLD enumnobu2015-07-011-1/+3
* * Add test for Enumerable#none? [fix GH-950] Patch by @yui-knkhsbt2015-07-013-0/+6
* struct.c: hide internal objectsnobu2015-07-012-14/+22
* struct.c: fix implicit conversionsnobu2015-07-012-4/+10
* * struct.c (struct_member_pos): avoid implicit conversion losesnaruse2015-06-302-3/+8
* move RB_GC_GUARD responsibility to rb_add_method_iseqnormal2015-06-306-4/+13
* * 2015-07-01svn2015-06-301-3/+3
* struct.c: speedup for big structsnormal2015-06-302-34/+140
* io.c: remove unnecessary sharednobu2015-06-302-1/+6
* ensure paths NUL-terminatednobu2015-06-303-0/+9
* file.c: not xfreenobu2015-06-301-1/+1
* * win32/file.c (rb_freopen): remove debug code.usa2015-06-301-1/+0
* * win32/file.c (rb_freopen): need to terminate by NUL.usa2015-06-302-1/+8
* io.c: reopen OS encoding pathnobu2015-06-305-3/+69
* test_io.rb: skip method definitionsnobu2015-06-302-4/+2
* io.c: reopen stdio streams correctly when given "w+"normal2015-06-293-0/+19
* * 2015-06-30svn2015-06-291-2/+2
* st.c: use ccan linked-list (try 3)normal2015-06-293-163/+145
* fix previous commit for nil casenaruse2015-06-291-1/+2
* insns.def: no quotingnobu2015-06-292-4/+9
* * lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse2015-06-293-1/+34
* * eval.c (add_activated_refinement): should not include the originalshugo2015-06-292-1/+6
* mkmf.rb: suppress warningsnobu2015-06-291-4/+4
* * README.md: tweak styles. [fix GH-945][ci skip] Patch by @bryndymenthsbt2015-06-292-10/+14
* sizes.c.tmpl: extract RUBY_DEFINTnobu2015-06-283-5/+7
* insns.def: preserve encodingnobu2015-06-283-3/+9
* insns.def: preserve encodingnobu2015-06-283-3/+16
* insns.def: preserve encodingnobu2015-06-284-2/+17
* * 2015-06-29svn2015-06-281-2/+2
* test_redefinition_mismatchnobu2015-06-282-0/+16
* class.c: preserve encodingnobu2015-06-282-2/+5
* * 2015-06-28svn2015-06-281-2/+2
* class.c: TypeError when superclass mismatchnobu2015-06-284-2/+12
* * lib/net/ftp.rb (makeport): close the TCPServereregon2015-06-273-8/+50
* Revert "st.c: use ccan linked-list (try 2)"normal2015-06-263-144/+163
* st.c: use ccan linked-list (try 2)normal2015-06-263-163/+144
* common.mk: add ccan/list headers as deps for st.cnormal2015-06-261-0/+4
* * 2015-06-27svn2015-06-261-2/+2
* st.c: include ccan/list/list.h to test buildnormal2015-06-261-0/+1
* sprintf.c: rb_inspect returns a stringnobu2015-06-261-2/+6
* object.c: common prefix of converter methodsnobu2015-06-261-9/+13