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

ruby-changes:30401-30500

  30401 2013-08-10 09:19 [ko1@a...            ] zzak:r42480 (trunk): * proc.c: [DOC] rdoc code formatting
  30402 2013-08-10 09:21 [ko1@a...            ] zzak:r42481 (trunk): * NEWS: [DOC] typo in example reported by @moretea
  30403 2013-08-10 11:34 [ko1@a...            ] kou:r42482 (trunk): * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::PUBLIC):
  30404 2013-08-10 11:59 [ko1@a...            ] kou:r42483 (trunk): * test/rexml/parse/test_notation_declaration.rb (#test_system_public):
  30405 2013-08-10 12:02 [ko1@a...            ] kou:r42484 (trunk): * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::SYSTEM):
  30406 2013-08-10 12:02 [ko1@a...            ] kou:r42485 (trunk): Add missing "Patch by". Sorry. Thanks to Ippei Obayashi!!!
  30407 2013-08-10 12:41 [ko1@a...            ] kou:r42486 (trunk): * test/rexml/parse/test_document_type_declaration.rb: Add tests for
  30408 2013-08-10 12:46 [ko1@a...            ] kou:r42487 (trunk): * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):
  30409 2013-08-10 12:48 [ko1@a...            ] kou:r42488 (trunk): * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):
  30410 2013-08-10 12:51 [ko1@a...            ] kou:r42489 (trunk): * lib/rexml/parsers/baseparser.rb
  30411 2013-08-10 13:53 [ko1@a...            ] nobu:r42490 (trunk): parse.y: non-local/const attrset
  30412 2013-08-10 14:03 [ko1@a...            ] ktsj:r42491 (trunk): * numeric.c: [DOC] fix typo.
  30413 2013-08-11 00:02 [ko1@a...            ] nagachika:r42492 (ruby_2_0_0): merge revision(s) 42439, 42453: [Backport #8752]
  30414 2013-08-11 00:02 [ko1@a...            ] svn:r42493 (ruby_2_0_0): * 2013-08-11   
  30415 2013-08-11 02:00 [ko1@a...            ] akr:r42494 (trunk): * configure.in: Revert r42458.
  30416 2013-08-11 02:00 [ko1@a...            ] svn:r42495 (trunk): * 2013-08-11        
  30417 2013-08-11 02:45 [ko1@a...            ] zzak:r42496 (trunk): * lib/time.rb: [DOC] Document constants by @markijbema [Fixes GH-377]
  30418 2013-08-11 03:26 [ko1@a...            ] akr:r42497 (trunk): * bignum.c (bitsize): Fix a conditional expression.
  30419 2013-08-11 05:44 [ko1@a...            ] naruse:r42498 (trunk): * file.c (rb_str_normalize_ospath):
  30420 2013-08-11 05:45 [ko1@a...            ] nobu:r42499 (trunk): * properties.      
  30421 2013-08-11 05:56 [ko1@a...            ] charliesome:r42500 (trunk): * doc/syntax/literals.rdoc: Use single quotes instead of double quotes
  30422 2013-08-11 08:55 [ko1@a...            ] nobu:r42501 (trunk): dir.c: normalization
  30423 2013-08-11 08:55 [ko1@a...            ] nobu:r42502 (trunk): ext/-test-/*/depend: TEST_INIT_FUNCS
  30424 2013-08-11 10:44 [ko1@a...            ] zzak:r42503 (trunk): * lib/time.rb: [DOC] Correcting rdoc visibility of time.rb constants
  30425 2013-08-11 11:59 [ko1@a...            ] akr:r42504 (trunk): * process.c (rb_clock_gettime): New method.
  30426 2013-08-11 12:11 [ko1@a...            ] akr:r42505 (trunk): ML ref. added.      
  30427 2013-08-11 12:43 [ko1@a...            ] akr:r42506 (trunk): [DOC] update doc.   
  30428 2013-08-11 13:04 [ko1@a...            ] charliesome:r42507 (trunk): * file.c (rb_str_normalize_ospath): fix mixed code and declaration warning
  30429 2013-08-11 13:23 [ko1@a...            ] charliesome:r42508 (trunk): * include/ruby/encoding.h: Reduce ENCODING_INLINE_MAX to 127 as this
  30430 2013-08-11 15:11 [ko1@a...            ] nobu:r42509 (trunk): parse.y: non-local/const attrset
  30431 2013-08-11 16:31 [ko1@a...            ] nobu:r42510 (trunk): file.c: internal function
  30432 2013-08-11 16:53 [ko1@a...            ] nobu:r42511 (trunk): Revert r42502 "ext/-test-/*/depend: TEST_INIT_FUNCS"
  30433 2013-08-11 17:43 [ko1@a...            ] kou:r42512 (trunk): * test/rexml/parser/test_sax2.rb: Add SAX2 API test.
  30434 2013-08-11 18:01 [ko1@a...            ] kou:r42513 (trunk): * NEWS (REXML::Parsers::SAX2Parser): Add about this change.
  30435 2013-08-11 18:01 [ko1@a...            ] kou:r42514 (trunk): * NEWS (REXML::Parsers::SAX2Parser): Add about this change.
  30436 2013-08-11 18:08 [ko1@a...            ] kou:r42515 (trunk): * lib/rexml/parsers/baseparser.rb
  30437 2013-08-11 18:09 [ko1@a...            ] kou:r42516 (trunk): * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):
  30438 2013-08-11 18:19 [ko1@a...            ] kou:r42517 (trunk): * ChangeLog: Fix wrong description about entity declarations.
  30439 2013-08-11 18:41 [ko1@a...            ] kou:r42518 (trunk): * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):
  30440 2013-08-11 18:42 [ko1@a...            ] kou:r42519 (trunk): * lib/rexml/parsers/sax2parser.rb
  30441 2013-08-11 18:44 [ko1@a...            ] kou:r42520 (trunk): * lib/rexml/sax2listener.rb (REXML::SAX2Listener#elementdecl): Fix wrong
  30442 2013-08-11 19:08 [ko1@a...            ] kou:r42521 (trunk): * lib/rexml/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fix
  30443 2013-08-11 19:12 [ko1@a...            ] kou:r42522 (trunk): * test/rexml/parser/test_sax2.rb: Expand abbreviated class name.
  30444 2013-08-11 22:57 [ko1@a...            ] nobu:r42523 (trunk): test_require.rb: __FILE__ encoding on Windows
  30445 2013-08-11 23:27 [ko1@a...            ] nobu:r42524 (trunk): file.c: OSX path encoding
  30446 2013-08-12 02:58 [ko1@a...            ] naruse:r42525 (trunk): * ext/readline/readline.c (readline_s_set_input): on OS X with editline,
  30447 2013-08-12 02:58 [ko1@a...            ] svn:r42526 (trunk): * 2013-08-12        
  30448 2013-08-12 10:04 [ko1@a...            ] naruse:r42527 (trunk): refix r42525 set stdio_file only if stdio
  30449 2013-08-12 11:25 [ko1@a...            ] naruse:r42528 (trunk): fix r42527 again; [Bug #8760]  
  30450 2013-08-12 12:49 [ko1@a...            ] zzak:r42529 (trunk): * lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and add
  30451 2013-08-12 12:54 [ko1@a...            ] zzak:r42530 (trunk): * ext/dbm/dbm.c: [DOC] Reformat headings of DBM class
  30452 2013-08-12 13:00 [ko1@a...            ] zzak:r42531 (trunk): * ext/dbm/extconf.rb: [DOC] Hide from RDoc
  30453 2013-08-12 13:29 [ko1@a...            ] zzak:r42532 (trunk): * lib/yaml/dbm.rb: [DOC] Document call-seq for YAML::DBM
  30454 2013-08-12 13:48 [ko1@a...            ] zzak:r42533 (trunk): * process.c: [DOC] RDoc formatting of Process.clock_gettime
  30455 2013-08-12 15:19 [ko1@a...            ] ko1:r42534 (trunk): * class.c (rb_prepend_module): make T_ICLASS object shady because
  30456 2013-08-12 16:00 [ko1@a...            ] nobu:r42535 (trunk): parse.y: CR in middle
  30457 2013-08-12 23:09 [ko1@a...            ] tarui:r42536 (trunk): * gc.c (gc_marks_test): inhibit gc for st's operation.
  30458 2013-08-13 08:54 [ko1@a...            ] zzak:r42537 (trunk): * doc/syntax/literals.rdoc: [DOC] String literal concat by @cknadler
  30460 2013-08-13 09:13 [ko1@a...            ] kazu:r42539 (trunk): fix a typo         
  30461 2013-08-13 09:13 [ko1@a...            ] kazu:r42540 (trunk): fix a typo         
  30462 2013-08-13 21:52 [ko1@a...            ] nobu:r42541 (trunk): object.c: undef Module#prepend_features on Class
  30463 2013-08-13 22:13 [ko1@a...            ] nobu:r42542 (trunk): random.c: coerce before check negative
  30464 2013-08-13 23:04 [ko1@a...            ] akr:r42543 (trunk): * bignum.c (bigdivrem_restoring): Extracted from bigdivrem_normal.
  30465 2013-08-13 23:43 [ko1@a...            ] akr:r42544 (trunk): * bignum.c (big_div_struct): ynzero field removed.
  30466 2013-08-14 00:21 [ko1@a...            ] akr:r42545 (trunk): * bignum.c (big_div_struct): Remove xn and j field. Add zn field.
  30467 2013-08-14 00:22 [ko1@a...            ] svn:r42546 (trunk): * 2013-08-14        
  30468 2013-08-14 00:24 [ko1@a...            ] akr:r42547 (trunk): Remove a trailing space.
  30469 2013-08-14 00:54 [ko1@a...            ] akr:r42548 (trunk): * bignum.c (bigdivrem_restoring): xn argument removed.
  30470 2013-08-14 09:11 [ko1@a...            ] nobu:r42549 (trunk): test_dir_m17n.rb: fixed encoding file system on OS X
  30471 2013-08-14 09:59 [ko1@a...            ] usa:r42550 (ruby_1_9_3): merge revision(s) 36948, 41777, 41779 [Backport #8593]
  30472 2013-08-14 14:35 [ko1@a...            ] usa:r42551 (trunk): * proc.c (rb_mod_define_method): now they return the symbols of the
  30473 2013-08-14 14:59 [ko1@a...            ] usa:r42552 (trunk): * test/test_pstore.rb
  30474 2013-08-14 19:16 [ko1@a...            ] naruse:r42553 (trunk): get detailed ps data to debug
  30475 2013-08-14 20:16 [ko1@a...            ] usa:r42554 (trunk): * test/test_pstore.rb
  30476 2013-08-15 02:34 [ko1@a...            ] zzak:r42555 (trunk): * hash.c (rb_hash_aset): [DOC] Document key dup patch by @kachick
  30477 2013-08-15 02:34 [ko1@a...            ] svn:r42556 (trunk): * 2013-08-15        
  30478 2013-08-15 14:32 [ko1@a...            ] usa:r42557 (trunk): * include/ruby/win32.h, win32/Makefile.sub, win32/win32.c
  30479 2013-08-15 15:50 [ko1@a...            ] akr:r42558 (trunk): * process.c (rb_clock_gettime): [DOC] FreeBSD 7.1 supports
  30480 2013-08-15 16:32 [ko1@a...            ] usa:r42559 (trunk): * test/fileutils/test_fileutils.rb (TestFileUtils#test_rmdir):
  30481 2013-08-15 17:01 [ko1@a...            ] usa:r42560 (trunk): * io.c (rb_io_rewind): remove fsync() for Windows to improve the
  30482 2013-08-15 17:46 [ko1@a...            ] ko1:r42561 (trunk): * gc.c (gc_lazy_sweep): remove heap_increment() here because heap_inc
  30483 2013-08-15 18:41 [ko1@a...            ] usa:r42562 (trunk): * win32/win32.c (clock_gettime): improve precision when freq is less
  30484 2013-08-15 20:09 [ko1@a...            ] nobu:r42563 (trunk): parse.y: simplify  
  30485 2013-08-15 20:53 [ko1@a...            ] usa:r42564 (trunk): * io.c, internal.h (rb_io_flush_raw): new function to select calling
  30486 2013-08-15 21:38 [ko1@a...            ] usa:r42565 (trunk): * test/ruby/test_file.rb (TestFile#test_truncate_size): test for
  30487 2013-08-15 23:25 [ko1@a...            ] akr:r42566 (trunk): * bignum.c (big2str_karatsuba): Use bigdivrem_restoring directly to
  30488 2013-08-16 00:01 [ko1@a...            ] akr:r42567 (trunk): * bignum.c (bigdivrem_normal): Remove a local variable.
  30489 2013-08-16 00:01 [ko1@a...            ] svn:r42568 (trunk): * 2013-08-16        
  30490 2013-08-16 00:03 [ko1@a...            ] akr:r42569 (trunk): * bignum.c (bary_divmod): Simplify an expression.
  30491 2013-08-16 00:36 [ko1@a...            ] akr:r42570 (trunk): * bignum.c (rb_big2str1): Truncate topmost zeros of x.
  30492 2013-08-16 01:16 [ko1@a...            ] akr:r42571 (trunk): * bignum.c (bigdivrem_restoring): Use bigdivrem_single if non-topmost
  30493 2013-08-16 01:47 [ko1@a...            ] akr:r42572 (trunk): * bignum.c (bigdivrem_single): Use shift when y is a power of two.
  30494 2013-08-16 02:18 [ko1@a...            ] naruse:r42573 (trunk): * process.c (rb_clock_gettime): add CLOCK_MONOTONIC support on OS X.
  30495 2013-08-16 02:24 [ko1@a...            ] akr:r42574 (trunk): * bignum.c (bary_mul_toom3): Reduce a branch.
  30496 2013-08-16 09:19 [ko1@a...            ] akr:r42575 (trunk): * bignum.c (bary_small_rshift): Specify the higher BDIGIT instead of
  30497 2013-08-16 10:11 [ko1@a...            ] akr:r42576 (trunk): * bignum.c (bigdivrem_single1): Renamed from bigdivrem_single. Add
  30498 2013-08-16 11:26 [ko1@a...            ] usa:r42577 (trunk): * file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.
  30499 2013-08-16 14:19 [ko1@a...            ] kazu:r42578 (trunk): fix a typo         
  30500 2013-08-16 14:19 [ko1@a...            ] kazu:r42579 (trunk): fix typos          

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