aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ChangeLog: doc accidentally squashed commit in r51036normal2015-06-261-0/+6
* transcode.c: fix race conditionnobu2015-06-263-4/+24
* enum.c (enum_minmax): simplify return value creationnormal2015-06-254-9/+18
* Revert r51034 "st.c: use ccan linked-list"normal2015-06-253-145/+163
* st.c: use ccan linked-listnormal2015-06-253-163/+145
* * 2015-06-26svn2015-06-251-2/+2
* fix a typo [ci skip]kazu2015-06-251-1/+1
* * properties.svn2015-06-250-0/+0
* * test/-ext-/popen_deadlock/test_popen_deadlock.rb: test [Bug #11265]ngoto2015-06-254-0/+100
* * configure.in: not to use vfork on Solaris to avoid deadlockngoto2015-06-252-0/+9
* * test/lib/envutil.rb (Test::Unit::Assertions#assert_no_memory_leak):ngoto2015-06-253-25/+38
* * vm_method.c (rb_method_entry_create): need to callko12015-06-252-3/+18
* * vm_method.c: make a rb_method_definition_t data (def) *after* makingko12015-06-254-133/+157
* error.c: remove singleton methodnobu2015-06-253-11/+3
* random.c: refactornobu2015-06-251-7/+6
* test: refine assertionsnobu2015-06-253-22/+16
* test_prime.rb: cosmetic changesnobu2015-06-252-2/+7
* * gc.c (obj_info, method_type_name): show method type name in a stringko12015-06-242-2/+29
* * gc.c (obj_info): show more details for T_IMEMO/imemo_ment.ko12015-06-242-1/+6
* * vm_method.c (rb_method_definition_reset): need a WB forko12015-06-242-2/+13
* * gc.c (RGENGC_OBJ_INFO, obj_info): add a macro to enable/disableko12015-06-242-8/+31
* * 2015-06-25svn2015-06-241-2/+2
* ext/openssl/ossl_ssl.c: raise if kwargs given in blocking modenormal2015-06-243-3/+27