[前][次][番号順一覧][上]

ruby-changes:14701-14800

  14701 2010-02-03 23:51 [ko1@a...            ] Ruby:r26557 (trunk): add comment.       
  14702 2010-02-03 23:52 [ko1@a...            ] Ruby:r26558 (trunk): * NEWS (socket): Socket.do_not_reverse_lookup.
  14703 2010-02-04 00:30 [ko1@a...            ] Ruby:r26559 (trunk): * time.c (quo, time_mdump): use RRATIONAL().
  14704 2010-02-04 00:38 [ko1@a...            ] Ruby:r26560 (trunk): * time.c (time_mdump, time_mload): dump/load utc_offset.
  14705 2010-02-04 01:09 [ko1@a...            ] Ruby:r26562 (ruby_1_8_6): * 2010-02-04  
  14706 2010-02-04 01:09 [ko1@a...            ] Ruby:r26561 (ruby_1_8_6): Backport #1743 ; stops timer thread unless other threads exist.
  14707 2010-02-04 01:34 [ko1@a...            ] Ruby:r26563 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix infinity
  14708 2010-02-04 01:51 [ko1@a...            ] Ruby:r26564: Tagging 398 for release.   
  14709 2010-02-04 03:12 [ko1@a...            ] Ruby:r26565 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): get red of
  14710 2010-02-04 08:16 [ko1@a...            ] Ruby:r26566 (trunk): * lib/delegate.rb (Delegator): now inherits BasicObject.
  14711 2010-02-04 10:07 [ko1@a...            ] Ruby:r26567 (trunk): * configure.in: FreeBSD, DragonFly BSD and Mac OS X needs
  14712 2010-02-04 12:57 [ko1@a...            ] Ruby:r26569 (ruby_1_9_1): * 2010-02-04  
  14713 2010-02-04 12:58 [ko1@a...            ] Ruby:r26568 (ruby_1_9_1): merges r26052 from trunk into ruby_1_9_1.
  14714 2010-02-04 12:58 [ko1@a...            ] Ruby:r26570 (ruby_1_9_1): merges r22395 and r22640 from trunk into ruby_1_9_1.
  14715 2010-02-04 12:59 [ko1@a...            ] Ruby:r26571 (ruby_1_9_1): * string (rb_string_value): warning for implicit conversion
  14716 2010-02-04 16:17 [ko1@a...            ] Ruby:r26572 (trunk): * thread_pthread.c (native_thread_init_stack): use get_stack.
  14717 2010-02-04 16:26 [ko1@a...            ] Ruby:r26573: * ext/io/nonblock (Makefile,extconf.h.mkmf.log): svn:ignore.
  14718 2010-02-05 00:36 [ko1@a...            ] Ruby:r26575 (trunk): * 2010-02-05       
  14719 2010-02-05 00:36 [ko1@a...            ] Ruby:r26574 (trunk): * bignum.c (big_gt, big_ge, big_lt, big_ge): added Bignum#>, >=, < and
  14720 2010-02-05 02:11 [ko1@a...            ] Ruby:r26576 (trunk): * lib/yaml/rubytypes.rb: Struct members are emitted without a leading
  14721 2010-02-05 07:35 [ko1@a...            ] Ruby:r26577 (ruby_1_8_6): Syntax change and dead code cleanup to help resolve some build issues on certain platforms.
  14722 2010-02-05 07:39 [ko1@a...            ] Ruby:r26578: Tagging 399 for release.   
  14723 2010-02-05 09:28 [ko1@a...            ] Ruby:r26579 (trunk): * bignum.c (big_op): remove unused variables.
  14724 2010-02-05 16:38 [ko1@a...            ] Ruby:r26580 (trunk): * lib/delegate.rb (Delegator): include copy of Kernel.
  14725 2010-02-05 23:13 [ko1@a...            ] Ruby:r26581 (ruby_1_8): * ext/rational/rational.c: Added to provide a fast implementation
  14726 2010-02-05 23:15 [ko1@a...            ] Ruby:r26582 (ruby_1_8): * 2010-02-05    
  14727 2010-02-06 00:05 [ko1@a...            ] Ruby:r26584 (trunk): * 2010-02-06       
  14728 2010-02-06 00:06 [ko1@a...            ] Ruby:r26585 (ruby_1_8): * 2010-02-06    
  14729 2010-02-06 00:29 [ko1@a...            ] Ruby:r26586 (ruby_1_8, trunk): fix typos.
  14730 2010-02-06 01:22 [ko1@a...            ] Ruby:r26587 (trunk): * ext/purelib.rb, common.mk: to simulate ruby command more precisely,
  14731 2010-02-06 02:09 [ko1@a...            ] Ruby:r26589 (ruby_1_8): * test/ruby/test_array.rb (TestArray#test_splat): Add test cases
  14732 2010-02-06 11:41 [ko1@a...            ] Ruby:r26591 (trunk): * test/test_delegate.rb (TestDelegateClass::IV#initialize): should
  14733 2010-02-06 12:02 [ko1@a...            ] Ruby:r26592 (trunk): * lib/delegate.rb (Delegator#method_missing),
  14734 2010-02-06 19:39 [ko1@a...            ] Ruby:r26593 (trunk): * tool/compile_prelude.rb: fix require path.
  14735 2010-02-06 20:50 [ko1@a...            ] Ruby:r26594 (trunk): fix a test.        
  14736 2010-02-06 21:35 [ko1@a...            ] Ruby:r26595 (trunk): * lib/monitor.rb (wait): supported timeout.
  14737 2010-02-06 21:41 [ko1@a...            ] Ruby:r26596 (trunk): * test/net/imap/test_imap.rb (test_exception_during_idle): use timeout.
  14738 2010-02-06 21:41 [ko1@a...            ] Ruby:r26597 (trunk): added a ChangeLog entry.
  14739 2010-02-06 23:04 [ko1@a...            ] Ruby:r26598 (ruby_1_8): * test/net/imap/test_imap.rb: added a test for unexpected BYE responses.
  14740 2010-02-06 23:06 [ko1@a...            ] Ruby:r26599 (trunk): * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYE
  14741 2010-02-06 23:06 [ko1@a...            ] Ruby:r26600 (trunk): added a ChangeLog entry.
  14742 2010-02-06 23:09 [ko1@a...            ] Ruby:r26601 (trunk): * test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a test
  14743 2010-02-06 23:15 [ko1@a...            ] Ruby:r26602 (trunk): test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.
  14744 2010-02-06 23:26 [ko1@a...            ] Ruby:r26603 (trunk): ext/curses/view2.rb: replaced with Hugh Sasse's version.
  14745 2010-02-06 23:26 [ko1@a...            ] Ruby:r26604 (trunk): added a ChangeLog entry.
  14746 2010-02-07 00:29 [ko1@a...            ] Ruby:r26605 (trunk): * lib/net/ftp.rb (initialize): set @sock to a NullSocket instance to
  14747 2010-02-07 00:30 [ko1@a...            ] Ruby:r26606 (trunk): * 2010-02-07       
  14748 2010-02-07 00:30 [ko1@a...            ] Ruby:r26607 (trunk): * class.c (rb_class_init_copy): raise a TypeError if the argument is
  14749 2010-02-07 03:03 [ko1@a...            ] Ruby:r26608 (trunk): * math.c (math_lgamma): initialize sign because
  14750 2010-02-07 04:18 [ko1@a...            ] Ruby:r26609 (ruby_1_8): * parse.y: Get rid of tags for Ripper, pointless in 1.8.
  14751 2010-02-07 04:18 [ko1@a...            ] Ruby:r26610 (ruby_1_8): * 2010-02-07    
  14752 2010-02-07 13:02 [ko1@a...            ] Ruby:r26611 (trunk): * lib/rake.rb (Rake::FileList::ARRAY_METHODS): fix test failure by <=>
  14753 2010-02-07 14:03 [ko1@a...            ] Ruby:r26612 (ruby_1_8): This even fails.
  14754 2010-02-07 19:29 [ko1@a...            ] Ruby:r26613 (trunk): * test/dl/test_handle.rb (test_NEXT): fix for BSD.
  14755 2010-02-07 23:13 [ko1@a...            ] Ruby:r26615 (trunk): * sample/test.rb: sort files for syntax validataion.
  14756 2010-02-07 23:13 [ko1@a...            ] Ruby:r26614 (trunk): * bootstraptest/runner.rb: sort test files.
  14757 2010-02-08 10:34 [ko1@a...            ] Ruby:r26617 (trunk): * 2010-02-08       
  14758 2010-02-08 10:34 [ko1@a...            ] Ruby:r26616 (trunk): * configure.in: check pthread_attr_getstack to prevent obsolete
  14759 2010-02-08 16:23 [ko1@a...            ] Ruby:r26618 (trunk): * common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand.
  14760 2010-02-08 21:09 [ko1@a...            ] Ruby:r26621 (trunk): * ext/socket/socket.c (socket_s_ip_address_list): obtain the scope_id
  14761 2010-02-09 00:08 [ko1@a...            ] Ruby:r26623 (trunk): * 2010-02-09       
  14762 2010-02-09 00:08 [ko1@a...            ] Ruby:r26622 (trunk): * io.c (rb_io_getline_fast): wrong calculation of new position
  14763 2010-02-09 21:30 [ko1@a...            ] Ruby:r26624 (trunk): * lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checks
  14764 2010-02-09 22:37 [ko1@a...            ] Ruby:r26625 (trunk): * io.c (READ_CHECK): do not select fd before reading, that had made
  14765 2010-02-09 23:30 [ko1@a...            ] Ruby:r26626 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix precision.
  14766 2010-02-09 23:59 [ko1@a...            ] Ruby:r26627 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): fix precision too.
  14767 2010-02-10 04:11 [ko1@a...            ] Ruby:r26629 (trunk): * 2010-02-10       
  14768 2010-02-10 04:12 [ko1@a...            ] Ruby:r26628 (trunk): * vm.c (vm_exec): reset thread state before starting vm loop.
  14769 2010-02-10 13:05 [ko1@a...            ] Ruby:r26630 (ruby_1_8): * string.c (rb_str_times): backport r15514 to reduce loop
  14770 2010-02-10 13:05 [ko1@a...            ] Ruby:r26631 (ruby_1_8): * 2010-02-10    
  14771 2010-02-10 16:31 [ko1@a...            ] Ruby:r26632 (trunk): * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),
  14772 2010-02-11 01:54 [ko1@a...            ] Ruby:r26634 (trunk): * 2010-02-11       
  14773 2010-02-11 01:54 [ko1@a...            ] Ruby:r26633 (trunk): * vm.c (vm_exec): temporarily revert r26628, which causes SEGV when
  14774 2010-02-11 09:47 [ko1@a...            ] Ruby:r26636 (ruby_1_8): * 2010-02-11    
  14775 2010-02-11 09:48 [ko1@a...            ] Ruby:r26635 (ruby_1_8): * lib/resolv.rb: support :nameserver_port option.  backport r26230
  14776 2010-02-11 10:29 [ko1@a...            ] Ruby:r26637 (ruby_1_8, trunk): * lib/resolv.rb: fix .
  14777 2010-02-11 10:32 [ko1@a...            ] Ruby:r26638 (ruby_1_8, trunk): describe the reporter.
  14778 2010-02-11 14:38 [ko1@a...            ] Ruby:r26639 (trunk): * marshal.c (r_object0): read sequentially since marshal source
  14779 2010-02-11 14:43 [ko1@a...            ] Ruby:r26640 (trunk): * marshal.c (r_object0): replace non-1.8 escapes directly.
  14780 2010-02-11 16:39 [ko1@a...            ] Ruby:r26641 (trunk): fix a typo.        
  14781 2010-02-11 17:52 [ko1@a...            ] Ruby:r26642 (trunk): * vm.c (vm_exec): reset thread state before restarting vm loop
  14782 2010-02-11 20:56 [ko1@a...            ] Ruby:r26644 (trunk): * io.c (rb_io_oflags_modestr): return "r" for O_RDONLY|O_APPEND.
  14783 2010-02-11 20:56 [ko1@a...            ] Ruby:r26645 (ruby_1_8): * io.c (rb_io_modenum_mode): return "r" for O_RDONLY|O_APPEND.
  14784 2010-02-11 22:31 [ko1@a...            ] Ruby:r26646 (trunk): update rdoc.       
  14785 2010-02-11 22:59 [ko1@a...            ] Ruby:r26647 (trunk): fix rdoc.          
  14786 2010-02-12 02:38 [ko1@a...            ] Ruby:r26649 (trunk): * 2010-02-12       
  14787 2010-02-12 02:38 [ko1@a...            ] Ruby:r26648 (trunk): Fri Feb 12 02:27:39 2010  Akinori MUSHA  <knu@iDaemons.org>
  14788 2010-02-12 18:00 [ko1@a...            ] Ruby:r26650 (trunk): * vm.c (thread_free): fixed typo.
  14789 2010-02-13 01:22 [ko1@a...            ] Ruby:r26651 (trunk): fix a test for Debian GNU/Linux squeeze (armel)
  14790 2010-02-13 01:25 [ko1@a...            ] Ruby:r26652 (trunk): * 2010-02-13       
  14791 2010-02-13 07:18 [ko1@a...            ] Ruby:r26653 (mvm): * (ruby_vm_send_signal): deal with signals properly.
  14792 2010-02-13 07:18 [ko1@a...            ] Ruby:r26654 (mvm): * 2010-02-13         
  14793 2010-02-13 07:22 [ko1@a...            ] Ruby:r26655 (mvm): * vm_core.h (enum ruby_vm_interrupted_bits): named.
  14794 2010-02-13 12:21 [ko1@a...            ] Ruby:r26656 (trunk): * lib/tempfile.rb (Tempfile::Remover): new class to replace
  14795 2010-02-13 13:30 [ko1@a...            ] Ruby:r26657 (trunk): add a test.        
  14796 2010-02-13 15:06 [ko1@a...            ] Ruby:r26658 (trunk): * marshal.c (id2encidx): duplicated entry for encoding name.
  14797 2010-02-13 17:12 [ko1@a...            ] Ruby:r26659 (trunk): * array.c (rb_ary_delete): RDoc update.  a patch from Hugh Sasse.
  14798 2010-02-14 04:32 [ko1@a...            ] Ruby:r26660 (trunk): * re.c (match_aref): fixed indent.
  14799 2010-02-14 04:50 [ko1@a...            ] Ruby:r26661 (trunk): * marshal.c (r_object0): register regexp object before encoding
  14800 2010-02-14 11:45 [ko1@a...            ] Ruby:r26662 (trunk): add a test.        

[前][次][番号順一覧][上]