[前][次][スレッド一覧][上]

ruby-changes:23601-23700

  23601 2012-05-15 23:59 [ko1@a...            ] nobu:r35652 (trunk): lib/test/unit.rb: --color option
  23602 2012-05-16 01:11 [ko1@a...            ] svn:r35654 (ruby_1_9_3): * 2012-05-16   
  23603 2012-05-16 01:11 [ko1@a...            ] tenderlove:r35653 (ruby_1_9_3): * ext/digest/md5/extconf.rb: use pkg_config for openssl so that
  23604 2012-05-16 01:24 [ko1@a...            ] tenderlove:r35655 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: keep a reference to
  23605 2012-05-16 01:24 [ko1@a...            ] svn:r35656 (trunk): * 2012-05-16        
  23606 2012-05-16 01:34 [ko1@a...            ] tenderlove:r35657 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps to
  23607 2012-05-16 05:13 [ko1@a...            ] tenderlove:r35658 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with string
  23608 2012-05-16 07:03 [ko1@a...            ] tadf:r35659 (trunk): * ext/date/date_strftime.c: should also be aware of flags on
  23609 2012-05-16 08:36 [ko1@a...            ] nobu:r35660 (trunk): test/ruby/test_time.rb: split a big test
  23610 2012-05-16 14:31 [ko1@a...            ] usa:r35661 (trunk): * io.c: fixed a merge mistake of r33878, reported by nobu via IRC.
  23611 2012-05-16 14:39 [ko1@a...            ] yugui:r35662 (trunk): Supports static linking of extensions and encodings again.
  23612 2012-05-16 15:16 [ko1@a...            ] nobu:r35663 (trunk): configure.in: use single quotes
  23613 2012-05-16 15:45 [ko1@a...            ] usa:r35664 (trunk): * ext/extmk.rb (exts.mk): use double quotes instead of single quotes
  23614 2012-05-16 15:47 [ko1@a...            ] yugui:r35665 (trunk): configure.in: Fix an unbalanced quote.
  23615 2012-05-16 18:06 [ko1@a...            ] nobu:r35666 (trunk): * configure.in (PIE): fix operator.
  23616 2012-05-17 10:34 [ko1@a...            ] nobu:r35667 (trunk): fix static-linked-ext
  23617 2012-05-17 10:34 [ko1@a...            ] svn:r35668 (trunk): * 2012-05-17        
  23618 2012-05-17 10:39 [ko1@a...            ] nobu:r35669 (trunk): fix static-linked-ext
  23619 2012-05-17 10:39 [ko1@a...            ] nobu:r35670 (trunk): enc/encinit.c.erb: use %-lines
  23620 2012-05-17 10:56 [ko1@a...            ] nobu:r35671 (trunk): fix static-linked-ext
  23621 2012-05-17 11:49 [ko1@a...            ] yugui:r35672 (trunk): Imports Ruby's port to NativeClient (a.k.a NaCl).
  23622 2012-05-17 12:20 [ko1@a...            ] yugui:r35673 (trunk): * io.c: Fix a mistake on merging the patch in the previous commit.
  23623 2012-05-17 12:55 [ko1@a...            ] yugui:r35674 (trunk): * thread.c, thread_pthread.c: Moved pthread-specific preprocessor
  23624 2012-05-17 13:08 [ko1@a...            ] nobu:r35675 (trunk): * io.c: re-fix merge miss.
  23625 2012-05-17 23:04 [ko1@a...            ] nobu:r35676 (trunk): fix NaCl support   
  23626 2012-05-17 23:05 [ko1@a...            ] nobu:r35677 (trunk): * ext/curses/curses.c (curses_pair_number): suppress 64-to-32 warning.
  23627 2012-05-18 00:05 [ko1@a...            ] nobu:r35678 (ruby_1_9_3): merge revision(s) 35109,35110,35651:  [Backport #6385]
  23628 2012-05-18 00:13 [ko1@a...            ] svn:r35680 (trunk): * 2012-05-18        
  23629 2012-05-18 00:13 [ko1@a...            ] nobu:r35679 (trunk): * properties.      
  23630 2012-05-18 01:29 [ko1@a...            ] tenderlove:r35681 (trunk): * ext/psych/parser.c (transcode_string): fix encoding index names.
  23631 2012-05-18 06:14 [ko1@a...            ] drbrain:r35682 (trunk): * ext/syslog/lib/syslog/logger.rb:  Added Syslog::Logger which was
  23632 2012-05-18 13:51 [ko1@a...            ] nobu:r35683 (trunk): * ext/extmk.rb (extmake): remove particular platform specific condition.
  23633 2012-05-18 14:06 [ko1@a...            ] nobu:r35684: * trunk/ext/json/extconf.rb: remove fake file.
  23634 2012-05-18 15:19 [ko1@a...            ] kosaki:r35685 (trunk): * ext/extmk.rb: Show a message when extconf.rb raised an exception.
  23635 2012-05-18 15:24 [ko1@a...            ] kosaki:r35686 (trunk): * ext/openssl/extconf.rb: Clarify a message when hit Apple
  23636 2012-05-18 16:02 [ko1@a...            ] kosaki:r35687 (trunk): * ext/ripper/extconf.rb: Use an exception instead of bare
  23637 2012-05-18 16:02 [ko1@a...            ] kosaki:r35688 (trunk): * ext/readline/extconf.rb: Use an exception instead of bare exit.
  23638 2012-05-18 16:06 [ko1@a...            ] kosaki:r35690 (trunk): * ext/psych/extconf.rb: Use an exception instaed of bare abort.
  23639 2012-05-18 16:06 [ko1@a...            ] kosaki:r35689 (trunk): * ext/fiddle/extconf.rb: Use an exception instaed of bare abort.
  23640 2012-05-18 16:06 [ko1@a...            ] kosaki:r35691 (trunk): * ext/zlib/extconf.rb: Use an exception instaed of bare puts.
  23641 2012-05-18 16:32 [ko1@a...            ] naruse:r35692 (trunk): * lib/uri/generic.rb (URI::Generic.build): duplicate args before adding
  23642 2012-05-18 17:26 [ko1@a...            ] nobu:r35693 (trunk): Revert r35684 "* trunk/ext/json/extconf.rb: remove fake file."
  23643 2012-05-18 17:33 [ko1@a...            ] kosaki:r35694 (trunk): * cont.c: bump up fiber machine stack size when running on 64bit
  23644 2012-05-18 17:41 [ko1@a...            ] nobu:r35695 (trunk): ext/extmk.rb: link archives only
  23645 2012-05-18 17:48 [ko1@a...            ] kosaki:r35696 (trunk): * thread_pthread.c (rb_thread_create_timer_thread): Added error
  23646 2012-05-18 18:10 [ko1@a...            ] kosaki:r35697 (trunk): decrease fiber stack size. 1MB is too large for windows. [Bug #6344]
  23647 2012-05-18 18:14 [ko1@a...            ] nobu:r35698 (ruby_1_9_3, ruby_1_8, trunk, ruby_1_9_2): 
  23648 2012-05-18 18:14 [ko1@a...            ] svn:r35699 (ruby_1_8): * 2012-05-18     
  23649 2012-05-18 18:14 [ko1@a...            ] svn:r35700 (ruby_1_9_2): * 2012-05-18   
  23650 2012-05-18 18:19 [ko1@a...            ] nobu:r35701 (ruby_1_9_2): * version.h: bump up patchlevel.
  23651 2012-05-18 18:21 [ko1@a...            ] nobu:r35702 (ruby_1_9_3): * version.h: bump up patchlevel.
  23652 2012-05-19 01:22 [ko1@a...            ] kazu:r35703 (trunk): fix typos and spaces
  23653 2012-05-19 01:22 [ko1@a...            ] svn:r35704 (trunk): * 2012-05-19        
  23654 2012-05-19 04:52 [ko1@a...            ] kosaki:r35705 (trunk): * ext/openssl/extconf.rb: Use Logging::message instead of message.
  23655 2012-05-19 11:38 [ko1@a...            ] nobu:r35706 (trunk): fix typo           
  23656 2012-05-19 11:38 [ko1@a...            ] nobu:r35707 (trunk): use LIBEXT         
  23657 2012-05-19 11:38 [ko1@a...            ] nobu:r35708 (trunk): ext/extmk.rb: fold long macro
  23658 2012-05-19 11:38 [ko1@a...            ] nobu:r35709 (trunk): static-linked-ext: into libruby
  23659 2012-05-19 12:39 [ko1@a...            ] nobu:r35710 (trunk): no K&R style   
  23660 2012-05-19 12:44 [ko1@a...            ] nobu:r35711 (trunk): no K&R style   
  23661 2012-05-19 14:40 [ko1@a...            ] naruse:r35712 (ruby_1_9_3): merge revision(s) 33611:
  23662 2012-05-19 14:41 [ko1@a...            ] naruse:r35713 (ruby_1_9_3): merge revision(s) 35422:
  23663 2012-05-19 14:41 [ko1@a...            ] naruse:r35714 (ruby_1_9_3): merge revision(s) 35424:
  23664 2012-05-19 14:42 [ko1@a...            ] naruse:r35715 (ruby_1_9_3): merge revision(s) 35433:
  23665 2012-05-19 14:42 [ko1@a...            ] naruse:r35716 (ruby_1_9_3): merge revision(s) 35434:
  23666 2012-05-19 14:42 [ko1@a...            ] naruse:r35717 (ruby_1_9_3): merge revision(s) 35451:
  23667 2012-05-19 14:57 [ko1@a...            ] nobu:r35718 (trunk): static-linked-ext: into libruby
  23668 2012-05-19 15:02 [ko1@a...            ] nobu:r35719 (trunk): static-linked-ext: no ext/libext.a
  23669 2012-05-19 19:04 [ko1@a...            ] nobu:r35720 (trunk): static-linked-ext: all linked ruby
  23670 2012-05-19 19:13 [ko1@a...            ] nobu:r35721 (trunk): suppress unused-but-set-variable warnings
  23671 2012-05-20 12:25 [ko1@a...            ] nobu:r35722 (trunk): Bug #6462: EXTSOLIBS
  23672 2012-05-20 12:25 [ko1@a...            ] svn:r35723 (trunk): * 2012-05-20        
  23673 2012-05-20 22:32 [ko1@a...            ] naruse:r35724 (trunk): * enc/shift_jis.c (code_to_mbclen): return
  23674 2012-05-20 23:00 [ko1@a...            ] nobu:r35725 (trunk): ruby.c: fixed typo 
  23675 2012-05-20 23:00 [ko1@a...            ] nobu:r35726 (trunk): ext/extmk.rb: Shellwords.join
  23676 2012-05-20 23:00 [ko1@a...            ] nobu:r35727 (trunk): ext/extmk.rb: reopen stdout
  23677 2012-05-20 23:18 [ko1@a...            ] nagachika:r35728 (trunk): * ChangeLog: fix a typo.
  23678 2012-05-21 00:58 [ko1@a...            ] nobu:r35729 (trunk): lib/test/unit.rb: not overwrite options itself
  23679 2012-05-21 00:58 [ko1@a...            ] svn:r35730 (trunk): * 2012-05-21        
  23680 2012-05-21 00:58 [ko1@a...            ] nobu:r35731 (trunk): ext/extmk.rb: workaround for -framework option
  23681 2012-05-21 06:57 [ko1@a...            ] naruse:r35732 (trunk): Shutdown gracefully.
  23682 2012-05-21 11:27 [ko1@a...            ] naruse:r35733 (trunk): * lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.
  23683 2012-05-21 12:12 [ko1@a...            ] nobu:r35734 (trunk): enc: fix dependencies
  23684 2012-05-21 12:46 [ko1@a...            ] shyouhei:r35735 (trunk): * .travis.yml (install): It seems tcl/tk is skipped in Travis
  23685 2012-05-21 16:05 [ko1@a...            ] nobu:r35736 (trunk): lib/test/unit.rb: simple ouput if verbose
  23686 2012-05-21 16:21 [ko1@a...            ] knu:r35737 (trunk): * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a
  23687 2012-05-21 16:21 [ko1@a...            ] knu:r35738 (trunk): * ext/syslog/syslog.c (mSyslog_inspect): Use rb_sprintf().
  23688 2012-05-21 16:21 [ko1@a...            ] knu:r35739 (trunk): * ext/syslog/syslog.c: Classify constants and macros into several
  23689 2012-05-21 16:24 [ko1@a...            ] knu:r35740 (ruby_1_9_3): merge revision(s) 35737:
  23690 2012-05-21 16:25 [ko1@a...            ] knu:r35741 (ruby_1_9_3): merge revision(s) 35738:
  23691 2012-05-21 16:29 [ko1@a...            ] knu:r35742 (ruby_1_9_2): * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a
  23692 2012-05-21 16:29 [ko1@a...            ] svn:r35743 (ruby_1_9_2): * 2012-05-21   
  23693 2012-05-21 16:32 [ko1@a...            ] knu:r35744 (ruby_1_8): * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a
  23694 2012-05-21 16:32 [ko1@a...            ] svn:r35745 (ruby_1_8): * 2012-05-21     
  23695 2012-05-21 16:35 [ko1@a...            ] knu:r35746 (ruby_1_8_7): * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a
  23696 2012-05-21 16:35 [ko1@a...            ] svn:r35747 (ruby_1_8_7): * 2012-05-21   
  23697 2012-05-21 16:37 [ko1@a...            ] nobu:r35748 (trunk): lib/test/unit.rb: not override job_status option
  23698 2012-05-21 17:48 [ko1@a...            ] naruse:r35749 (trunk): Rescue exception from writing to a socket.
  23699 2012-05-21 21:56 [ko1@a...            ] naruse:r35750 (trunk): * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nil
  23700 2012-05-21 22:24 [ko1@a...            ] nobu:r35751 (ruby_1_9_3): merge revision(s) 33944:

[前][次][スレッド一覧][上]