[前][次][番号順一覧][上]
ruby-changes:15501-15600
15501 2010-04-20 00:41 [ko1@a... ] Ruby:r27403 (trunk): * io.c (internal_{read,write}_func, rb_{read,write}_internal):
15502 2010-04-20 00:43 [ko1@a... ] Ruby:r27404 (trunk, ruby_1_8): * file.c (rb_file_s_extname): skip last directory separators.
15503 2010-04-20 01:03 [ko1@a... ] Ruby:r27405 (trunk): * bootstraptest/test_fork.rb: add a test for .
15504 2010-04-20 06:53 [ko1@a... ] Ruby:r27406 (ruby_1_8_7): merge revision(s) 26169:
15505 2010-04-20 06:53 [ko1@a... ] Ruby:r27407 (ruby_1_8_7): * 2010-04-20
15506 2010-04-20 07:56 [ko1@a... ] Ruby:r27408 (ruby_1_8_7): merge revision(s) 26251:
15507 2010-04-20 07:56 [ko1@a... ] Ruby:r27409 (ruby_1_8_7): * 2010-04-20
15508 2010-04-20 08:13 [ko1@a... ] Ruby:r27410 (ruby_1_8_7): merge revision(s) 26252:
15509 2010-04-20 09:29 [ko1@a... ] Ruby:r27411 (trunk): * tool/compile_prelude.rb: typo.
15510 2010-04-20 10:47 [ko1@a... ] Ruby:r27412 (trunk): * test/ruby: make more ruby-mode.el friendly.
15511 2010-04-20 12:10 [ko1@a... ] Ruby:r27413 (trunk): * parse.y (parser_yylex): simplified with IS_ARG and IS_END.
15512 2010-04-20 12:25 [ko1@a... ] Ruby:r27414 (trunk): * parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separate
15513 2010-04-20 12:39 [ko1@a... ] Ruby:r27415 (trunk): * lib/cgi/{core, util}.rb (RFC822_DAYS, RFC822_MONTHS):
15514 2010-04-20 19:21 [ko1@a... ] Ruby:r27416 (trunk): * test/ruby/test_system.rb (TestSystem#valid_syntax): return false
15515 2010-04-20 19:26 [ko1@a... ] Ruby:r27417 (trunk): * parse.y (parser_yylex): fix for tLPAREN_ARG.
15516 2010-04-20 21:35 [ko1@a... ] Ruby:r27418 (trunk): * ext/dl/win32/lib/win32/registry.rb (PredefinedKey#create): root key
15517 2010-04-20 22:40 [ko1@a... ] Ruby:r27419 (trunk): * io.c: rdoc. see .
15518 2010-04-20 22:53 [ko1@a... ] Ruby:r27420 (trunk): * io.c: fixed the wrong description of rdoc.
15519 2010-04-21 00:16 [ko1@a... ] Ruby:r27421 (trunk): * vm_method.c (rb_add_method_def): decrement alias count of
15521 2010-04-21 00:23 [ko1@a... ] Ruby:r27423 (trunk): * ext/zlib/zlib.c (rb_deflate_params): update buf_filled count because
15522 2010-04-21 00:29 [ko1@a... ] Ruby:r27424 (trunk): * compile.c (NODE_NEXT, NODE_REDO): add dummy putnil instruction to
15523 2010-04-21 03:19 [ko1@a... ] Ruby:r27426 (trunk): * io.c (io_getc): set read_encoding to resulted one character
15524 2010-04-21 11:33 [ko1@a... ] Ruby:r27427 (trunk): * parse.y (parser_yylex): abandoned EXPR_VCALL.
15525 2010-04-21 12:10 [ko1@a... ] Ruby:r27428 (trunk): Update to RDoc 2.5.5
15526 2010-04-21 12:16 [ko1@a... ] Ruby:r27429 (trunk): * parse.y (parser_yylex): warn confusing binary operators after
15527 2010-04-21 13:36 [ko1@a... ] Ruby:r27430 (trunk): * parse.y (parser_yylex): reverted r27388 due to backward
15528 2010-04-21 13:45 [ko1@a... ] Ruby:r27431 (trunk): * parse.y (regexp): check each fragments.
15529 2010-04-21 15:37 [ko1@a... ] Ruby:r27432 (trunk): * io.c (io_getc): fix incomplete character immediately before EOF
15530 2010-04-21 21:25 [ko1@a... ] Ruby:r27433 (trunk): * ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fix
15531 2010-04-22 02:22 [ko1@a... ] Ruby:r27435 (trunk): * 2010-04-22
15532 2010-04-22 02:22 [ko1@a... ] Ruby:r27434 (trunk): * ext/bigdecimal/bigdecimal.[ch]: replace _DEBUG with BIGDECIMAL_DEBUG to prevent activating debugging code when compiled with -DEBUG flag on Windows. #1308
15533 2010-04-22 16:43 [ko1@a... ] Ruby:r27436 (trunk): * parse.y (warn_balanced): removed false warning.
15534 2010-04-22 17:05 [ko1@a... ] Ruby:r27437 (trunk): * ext/**/*.[ch]: removed trailing spaces.
15535 2010-04-22 17:05 [ko1@a... ] Ruby:r27438 (trunk): * test/ripper/test_parser_events.rb (test_operator_ambiguous): new test.
15536 2010-04-22 17:16 [ko1@a... ] Ruby:r27439 (trunk): * ext/**/*.[ch]: removed trailing spaces.
15537 2010-04-22 17:21 [ko1@a... ] Ruby:r27440 (trunk): * ext/**/*.[ch]: removed trailing spaces.
15538 2010-04-22 17:25 [ko1@a... ] Ruby:r27441 (trunk): Update to RubyGems 1.3.7.pre.1
15539 2010-04-22 18:00 [ko1@a... ] Ruby:r27442 (trunk): * test/ripper/test_parser_events.rb (test_local_variables): for r27431.
15540 2010-04-22 19:19 [ko1@a... ] Ruby:r27443 (trunk): remove debug print.
15541 2010-04-22 21:54 [ko1@a... ] Ruby:r27444 (trunk): * lib/irb/ext/multi-irb.rb: fix multi-irb running
15542 2010-04-22 23:02 [ko1@a... ] Ruby:r27445 (trunk): * bootstraptest/test_thread.rb: fix test. [Bug #2342]
15543 2010-04-22 23:15 [ko1@a... ] Ruby:r27446 (trunk): * proc.c (mnew): fix wrong error message when Kernel#public_method
15544 2010-04-23 01:28 [ko1@a... ] Ruby:r27447 (trunk): * thread_win32.c (ubf_handle): remove unused typedef.
15545 2010-04-23 01:28 [ko1@a... ] Ruby:r27448 (trunk): * 2010-04-23
15546 2010-04-23 01:49 [ko1@a... ] Ruby:r27449 (trunk): * win32/win32.c (rb_w32_wopen): shouldn't use FILE_FLAG_OVERLAPPED with
15547 2010-04-23 04:11 [ko1@a... ] Ruby:r27450 (trunk): * test/ripper/test_parser_events.rb (test_unterminated_regexp):
15548 2010-04-23 04:14 [ko1@a... ] Ruby:r27451 (trunk): * test/ripper/test_parser_events.rb: more regexp literal tests.
15549 2010-04-23 09:14 [ko1@a... ] Ruby:r27452 (trunk): * ruby.c (PREFIX_PATH): use RUBY_RELATIVE macro.
15550 2010-04-23 11:32 [ko1@a... ] Ruby:r27453 (trunk): Update to RDoc 2.5.6
15551 2010-04-23 14:40 [ko1@a... ] Ruby:r27455 (trunk): * gem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library):
15552 2010-04-23 15:31 [ko1@a... ] Ruby:r27456 (trunk): * gem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library):
15553 2010-04-23 17:38 [ko1@a... ] Ruby:r27457 (trunk): * ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.
15554 2010-04-23 17:40 [ko1@a... ] Ruby:r27458 (trunk): * ChangeLog: ML ref. ()
15555 2010-04-23 18:58 [ko1@a... ] Ruby:r27459 (ruby_1_8): * ext/win32ole/win32ole.c (ole_val2variant): fix the core dump
15557 2010-04-24 00:16 [ko1@a... ] Ruby:r27462 (trunk): * 2010-04-24
15558 2010-04-24 00:38 [ko1@a... ] Ruby:r27463 (trunk): * test/dl/test_base.rb: add kfreebsd support. based on a patch from
15559 2010-04-24 00:44 [ko1@a... ] Ruby:r27464 (trunk): * process.c (rb_f_fork): remove after_exec() which sometimes caused
15560 2010-04-24 09:20 [ko1@a... ] Ruby:r27465 (trunk): * ext/psych/lib/psych.rb: fixing documentation
15561 2010-04-24 09:45 [ko1@a... ] Ruby:r27466 (ruby_1_8, trunk): * ext/syck/yaml2byte.c (bytestring_append, bytestring_extend):
15562 2010-04-24 10:13 [ko1@a... ] Ruby:r27467 (trunk): * test/psych/test_yaml.rb: clearing domain types on teardown
15563 2010-04-24 13:11 [ko1@a... ] Ruby:r27469 (trunk): * ext/psych/lib/psych.rb: supporting deprecated syck method
15564 2010-04-24 14:43 [ko1@a... ] Ruby:r27470 (trunk): * io.c: raise IOError when byte oriented operations occur with
15565 2010-04-24 15:08 [ko1@a... ] Ruby:r27471 (trunk): update document.
15566 2010-04-24 16:20 [ko1@a... ] Ruby:r27472 (trunk): * template/fake.rb.in: no need for hook if extmk.
15567 2010-04-24 16:27 [ko1@a... ] Ruby:r27473 (trunk): * tool/rbinstall.rb: expand target file name.
15568 2010-04-24 16:28 [ko1@a... ] Ruby:r27474 (trunk): * Makefile.in (RUBY_PROGRAM_VERSION): added
15569 2010-04-24 21:01 [ko1@a... ] Ruby:r27475 (trunk): update doc.
15570 2010-04-24 21:08 [ko1@a... ] Ruby:r27476 (trunk): * test/psych/test_psych.rb: don't leave temporary files.
15571 2010-04-24 23:42 [ko1@a... ] Ruby:r27477 (trunk): * lib/pp.rb: use [""].pack("p").size to detect the pointer size.
15572 2010-04-25 05:00 [ko1@a... ] Ruby:r27478 (trunk): * ext/psych/lib/psych/deprecated.rb: supporting detect_implicit method
15573 2010-04-25 05:02 [ko1@a... ] Ruby:r27479 (trunk): * 2010-04-25
15574 2010-04-25 05:39 [ko1@a... ] Ruby:r27480 (trunk): * ext/psych/lib/psych/deprecated.rb: adding support for deprecated
15575 2010-04-25 07:23 [ko1@a... ] Ruby:r27481 (trunk): * ext/psych/lib/psych.rb: removing unused code
15576 2010-04-25 07:30 [ko1@a... ] Ruby:r27482 (trunk): * ext/psych/lib/psych/deprecated.rb: adding deprecated tagurize method
15577 2010-04-25 11:11 [ko1@a... ] Ruby:r27483 (trunk): * hash.c (ruby_setenv): putenv on msvcrt.dll can't remove empty value.
15578 2010-04-25 15:37 [ko1@a... ] Ruby:r27484 (trunk): * lib/date.rb, lib/date/delta*: reverted experimental r24567 and
15579 2010-04-25 15:52 [ko1@a... ] Ruby:r27485 (trunk): * complex.c, ratioanl.c: reverted experimental r24565.
15580 2010-04-25 16:00 [ko1@a... ] Ruby:r27486 (trunk): * lib/cmath.rb: reverted experimental r23900.
15581 2010-04-25 21:46 [ko1@a... ] Ruby:r27488 (ruby_1_8): * 2010-04-25
15582 2010-04-25 21:46 [ko1@a... ] Ruby:r27487 (ruby_1_8): * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengo
15583 2010-04-25 21:58 [ko1@a... ] Ruby:r27489 (trunk): * lib/net/imap.rb (fetch_internal): do not quote message data item
15584 2010-04-25 22:07 [ko1@a... ] Ruby:r27490 (ruby_1_8): * lib/net/imap.rb (fetch_internal): do not quote message data item
15585 2010-04-25 23:50 [ko1@a... ] Ruby:r27491 (trunk): * io.c (ruby_dup): update max fd.
15586 2010-04-26 00:09 [ko1@a... ] Ruby:r27492 (trunk): * bignum.c (bigmul1_karatsuba): suppress a warning.
15587 2010-04-26 09:07 [ko1@a... ] Ruby:r27493 (trunk): * ext/json: Update to JSON 1.4.1.
15588 2010-04-26 10:09 [ko1@a... ] Ruby:r27494 (trunk): * ext/bigdecimal/bigdecimal.c: suppressed warnings.
15589 2010-04-26 10:10 [ko1@a... ] Ruby:r27495: * ext/bigdecimal/bigdecimal.def: unnecessary.
15590 2010-04-26 10:56 [ko1@a... ] Ruby:r27496 (trunk): * test/bigdecimal/testbase.rb (teardown): should reset all modes.
15591 2010-04-26 10:58 [ko1@a... ] Ruby:r27497 (trunk): * test/bigdecimal/testbase.rb: property.
15592 2010-04-26 12:43 [ko1@a... ] Ruby:r27498 (trunk): * parse.y (warn_balanced): warn according to last state.
15593 2010-04-26 13:12 [ko1@a... ] Ruby:r27499 (trunk): * parse.y (ripper_get_value): escape Qundef.
15594 2010-04-26 15:27 [ko1@a... ] Ruby:r27501 (trunk): Recommit of JSON; fix mixed declarations.
15595 2010-04-26 15:48 [ko1@a... ] Ruby:r27502 (trunk): * ext/json/generator/generator.c (convert_UTF8_to_JSON_ASCII): get rid
15596 2010-04-26 20:14 [ko1@a... ] Ruby:r27503 (trunk): * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:
15598 2010-04-27 00:09 [ko1@a... ] Ruby:r27504 (trunk): * parse.y (program): check void_expr when rb_parse_in_main().
15599 2010-04-27 06:21 [ko1@a... ] Ruby:r27506 (trunk): * io.c (select_internal): IO which cbuf is not empty is readable.
15600 2010-04-27 10:54 [ko1@a... ] Ruby:r27507 (trunk): * parse.y (parser_read_escape): deny extra character escapes.
[前][次][番号順一覧][上]