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

ruby-changes:31501-31600

  31501 2013-11-08 11:37 [ko1@a...            ] glass:r43580 (trunk): * dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().
  31502 2013-11-08 13:30 [ko1@a...            ] glass:r43581 (trunk): * io.c (rb_io_open_with_args): use RARRAY_CONST_PTR().
  31503 2013-11-08 18:42 [ko1@a...            ] glass:r43582 (trunk): * lib/open3.rb: receive arguments as keyword arguments.
  31504 2013-11-09 00:27 [ko1@a...            ] nobu:r43583 (trunk): file.c: remove unnecessary declaration
  31505 2013-11-09 00:27 [ko1@a...            ] svn:r43584 (trunk): * 2013-11-09        
  31506 2013-11-09 02:07 [ko1@a...            ] tmm1:r43585 (trunk): * ext/objspace/object_tracing.c: Add experimental methods to dump
  31507 2013-11-09 02:08 [ko1@a...            ] nobu:r43586 (trunk): * properties.      
  31508 2013-11-09 06:11 [ko1@a...            ] nobu:r43587 (trunk): rbinstall.rb: make stable files in .gemspec
  31509 2013-11-09 07:41 [ko1@a...            ] nobu:r43588 (trunk): rbinstall.rb: indent
  31510 2013-11-09 07:41 [ko1@a...            ] nobu:r43589 (trunk): internal.h: prototype declarations
  31511 2013-11-09 07:42 [ko1@a...            ] nobu:r43590 (trunk): From 33f55b1eac7f044feb59a29da4a5a82bee3f419e Mon Sep 17 00:00:00 2001
  31512 2013-11-09 08:59 [ko1@a...            ] tarui:r43591 (trunk): * gc.c : Add GC_PROFILE_DETAIL_MEMORY option.
  31513 2013-11-09 09:05 [ko1@a...            ] tarui:r43592 (trunk): * gc.c (gc_marks_test): Bugfix. Fix a struct member name for build
  31514 2013-11-09 09:17 [ko1@a...            ] tarui:r43593 (trunk): * gc.c (RVALUE_PROMOTE_INFANT): Refactoring. Remove duplicated nonsense
  31515 2013-11-09 09:23 [ko1@a...            ] tarui:r43594 (trunk): * gc.c (gc_page_sweep, rgengc_rememberset_mark): Refactoring.
  31516 2013-11-09 12:34 [ko1@a...            ] charliesome:r43595 (trunk): * class.c: unify names of vm state version counters to 'serial'.
  31517 2013-11-09 12:46 [ko1@a...            ] charliesome:r43596 (trunk): * insns.def: unify ic_constant_serial and ic_class_serial into one field
  31518 2013-11-09 14:12 [ko1@a...            ] zzak:r43597 (trunk): * lib/test/unit/assertions.rb: [DOC] better example for assert_send()
  31519 2013-11-09 14:30 [ko1@a...            ] zzak:r43598 (trunk): * ext/dl/cfunc.c: [DOC] fix typo in example [Bug #8944]
  31520 2013-11-09 14:31 [ko1@a...            ] zzak:r43599 (trunk): Add patch author from previous commit
  31521 2013-11-09 14:52 [ko1@a...            ] zzak:r43600 (trunk): * lib/rss/rss.rb: [DOC] document Time#w3cdtf by @steveklabnik
  31522 2013-11-09 14:56 [ko1@a...            ] zzak:r43601 (trunk): * lib/rss/*: [DOC] document various constants @steveklabnik [Bug #8812]
  31523 2013-11-09 15:01 [ko1@a...            ] zzak:r43602 (trunk): * io.c: [DOC] ARGF.gets may return nil [Bug #9029] patch by znz
  31524 2013-11-09 15:06 [ko1@a...            ] kazu:r43603 (trunk): fix a typo         
  31525 2013-11-09 15:10 [ko1@a...            ] zzak:r43604 (trunk): no kanji           
  31526 2013-11-09 15:16 [ko1@a...            ] nobu:r43605 (trunk): objspace_dump.c: indent
  31527 2013-11-09 15:16 [ko1@a...            ] nobu:r43606 (trunk): objspace_dump.c: suppress warnings
  31528 2013-11-09 15:17 [ko1@a...            ] nobu:r43607 (trunk): objspace_dump.c: extract output option utilities
  31529 2013-11-09 15:17 [ko1@a...            ] nobu:r43608 (trunk): objspace_dump.c: fix portability issue
  31530 2013-11-09 15:21 [ko1@a...            ] nobu:r43609 (trunk): vcs.rb: split      
  31531 2013-11-09 19:43 [ko1@a...            ] nari:r43610 (trunk): * internal.h: prototype declarations of gc.c collect up.
  31532 2013-11-09 20:51 [ko1@a...            ] nari:r43611 (trunk): Revert "* internal.h: prototype declarations of gc.c collect up."
  31533 2013-11-09 20:53 [ko1@a...            ] akr:r43612 (trunk): * test/objspace/test_objspace.rb (test_dump_all): Make the test string
  31534 2013-11-09 21:00 [ko1@a...            ] nari:r43613 (trunk): * ext/objspace/object_tracing.c: use declarations in internal.h.
  31535 2013-11-09 21:57 [ko1@a...            ] tmm1:r43614 (trunk): fix typo in my ChangeLog entry
  31536 2013-11-09 22:35 [ko1@a...            ] nobu:r43615 (trunk): objspace_dump.c: fix declaration
  31537 2013-11-09 22:35 [ko1@a...            ] nobu:r43616 (trunk): test_objspace.rb: assertion for temporary file
  31538 2013-11-09 22:35 [ko1@a...            ] nobu:r43617 (trunk): rbinstall.rb: spec date from VCS
  31539 2013-11-10 00:34 [ko1@a...            ] zzak:r43618 (trunk): * lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawada
  31540 2013-11-10 00:34 [ko1@a...            ] nobu:r43620 (trunk): gc.c: should_be_callable
  31541 2013-11-10 00:34 [ko1@a...            ] svn:r43619 (trunk): * 2013-11-10        
  31542 2013-11-10 00:36 [ko1@a...            ] nobu:r43621 (trunk): gc.c: private call 
  31543 2013-11-10 00:43 [ko1@a...            ] ko1:r43622 (trunk): * benchmark/gc/gcbench.rb: output version description and GC::OPTS.
  31544 2013-11-10 01:36 [ko1@a...            ] ko1:r43623 (trunk): * gc.c (vm_malloc_increase): sweep immediately on GC due to malloc().
  31545 2013-11-10 01:37 [ko1@a...            ] nobu:r43624 (trunk): rbinstall.rb: fix for non-working directory
  31546 2013-11-10 01:46 [ko1@a...            ] nobu:r43625 (trunk): envutil.rb: under_gc_stress parameter
  31547 2013-11-10 03:12 [ko1@a...            ] nobu:r43626 (trunk): test_objectspace.rb: run in separate process
  31548 2013-11-10 06:17 [ko1@a...            ] charliesome:r43627 (trunk): * compile.c (iseq_compile_each): emit opt_str_freeze if the #freeze
  31549 2013-11-10 06:21 [ko1@a...            ] nobu:r43628 (trunk): * remove trailing spaces.
  31550 2013-11-10 06:28 [ko1@a...            ] charliesome:r43629 (trunk): * lib/e2mmap.rb: [DOC] Fix typo in e2mmap documentation.
  31551 2013-11-10 07:42 [ko1@a...            ] zzak:r43630 (trunk): * lib/weakref.rb: [DOC] fix typos by @xaviershay [Fixes GH-439]
  31552 2013-11-10 08:03 [ko1@a...            ] nobu:r43631 (trunk): gc.c: finalizer functions
  31553 2013-11-10 08:13 [ko1@a...            ] zzak:r43632 (trunk): * lib/drb/drb.rb: [DOC] promote better windows-safe filename regular
  31554 2013-11-10 08:38 [ko1@a...            ] zzak:r43633 (trunk): * thread.c: [DOC] Remove duplicate reference
  31555 2013-11-10 15:13 [ko1@a...            ] nobu:r43634 (trunk): parse.y: remove "f" suffix  [Feature #9042]
  31556 2013-11-10 19:17 [ko1@a...            ] kazu:r43635 (trunk): fix a typo         
  31557 2013-11-10 22:16 [ko1@a...            ] nobu:r43636 (trunk): error.c: Exception#cause
  31558 2013-11-10 23:50 [ko1@a...            ] ktsj:r43637 (trunk): * gc.c (rb_gcdebug_print_obj_condition): catch up recent changes
  31559 2013-11-11 00:18 [ko1@a...            ] nobu:r43638 (trunk): Exception#cause    
  31560 2013-11-11 00:18 [ko1@a...            ] svn:r43639 (trunk): * 2013-11-11        
  31561 2013-11-11 01:05 [ko1@a...            ] zzak:r43640 (trunk): * lib/timeout.rb: Added note about change from #8730 [Fixes GH-440]
  31562 2013-11-11 01:13 [ko1@a...            ] zzak:r43641 (trunk): commit miss [DOC] tag
  31563 2013-11-11 01:41 [ko1@a...            ] kazu:r43642 (trunk): fix typos          
  31564 2013-11-11 02:52 [ko1@a...            ] drbrain:r43643 (trunk): * lib/rubygems: Update to RubyGems master 4bdc4f2. Important changes
  31565 2013-11-11 02:53 [ko1@a...            ] nobu:r43644 (trunk): * properties.      
  31566 2013-11-11 03:19 [ko1@a...            ] ko1:r43645 (trunk): * vm_trace.c (symbol2event_flag): add secret feature.
  31567 2013-11-11 04:37 [ko1@a...            ] drbrain:r43646 (trunk): * lib/rubygems/specification.rb: Include 2.2.0.preview.2 when checking
  31568 2013-11-11 18:39 [ko1@a...            ] tmm1:r43647 (trunk): * internal.h: move common string/hash flags to include file.
  31569 2013-11-11 22:30 [ko1@a...            ] nagachika:r43648 (ruby_2_0_0): merge revision(s) 43398, 43407, 43408, 43417: [Backport #9044]
  31570 2013-11-11 23:55 [ko1@a...            ] nagachika:r43649 (ruby_2_0_0): merge revision(s) 40136: [Backport #9084]
  31571 2013-11-12 01:34 [ko1@a...            ] nagachika:r43650 (ruby_2_0_0): merge revision(s) 42902:
  31572 2013-11-12 09:16 [ko1@a...            ] svn:r43652 (trunk): * 2013-11-12        
  31573 2013-11-12 09:17 [ko1@a...            ] drbrain:r43651 (trunk): * lib/rubygems: Update to RubyGems master b9213d7. Changes include:
  31574 2013-11-12 10:16 [ko1@a...            ] drbrain:r43653 (trunk): * test/rubygems/insure_session.rb: Remove unused test file.
  31575 2013-11-12 23:32 [ko1@a...            ] nagachika:r43654 (ruby_2_0_0): merge revision(s) 42862(partially), 42910, 43093: [Backport #8878] [Backport #9085]
  31576 2013-11-12 23:35 [ko1@a...            ] nagachika:r43655 (ruby_2_0_0): merge revision(s) 43609, 43617: [Backport #8878] [Backport #9085]
  31577 2013-11-12 23:55 [ko1@a...            ] nagachika:r43656 (ruby_2_0_0): merge revision(s) 43449, 43514, 43525: [Backport #8879] [Backport #8883]
  31578 2013-11-13 09:05 [ko1@a...            ] zzak:r43657 (trunk): * doc/regexp.rdoc: [DOC] add note about Bug #4044 as suggested by
  31579 2013-11-13 09:05 [ko1@a...            ] svn:r43658 (trunk): * 2013-11-13        
  31580 2013-11-13 10:43 [ko1@a...            ] zzak:r43659 (trunk): * hash.c: [DOC] Adds an example for Hash#store
  31581 2013-11-13 10:56 [ko1@a...            ] zzak:r43660 (trunk): * doc/regexp.rdoc: [DOC] Fix typo in Special global variables section.
  31582 2013-11-13 11:59 [ko1@a...            ] nagachika:r43661 (ruby_2_0_0): * lib/rubygems: Update to RubyGems 2.0.14. 
  31583 2013-11-13 17:08 [ko1@a...            ] nobu:r43662 (trunk): io-console.gemspec: certification
  31584 2013-11-13 17:15 [ko1@a...            ] zzak:r43663 (trunk): * ext/openssl/lib/openssl/*.rb: [DOC] Document the following:
  31585 2013-11-13 17:17 [ko1@a...            ] zzak:r43664 (trunk): commit typo        
  31586 2013-11-13 17:21 [ko1@a...            ] zzak:r43665 (trunk): * ext/openssl/lib/openssl/config.rb: In #parse use +string+ for +str+
  31587 2013-11-13 18:06 [ko1@a...            ] zzak:r43666 (trunk): * ext/openssl/ossl_asn1.c: [DOC] Document parts of
  31588 2013-11-13 18:34 [ko1@a...            ] zzak:r43667 (trunk): * ext/openssl/ossl_config.c: [DOC] Document the following:
  31589 2013-11-13 19:09 [ko1@a...            ] zzak:r43668 (trunk): * ext/digest/*: [DOC] Fix several typos and broken http links.
  31590 2013-11-13 19:23 [ko1@a...            ] zzak:r43669 (trunk): * ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] Document the required
  31591 2013-11-14 00:15 [ko1@a...            ] nagachika:r43670 (trunk): Squashed commit of the following:
  31592 2013-11-14 00:15 [ko1@a...            ] svn:r43671 (trunk): * 2013-11-14        
  31593 2013-11-14 01:12 [ko1@a...            ] zzak:r43672 (trunk): * ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] +precision+ is required
  31594 2013-11-14 02:37 [ko1@a...            ] zzak:r43673 (trunk): * ext/thread/thread.c: [DOC] This patch accomplishes the following:
  31595 2013-11-14 11:33 [ko1@a...            ] nobu:r43674 (trunk): hash.c, st.c: fix for ST_CHECK
  31596 2013-11-14 11:35 [ko1@a...            ] nobu:r43675 (trunk): hash.c: restore iter_lev
  31597 2013-11-14 19:58 [ko1@a...            ] akr:r43676 (trunk): * test/openssl/test_cipher.rb (test_aes_gcm_wrong_tag): Don't use
  31598 2013-11-14 20:40 [ko1@a...            ] ngoto:r43677 (trunk): * ruby_atomic.h (ATOMIC_SIZE_CAS): fix compile error on Solaris since r43460.
  31599 2013-11-14 23:40 [ko1@a...            ] nagachika:r43678 (trunk): * ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] remove example of
  31600 2013-11-15 01:06 [ko1@a...            ] nobu:r43679 (trunk): objspace_dump.c: refine output

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