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

ruby-cvs:23401-23500

  23401 2008-04-23 00:36 [mame at ruby-lang.or] Ruby:r16161 (trunk): * test/openssl/test_ssl.rb (start_server): add timeout to server.join.
  23402 2008-04-23 00:44 [akr at ruby-lang.org] Ruby:r16162 (ruby_1_8): * eval.c (error_print): show full stack grace except SystemStackError.
  23403 2008-04-23 01:01 [akr at ruby-lang.org] Ruby:r16163 (ruby_1_8): describe about stack trace truncation.
  23404 2008-04-23 01:03 [akr at ruby-lang.org] Ruby:r16164 (ruby_1_8): revert previous commit.
  23405 2008-04-23 01:06 [akr at ruby-lang.org] Ruby:r16165 (ruby_1_8): describe about stack trace.
  23406 2008-04-23 02:29 [knu at ruby-lang.org] Ruby:r16166 (ruby_1_8_7): Merge from ruby_1_8.
  23407 2008-04-23 11:46 [knu at ruby-lang.org] Ruby:r16167 (ruby_1_8_7): Add entries for the preview releases.
  23408 2008-04-23 11:53 [knu at ruby-lang.org] Ruby:r16168 (ruby_1_8): * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Return
  23409 2008-04-23 11:58 [knu at ruby-lang.org] Ruby:r16169 (trunk): * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Return
  23410 2008-04-23 14:04 [knu at ruby-lang.org] Ruby:r16170 (ruby_1_8): * lib/mkmf.rb (create_makefile): Add a missing dependency on the
  23411 2008-04-23 14:18 [knu at ruby-lang.org] Ruby:r16171 (ruby_1_8_7): Merge from ruby_1_8.
  23412 2008-04-23 15:32 [kazu at ruby-lang.or] Ruby:r16172 (trunk): * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failed
  23413 2008-04-23 15:33 [kazu at ruby-lang.or] Ruby:r16173 (ruby_1_8): * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failed
  23414 2008-04-23 15:44 [knu at ruby-lang.org] Ruby:r16174 (ruby_1_8): * eval.c (bind_eval): Add Binding#eval, a shorthand method for
  23415 2008-04-24 00:22 [mame at ruby-lang.or] Ruby:r16175 (trunk): * test/ruby/test_settracefunc.rb: add a test for set_trace_func.
  23416 2008-04-24 00:27 [usa at ruby-lang.org] Ruby:r16176 (trunk): * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.
  23417 2008-04-24 14:15 [nobu at ruby-lang.or] Ruby:r16177 (ruby_1_8, trunk): * dln.c (dln_find_1): prior files with extensions to files sans
  23418 2008-04-24 16:38 [nagai at ruby-lang.o] Ruby:r16178 (ruby_1_8): * ext/tk/sample/ttk_wrapper.rb: should show usage when no script is given.
  23419 2008-04-24 17:07 [matz at ruby-lang.or] Ruby:r16179 (ruby_1_8): * eval.c (THREAD_SAVE_CONTEXT): remove unnecessary
  23420 2008-04-24 17:20 [matz at ruby-lang.or] Ruby:r16180 (trunk): * ruby.c (process_options): set safe_level before loading script.
  23421 2008-04-24 22:38 [mame at ruby-lang.or] Ruby:r16181 (trunk): * test/ruby/test_comparable.rb: new tests for Comparable, to achieve
  23422 2008-04-24 23:02 [mame at ruby-lang.or] Ruby:r16182 (trunk): * test/ruby/test_thread.rb: fix typos.
  23423 2008-04-24 23:46 [akr at ruby-lang.org] Ruby:r16183 (trunk): * include/ruby/intern.h (rb_env_clear): declared.
  23424 2008-04-24 23:52 [kazu at ruby-lang.or] Ruby:r16184 (ruby_1_8): * lib/net/pop.rb: backported from 1.9. bug#19003
  23425 2008-04-25 00:16 [akr at ruby-lang.org] Ruby:r16185 (trunk): * process.c: include sys/stat.h for umask.
  23426 2008-04-25 00:34 [akr at ruby-lang.org] Ruby:r16186 (trunk): fix argument type. 
  23427 2008-04-25 00:57 [akr at ruby-lang.org] Ruby:r16187 (trunk): FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.
  23428 2008-04-25 10:35 [usa at ruby-lang.org] Ruby:r16188 (trunk): * 2008-04-25       
  23429 2008-04-25 10:55 [usa at ruby-lang.org] Ruby:r16189 (trunk): * include/ruby/win32.h: define mode_t for umask.
  23430 2008-04-25 12:37 [nobu at ruby-lang.or] Ruby:r16190 (trunk, ruby_1_8): * array.c (flatten): returns an instance of same class.
  23431 2008-04-25 14:45 [nobu at ruby-lang.or] Ruby:r16191 (trunk): * process.c: suppress warning.
  23432 2008-04-25 15:35 [nobu at ruby-lang.or] Ruby:r16192 (trunk): * process.c (rb_spawn): rb_exec_initarg() returns new argc and argv in
  23433 2008-04-25 15:51 [knu at ruby-lang.org] Ruby:r16193 (ruby_1_8_7): Merge from ruby_1_8.
  23434 2008-04-25 18:03 [matz at ruby-lang.or] Ruby:r16194 (trunk): * gc.c (free_unused_heaps): preserve last used heap segment to
  23435 2008-04-26 00:50 [akr at ruby-lang.org] Ruby:r16195 (trunk): * process.c (rb_spawn_internal): new function to specify
  23436 2008-04-26 00:55 [usa at ruby-lang.org] Ruby:r16196 (trunk): * 2008-04-26       
  23438 2008-04-26 13:04 [akr at ruby-lang.org] Ruby:r16198 (trunk): * lib/open3.rb: double fork is replaced by spawn with Process.detach.
  23439 2008-04-26 17:30 [nobu at ruby-lang.or] Ruby:r16199 (trunk): * error.c (builtin_types), signal.c (siglist), st.c (primes),
  23440 2008-04-26 17:31 [nobu at ruby-lang.or] Ruby:r16200 (trunk): * process.c (rb_cProcessTms, rb_cProcessStatus): renamed.
  23441 2008-04-26 17:32 [ko1 at ruby-lang.org] Ruby:r16201 (trunk): * include/ruby/ruby.h, gc.c: remove T_BLOCK.
  23442 2008-04-26 17:35 [nobu at ruby-lang.or] Ruby:r16202 (trunk): * error.c (rb_eNOERROR): renamed.
  23443 2008-04-26 17:42 [nobu at ruby-lang.or] Ruby:r16203 (trunk): * error.c (builtin_types), gc.c (count_objects): added Complex and
  23444 2008-04-26 18:36 [nobu at ruby-lang.or] Ruby:r16204 (trunk): * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:
  23445 2008-04-26 19:37 [knu at ruby-lang.org] Ruby:r16205 (ruby_1_8): * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block
  23446 2008-04-26 19:52 [knu at ruby-lang.org] Ruby:r16206 (ruby_1_8): * class.c (struct clone_method_data): Add cref.
  23447 2008-04-26 19:57 [knu at ruby-lang.org] Ruby:r16207 (ruby_1_8): 20080426        
  23448 2008-04-26 20:25 [akr at ruby-lang.org] Ruby:r16208 (trunk): describe :pid thread variable.
  23449 2008-04-26 20:54 [akr at ruby-lang.org] Ruby:r16209 (trunk): describe about waiting a child process.
  23450 2008-04-26 21:52 [akr at ruby-lang.org] Ruby:r16210 (trunk): * include/ruby/intern.h (rb_hash_dup): declared.
  23451 2008-04-27 00:39 [akr at ruby-lang.org] Ruby:r16211 (trunk): don't use Unix commands such as true, env, etc.
  23452 2008-04-27 01:14 [drbrain at ruby-lang] Ruby:r16212 (trunk): Import RDoc 2.0.0 r56.
  23453 2008-04-27 01:47 [akr at ruby-lang.org] Ruby:r16213 (trunk): * lib/open3.rb (Open3.popen3w): removed.
  23454 2008-04-27 08:08 [naruse at ruby-lang.] Ruby:r16214 (trunk): * ruby.c (ruby_set_argv): ARGV should be locale encoding.
  23455 2008-04-27 09:52 [nobu at ruby-lang.or] Ruby:r16215 (trunk): * svn:eol-style.   
  23456 2008-04-27 10:16 [akr at ruby-lang.org] Ruby:r16216 (trunk): add a test for [ruby-dev:34492].
  23457 2008-04-27 11:17 [akr at ruby-lang.org] Ruby:r16217 (trunk): add a test for [ruby-dev:34524].
  23458 2008-04-27 12:20 [nobu at ruby-lang.or] Ruby:r16218 (trunk): * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c
  23459 2008-04-27 15:10 [akr at ruby-lang.org] Ruby:r16219 (trunk): add tests.         
  23460 2008-04-27 15:28 [ko1 at ruby-lang.org] Ruby:r16220 (trunk): * gc.c (gc_count): add a GC.count method.  This method returns
  23461 2008-04-27 19:02 [tadf at ruby-lang.or] Ruby:r16221 (trunk): * rational.c (nurat_expt): use f_rational_new2. [ruby-dev:34524]
  23462 2008-04-28 09:11 [akr at ruby-lang.org] Ruby:r16222 (trunk): * include/ruby/intern.h (rb_exec_arg_init): declared.
  23463 2008-04-28 11:12 [matz at ruby-lang.or] Ruby:r16223 (trunk): * proc.c (method_name): should return symbols instead of strings.
  23464 2008-04-28 11:13 [akr at ruby-lang.org] Ruby:r16224 (trunk): * process.c (run_exec_options): don't call FIX2INT for nil.
  23465 2008-04-28 12:50 [usa at ruby-lang.org] Ruby:r16225 (trunk): * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specify
  23466 2008-04-28 14:25 [akr at ruby-lang.org] Ruby:r16226 (trunk): * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of
  23467 2008-04-28 14:31 [akr at ruby-lang.org] Ruby:r16227 (trunk): bit more explanation.
  23468 2008-04-28 14:42 [akr at ruby-lang.org] Ruby:r16228 (trunk): more tests.        
  23469 2008-04-28 14:45 [akr at ruby-lang.org] Ruby:r16229 (trunk): more tests.        
  23470 2008-04-28 17:27 [akr at ruby-lang.org] Ruby:r16230 (trunk): add a test for [ruby-dev:34536].
  23471 2008-04-28 18:35 [matz at ruby-lang.or] Ruby:r16231 (trunk): * range.c (range_each): use INT2FIX() for fixnum values.
  23472 2008-04-28 20:28 [tadf at ruby-lang.or] Ruby:r16232 (trunk): * rational (nurat_marshal_load): checks the given
  23473 2008-04-28 20:45 [tadf at ruby-lang.or] Ruby:r16233 (trunk): typo               
  23474 2008-04-29 11:24 [akr at ruby-lang.org] Ruby:r16234 (trunk): add tests.         
  23475 2008-04-30 14:40 [akr at ruby-lang.org] Ruby:r16235 (trunk): * process.c (check_exec_redirect_fd): prohibit duplex IO.
  23476 2008-04-30 14:58 [usa at ruby-lang.org] Ruby:r16236 (trunk): * 2008-04-30       
  23477 2008-04-30 15:17 [akr at ruby-lang.org] Ruby:r16237 (trunk): don't use fork method.
  23478 2008-04-30 16:12 [mame at ruby-lang.or] Ruby:r16238 (trunk): * eval_intern.h: speficy the values of the enumeration constants
  23479 2008-04-30 17:47 [nobu at ruby-lang.or] Ruby:r16239 (ruby_1_8, trunk): * re.c (rb_reg_search): use local variable.  a patch from wanabe
  23480 2008-04-30 18:03 [nobu at ruby-lang.or] Ruby:r16240 (trunk): * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.
  23481 2008-04-30 20:14 [jeg2 at ruby-lang.or] Ruby:r16241 (trunk): * lib/net/telnet.rb:  Fixing a bug where line endings would not be properly
  23482 2008-04-30 20:23 [jeg2 at ruby-lang.or] Ruby:r16242 (ruby_1_8): Merged 16241 from trunk.
  23483 2008-04-30 21:38 [akr at ruby-lang.org] Ruby:r16243 (trunk): add tests.         
  23484 2008-04-30 21:40 [seki at ruby-lang.or] Ruby:r16244 (trunk): [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.
  23485 2008-04-30 23:29 [akr at ruby-lang.org] Ruby:r16245 (trunk): 0**-1 test updated.  [ruby-dev:34547]
  23486 2008-05-01 07:43 [matz at ruby-lang.or] Ruby:r16246 (trunk): bootstraptest updated
  23488 2008-05-01 11:02 [akr at ruby-lang.org] Ruby:r16248 (trunk): split combinational blackbox tests.
  23489 2008-05-01 14:11 [akr at ruby-lang.org] Ruby:r16249 (trunk): add a test for [ruby-dev:34553].
  23490 2008-05-01 16:10 [nobu at ruby-lang.or] Ruby:r16250 (trunk): * hash.c (env_delete_if): return enumerator if no block given.
  23491 2008-05-01 18:12 [akr at ruby-lang.org] Ruby:r16251 (trunk): add tests for [ruby-dev:34556] and [ruby-dev:34555].
  23492 2008-05-01 21:47 [matz at ruby-lang.or] Ruby:r16252 (trunk): * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):
  23493 2008-05-01 23:04 [matz at ruby-lang.or] Ruby:r16253 (trunk): * hash.c (rb_hash_s_create): should access converted hash value.
  23494 2008-05-01 23:20 [nobu at ruby-lang.or] Ruby:r16254 (trunk): * bignum.c (rb_big_divide): return an integer for idiv.
  23495 2008-05-01 23:35 [nobu at ruby-lang.or] Ruby:r16255 (ruby_1_8, trunk): * range.c (range_step): allow float step bigger than zero but less
  23496 2008-05-01 23:43 [nobu at ruby-lang.or] Ruby:r16256 (ruby_1_8, trunk): * range.c (range_step): check if step can be converted to an integer.
  23497 2008-05-01 23:57 [jeg2 at ruby-lang.or] Ruby:r16257 (trunk): * lib/net/telnet.rb:  This patch from Brian Candler adds a FailEOF mode which
  23498 2008-05-02 00:00 [nobu at ruby-lang.or] Ruby:r16258 (trunk): * bignum.c (rb_big_divide), numeric.c (fix_divide): check for result
  23499 2008-05-02 00:05 [jeg2 at ruby-lang.or] Ruby:r16259 (trunk): Adding accidentally skipped ChangeLog entry.
  23500 2008-05-02 00:09 [jeg2 at ruby-lang.or] Ruby:r16260 (ruby_1_8): Merged 16257 from trunk.

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