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

ruby-changes:34601-34700

  34601 2014-07-04 04:47 [ko1@a...            ] naruse:r46682 (trunk): * lib/net/htp/response.rb (Net::Inflater#inflate_adapter):
  34602 2014-07-04 09:47 [ko1@a...            ] hsbt:r46683 (trunk): Revert "test/rdoc: avoid tempfile leaks"
  34603 2014-07-04 10:09 [ko1@a...            ] hsbt:r46684 (trunk): * test/rubygems/test_gem_package.rb: avoid tempfile leaks using Tempfile#close!
  34604 2014-07-04 11:56 [ko1@a...            ] ko1:r46685 (trunk): * parse.y: remove unused code
  34605 2014-07-04 13:03 [ko1@a...            ] nobu:r46686 (trunk): ChangeLog: fix typo [ci skip]
  34606 2014-07-04 14:17 [ko1@a...            ] nobu:r46687 (trunk): compile_prelude.rb: remove comments
  34607 2014-07-04 15:10 [ko1@a...            ] nobu:r46688 (trunk): parse.y: pack op_tbl
  34608 2014-07-04 15:32 [ko1@a...            ] nobu:r46689 (trunk): string.c: rb_fstring_new assumes US-ASCII
  34609 2014-07-04 16:16 [ko1@a...            ] nobu:r46690 (trunk): parse.y: use rb_fstring_new
  34610 2014-07-04 16:31 [ko1@a...            ] nobu:r46691 (trunk): parse.y: remove global_symbols.op_sym
  34611 2014-07-04 17:02 [ko1@a...            ] nobu:r46692 (trunk): test/unit.rb: newline after message
  34612 2014-07-04 18:26 [ko1@a...            ] ko1:r46693 (trunk): * parse.y (must_be_dynamic_symbol): refactoring.
  34613 2014-07-04 18:58 [ko1@a...            ] ko1:r46695 (trunk): * parse.y (must_be_dynamic_symbol): fix missed-condition.
  34614 2014-07-05 02:27 [ko1@a...            ] nobu:r46697 (trunk): parse.y: fix casts 
  34615 2014-07-05 02:27 [ko1@a...            ] svn:r46698 (trunk): * 2014-07-05        
  34616 2014-07-05 02:32 [ko1@a...            ] nobu:r46699 (trunk): common.mk: move DEFAULT_PRELUDES
  34617 2014-07-05 05:06 [ko1@a...            ] nobu:r46700 (trunk): lib/irb/locale.rb: fix typo
  34618 2014-07-05 11:54 [ko1@a...            ] kazu:r46701 (trunk): fix a typo [ci skip]
  34619 2014-07-05 14:13 [ko1@a...            ] ktsj:r46702 (trunk): * class.c: [DOC] mention about prepended modules.
  34620 2014-07-05 14:32 [ko1@a...            ] nobu:r46703 (trunk): ext/etc: distclean 
  34621 2014-07-05 16:02 [ko1@a...            ] nobu:r46704 (trunk): ext/rbconfig/sizeof: distclean
  34622 2014-07-05 16:02 [ko1@a...            ] nobu:r46705 (trunk): common.mk: empty by distclean
  34623 2014-07-05 16:05 [ko1@a...            ] nobu:r46706 (trunk): common.mk: remove sizes.o
  34624 2014-07-06 08:38 [ko1@a...            ] nobu:r46707 (trunk): common.mk: ignore clean-runnable errors
  34625 2014-07-06 08:38 [ko1@a...            ] svn:r46708 (trunk): * 2014-07-06        
  34626 2014-07-06 10:00 [ko1@a...            ] nobu:r46709 (trunk): rdoc/stats/normal.rb: clear previous output
  34627 2014-07-06 10:00 [ko1@a...            ] nobu:r46710 (trunk): rdoc/stats/normal.rb: IO.console_size
  34628 2014-07-06 10:03 [ko1@a...            ] nobu:r46711 (trunk): rdoc/stats/normal.rb: fix last_width
  34629 2014-07-06 11:43 [ko1@a...            ] nobu:r46712 (trunk): mkconstants.rb: remove empty comments
  34630 2014-07-06 11:43 [ko1@a...            ] nobu:r46713 (trunk): fake.rb.in: override File::ALT_SEPARATOR
  34631 2014-07-06 13:42 [ko1@a...            ] ko1:r46714 (trunk): * gc.c (rb_gc_register_mark_object): change data structure.
  34632 2014-07-06 14:20 [ko1@a...            ] nobu:r46715 (trunk): split tool/fake.rb 
  34633 2014-07-06 21:10 [ko1@a...            ] ko1:r46716 (trunk): * gc.c: rename is_dead_object() to is_dying_object().
  34634 2014-07-06 21:47 [ko1@a...            ] ko1:r46717 (trunk): * gc.c (is_dying_object): fix missed condition.
  34635 2014-07-06 21:54 [ko1@a...            ] ktsj:r46718 (trunk): * file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.
  34636 2014-07-06 22:58 [ko1@a...            ] nagachika:r46719 (ruby_2_1): merge revision(s) r45344: [Backport #9543]
  34637 2014-07-06 23:21 [ko1@a...            ] nobu:r46720 (trunk): st.c: update the key too if changed
  34638 2014-07-06 23:32 [ko1@a...            ] nagachika:r46721 (ruby_2_1): merge revision(s) r45642, r45643: [Backport #9646] [Backport #9729]
  34639 2014-07-06 23:44 [ko1@a...            ] nobu:r46722 (trunk): st.c: re-calc hash_val before adding
  34640 2014-07-07 00:14 [ko1@a...            ] nobu:r46723 (trunk): st.c: remove equality checks
  34641 2014-07-07 00:14 [ko1@a...            ] svn:r46724 (trunk): * 2014-07-07        
  34642 2014-07-07 00:23 [ko1@a...            ] nobu:r46725 (trunk): st.c: fix uninitialized variable
  34643 2014-07-07 00:43 [ko1@a...            ] ko1:r46726 (trunk): * gc.c: rename is_dying_object() to is_garbage_object().
  34644 2014-07-07 02:20 [ko1@a...            ] ko1:r46727 (trunk): * string.c (fstr_update_callback): do not use rb_gc_resurrect()
  34645 2014-07-07 08:47 [ko1@a...            ] nobu:r46728 (trunk): string.c: do not use garbage object
  34646 2014-07-07 10:54 [ko1@a...            ] ko1:r46729 (trunk): * parse.y: do not use rb_gc_resurrect(), but create a new dynamic
  34647 2014-07-07 11:07 [ko1@a...            ] naruse:r46730 (trunk): * tool/mkconfig.rb: remove not to require rbconfig/obsolete.rb.
  34648 2014-07-07 11:49 [ko1@a...            ] usa:r46731 (ruby_2_0_0): merge revision(s) 45845, 45847: [Backport #9786]
  34649 2014-07-07 12:00 [ko1@a...            ] usa:r46732 (ruby_2_0_0): merge revision(s) 44505: [Backport #9994]
  34650 2014-07-07 12:07 [ko1@a...            ] usa:r46733 (ruby_2_0_0): merge revision(s) 40372: [Backport #8167]
  34651 2014-07-07 12:13 [ko1@a...            ] usa:r46734 (ruby_2_0_0): merge revision(s) 46331: [Backport #9885]
  34652 2014-07-07 12:17 [ko1@a...            ] usa:r46735 (ruby_2_0_0): merge revision(s) 46457, 46458: [Backport #9949]
  34653 2014-07-07 12:37 [ko1@a...            ] usa:r46736 (ruby_2_0_0): merge revision(s) 45399, 45400, 46036, 46037: [Backport #416]
  34654 2014-07-07 12:42 [ko1@a...            ] ko1:r46737 (trunk): * parse.y: need to use updated (re-created) symbols.
  34655 2014-07-07 12:43 [ko1@a...            ] usa:r46738 (ruby_2_0_0): merge revision(s) 46360, 46372: [Backport #8625]
  34656 2014-07-07 12:44 [ko1@a...            ] usa:r46739 (ruby_2_0_0): merge revision(s) 45495: [Backport #9662]
  34657 2014-07-07 12:46 [ko1@a...            ] ko1:r46740 (trunk): * gc.c: revert miss-commit.
  34658 2014-07-07 12:47 [ko1@a...            ] usa:r46741 (ruby_2_0_0): merge revision(s) 45462, 45463, 45466: [Backport #9684]
  34659 2014-07-07 12:48 [ko1@a...            ] usa:r46742 (ruby_2_0_0): merge revision(s) 45786: [Backport #9738]
  34660 2014-07-07 12:49 [ko1@a...            ] usa:r46743 (ruby_2_0_0): merge revision(s) 45896: [Backport #9773]
  34661 2014-07-07 12:51 [ko1@a...            ] usa:r46744 (ruby_2_0_0): merge revision(s) 46095: [Backport #9819]
  34662 2014-07-07 12:52 [ko1@a...            ] usa:r46745 (ruby_2_0_0): merge revision(s) 46099: [Backport #9814]
  34663 2014-07-07 12:55 [ko1@a...            ] usa:r46746 (ruby_2_0_0): merge revision(s) 45344: [Backport #9543]
  34664 2014-07-07 12:58 [ko1@a...            ] usa:r46747 (ruby_2_0_0): merge revision(s) 45642, 45643: [Backport #9646] [Backport #9729]
  34665 2014-07-07 13:09 [ko1@a...            ] usa:r46748 (ruby_2_0_0): merge revision(s) 46159, 46196: [Backport #8523]
  34666 2014-07-07 14:36 [ko1@a...            ] ko1:r46749 (trunk): * parse.y: remove global_symbols::pinned_dsym
  34667 2014-07-07 16:08 [ko1@a...            ] nobu:r46750 (trunk): common.mk: integrate clean targets
  34668 2014-07-07 17:43 [ko1@a...            ] nobu:r46751 (trunk): test/ruby/find_executable.rb
  34669 2014-07-08 14:48 [ko1@a...            ] ko1:r46752 (trunk): * parse.y (dsymbol_alloc): set global_symbols.minor_marked to 0.
  34670 2014-07-08 14:48 [ko1@a...            ] svn:r46753 (trunk): * 2014-07-08        
  34671 2014-07-08 16:01 [ko1@a...            ] nobu:r46754 (trunk): parse.y: expand is_asgn_or_id
  34672 2014-07-08 16:58 [ko1@a...            ] nobu:r46755 (trunk): memory_status.rb: find proper ps
  34673 2014-07-08 17:04 [ko1@a...            ] nobu:r46756 (trunk): sprintf.c: skip non-interned name
  34674 2014-07-08 22:14 [ko1@a...            ] kazu:r46757 (trunk): fix a typo [ci skip]
  34676 2014-07-09 00:20 [ko1@a...            ] svn:r46759 (trunk): * 2014-07-09        
  34677 2014-07-09 05:48 [ko1@a...            ] normal:r46760 (trunk): thread_pthread.h: remove unneeded semaphore.h include
  34678 2014-07-09 05:50 [ko1@a...            ] normal:r46761 (trunk): thread_pthread.h: do not expose pthread type for lock
  34679 2014-07-09 11:31 [ko1@a...            ] naruse:r46762 (trunk): require "rbconfig" to use RbConfig
  34680 2014-07-09 14:01 [ko1@a...            ] ko1:r46763 (trunk): * parse.y (symbols_i): delete garbage symbols for Symbol.all_symbols.
  34681 2014-07-09 15:17 [ko1@a...            ] ko1:r46764 (trunk): * parse.y: change Symbol <-> ID relationship to avoid
  34683 2014-07-09 16:20 [ko1@a...            ] nobu:r46766 (trunk): io.c: refine error message
  34684 2014-07-09 16:31 [ko1@a...            ] nobu:r46767 (trunk): parse.y: adjust argument types
  34685 2014-07-09 17:07 [ko1@a...            ] nobu:r46768 (trunk): symbol.c, symbol.h: split from parse.y
  34686 2014-07-09 23:51 [ko1@a...            ] nobu:r46769 (trunk): random.c: fix casts
  34687 2014-07-10 00:29 [ko1@a...            ] ngoto:r46770 (trunk): * common.mk (DTRACE_DEPENDENT_OBJS): fix build failure on Solaris
  34688 2014-07-10 00:29 [ko1@a...            ] svn:r46771 (trunk): * 2014-07-10        
  34689 2014-07-10 01:19 [ko1@a...            ] ko1:r46772 (trunk): * symbol.c: remove rb_gc_mark_symbols().
  34690 2014-07-10 12:24 [ko1@a...            ] nobu:r46773 (trunk): gc.c: fix typo     
  34691 2014-07-10 13:18 [ko1@a...            ] kazu:r46774 (trunk): fix typos [ci skip]
  34692 2014-07-10 15:03 [ko1@a...            ] nobu:r46775 (trunk): vm_insnhelper.c: fix implicit splat keyword argument
  34693 2014-07-11 00:22 [ko1@a...            ] ngoto:r46776 (trunk): * hash.c (ruby_setenv): Fix TestEnv#test_aset failure on Solaris 9.
  34694 2014-07-11 00:22 [ko1@a...            ] svn:r46777 (trunk): * 2014-07-11        
  34695 2014-07-11 10:09 [ko1@a...            ] nobu:r46778 (trunk): pack.c: fix buffer overrun
  34696 2014-07-11 11:13 [ko1@a...            ] ko1:r46779 (trunk): * benchmark/prepare_so_k_nucleotide.rb: use require_relative.
  34697 2014-07-11 14:19 [ko1@a...            ] marcandRe: r46780 (trunk): * lib/matrix.rb: Fix sign for cross_product [#9499]
  34698 2014-07-11 15:41 [ko1@a...            ] hsbt:r46781 (trunk): * io.c: Improve Documentation by @dapplebeforedawn.
  34700 2014-07-11 16:51 [ko1@a...            ] hsbt:r46783 (trunk): * lib/fileutils.rb: handle ENOENT error with symlink targeted to

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