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

ruby-changes:24501-24600

  24501 2012-07-28 04:04 [ko1@a...            ] naruse:r36552 (ruby_1_9_3): merge revision(s) 36454:
  24502 2012-07-28 11:16 [ko1@a...            ] nobu:r36553 (trunk): ext/socket: suppress warnings on mingw64
  24503 2012-07-28 11:16 [ko1@a...            ] svn:r36554 (trunk): * 2012-07-28        
  24504 2012-07-28 11:16 [ko1@a...            ] nobu:r36555 (trunk): insns.def: RB_TYPE_P
  24505 2012-07-28 16:37 [ko1@a...            ] shirosaki:r36556 (trunk): win32/win32.c: fix localtime_r() on x64-mingw
  24506 2012-07-29 00:34 [ko1@a...            ] nari:r36557 (trunk): * gc.c: remove unused initialization.
  24507 2012-07-29 00:34 [ko1@a...            ] svn:r36558 (trunk): * 2012-07-29        
  24508 2012-07-29 02:05 [ko1@a...            ] nobu:r36559 (trunk): variable.c: RB_TYPE_P
  24509 2012-07-29 04:31 [ko1@a...            ] naruse:r36560 (ruby_1_9_3): merge revision(s) 36455:
  24510 2012-07-29 04:32 [ko1@a...            ] naruse:r36561 (ruby_1_9_3): merge revision(s) 34716:
  24511 2012-07-29 04:32 [ko1@a...            ] naruse:r36562 (ruby_1_9_3): merge revision(s) 34880:
  24512 2012-07-29 06:44 [ko1@a...            ] shirosaki:r36563 (trunk): win32/win32.c: suppress warning redeclared
  24513 2012-07-29 11:25 [ko1@a...            ] naruse:r36564 (ruby_1_9_3): merge revision(s) 36455: [Backport #6772]
  24514 2012-07-29 14:28 [ko1@a...            ] ktsj:r36565 (trunk): * thread.c (Init_Thread): does not need to set klass
  24515 2012-07-29 23:57 [ko1@a...            ] nobu:r36566 (trunk): win32.c: rb_w32_inet_ntop should be const
  24516 2012-07-29 23:57 [ko1@a...            ] nobu:r36567 (trunk): option.c: use rb_w32_inet_ntop
  24517 2012-07-30 00:26 [ko1@a...            ] nobu:r36568 (trunk): option.c: mingw64 only
  24518 2012-07-30 00:26 [ko1@a...            ] svn:r36569 (trunk): * 2012-07-30        
  24519 2012-07-30 01:00 [ko1@a...            ] nagachika:r36570 (trunk): * thread.c (thread_create_core): hide th->async_errinfo_mask_stack from
  24520 2012-07-30 01:31 [ko1@a...            ] nagachika:r36571 (trunk): * common.mk: add a dependency.  [Bug #6789]
  24521 2012-07-30 13:11 [ko1@a...            ] nobu:r36572 (trunk): configure.in: runnable if disable-shared
  24522 2012-07-30 13:13 [ko1@a...            ] nobu:r36573 (trunk): configure.in: deprecate -flat_namespace
  24523 2012-07-30 14:24 [ko1@a...            ] nobu:r36574 (trunk): variable.c: tmp_classpath
  24524 2012-07-30 14:57 [ko1@a...            ] naruse:r36575 (trunk): NetBSD's /proc/<pid>/task is broken.
  24525 2012-07-30 15:03 [ko1@a...            ] naruse:r36576 (trunk): Suppress warnings.
  24526 2012-07-30 21:01 [ko1@a...            ] nobu:r36577 (trunk): variable.c: fix r36574
  24527 2012-07-30 23:05 [ko1@a...            ] naruse:r36578 (trunk): On amd64, RUBY_PLATFORM is x86_64-netbsd6.99.7.
  24528 2012-07-30 23:05 [ko1@a...            ] naruse:r36579 (trunk): * lib/rubygems/platform.rb (Gem::Platform#initialize): Support pattern
  24529 2012-07-31 06:18 [ko1@a...            ] drbrain:r36580 (trunk): * time.c (time_sec):  Remove extra wording about leap seconds and refer
  24530 2012-07-31 06:19 [ko1@a...            ] svn:r36581 (trunk): * 2012-07-31        
  24531 2012-07-31 09:46 [ko1@a...            ] nobu:r36582 (trunk): * test/ruby/test_module.rb (TestModule#test_classpath): fix
  24532 2012-07-31 10:38 [ko1@a...            ] tenderlove:r36583 (trunk): * ext/psych/lib/psych.rb: updated to released version.
  24533 2012-07-31 18:22 [ko1@a...            ] nobu:r36584 (trunk): variable.c: fix r36574
  24534 2012-08-01 00:33 [ko1@a...            ] nobu:r36585 (trunk): class.c: fix duplication of prepended module
  24535 2012-08-01 00:33 [ko1@a...            ] svn:r36586 (trunk): * 2012-08-01        
  24536 2012-08-01 05:58 [ko1@a...            ] shirosaki:r36587 (trunk): test_rubyoptions.rb: fix test failure on Windows
  24537 2012-08-01 22:31 [ko1@a...            ] eregon:r36588 (trunk): ext/digest/digest.c (hexencode_str_new): return an ASCII string
  24538 2012-08-02 07:31 [ko1@a...            ] nobu:r36589 (trunk): RB_TYPE_P BUILTIN_TYPE
  24539 2012-08-02 07:31 [ko1@a...            ] svn:r36590 (trunk): * 2012-08-02        
  24540 2012-08-02 07:31 [ko1@a...            ] nobu:r36591 (trunk): test_framework.rb: show mkmf.log on failure
  24541 2012-08-02 10:59 [ko1@a...            ] emboss:r36592 (trunk): * ext/openssl/lib/openssl/digest.rb
  24542 2012-08-02 11:48 [ko1@a...            ] nari:r36593 (trunk): * gc.c: return true or false. Patch by Dirkjan Bussink. [Bug #6821]
  24543 2012-08-02 13:24 [ko1@a...            ] naruse:r36594 (trunk): * configure.in (AC_PROG_CC): AC_PROG_CC tries clang at first on
  24544 2012-08-02 20:09 [ko1@a...            ] shugo:r36595 (trunk): * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,
  24545 2012-08-02 20:34 [ko1@a...            ] shugo:r36596 (trunk): * eval.c (rb_mod_using): new method Module#using. [experimental]
  24546 2012-08-02 20:37 [ko1@a...            ] nobu:r36597 (trunk): * properties.      
  24547 2012-08-02 21:53 [ko1@a...            ] nobu:r36598 (trunk): * vm_insnhelper.c (vm_call_method): remove garbage spaces.
  24548 2012-08-02 22:57 [ko1@a...            ] ktsj:r36599 (trunk): * vm_insnhelper.c (rb_vm_using_modules): fix indent.
  24549 2012-08-02 23:38 [ko1@a...            ] ktsj:r36600 (trunk): * eval.c (rb_mod_refine): fix documentation.
  24550 2012-08-03 03:45 [ko1@a...            ] kazu:r36601 (trunk): add missing *      
  24551 2012-08-03 03:45 [ko1@a...            ] svn:r36602 (trunk): * 2012-08-03        
  24552 2012-08-03 15:21 [ko1@a...            ] naruse:r36603 (trunk): * configure.in: move RUBY_MINGW32 after AC_PROG_CC.
  24553 2012-08-03 16:26 [ko1@a...            ] naruse:r36604 (trunk): Revert "* configure.in: move RUBY_MINGW32 after AC_PROG_CC."
  24554 2012-08-03 16:41 [ko1@a...            ] shyouhei:r36605 (trunk): * .travis.yml (notifications): [experimental] IRC notificatoins.
  24555 2012-08-03 16:46 [ko1@a...            ] kazu:r36606 (trunk): fix a typo         
  24556 2012-08-03 17:22 [ko1@a...            ] nobu:r36607 (trunk): runner.rb: no installed gems
  24557 2012-08-03 17:22 [ko1@a...            ] nobu:r36608 (trunk): un.rb: DocumentRoot
  24558 2012-08-03 17:23 [ko1@a...            ] nobu:r36609 (trunk): un.rb: reduce duplication
  24559 2012-08-03 17:27 [ko1@a...            ] naruse:r36610 (trunk): * configure.in: move RUBY_MINGW32 after AC_PROG_CC.
  24560 2012-08-03 19:21 [ko1@a...            ] nobu:r36611 (trunk): configure.in: use default compilers for non-darwin
  24561 2012-08-03 19:27 [ko1@a...            ] shugo:r36612 (trunk): * insns.def (invokesuper): don't skip the same class.  instead, use
  24562 2012-08-04 01:33 [ko1@a...            ] svn:r36614 (trunk): * 2012-08-04        
  24563 2012-08-04 01:33 [ko1@a...            ] shugo:r36613 (trunk): * insns.def (invokesuper): reverted r36612 so that super in an
  24564 2012-08-04 01:54 [ko1@a...            ] nobu:r36615 (trunk): test_super.rb: rename
  24565 2012-08-04 01:56 [ko1@a...            ] nobu:r36616 (trunk): vm_insnhelper.c: no recv
  24566 2012-08-04 10:04 [ko1@a...            ] shugo:r36617 (trunk): * test/ruby/test_alias.rb (test_super_in_aliased_module_method):
  24567 2012-08-04 20:41 [ko1@a...            ] nari:r36618 (trunk): * gc.c (gc_mark_children): use gc_mark_ptr instead of marking
  24568 2012-08-04 23:12 [ko1@a...            ] nari:r36619 (trunk): * gc.c: use inline functions instead of macros, and close up
  24569 2012-08-05 06:59 [ko1@a...            ] tadf:r36620 (trunk): * ext/date/date_{core,strftime}.c: .
  24570 2012-08-05 07:00 [ko1@a...            ] svn:r36621 (trunk): * 2012-08-05        
  24571 2012-08-05 07:04 [ko1@a...            ] tadf:r36622 (trunk): added a comment    
  24572 2012-08-05 07:08 [ko1@a...            ] tadf:r36623 (trunk): uncommented some tests
  24573 2012-08-05 13:26 [ko1@a...            ] naruse:r36624 (trunk): * configure.in: use gcc-4.2 prior to clang, gcc, and cc if exist for
  24574 2012-08-05 14:17 [ko1@a...            ] nobu:r36625 (trunk): test_etc.rb: remove implicit assumption
  24575 2012-08-05 19:39 [ko1@a...            ] nari:r36626 (trunk): * gc.c: just move functions and so on. I don't touch any internal
  24576 2012-08-05 21:14 [ko1@a...            ] nari:r36627 (trunk): * gc.c : if ENABLE_VM_OBJSPACE is 1, rest_sweep is not defined.
  24577 2012-08-05 21:17 [ko1@a...            ] nari:r36628 (trunk): add references     
  24578 2012-08-06 00:39 [ko1@a...            ] nobu:r36629 (trunk): ruby.h: fix cast   
  24579 2012-08-06 00:39 [ko1@a...            ] svn:r36630 (trunk): * 2012-08-06        
  24580 2012-08-06 00:39 [ko1@a...            ] nobu:r36631 (trunk): ruby.h: rb_num2ulong_inline
  24581 2012-08-06 00:40 [ko1@a...            ] nobu:r36632 (trunk): io.c: suppress unused variable warnings
  24582 2012-08-06 00:41 [ko1@a...            ] nobu:r36633 (trunk): bigdecimal.c: fix format specifier
  24583 2012-08-06 11:09 [ko1@a...            ] usa:r36634 (trunk): * test/syslog/test_syslog_logger.rb: skip unless Syslog module is
  24584 2012-08-06 11:12 [ko1@a...            ] usa:r36635 (trunk): * syslog/test_syslog_logger.rb: miss.
  24585 2012-08-06 11:20 [ko1@a...            ] usa:r36636 (trunk): * test/etc/test_etc.rb (TestEtc#test_getpwuid): `s' is never set to nil.
  24586 2012-08-06 11:34 [ko1@a...            ] nobu:r36637 (trunk): insns.def: use klass in cfp
  24587 2012-08-06 13:14 [ko1@a...            ] nobu:r36638 (trunk): vm_eval.c: remove dead code
  24588 2012-08-06 14:55 [ko1@a...            ] shugo:r36639 (trunk): * include/ruby/ruby.h, eval.c, vm_insnhelper.c: fix typo.
  24589 2012-08-06 16:00 [ko1@a...            ] shugo:r36640 (trunk): * internal.h, class.c, eval.c, insns.def: find the appropriate
  24590 2012-08-06 19:21 [ko1@a...            ] suke:r36641 (trunk): * test/win32ole/test_win32ole_variant.rb: setting WIN32OLE.locale
  24591 2012-08-06 21:18 [ko1@a...            ] nobu:r36642 (trunk): vm_eval.c: check exceptional condition first
  24592 2012-08-06 22:06 [ko1@a...            ] nobu:r36643 (trunk): test_exception.rb: use local variables
  24593 2012-08-06 22:06 [ko1@a...            ] nobu:r36644 (trunk): test_exception.rb: split tests
  24594 2012-08-07 00:24 [ko1@a...            ] nobu:r36645 (trunk): variable.c: split CVAR_LOOKUP
  24595 2012-08-07 00:25 [ko1@a...            ] svn:r36646 (trunk): * 2012-08-07        
  24596 2012-08-07 00:32 [ko1@a...            ] nobu:r36647 (trunk): method in instance_eval
  24597 2012-08-07 09:43 [ko1@a...            ] tenderlove:r36648 (trunk): test String#each_line when separator is longer than string.
  24598 2012-08-07 10:48 [ko1@a...            ] usa:r36649 (trunk): * test/ruby/test_file_exhaustive.rb
  24599 2012-08-07 11:44 [ko1@a...            ] shugo:r36650 (trunk): * vm_method.c (rb_redefine_opt_method): use RCLASS_ORIGIN to avoid
  24600 2012-08-07 11:59 [ko1@a...            ] usa:r36651 (trunk): * test/ruby/test_require.rb (TestRequire#test_require_twice): added.

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