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

ruby-changes:20001-20100

  20001 2011-06-13 16:41 [ko1@a...            ] naruse:r32048 (trunk): Fix: r32043  may raise NameError.
  20002 2011-06-13 17:05 [ko1@a...            ] naruse:r32049 (trunk): * lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only when
  20003 2011-06-13 18:37 [ko1@a...            ] svn:r32051 (ruby_1_8): * 2011-06-13     
  20004 2011-06-13 18:37 [ko1@a...            ] akr:r32050 (trunk, ruby_1_8): * lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG state
  20005 2011-06-13 18:52 [ko1@a...            ] mrkn:r32053 (trunk): * ext/bigdecimal/bigdecimal.c (is_kind_of_BigDecimal): new function to
  20006 2011-06-13 18:52 [ko1@a...            ] mrkn:r32052 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrec
  20007 2011-06-13 19:21 [ko1@a...            ] naruse:r32054 (trunk): Additional fix for r31933.
  20008 2011-06-13 19:53 [ko1@a...            ] keiju:r32055 (trunk): * lib/cmath.rb: add new methd Object#real?. fix #3137
  20009 2011-06-13 20:25 [ko1@a...            ] ko1:r32056 (trunk): * vm_core.h, vm_insnhelper.h: move decl. of
  20010 2011-06-13 20:32 [ko1@a...            ] emboss:r32057 (trunk): * test/openssl/digest.rb: remove MDC2 from test, it is not available
  20011 2011-06-13 20:56 [ko1@a...            ] emboss:r32058 (trunk): * test/openssl/test_ec.rb
  20012 2011-06-13 21:50 [ko1@a...            ] kosaki:r32059 (trunk): * thread_win32.c (native_cond_signal): remove unnecessary rb_bug().
  20013 2011-06-13 23:10 [ko1@a...            ] nobu:r32060 (trunk): * properties.      
  20014 2011-06-13 23:12 [ko1@a...            ] nobu:r32061 (trunk): * ext/io/console/console.c (console_dev): fix typo.
  20015 2011-06-13 23:13 [ko1@a...            ] akr:r32062 (trunk): * ext/socket/unixsocket.c (unix_send_io): race condition fixed.
  20016 2011-06-13 23:15 [ko1@a...            ] kosaki:r32064 (trunk): * thread_pthread.c: rewrite GVL completely.
  20017 2011-06-13 23:22 [ko1@a...            ] akr:r32063 (trunk): * test/socket/test_unix.rb: don't use Thread.abort_on_exception.
  20018 2011-06-13 23:28 [ko1@a...            ] nobu:r32065 (trunk): * ext/io/console/console.c (console_dev): take care of no-ctty
  20019 2011-06-13 23:33 [ko1@a...            ] nobu:r32066 (trunk): * ext/io/console/console.c (console_dev): console should be
  20020 2011-06-13 23:38 [ko1@a...            ] nobu:r32067 (trunk): * parse.y (parser_parse_string): flush delayed token.  based on a
  20021 2011-06-13 23:51 [ko1@a...            ] usa:r32068 (trunk): * ext/io/console/console.c (console_dev): typo.
  20022 2011-06-14 00:06 [ko1@a...            ] kosaki:r32069 (trunk): * thread.c (rb_thread_schedule_rec): call gvl_yield() unconditionally.
  20023 2011-06-14 00:06 [ko1@a...            ] svn:r32070 (trunk): * 2011-06-14        
  20024 2011-06-14 01:06 [ko1@a...            ] mame:r32071 (trunk): * ext/coverage/coverage.c: make it restartable.  
  20025 2011-06-14 01:13 [ko1@a...            ] mame:r32072 (trunk): * test/coverage/test_coverage.rb: add a test for restart.  a patch
  20026 2011-06-14 02:23 [ko1@a...            ] nobu:r32073 (trunk): * test/io/console/test_io_console.rb (TestIO_Console#test_noctty):
  20027 2011-06-14 09:48 [ko1@a...            ] naruse:r32074 (trunk): Explictly specify syck.
  20028 2011-06-14 10:06 [ko1@a...            ] naruse:r32075 (trunk): Copy YAML::Store to Syck::Store to keep it from yamler.
  20029 2011-06-14 10:39 [ko1@a...            ] naruse:r32076 (trunk): Clear error messages before process and get errors.  [Bug #4879]
  20030 2011-06-14 11:14 [ko1@a...            ] nari:r32077 (trunk): * gc.c: use size_t.
  20031 2011-06-14 11:14 [ko1@a...            ] nari:r32078 (trunk): * gc.c (rb_gc_set_params): call initial_expand_heap if
  20032 2011-06-14 13:07 [ko1@a...            ] nobu:r32079 (trunk): * test/io/console/test_io_console.rb (TestIO_Console#test_noctty):
  20033 2011-06-14 13:10 [ko1@a...            ] nobu:r32080 (trunk): * common.mk (sudo-precheck): authenticate at first to sudo.
  20034 2011-06-14 19:51 [ko1@a...            ] akr:r32081 (trunk): * test/ruby/test_autoload.rb: remove temporary directory.
  20035 2011-06-14 19:54 [ko1@a...            ] akr:r32082 (trunk): fix typos.          
  20036 2011-06-14 21:58 [ko1@a...            ] nagachika:r32083 (trunk): * cont.c (cont_save_thread): add new utility function.
  20037 2011-06-14 22:01 [ko1@a...            ] nagachika:r32084 (trunk): * ChangeLog: add ML and ticket link.  [Bug #4855]
  20038 2011-06-14 22:11 [ko1@a...            ] tadf:r32085 (trunk): * ext/date/date_core.c: renamed some functions.
  20039 2011-06-14 22:56 [ko1@a...            ] tadf:r32086 (trunk): * test/date/test_*.rb: added tests.
  20040 2011-06-14 23:07 [ko1@a...            ] akr:r32087 (trunk): * bootstraptest/runner.rb (show_progress): extracted from assert_check.
  20041 2011-06-14 23:17 [ko1@a...            ] akr:r32088 (trunk): * bootstraptest/runner.rb (show_progress): refine verbose mode.
  20042 2011-06-15 00:49 [ko1@a...            ] svn:r32090 (trunk): * 2011-06-15        
  20043 2011-06-15 00:49 [ko1@a...            ] naruse:r32089 (trunk): Skip test_sync when there is no tty or something.
  20044 2011-06-15 01:35 [ko1@a...            ] kosaki:r32091 (trunk): * thread_pthread.c (gvl_yield): fix live lock issue on 1-2 cpus
  20045 2011-06-15 01:39 [ko1@a...            ] kosaki:r32092 (trunk): add changelog explanation.
  20046 2011-06-15 03:54 [ko1@a...            ] kosaki:r32093 (trunk): * benchmark/bm_vm4_pass_flood.rb: new benchmark for GVL fairness.
  20047 2011-06-15 04:30 [ko1@a...            ] kosaki:r32094 (trunk): * benchmark/bm_vm4_thread_pass.rb: rename bm_vm4* to
  20048 2011-06-15 04:45 [ko1@a...            ] ko1:r32095 (trunk): * benchmark/bm_vm3_thread_*.rb: renamed bm_vm3_thread_*.rb to
  20049 2011-06-15 05:21 [ko1@a...            ] nagai:r32096 (trunk): * ext/tk/tcltklib.c (lib_eventloop_core): revert the last change (it's
  20050 2011-06-15 11:00 [ko1@a...            ] naruse:r32097 (trunk): * file.c (rb_stat_rdev): use DEVT2NUM.
  20051 2011-06-15 12:29 [ko1@a...            ] naruse:r32098 (trunk): Run tests only for emacs 23+.
  20052 2011-06-15 12:37 [ko1@a...            ] akr:r32099 (trunk): * test/ruby/test_io.rb (test_copy_stream_socket): wait a child process
  20053 2011-06-15 21:03 [ko1@a...            ] emboss:r32100 (trunk): * test/openssl/tesst_config.rb: execute based on the existence of the
  20054 2011-06-15 21:04 [ko1@a...            ] emboss:r32101 (trunk): * Fixed typo.    
  20055 2011-06-15 23:13 [ko1@a...            ] kosaki:r32102 (trunk): * thread.c: remove BLOCKING_REGION_CORE() macro. It's no longer used
  20056 2011-06-15 23:35 [ko1@a...            ] kosaki:r32103 (trunk): * gc.c: fix a regression by r31690 on AIX because AIX malloc
  20057 2011-06-15 23:46 [ko1@a...            ] kazu:r32104 (trunk): fix typos          
  20058 2011-06-16 01:04 [ko1@a...            ] emboss:r32105 (trunk): * test/openssl/test_config.rb: Commit missing file
  20059 2011-06-16 01:04 [ko1@a...            ] svn:r32106 (trunk): * 2011-06-16        
  20060 2011-06-16 03:05 [ko1@a...            ] usa:r32107 (trunk): * thread.c (do_select): Windows: no need to poll if select(2) is
  20061 2011-06-16 03:09 [ko1@a...            ] usa:r32108 (trunk): * test/testunit/test_parallel.rb (TestParallel::TestParallelWorker#
  20062 2011-06-16 07:27 [ko1@a...            ] sorah:r32109 (trunk): * lib/test/unit.rb(Test::Unit::Runner#_run_parallel): Ignore -j0
  20063 2011-06-16 08:09 [ko1@a...            ] sorah:r32110 (trunk): * test/testunit/test_parallel.rb(test_ignore_tzero): Test for r32109.
  20064 2011-06-16 09:09 [ko1@a...            ] nobu:r32111 (trunk): * test/io/console/test_io_console.rb (TestIO_Console#test_sync):
  20065 2011-06-16 09:10 [ko1@a...            ] nobu:r32112 (trunk): * enc/depend: show srcdir.
  20066 2011-06-16 09:13 [ko1@a...            ] nobu:r32113 (trunk): * fix for build on solaris 10.
  20067 2011-06-16 11:41 [ko1@a...            ] shugo:r32114 (trunk): * lib/net/imap.rb (search_response): parses SEARCH responses from
  20068 2011-06-16 14:22 [ko1@a...            ] drbrain:r32115 (trunk): * lib/rdoc.rb:  Import RDoc 3.7 release candidate
  20069 2011-06-16 14:24 [ko1@a...            ] drbrain:r32116 (trunk): * lib/timeout.rb: Clarify timeout duration types.  Patch by Alf Mikula.
  20070 2011-06-16 14:37 [ko1@a...            ] drbrain:r32117 (trunk): * lib/webrick/httpservlet/erbhandler.rb:  Allow the ERB document to
  20071 2011-06-16 14:55 [ko1@a...            ] drbrain:r32118 (trunk): * lib/webrick/utils.rb: Document WEBrick::Utils.  Patch by Olivier
  20072 2011-06-16 15:10 [ko1@a...            ] drbrain:r32119 (trunk): * lib/monitor.rb:  Improve documentation.  Patch by Sandor Szucs.
  20073 2011-06-16 15:19 [ko1@a...            ] drbrain:r32120 (trunk): * variable.c (const_missing):  Add simple example of const_missing.
  20074 2011-06-16 17:57 [ko1@a...            ] kosaki:r32121 (trunk): * test/ruby/test_io.rb (TestIO#test_copy_stream_socket): fix
  20075 2011-06-16 19:33 [ko1@a...            ] nahi:r32122 (trunk): * test/test_securerandom.rb: Add testcase.  This testcase does NOT aim
  20076 2011-06-16 20:24 [ko1@a...            ] sorah:r32123 (trunk): * test/testunit/test_parallel.rb: Fix Regexp for test.
  20077 2011-06-16 22:56 [ko1@a...            ] nahi:r32124 (ruby_1_8): * test/test_securerandom.rb: Add testcase.  This testcase does NOT aim
  20078 2011-06-16 22:56 [ko1@a...            ] svn:r32125 (ruby_1_8): * 2011-06-16     
  20079 2011-06-16 23:12 [ko1@a...            ] nagachika:r32126 (trunk): * ChangeLog: fix ticket link
  20080 2011-06-16 23:24 [ko1@a...            ] kosaki:r32127 (trunk): add a mail reference.
  20081 2011-06-16 23:24 [ko1@a...            ] nahi:r32128 (ruby_1_8_7): backport r32050 by akr
  20082 2011-06-16 23:24 [ko1@a...            ] svn:r32129 (ruby_1_8_7): * 2011-06-16   
  20083 2011-06-16 23:24 [ko1@a...            ] kosaki:r32130 (trunk): fix revision off by one reference.
  20084 2011-06-16 23:43 [ko1@a...            ] kosaki:r32131 (trunk): * thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse.
  20085 2011-06-17 02:32 [ko1@a...            ] ko1:r32132 (trunk): * thread_pthread.c (native_thread_create): fix debug message.
  20086 2011-06-17 02:32 [ko1@a...            ] svn:r32133 (trunk): * 2011-06-17        
  20087 2011-06-17 03:09 [ko1@a...            ] ko1:r32134 (trunk): * benchmark/bm_vm4_thread_create_join.rb,
  20088 2011-06-17 04:46 [ko1@a...            ] naruse:r32135 (trunk): * time.c (rb_time_new): prevent overflow by "* 1000".
  20089 2011-06-17 04:53 [ko1@a...            ] ko1:r32136 (trunk): * thread_pthread.c, thread_pthread.h: remove unused variables.
  20090 2011-06-17 06:12 [ko1@a...            ] drbrain:r32137 (trunk): * lib/webrick/log.rb:  Improve documentation of BasicLog and Log.
  20091 2011-06-17 07:23 [ko1@a...            ] drbrain:r32138 (trunk): * array.c (rb_ary_drop):  Improve documentation.  Patch by Caley Woods.
  20092 2011-06-17 07:38 [ko1@a...            ] drbrain:r32139 (trunk): * lib/prettyprint.rb:  Improve documentation.  Patch by Ysiad
  20093 2011-06-17 07:49 [ko1@a...            ] drbrain:r32140 (trunk): * lib/benchmark.rb:  Document Benchmark::Tms#memberwise.  Patch by
  20094 2011-06-17 07:55 [ko1@a...            ] drbrain:r32141 (trunk): * lib/csv.rb:  Document #raw_encoding.  Patch by David Czarnecki.
  20095 2011-06-17 08:50 [ko1@a...            ] drbrain:r32142 (trunk): * io.c:  Improve documentation of IO and File open and new.
  20096 2011-06-17 09:12 [ko1@a...            ] drbrain:r32143 (trunk): * object.c:  Document Module#method_added and #method_removed.
  20097 2011-06-17 09:26 [ko1@a...            ] drbrain:r32144 (trunk): * ext/curses/curses.c:  Document curses constants.  Patch by Vincent
  20098 2011-06-17 13:10 [ko1@a...            ] drbrain:r32145 (trunk): * ext/curses/curses.c:  Clean up documentation.
  20099 2011-06-17 19:18 [ko1@a...            ] naruse:r32146 (trunk): * compile.c (iseq_compile_each): fix return value of obj[a,*b]=c.

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