summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-13* include/ruby/ruby.h: add new utility macros to accessko1
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-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* 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-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-11* ext/socket: New method, Socket.getifaddrs, implemented.akr
2013-05-10* gc.h (SET_MACHINE_STACK_END): Add !defined(_ILP32) to a definingakr
2013-05-10parse.y: invalid name as mere stringnobu
2013-05-10* configure.in: Move library checks into "Checks for libraries." part.akr
2013-05-10* configure.in: Reformat arguments of AC_CHECK_HEADERS andakr
2013-05-10* configure.in: Don't link librt if clock_gettime is available inakr
2013-05-09* ext/socket/ancdata.c (bsock_sendmsg_internal): controls_num shouldakr
2013-05-09* file.c, ext/etc/etc.c, ext/socket/unixsocket.c,akr
2013-05-09* ext/socket/ancdata.c (bsock_sendmsg_internal): Always setakr
2013-05-09* ext/socket/rubysocket.h, ext/socket/unixsocket.c,akr
2013-05-09* string.c: Add call-seq alias for String#=== [Bug #8381]zzak
2013-05-09* doc/contributing.rdoc: Add guide for contributing to CRubyzzak
2013-05-08* configure.in: Check socket library again. shutdown() is used inakr