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

ruby-changes:15601-15700

  15601 2010-04-27 12:37 [ko1@a...            ] Ruby:r27508 (trunk): Add description about make benchmark to make help.
  15602 2010-04-27 12:53 [ko1@a...            ] Ruby:r27510 (ruby_1_8): * version.c (ruby_description, ruby_copyright): construct literals
  15603 2010-04-27 15:24 [ko1@a...            ] Ruby:r27511 (ruby_1_8): * version.c (ruby_description, ruby_copyright): unaligned and
  15604 2010-04-27 21:27 [ko1@a...            ] Ruby:r27513 (trunk): * eval.c (ruby_cleanup): before cleanup, check signal buffer and run
  15605 2010-04-27 22:42 [ko1@a...            ] Ruby:r27514 (trunk): * iseq.c (set_relation): do not use top_wrapper as bottom of cref,
  15606 2010-04-27 23:06 [ko1@a...            ] Ruby:r27515 (trunk): * insns.def (onceinlinecache): add exclusion control for a region
  15607 2010-04-28 00:00 [ko1@a...            ] Ruby:r27517 (trunk): * 2010-04-28       
  15608 2010-04-28 00:00 [ko1@a...            ] Ruby:r27516 (trunk): * eval.c (ruby_cleanup): add exception guard around code running
  15609 2010-04-28 05:19 [ko1@a...            ] Ruby:r27518 (trunk): * ext/psych/lib/psych/deprecated.rb: adding deprecated "read_type_class"
  15610 2010-04-28 05:40 [ko1@a...            ] Ruby:r27519 (trunk): * ext/psych/lib/psych/deprecated.rb: adding deprecated object_maker
  15611 2010-04-28 06:09 [ko1@a...            ] Ruby:r27520 (trunk): Cleaning up syntax warnings.
  15612 2010-04-28 09:43 [ko1@a...            ] Ruby:r27521 (trunk): * parse.y (warn_balanced): do not warn for EXPR_ENDFN.
  15613 2010-04-28 09:47 [ko1@a...            ] Ruby:r27522 (trunk): * thread.c (timer_thread_function): unused variable.
  15614 2010-04-28 09:47 [ko1@a...            ] Ruby:r27523 (trunk): * ext/bigdecimal: fixed types.
  15615 2010-04-28 09:49 [ko1@a...            ] Ruby:r27524 (trunk): * tool/compile_prelude.rb: enable optimization.
  15616 2010-04-28 10:29 [ko1@a...            ] Ruby:r27525 (trunk): * vsnprintf.c (ruby_vsnprintf, ruby_snprintf): suppress warnings.
  15617 2010-04-28 16:16 [ko1@a...            ] Ruby:r27526 (trunk): * ext/socket/rubysocket.h: non-implemented method definitions need
  15618 2010-04-28 16:29 [ko1@a...            ] Ruby:r27527 (trunk): * ext/socket/unixsocket.c (sendmsg_blocking, recvmsg_blocking):
  15619 2010-04-28 16:45 [ko1@a...            ] Ruby:r27528 (trunk): * include/ruby/ruby.h ({RSTRING,RSTRUCT,RBIGNUM}_LENINT): check long
  15620 2010-04-28 17:14 [ko1@a...            ] Ruby:r27529 (trunk): * ext/socket: fixed types.
  15621 2010-04-28 17:14 [ko1@a...            ] Ruby:r27530 (trunk): * ext/socket/extconf.rb: CMSG_ macros are broken on 64bit darwin,
  15622 2010-04-28 17:54 [ko1@a...            ] Ruby:r27531 (trunk): * test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg):
  15623 2010-04-28 18:05 [ko1@a...            ] Ruby:r27532 (trunk): * time.c (time_timespec): use rb_check_funcall.
  15624 2010-04-28 22:56 [ko1@a...            ] Ruby:r27533 (trunk): * test/psych/visitors/test_yaml_tree.rb (test_struct_const): remove
  15625 2010-04-28 23:27 [ko1@a...            ] Ruby:r27535 (trunk): * ext/json: Update to JSON 1.4.2.
  15626 2010-04-28 23:54 [ko1@a...            ] Ruby:r27536 (trunk): * lib/thwait.rb: revise rdoc.  a patch from Roger Pack in
  15627 2010-04-29 03:51 [ko1@a...            ] Ruby:r27537 (trunk): * lib/xmlrpc/utils.rb: Fixing an incompatibility with
  15628 2010-04-29 11:17 [ko1@a...            ] Ruby:r27539 (trunk): * io.c (rb_io_s_binread): fixed rdoc.  parts of a patch from Roger
  15629 2010-04-29 11:21 [ko1@a...            ] Ruby:r27540 (trunk): * io.c (seek_before_access): renamed.  see .
  15630 2010-04-29 12:16 [ko1@a...            ] Ruby:r27541 (trunk): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): reject
  15631 2010-04-29 12:34 [ko1@a...            ] Ruby:r27542 (ruby_1_8, trunk): * lib/thwait.rb (ThreadsWait#join): refined rdoc.  
  15632 2010-04-29 18:40 [ko1@a...            ] Ruby:r27547 (ruby_1_8, trunk): * lib/thwait.rb (ThreadsWait#join): refined rdoc again.
  15633 2010-04-29 19:51 [ko1@a...            ] Ruby:r27548 (trunk): * test/test_open3.rb (test_commandline): skip the test with Shellwords on
  15634 2010-04-29 20:10 [ko1@a...            ] Ruby:r27549 (trunk): * test/test_open3.rb (test_commandline): use dump instead of
  15635 2010-04-29 21:56 [ko1@a...            ] Ruby:r27550 (trunk): Follow reverting wrong commit; see r11156, r27400.
  15636 2010-04-30 00:54 [ko1@a...            ] Ruby:r27552 (trunk): * 2010-04-30       
  15637 2010-04-30 00:54 [ko1@a...            ] Ruby:r27551 (trunk): * win32/Makefile.sub (config.h): define some constants to select
  15638 2010-04-30 03:19 [ko1@a...            ] Ruby:r27553 (trunk): * lib/matrix.rb (Matrix#singular?, Matrix#regular?): raise on rectangular
  15639 2010-04-30 03:19 [ko1@a...            ] Ruby:r27554 (trunk): * lib/matrix.rb: Improve algorithm for Matrix#determinant and Matrix#rank
  15640 2010-04-30 03:59 [ko1@a...            ] Ruby:r27556 (trunk): * time.c (rb_time_unmagnify_to_float): should cast.
  15641 2010-04-30 04:10 [ko1@a...            ] Ruby:r27557 (trunk): * time.c (TIMET_MAX): should be time_t, not unsigned_time_t.
  15642 2010-04-30 11:41 [ko1@a...            ] Ruby:r27558 (trunk): * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong
  15643 2010-04-30 11:49 [ko1@a...            ] Ruby:r27559 (trunk): * string.c (rb_str_sub_bang): String#sub! now raises an error when
  15644 2010-04-30 12:06 [ko1@a...            ] Ruby:r27560 (trunk): * file.c (file_expand_path): call rb_str_set_len before BUFCHECK to
  15645 2010-04-30 13:37 [ko1@a...            ] Ruby:r27561 (trunk): * signal.c (ruby_signal_name): rdoc fix for undocumented parameter
  15646 2010-04-30 15:41 [ko1@a...            ] Ruby:r27562 (trunk): * ext/tk/extconf.rb: better support for MinGW environment.
  15647 2010-04-30 15:41 [ko1@a...            ] Ruby:r27563 (ruby_1_8): * ext/tk/extconf.rb: better support for MinGW environment.
  15648 2010-04-30 15:41 [ko1@a...            ] Ruby:r27564 (ruby_1_8): * 2010-04-30    
  15649 2010-04-30 21:40 [ko1@a...            ] Ruby:r27565 (trunk): * test/test_open3.rb (TestOpen3#test_commandline): use simple
  15650 2010-05-01 00:15 [ko1@a...            ] Ruby:r27567 (trunk): * test/ruby/test_io.rb: skip false tests on Windows.
  15651 2010-05-01 00:26 [ko1@a...            ] Ruby:r27568 (trunk): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
  15652 2010-05-01 02:22 [ko1@a...            ] Ruby:r27569 (trunk): * io.c (seek_before_access): fixed argument type.
  15653 2010-05-01 02:57 [ko1@a...            ] Ruby:r27570 (trunk): * merge some patches from win32-uncode-test branch.
  15654 2010-05-01 06:46 [ko1@a...            ] Ruby:r27571 (trunk): * win32/win32.c: add declaration of wstati64 for gcc.
  15655 2010-05-01 09:43 [ko1@a...            ] Ruby:r27572 (trunk): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
  15656 2010-05-01 14:06 [ko1@a...            ] Ruby:r27573 (trunk): Upgrade to RDoc 2.5.8
  15657 2010-05-01 14:20 [ko1@a...            ] Ruby:r27574 (trunk): Merge fix for gem server, bump RubyGems version to 1.3.7
  15658 2010-05-01 16:47 [ko1@a...            ] Ruby:r27575 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_IsInfinite): don't use
  15659 2010-05-01 22:28 [ko1@a...            ] Ruby:r27576 (trunk): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
  15660 2010-05-01 22:41 [ko1@a...            ] Ruby:r27577 (trunk): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
  15661 2010-05-01 22:54 [ko1@a...            ] Ruby:r27578 (trunk): * lib/tempfile.rb (Tempfile#size): stat by path name when it is
  15662 2010-05-02 07:00 [ko1@a...            ] Ruby:r27579 (trunk): * test/test_tempfile.rb: fixed errors.
  15663 2010-05-02 07:39 [ko1@a...            ] Ruby:r27580 (ruby_1_8, trunk): * lib/mkmf.rb (dir_config): should not modify argument arrays
  15664 2010-05-02 08:55 [ko1@a...            ] Ruby:r27581 (ruby_1_8, trunk): * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value instead
  15665 2010-05-02 12:07 [ko1@a...            ] Ruby:r27582 (trunk): * iseq.c (iseq_load): allow filepath to be nil.
  15666 2010-05-02 12:09 [ko1@a...            ] Ruby:r27583 (trunk): fix log. missed ref.
  15667 2010-05-02 14:43 [ko1@a...            ] Ruby:r27585 (trunk): * NEWS: List all changes to lib/matrix
  15668 2010-05-02 14:56 [ko1@a...            ] Ruby:r27586 (trunk): * test/digest/test_digest.rb (test_eq): use descriptive assertion.
  15669 2010-05-02 17:25 [ko1@a...            ] Ruby:r27587 (trunk): * test: fixed wrong assertions.
  15670 2010-05-02 17:25 [ko1@a...            ] Ruby:r27588 (trunk): * ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.
  15671 2010-05-02 17:52 [ko1@a...            ] Ruby:r27589 (trunk): * lib/rdoc/task.rb (RDoc::Task): should not override newer code.
  15672 2010-05-02 18:12 [ko1@a...            ] Ruby:r27590 (trunk): * test/json/test_json_addition.rb (test_utc_datetime): fixed
  15673 2010-05-03 08:18 [ko1@a...            ] Ruby:r27591 (ruby_1_8, trunk): * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flag
  15674 2010-05-03 10:46 [ko1@a...            ] Ruby:r27592 (trunk): * file.c (rb_str_encode_ospath): unused variable.
  15675 2010-05-03 12:06 [ko1@a...            ] Ruby:r27593 (ruby_1_9_1): merges 26005 from trunk into ruby_1_9_1.
  15676 2010-05-03 12:06 [ko1@a...            ] Ruby:r27594 (ruby_1_9_1): * 2010-05-03  
  15677 2010-05-03 12:08 [ko1@a...            ] Ruby:r27595 (ruby_1_9_1): merges r25081 from trunk into ruby_1_9_1.
  15678 2010-05-03 18:12 [ko1@a...            ] Ruby:r27596 (ruby_1_9_1): merges r26055 from trunk into ruby_1_9_1. This fixies #3164.
  15679 2010-05-03 18:13 [ko1@a...            ] Ruby:r27597 (ruby_1_9_1): merges r26626 and r26627 from trunk into ruby_1_9_1. This fixes #3159.
  15680 2010-05-03 18:13 [ko1@a...            ] Ruby:r27598 (ruby_1_9_1): merges r24662 from trunk into ruby_1_9_1. This fixes #3149.
  15681 2010-05-03 21:17 [ko1@a...            ] Ruby:r27599 (trunk): trivial change     
  15682 2010-05-03 21:17 [ko1@a...            ] Ruby:r27600 (trunk): * sample/README: update file list. 
  15683 2010-05-04 00:40 [ko1@a...            ] Ruby:r27601 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: using more factory methods
  15684 2010-05-04 00:40 [ko1@a...            ] Ruby:r27602 (trunk): * 2010-05-04       
  15685 2010-05-04 04:04 [ko1@a...            ] Ruby:r27603 (trunk): * ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28.
  15686 2010-05-04 07:19 [ko1@a...            ] Ruby:r27604 (trunk): Add rdoc about IO#read(length). 
  15687 2010-05-04 08:44 [ko1@a...            ] Ruby:r27605 (trunk): * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip the
  15688 2010-05-04 10:07 [ko1@a...            ] Ruby:r27606 (ruby_1_8): * version.c (UNALIGNED): get rid of conflict.
  15689 2010-05-04 12:52 [ko1@a...            ] Ruby:r27609 (trunk): * vm_insnhelper.c (argument_error): push correct backtrace.
  15690 2010-05-04 13:00 [ko1@a...            ] Ruby:r27610 (trunk): * vm_insnhelper.c (argument_error): never return.
  15691 2010-05-04 13:28 [ko1@a...            ] Ruby:r27611 (trunk): * include/ruby/win32.h (rb_w32_uchdir): missing prototype.
  15692 2010-05-04 13:28 [ko1@a...            ] Ruby:r27612 (trunk): * vm_insnhelper.c (argument_error): removed unused variable.
  15693 2010-05-04 17:08 [ko1@a...            ] Ruby:r27613 (trunk): Setup Symbol#to_json to avoid conflict.
  15694 2010-05-04 18:38 [ko1@a...            ] Ruby:r27614 (trunk): * test/fileutils/test_fileutils.rb (test_copy_stream):
  15695 2010-05-04 18:51 [ko1@a...            ] Ruby:r27615 (trunk): * error.c (name_err_mesg_to_str): preserve encoding of inspection.
  15696 2010-05-04 23:10 [ko1@a...            ] Ruby:r27616 (trunk): * compile.c (iseq_build_body): update iseq->ic_size.
  15697 2010-05-05 01:02 [ko1@a...            ] Ruby:r27617 (trunk): * test/ruby/test_require.rb (test_relative_symlink): skip if symlink is not
  15698 2010-05-05 01:02 [ko1@a...            ] Ruby:r27618 (trunk): * 2010-05-05       
  15699 2010-05-05 04:07 [ko1@a...            ] Ruby:r27619 (trunk): Fix and add tests for String#inspect. 
  15700 2010-05-05 07:24 [ko1@a...            ] Ruby:r27621 (trunk): * method.h (rb_gc_mark_method_entry): fixed typo.

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