[前][次][番号順一覧][上]
ruby-changes:28601-28700
28601 2013-05-12 11:33 [ko1@a... ] kazu:r40652 (trunk): fix a typo
28602 2013-05-12 16:09 [ko1@a... ] naruse:r40654 (trunk): * ext/socket/rubysocket.h (rsock_inspect_sockaddr): as r40646
28603 2013-05-12 17:40 [ko1@a... ] kosaki:r40655 (trunk): * bignum.c: remove redundant decl for big_lshift() big_rshift().
28604 2013-05-12 17:40 [ko1@a... ] kosaki:r40656 (trunk): * configure.in: sorts AC_CHECK_FUNCS()s as alphabetical order.
28605 2013-05-12 17:40 [ko1@a... ] kosaki:r40657 (trunk): * configure.in: add getenv() declaration check.
28606 2013-05-12 17:40 [ko1@a... ] kosaki:r40658 (trunk): * configure.in: move clock_gettime() check into regular place.
28607 2013-05-12 17:40 [ko1@a... ] kosaki:r40659 (trunk): * configure.in: adds comments for setjmp check.
28608 2013-05-12 17:41 [ko1@a... ] kosaki:r40660 (trunk): * configure.in: remove AC_CHECK_FUNC(close). It is not used from
28609 2013-05-12 17:41 [ko1@a... ] kosaki:r40661 (trunk): * configure.in: removes AC_CHECK_FUNC(fseeko, fseeko64, ftello,
28610 2013-05-12 17:41 [ko1@a... ] kosaki:r40662 (trunk): * configure.in: removes AC_CHECK_FUNC(ftruncate64).
28611 2013-05-12 17:42 [ko1@a... ] kosaki:r40663 (trunk): * configure.in: abort if gettimeofday doesn't exist.
28612 2013-05-12 17:42 [ko1@a... ] kosaki:r40664 (trunk): * signal.c (rb_f_kill): fixes typo. s/HAS_KILLPG/HAVE_KILLPG/.
28613 2013-05-12 17:42 [ko1@a... ] kosaki:r40665 (trunk): * configure.in: removes AC_CHECK_FUNCS(pause) because it's unused.
28614 2013-05-12 17:42 [ko1@a... ] kosaki:r40666 (trunk): * configure.in: removes AC_CHECK_FUNCS(setitimer) because it's
28615 2013-05-12 17:42 [ko1@a... ] kosaki:r40667 (trunk): * process.c: move '#define SPAWNV 1' to win32/Makefile.sub.
28616 2013-05-12 17:42 [ko1@a... ] kosaki:r40668 (trunk): * file.c (rb_file_s_truncate): use correct type. chsize takes
28617 2013-05-12 17:53 [ko1@a... ] kosaki:r40669 (trunk): * configure.in: removes 'ac_cv_func_fseeko=yes' form MinGW
28618 2013-05-12 18:03 [ko1@a... ] kosaki:r40670 (trunk): * include/ruby/intern.h (rb_uint2big, rb_int2big, rb_uint2inum)
28619 2013-05-12 18:03 [ko1@a... ] kosaki:r40671 (trunk): * include/ruby/intern.h (rb_iv_set, rb_iv_get): removed. Bcause
28620 2013-05-12 18:47 [ko1@a... ] kazu:r40672 (trunk): fix typos
28621 2013-05-12 21:13 [ko1@a... ] nobu:r40673 (trunk): ruby.h: OFFT2NUM redefinition
28622 2013-05-12 21:29 [ko1@a... ] nagachika:r40674 (ruby_2_0_0): merge revision(s) 40652:
28623 2013-05-12 22:43 [ko1@a... ] nagachika:r40675 (ruby_2_0_0): merge revision(s) 40664:
28624 2013-05-12 22:52 [ko1@a... ] nagachika:r40676 (trunk): * ChangeLog: fix a typo of r40667.
28625 2013-05-13 10:08 [ko1@a... ] zzak:r40677 (trunk): * random.c: Document Random::DEFAULT by @eLobato [Fixes GH-304]
28626 2013-05-13 10:09 [ko1@a... ] svn:r40678 (trunk): * 2013-05-13
28627 2013-05-13 10:31 [ko1@a... ] zzak:r40679 (trunk): * hash.c: Hash[] and {} are not equivalent by @eam [Fixes GH-301]
28628 2013-05-13 11:09 [ko1@a... ] yugui:r40680 (trunk): * ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket if
28629 2013-05-13 14:49 [ko1@a... ] nobu:r40681 (trunk): class.c: adjust indent
28630 2013-05-13 14:53 [ko1@a... ] nobu:r40682 (trunk): class.c: rb_singleton_class_get
28631 2013-05-13 14:53 [ko1@a... ] nobu:r40683 (trunk): vm_method.c: rb_method_entry_at
28632 2013-05-13 14:54 [ko1@a... ] nobu:r40684 (trunk): proc.c: Kernel#singleton_method
28633 2013-05-13 15:03 [ko1@a... ] ko1:r40685 (trunk): * gc.c (rb_data_object_alloc, rb_data_typed_object_alloc):
28634 2013-05-13 15:25 [ko1@a... ] ko1:r40686 (trunk): * gc.c (rb_data_object_alloc): check klass only if klass is not 0.
28635 2013-05-13 15:33 [ko1@a... ] ko1:r40687 (trunk): * object.c (rb_obj_setup): added.
28636 2013-05-13 15:43 [ko1@a... ] ko1:r40688 (trunk): * ChangeLog: add a comment.
28637 2013-05-13 18:42 [ko1@a... ] ko1:r40689 (trunk): * include/ruby/ruby.h: add new utility macros to access
28638 2013-05-13 18:56 [ko1@a... ] ko1:r40690 (trunk): * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
28639 2013-05-13 19:49 [ko1@a... ] ko1:r40691 (trunk): * include/ruby/ruby.h: constify RBasic::klass and add
28640 2013-05-13 20:12 [ko1@a... ] ko1:r40692 (trunk): * iseq.c (prepare_iseq_build): remove additional line braek.
28641 2013-05-13 20:29 [ko1@a... ] usa:r40693 (trunk): * win32/win32.c, include/ruby/win32.h (getipaddrs): [experimental]
28642 2013-05-13 21:22 [ko1@a... ] usa:r40694 (trunk): * win32/win32.c (getipaddrs): use alternamtive interface name if
28643 2013-05-13 21:51 [ko1@a... ] akr:r40695 (trunk): * ext/socket/extconf.rb: Check socketpair again.
28644 2013-05-13 22:39 [ko1@a... ] kazu:r40696 (trunk): fix typos
28645 2013-05-13 23:41 [ko1@a... ] eregon:r40697 (trunk): * include/ruby/ruby.h: fix a typo
28646 2013-05-14 00:55 [ko1@a... ] ko1:r40698 (trunk): * include/ruby/ruby.h: constify RRational::(num,den) and
28647 2013-05-14 00:55 [ko1@a... ] svn:r40699 (trunk): * 2013-05-14
28648 2013-05-14 01:34 [ko1@a... ] ko1:r40700 (trunk): * gc.c: refactoring GC::Profiler.
28649 2013-05-14 01:53 [ko1@a... ] ko1:r40701 (trunk): * gc.c: disable GC_PROFILE_MORE_DETAIL (fix last commit).
28650 2013-05-14 02:02 [ko1@a... ] ko1:r40702 (trunk): * gc.c: remove rb_objspace_t::marked_num.
28651 2013-05-14 03:08 [ko1@a... ] ko1:r40703 (trunk): * gc.c: support RGENGC. [ruby-trunk - Feature #8339]
28652 2013-05-14 03:14 [ko1@a... ] ko1:r40704 (trunk): * include/ruby/ruby.h: enable RGENGC (USE_RGENGC)
28653 2013-05-14 03:19 [ko1@a... ] ko1:r40705 (trunk): * include/ruby/ruby.h: enable to generate write barrier protected
28654 2013-05-14 03:22 [ko1@a... ] ko1:r40706 (trunk): * include/ruby/ruby.h: enable to generate write barrier protected
28655 2013-05-14 03:22 [ko1@a... ] ko1:r40707 (trunk): * include/ruby/ruby.h: enable to generate write barrier protected
28656 2013-05-14 03:23 [ko1@a... ] ko1:r40708 (trunk): * include/ruby/ruby.h: enable to generate write barrier protected
28657 2013-05-14 03:34 [ko1@a... ] ko1:r40709 (trunk): * string.c (rb_str_new_frozen): remove debug print.
28658 2013-05-14 09:37 [ko1@a... ] kazu:r40710 (trunk): fix a typo and remove "file (func):" only duplicated of upper entry
28659 2013-05-14 09:50 [ko1@a... ] usa:r40711 (ruby_1_9_3): merge revision(s) 39766,39769: [Backport #8101]
28660 2013-05-14 10:33 [ko1@a... ] usa:r40712 (ruby_1_9_3): merge revision(s) 40014: [Backport #8198]
28661 2013-05-14 10:41 [ko1@a... ] usa:r40713 (ruby_1_9_3): * regexec.c (onig_search): fix problem with optimization of \z.
28662 2013-05-14 10:54 [ko1@a... ] nobu:r40714 (trunk): * remove trailing spaces.
28663 2013-05-14 11:20 [ko1@a... ] usa:r40715 (ruby_1_9_3): merge revision(s) 39958,39989: [Backport #8216]
28664 2013-05-14 11:23 [ko1@a... ] usa:r40716 (ruby_1_9_3): merge revision(s) 40163: [Backport #8228]
28665 2013-05-14 11:35 [ko1@a... ] usa:r40717 (ruby_1_9_3): merge revision(s) 40304: [Backport #8267]
28666 2013-05-14 11:36 [ko1@a... ] usa:r40718 (ruby_1_9_3): merge revision(s) 40419: [Backport #8281]
28667 2013-05-14 11:58 [ko1@a... ] usa:r40719 (ruby_1_9_3): * test/ruby/test_time.rb: fixed merge misstake in r40711.
28668 2013-05-14 12:00 [ko1@a... ] usa:r40720 (ruby_1_9_3): * test/ruby/test_time.rb: fixed merge misstake in r40711 and r40719.
28669 2013-05-14 12:22 [ko1@a... ] usa:r40721 (trunk): * win32/win32.c (NET_LUID): mingw may have NET_LUID and not defined
28670 2013-05-14 14:52 [ko1@a... ] nobu:r40722 (trunk): win32.h: fix for VC9
28671 2013-05-14 17:25 [ko1@a... ] nobu:r40723 (trunk): parse.y: fix argument type
28672 2013-05-14 17:25 [ko1@a... ] nobu:r40724 (trunk): iphlpapi is unavailable with older VC
28673 2013-05-14 17:43 [ko1@a... ] naruse:r40725 (trunk): Add NEWS about Kernel#singleton_method r40684 [Feature #8391]
28674 2013-05-14 18:15 [ko1@a... ] kazu:r40726 (trunk): fix a typo
28675 2013-05-14 19:32 [ko1@a... ] usa:r40727 (ruby_1_9_3): * ChangeLog: fixed typo. sorry.
28676 2013-05-14 20:07 [ko1@a... ] nagachika:r40728 (trunk): * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted when
28677 2013-05-14 20:13 [ko1@a... ] nagachika:r40729 (ruby_2_0_0): merge revision(s) 40728:
28678 2013-05-14 20:21 [ko1@a... ] usa:r40730: add tag v1_9_3_426
28679 2013-05-14 20:23 [ko1@a... ] nagachika:r40731 (ruby_2_0_0): merge revision(s) 39491: [Backport #8403]
28680 2013-05-14 20:27 [ko1@a... ] usa:r40732 (ruby_1_9_3): merge revision(s) 40728:
28681 2013-05-14 20:27 [ko1@a... ] usa:r40733: add tag v1_9_3_426
28682 2013-05-14 20:35 [ko1@a... ] nagachika:r40734: add tag v2_0_0_195
28683 2013-05-14 20:35 [ko1@a... ] akr:r40735 (trunk): Update doc.
28684 2013-05-14 20:39 [ko1@a... ] usa:r40736: remove broken tag.
28685 2013-05-14 20:39 [ko1@a... ] usa:r40737: add tag v1_9_3_426
28686 2013-05-14 23:24 [ko1@a... ] nobu:r40738 (trunk): socket: fix build error and warnings on mingw
28687 2013-05-14 23:27 [ko1@a... ] nobu:r40739 (trunk): ruby.h: fix typo
28688 2013-05-14 23:48 [ko1@a... ] akr:r40740 (trunk): * ext/socket/.document: Add ifaddr.c.
28689 2013-05-15 00:22 [ko1@a... ] usa:r40741 (ruby_1_9_3): * signal.c: need to include unistd.h for write(2).
28690 2013-05-15 00:26 [ko1@a... ] usa:r40742 (ruby_1_9_3): merge revision(s) 39214,39221: [Backport #7830]
28691 2013-05-15 00:45 [ko1@a... ] usa:r40743 (trunk): * signal.c: need to include unistd.h for write(2).
28692 2013-05-15 00:45 [ko1@a... ] svn:r40744 (trunk): * 2013-05-15
28693 2013-05-15 00:53 [ko1@a... ] usa:r40745 (trunk): * ChangeLog: typo.
28694 2013-05-15 01:08 [ko1@a... ] usa:r40746 (ruby_1_9_3): * include/ruby/intern.h: should include sys/time.h for struct timeval
28695 2013-05-15 01:40 [ko1@a... ] usa:r40747: add tag v1_9_3_429
28696 2013-05-15 01:59 [ko1@a... ] tenderlove:r40748 (trunk): changing variable name
28697 2013-05-15 02:08 [ko1@a... ] tenderlove:r40749 (trunk): * test/psych/helper.rb: envutil is not available outside Ruby, so
28698 2013-05-15 02:27 [ko1@a... ] tenderlove:r40750 (trunk): * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a user
28699 2013-05-15 02:30 [ko1@a... ] nobu:r40751 (trunk): * properties.
28700 2013-05-15 03:28 [ko1@a... ] nagachika:r40752 (trunk): * ChangeLog: remove incorret lines of r40668.
[前][次][番号順一覧][上]