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

ruby-changes:13601-13700

  13601 2009-10-17 17:31 [ko1@a...            ] Ruby:r25383 (trunk): * bignum.c (big_split): fix off-by-one error.  
  13602 2009-10-17 18:02 [ko1@a...            ] Ruby:r25384 (trunk): * test/rake/data/unittest/subdir/.gitignoRe: dummy entry for ensuring
  13603 2009-10-17 18:04 [ko1@a...            ] Ruby:r25385 (trunk): * test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): uses
  13604 2009-10-17 20:12 [ko1@a...            ] Ruby:r25386 (trunk): fix a typo.        
  13605 2009-10-18 09:55 [ko1@a...            ] Ruby:r25389 (trunk): * 2009-10-18       
  13606 2009-10-18 09:55 [ko1@a...            ] Ruby:r25388 (trunk): * test/test_prime.rb
  13607 2009-10-18 18:32 [ko1@a...            ] Ruby:r25390 (trunk): * ruby.c (ruby_init_loadpath_safe): should not dup tmp string.  a
  13608 2009-10-18 19:20 [ko1@a...            ] Ruby:r25391 (trunk): * parse.y (is_special_global_name): add boundary check.
  13609 2009-10-18 20:19 [ko1@a...            ] Ruby:r25392 (trunk): Retry until the signal is trapped.
  13610 2009-10-18 22:39 [ko1@a...            ] Ruby:r25393 (trunk): * lib/date.rb: do not require lib/delta.rb.
  13611 2009-10-19 05:54 [ko1@a...            ] Ruby:r25395 (trunk): * 2009-10-19       
  13612 2009-10-19 05:54 [ko1@a...            ] Ruby:r25394 (trunk): * lib/rexml/element.rb (text=): false should be converted to string.
  13613 2009-10-19 05:54 [ko1@a...            ] Ruby:r25396 (ruby_1_8): * lib/rexml/element.rb (text=): false should be converted to string.
  13614 2009-10-19 05:54 [ko1@a...            ] Ruby:r25397 (ruby_1_8): * 2009-10-19    
  13615 2009-10-19 11:01 [ko1@a...            ] Ruby:r25398 (trunk): * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):
  13616 2009-10-19 11:34 [ko1@a...            ] Ruby:r25399 (trunk): * .gdbinit (rb_ps): dump all threads and their callstacks.  based
  13617 2009-10-19 15:04 [ko1@a...            ] Ruby:r25400 (trunk): * win32/Makefile.sub (enc/unicode/name2ctype.h): no need to create
  13618 2009-10-19 15:17 [ko1@a...            ] Ruby:r25401 (trunk): * .gdbinit (rb_method_entry): search method entry by class and id.
  13619 2009-10-20 14:51 [ko1@a...            ] Ruby:r25403 (trunk): * 2009-10-20       
  13620 2009-10-20 14:51 [ko1@a...            ] Ruby:r25402 (trunk): * parse.y (parser_here_document): dispatch delayed heredoc
  13621 2009-10-20 15:07 [ko1@a...            ] Ruby:r25404 (trunk): * parse.y (mlhs_basic): fixed handling splat in middle of mlhs.  a
  13622 2009-10-20 15:29 [ko1@a...            ] Ruby:r25405 (trunk): * parse.y (method_call): dispatch symbols.  a patch from Andy Keep in
  13623 2009-10-20 15:36 [ko1@a...            ] Ruby:r25406 (trunk): * test/ripper/test_*.rb: fixed indent.
  13624 2009-10-20 15:38 [ko1@a...            ] Ruby:r25407 (trunk): * parse.y (ripper_intern): enable literal optimization.
  13625 2009-10-20 16:43 [ko1@a...            ] Ruby:r25408 (trunk): * include/ruby/win32.h (finite, scalb): inline'ed non-standard
  13626 2009-10-20 16:47 [ko1@a...            ] Ruby:r25410 (ruby_1_8): * 2009-10-20    
  13627 2009-10-20 17:57 [ko1@a...            ] Ruby:r25411 (trunk): * marshal.c (w_symbol, r_symreal): fixed the order of symbol and
  13628 2009-10-20 22:35 [ko1@a...            ] Ruby:r25412 (trunk): * lib/matrix.rb:  Bug fix. See detail .
  13629 2009-10-21 00:08 [ko1@a...            ] Ruby:r25414 (trunk): * 2009-10-21       
  13630 2009-10-21 00:08 [ko1@a...            ] Ruby:r25413 (trunk): * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.
  13631 2009-10-21 00:17 [ko1@a...            ] Ruby:r25415 (trunk): * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.
  13633 2009-10-21 00:18 [ko1@a...            ] Ruby:r25416 (ruby_1_8): * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.
  13634 2009-10-21 00:57 [ko1@a...            ] Ruby:r25418 (trunk): * added monitor.rb test. see #2240 the bug on ruby_1_8.
  13635 2009-10-21 00:59 [ko1@a...            ] Ruby:r25419 (trunk): Use Array#permutation for permutation tests.
  13636 2009-10-21 01:14 [ko1@a...            ] Ruby:r25420 (ruby_1_8): * lib/monitor.rb (MonitorMixin.mon_release): ensure the scheduled
  13637 2009-10-21 04:01 [ko1@a...            ] Ruby:r25421 (trunk): * ChangeLog: Added summary of r25412, cf 
  13638 2009-10-21 04:01 [ko1@a...            ] Ruby:r25422 (trunk): * lib/matrix.rb (empty): Improved rdoc
  13639 2009-10-21 04:01 [ko1@a...            ] Ruby:r25423 (trunk): * lib/matrix.rb (transpose, inspect): Bug fix
  13640 2009-10-21 08:17 [ko1@a...            ] Ruby:r25424 (trunk): * test/logger/test_logger.rb (TestLogDevice#test_write): check
  13641 2009-10-21 12:37 [ko1@a...            ] Ruby:r25425 (trunk): * test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.
  13642 2009-10-21 12:45 [ko1@a...            ] Ruby:r25426 (trunk): * test/scanf/test_scanfio.rb (TestScanfIO): needs to inherit
  13643 2009-10-21 19:33 [ko1@a...            ] Ruby:r25427 (trunk): * object.c (rb_obj_inspect): fixed rdoc about the case that to_s
  13644 2009-10-22 05:17 [ko1@a...            ] Ruby:r25429 (trunk): * 2009-10-22       
  13645 2009-10-22 05:17 [ko1@a...            ] Ruby:r25428 (trunk): * object.c (rb_obj_inspect): print instance variables only when
  13646 2009-10-22 10:00 [ko1@a...            ] Ruby:r25430 (ruby_1_8): * *.[chy]: removed trailing spaces.
  13647 2009-10-22 17:27 [ko1@a...            ] Ruby:r25431 (ruby_1_8): * intern.h (rb_thread_join): added prototype.  a patch from
  13648 2009-10-22 17:30 [ko1@a...            ] Ruby:r25432 (ruby_1_8, trunk): * parse.y (arg_prepend): removed.  a patch from Mikhail T. in
  13649 2009-10-22 17:51 [ko1@a...            ] Ruby:r25433 (trunk): * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not
  13650 2009-10-22 17:59 [ko1@a...            ] Ruby:r25434 (ruby_1_8): * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not
  13651 2009-10-22 20:23 [ko1@a...            ] Ruby:r25435 (trunk): * test/ruby/envutil.rb (assert_in_out_err): test_stdout and
  13652 2009-10-22 21:12 [ko1@a...            ] Ruby:r25436 (trunk): * class.c (rb_obj_basic_to_s_p): typo.  Please become familiar with
  13653 2009-10-23 07:32 [ko1@a...            ] Ruby:r25438 (trunk): * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnable
  13654 2009-10-23 07:35 [ko1@a...            ] Ruby:r25439 (trunk): * version.c (ruby_initial_load_paths): moved terminating semicolon.
  13655 2009-10-23 09:13 [ko1@a...            ] Ruby:r25440 (trunk): * lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is always
  13656 2009-10-23 14:06 [ko1@a...            ] Ruby:r25441 (trunk): * configure.in (optflags): removed -fomit-frame-pointer by default.
  13657 2009-10-23 14:23 [ko1@a...            ] Ruby:r25442 (trunk): * configure.in (warnflags): use -Wextra only when
  13658 2009-10-23 14:26 [ko1@a...            ] Ruby:r25443 (ruby_1_8, trunk): * configure.in (target, target_alias): replace with real cpu.
  13659 2009-10-23 14:27 [ko1@a...            ] Ruby:r25444 (ruby_1_8): * 2009-10-23    
  13660 2009-10-23 22:30 [ko1@a...            ] Ruby:r25445 (trunk): fix a typo.        
  13661 2009-10-24 00:38 [ko1@a...            ] Ruby:r25446 (trunk): * io.c (io_cntl): update max file descriptor by the result of
  13663 2009-10-24 01:44 [ko1@a...            ] Ruby:r25448 (trunk): * ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)
  13664 2009-10-24 08:37 [ko1@a...            ] Ruby:r25449 (trunk): * class.c (rb_class_new): move class check to rb_check_inheritable().
  13665 2009-10-24 15:04 [ko1@a...            ] Ruby:r25450 (trunk): * lib/matrix (minor): Also handle negative arguments like Array#[]
  13666 2009-10-24 15:05 [ko1@a...            ] Ruby:r25451 (trunk): * lib/matrix (column): handle negative arguments. cf 
  13667 2009-10-24 15:05 [ko1@a...            ] Ruby:r25452 (trunk): * lib/matrix (transpose): bug fix for Matrix.empty(0,42).t
  13668 2009-10-25 01:48 [ko1@a...            ] Ruby:r25454 (trunk): * 2009-10-25       
  13669 2009-10-25 01:48 [ko1@a...            ] Ruby:r25453 (trunk): * object.c (rb_obj_cmp): defines Object#<=>.  
  13670 2009-10-25 01:53 [ko1@a...            ] Ruby:r25455 (trunk): * hash.c (rb_hash_set_default_proc): checks arity of defalt_proc
  13671 2009-10-25 02:02 [ko1@a...            ] Ruby:r25456 (trunk): * enum.c (enum_flat_map): new method that concatenates the values
  13672 2009-10-25 05:55 [ko1@a...            ] Ruby:r25457 (trunk): * lib/matrix.rb (**): Optimization (up to 45% faster)
  13673 2009-10-25 06:56 [ko1@a...            ] Ruby:r25458 (trunk): * ext/dl/handle.c (rb_dlhandle_close) check return value of dlclose()
  13674 2009-10-25 09:11 [ko1@a...            ] Ruby:r25459 (trunk): * ext/dl/handle.c (rb_dlhandle_sym) removing unnecessary code. Adding
  13675 2009-10-25 09:11 [ko1@a...            ] Ruby:r25460 (trunk): * ext/dl/handle.c (rb_dlhandle_sym) refactoring rb_secure(2)
  13676 2009-10-25 09:11 [ko1@a...            ] Ruby:r25461 (trunk): * ext/dl/handle.c (**) adding documentation
  13677 2009-10-25 09:11 [ko1@a...            ] Ruby:r25462 (trunk): * ext/dl/handle.c (rb_dlhandle_close_enabled_p) testing that handles can
  13678 2009-10-25 09:12 [ko1@a...            ] Ruby:r25463 (trunk): * ext/dl/handle.c (**) adding documentation
  13679 2009-10-25 10:09 [ko1@a...            ] Ruby:r25464 (trunk): * test/dl/test_handle.rb: svn:eol-style.
  13680 2009-10-25 10:20 [ko1@a...            ] Ruby:r25465 (trunk): * ext/dl/handle.c (rb_dlhandle_close): fixed an invalid local
  13681 2009-10-25 15:44 [ko1@a...            ] Ruby:r25467 (trunk): * ext/dl/handle.c (dlhandle_sym): fixed an invalid local variable
  13682 2009-10-25 20:05 [ko1@a...            ] Ruby:r25468 (ruby_1_8): * configure.in: Fix syntax error.  when() is not defined in this
  13683 2009-10-25 20:05 [ko1@a...            ] Ruby:r25469 (ruby_1_8): * 2009-10-25    
  13684 2009-10-25 20:08 [ko1@a...            ] Ruby:r25470 (ruby_1_8): * object.c (rb_class_initialize): The inherited hook should be run
  13685 2009-10-25 23:39 [ko1@a...            ] Ruby:r25471 (ruby_1_9_1): merges r24479 from trunk into ruby_1_9_1.
  13686 2009-10-25 23:39 [ko1@a...            ] Ruby:r25472 (ruby_1_9_1): * 2009-10-25  
  13687 2009-10-25 23:45 [ko1@a...            ] Ruby:r25473 (ruby_1_9_1): merges r24443 from trunk into ruby_1_9_1.
  13688 2009-10-25 23:46 [ko1@a...            ] Ruby:r25475 (ruby_1_9_1): merges r25411 from trunk into ruby_1_9_1.
  13689 2009-10-25 23:46 [ko1@a...            ] Ruby:r25476 (ruby_1_9_1): * test/ruby/test_m17n.rb (TestM17N#test_sprintf_s):
  13690 2009-10-25 23:46 [ko1@a...            ] Ruby:r25477 (ruby_1_9_1): merges r24509 from trunk into ruby_1_9_1.
  13691 2009-10-25 23:46 [ko1@a...            ] Ruby:r25478 (ruby_1_9_1): merges r24511 from trunk into ruby_1_9_1.
  13692 2009-10-25 23:46 [ko1@a...            ] Ruby:r25479 (ruby_1_9_1): merges r24513,r24514 and r24515 from trunk into ruby_1_9_1.
  13693 2009-10-25 23:47 [ko1@a...            ] Ruby:r25480 (ruby_1_9_1): merges r24530 from trunk into ruby_1_9_1.
  13694 2009-10-25 23:47 [ko1@a...            ] Ruby:r25481 (ruby_1_9_1): merges r24531 from trunk into ruby_1_9_1.
  13695 2009-10-25 23:47 [ko1@a...            ] Ruby:r25483 (ruby_1_9_1): merges r24536 from trunk into ruby_1_9_1.
  13696 2009-10-25 23:47 [ko1@a...            ] Ruby:r25482 (ruby_1_9_1): merges r24533 from trunk into ruby_1_9_1.
  13697 2009-10-25 23:47 [ko1@a...            ] Ruby:r25484 (ruby_1_9_1): merges r24546 from trunk into ruby_1_9_1.
  13698 2009-10-26 12:06 [ko1@a...            ] Ruby:r25485 (trunk, ruby_1_8): * io.c (io_fwrite): adjust stdio file position after direct write on
  13699 2009-10-26 12:43 [ko1@a...            ] Ruby:r25486 (trunk): * ruby.c (usage): -T and -W descriptions updated.  see
  13700 2009-10-26 13:26 [ko1@a...            ] Ruby:r25487 (ruby_1_8): * ext/tk/lib/remote-tk.rb: typo fixed.

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