aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a usertenderlove2013-05-1419-60/+383
* * test/psych/helper.rb: envutil is not available outside Ruby, sotenderlove2013-05-144-5/+42
* changing variable nametenderlove2013-05-141-3/+3
* * ChangeLog: typo.usa2013-05-141-1/+1
* * 2013-05-15svn2013-05-141-2/+2
* * signal.c: need to include unistd.h for write(2).usa2013-05-142-0/+9
* * ext/socket/.document: Add ifaddr.c.akr2013-05-142-0/+5
* ruby.h: fix typonobu2013-05-141-1/+1
* socket: fix build error and warnings on mingwnobu2013-05-144-1/+37
* Update doc.akr2013-05-141-18/+18
* * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted whennagachika2013-05-144-0/+30
* fix a typokazu2013-05-141-1/+1
* Add NEWS about Kernel#singleton_method r40684 [Feature #8391]naruse2013-05-141-0/+4
* iphlpapi is unavailable with older VCnobu2013-05-143-1/+9
* parse.y: fix argument typenobu2013-05-141-1/+1
* win32.h: fix for VC9nobu2013-05-142-4/+20
* * win32/win32.c (NET_LUID): mingw may have NET_LUID and not definedusa2013-05-142-1/+6
* * remove trailing spaces.nobu2013-05-142-6/+6
* fix a typo and remove "file (func):" only duplicated of upper entrykazu2013-05-141-3/+1
* * string.c (rb_str_new_frozen): remove debug print.ko12013-05-132-3/+4
* * include/ruby/ruby.h: enable to generate write barrier protectedko12013-05-132-2/+7
* * include/ruby/ruby.h: enable to generate write barrier protectedko12013-05-132-1/+6
* * include/ruby/ruby.h: enable to generate write barrier protectedko12013-05-132-1/+6
* * include/ruby/ruby.h: enable to generate write barrier protectedko12013-05-132-4/+9
* * include/ruby/ruby.h: enable RGENGC (USE_RGENGC)ko12013-05-132-1/+7
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-1318-135/+985
* * gc.c: remove rb_objspace_t::marked_num.ko12013-05-132-10/+32
* * gc.c: disable GC_PROFILE_MORE_DETAIL (fix last commit).ko12013-05-132-2/+9
* * gc.c: refactoring GC::Profiler.ko12013-05-132-63/+87
* * 2013-05-14svn2013-05-131-2/+2
* * include/ruby/ruby.h: constify RRational::(num,den) andko12013-05-134-12/+34
* * include/ruby/ruby.h: fix a typoeregon2013-05-131-1/+1
* fix typoskazu2013-05-131-6/+6
* * ext/socket/extconf.rb: Check socketpair again.akr2013-05-132-0/+6
* * win32/win32.c (getipaddrs): use alternamtive interface name ifusa2013-05-132-4/+71
* * win32/win32.c, include/ruby/win32.h (getipaddrs): [experimental]usa2013-05-136-14/+122
* * iseq.c (prepare_iseq_build): remove additional line braek.ko12013-05-132-1/+4
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-1334-112/+190
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-1333-212/+217
* * include/ruby/ruby.h: add new utility macros to accessko12013-05-132-0/+11
* * ChangeLog: add a comment.ko12013-05-131-0/+1
* * object.c (rb_obj_setup): added.ko12013-05-133-5/+18
* * gc.c (rb_data_object_alloc): check klass only if klass is not 0.ko12013-05-132-1/+5
* * gc.c (rb_data_object_alloc, rb_data_typed_object_alloc):ko12013-05-132-8/+8
* proc.c: Kernel#singleton_methodnobu2013-05-133-5/+76
* vm_method.c: rb_method_entry_atnobu2013-05-133-1/+11
* class.c: rb_singleton_class_getnobu2013-05-133-0/+26
* class.c: adjust indentnobu2013-05-131-1/+1
* * ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket ifyugui2013-05-132-3/+18
* * hash.c: Hash[] and {} are not equivalent by @eam [Fixes GH-301]zzak2013-05-132-5/+12