summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-13* ChangeLog: add a comment.ko1
2013-05-13* object.c (rb_obj_setup): added.ko1
2013-05-13* gc.c (rb_data_object_alloc): check klass only if klass is not 0.ko1
2013-05-13* gc.c (rb_data_object_alloc, rb_data_typed_object_alloc):ko1
2013-05-13proc.c: Kernel#singleton_methodnobu
2013-05-13vm_method.c: rb_method_entry_atnobu
2013-05-13class.c: rb_singleton_class_getnobu
2013-05-13class.c: adjust indentnobu
2013-05-13* ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket ifyugui
2013-05-13* hash.c: Hash[] and {} are not equivalent by @eam [Fixes GH-301]zzak
2013-05-13* 2013-05-13svn
2013-05-13* random.c: Document Random::DEFAULT by @eLobato [Fixes GH-304]zzak
2013-05-12* ChangeLog: fix a typo of r40667.nagachika
2013-05-12ruby.h: OFFT2NUM redefinitionnobu
2013-05-12fix typoskazu
2013-05-12* include/ruby/intern.h (rb_iv_set, rb_iv_get): removed. Bcausekosaki
2013-05-12* include/ruby/intern.h (rb_uint2big, rb_int2big, rb_uint2inum)kosaki
2013-05-12* configure.in: removes 'ac_cv_func_fseeko=yes' form MinGWkosaki
2013-05-12* file.c (rb_file_s_truncate): use correct type. chsize takeskosaki
2013-05-12* process.c: move '#define SPAWNV 1' to win32/Makefile.sub.kosaki
2013-05-12* configure.in: removes AC_CHECK_FUNCS(setitimer) because it'skosaki
2013-05-12* configure.in: removes AC_CHECK_FUNCS(pause) because it's unused.kosaki
2013-05-12* signal.c (rb_f_kill): fixes typo. s/HAS_KILLPG/HAVE_KILLPG/.kosaki
2013-05-12* configure.in: abort if gettimeofday doesn't exist.kosaki
2013-05-12* configure.in: removes AC_CHECK_FUNC(ftruncate64).kosaki
2013-05-12* configure.in: removes AC_CHECK_FUNC(fseeko, fseeko64, ftello,kosaki
2013-05-12* configure.in: remove AC_CHECK_FUNC(close). It is not used fromkosaki
2013-05-12* configure.in: adds comments for setjmp check.kosaki
2013-05-12* configure.in: move clock_gettime() check into regular place.kosaki
2013-05-12* configure.in: add getenv() declaration check.kosaki
2013-05-12* configure.in: sorts AC_CHECK_FUNCS()s as alphabetical order.kosaki
2013-05-12* bignum.c: remove redundant decl for big_lshift() big_rshift().kosaki
2013-05-12* ext/socket/rubysocket.h (rsock_inspect_sockaddr): as r40646naruse
2013-05-12fix a typokazu
2013-05-12fix a typokazu
2013-05-12fixed wrong document for Socket.tcp by @lann [fix GH-302]hsbt
2013-05-11* 2013-05-12svn
2013-05-11raddrinfo.c: suppress warningsnobu
2013-05-11* ext/socket/rubysocket.h (HAVE_TYPE_STRUCT_SOCKADDR_DL):naruse
2013-05-11* test/rinda/test_rinda.rb: Socket.getifaddrs may returns an interfaceakr
2013-05-11* ext/socket/raddrinfo.c (rsock_inspect_sockaddr): Add casts toakr
2013-05-11Add debug print to investigate a failure on Travis-CI.akr
2013-05-11Simplify test with Socket.getifaddrsnaruse
2013-05-11Describe Socket.getifaddrs.akr
2013-05-11* properties.nobu
2013-05-11* ext/socket: New method, Socket.getifaddrs, implemented.akr
2013-05-11disable test_fcntl_lock_linux on x32.akr
2013-05-10* 2013-05-11svn
2013-05-10* gc.h (SET_MACHINE_STACK_END): Add !defined(_ILP32) to a definingakr
2013-05-10parse.y: invalid name as mere stringnobu