aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2013-05-13svn2013-05-131-2/+2
* * random.c: Document Random::DEFAULT by @eLobato [Fixes GH-304]zzak2013-05-132-0/+5
* * ChangeLog: fix a typo of r40667.nagachika2013-05-121-1/+1
* ruby.h: OFFT2NUM redefinitionnobu2013-05-122-0/+7
* fix typoskazu2013-05-121-2/+2
* * include/ruby/intern.h (rb_iv_set, rb_iv_get): removed. Bcausekosaki2013-05-122-2/+5
* * include/ruby/intern.h (rb_uint2big, rb_int2big, rb_uint2inum)kosaki2013-05-122-6/+6
* * configure.in: removes 'ac_cv_func_fseeko=yes' form MinGWkosaki2013-05-122-1/+5
* * file.c (rb_file_s_truncate): use correct type. chsize takeskosaki2013-05-123-2/+16
* * process.c: move '#define SPAWNV 1' to win32/Makefile.sub.kosaki2013-05-123-4/+6
* * configure.in: removes AC_CHECK_FUNCS(setitimer) because it'skosaki2013-05-122-5/+5
* * configure.in: removes AC_CHECK_FUNCS(pause) because it's unused.kosaki2013-05-122-1/+4
* * signal.c (rb_f_kill): fixes typo. s/HAS_KILLPG/HAVE_KILLPG/.kosaki2013-05-122-1/+5
* * configure.in: abort if gettimeofday doesn't exist.kosaki2013-05-122-1/+9
* * configure.in: removes AC_CHECK_FUNC(ftruncate64).kosaki2013-05-124-6/+25
* * configure.in: removes AC_CHECK_FUNC(fseeko, fseeko64, ftello,kosaki2013-05-125-55/+11
* * configure.in: remove AC_CHECK_FUNC(close). It is not used fromkosaki2013-05-122-1/+5
* * configure.in: adds comments for setjmp check.kosaki2013-05-122-9/+16
* * configure.in: move clock_gettime() check into regular place.kosaki2013-05-122-9/+14
* * configure.in: add getenv() declaration check.kosaki2013-05-123-1/+8
* * configure.in: sorts AC_CHECK_FUNCS()s as alphabetical order.kosaki2013-05-122-104/+106
* * bignum.c: remove redundant decl for big_lshift() big_rshift().kosaki2013-05-122-3/+4
* * ext/socket/rubysocket.h (rsock_inspect_sockaddr): as r40646naruse2013-05-122-1/+6
* fix a typokazu2013-05-121-1/+1
* fix a typokazu2013-05-121-1/+1
* fixed wrong document for Socket.tcp by @lann [fix GH-302]hsbt2013-05-121-5/+0
* * 2013-05-12svn2013-05-111-2/+2
* raddrinfo.c: suppress warningsnobu2013-05-111-2/+2
* * ext/socket/rubysocket.h (HAVE_TYPE_STRUCT_SOCKADDR_DL):naruse2013-05-112-1/+11
* * test/rinda/test_rinda.rb: Socket.getifaddrs may returns an interfaceakr2013-05-112-3/+6
* * ext/socket/raddrinfo.c (rsock_inspect_sockaddr): Add casts toakr2013-05-112-12/+17
* Add debug print to investigate a failure on Travis-CI.akr2013-05-111-0/+3
* Simplify test with Socket.getifaddrsnaruse2013-05-111-8/+5
* Describe Socket.getifaddrs.akr2013-05-111-0/+4
* * properties.nobu2013-05-110-0/+0
* * ext/socket: New method, Socket.getifaddrs, implemented.akr2013-05-119-32/+756
* disable test_fcntl_lock_linux on x32.akr2013-05-111-0/+1