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

ruby-changes:25301-25400

  25301 2012-10-28 15:00 [ko1@a...            ] kou:r37353 (trunk): * lib/rexml/document.rb (REXML::Document#write): Accept options
  25302 2012-10-28 15:01 [ko1@a...            ] kou:r37354 (trunk): * lib/rexml/document.rb (REXML::Document#write): Remove needless
  25303 2012-10-28 15:43 [ko1@a...            ] kou:r37355 (trunk): * lib/rexml/document.rb (REXML::Document#write): Add :encoding option
  25304 2012-10-28 18:57 [ko1@a...            ] tadf:r37356 (trunk): * ext/date/date_parse.c (date__parse): revised the tight parser.
  25305 2012-10-28 19:16 [ko1@a...            ] tadf:r37357 (trunk): * ext/date/date_parse.c (iso8601_{ext,bas}_time): should not match
  25306 2012-10-28 19:57 [ko1@a...            ] kou:r37358 (trunk): * lib/rexml/source.rb (REXML::IOSource#initialize): Use
  25307 2012-10-28 20:21 [ko1@a...            ] kou:r37359 (trunk): Revert r37358       
  25308 2012-10-28 21:20 [ko1@a...            ] kou:r37360 (trunk): * test/rexml/test_document.rb: Add tests for parsing XML encoded
  25309 2012-10-28 21:31 [ko1@a...            ] kou:r37361 (trunk): * lib/rexml/source.rb (REXML::IOSource#initialize): Reduce
  25310 2012-10-28 21:43 [ko1@a...            ] kou:r37362 (trunk): * test/rexml/test_document.rb: Group tests that they parse
  25311 2012-10-28 21:43 [ko1@a...            ] kou:r37363 (trunk): * lib/rexml/parsers/baseparser.rb: Fix a bug that UTF-8 is used
  25312 2012-10-28 21:53 [ko1@a...            ] nagachika:r37364 (trunk): * ChangeLog: add ML and ticket ref for r37343.
  25313 2012-10-28 23:53 [ko1@a...            ] kou:r37365 (trunk): * lib/rexml/source.rb: Move encoding detection code to base class.
  25314 2012-10-28 23:55 [ko1@a...            ] kou:r37366 (trunk): * test/rexml/test_document.rb: Add tests for parsing XML encoded
  25315 2012-10-28 23:58 [ko1@a...            ] kou:r37367 (trunk): * test/rexml/test_document.rb: Remove needless indent.
  25316 2012-10-29 03:21 [ko1@a...            ] marcandRe: r37368 (trunk): * lib/matrix.rb: Fix determinant_e  [Bug #7228]
  25317 2012-10-29 03:21 [ko1@a...            ] svn:r37369 (trunk): * 2012-10-29        
  25318 2012-10-29 06:19 [ko1@a...            ] marcandRe: r37370 (trunk): * lib/ostruct.rb: Remove rdoc details on marshal_{load|dump} and fix rdoc
  25319 2012-10-29 06:19 [ko1@a...            ] marcandRe: r37372 (trunk): * lib/ostruct.rb (each_pair): Add #each_pair [#1400]
  25320 2012-10-29 06:19 [ko1@a...            ] marcandRe: r37371 (trunk): * lib/ostruct.rb: Protect new_ostruct_member  [#6056]
  25321 2012-10-29 06:19 [ko1@a...            ] marcandRe: r37374 (trunk): * lib/ostruct.rb: Simplify code
  25322 2012-10-29 06:19 [ko1@a...            ] marcandRe: r37373 (trunk): * lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hash
  25323 2012-10-29 06:20 [ko1@a...            ] marcandRe: r37375 (trunk): * lib/ostruct.rb: Also accept {Open}Struct as argument to new
  25324 2012-10-29 06:20 [ko1@a...            ] marcandRe: r37376 (trunk): * lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyer
  25325 2012-10-29 06:20 [ko1@a...            ] marcandRe: r37377 (trunk): Update Changelog
  25326 2012-10-29 10:25 [ko1@a...            ] tenderlove:r37378 (trunk): * ext/psych/lib/psych/handlers/recorder.rb: added a class for
  25327 2012-10-29 10:37 [ko1@a...            ] nobu:r37379 (trunk): * properties.      
  25328 2012-10-29 12:19 [ko1@a...            ] nobu:r37380 (trunk): gc.c: PRIuSIZE     
  25329 2012-10-29 17:53 [ko1@a...            ] naruse:r37381 (trunk): Use assert_normal_exit to split process
  25330 2012-10-29 18:23 [ko1@a...            ] nobu:r37382 (trunk): stringio.c: close separatedly
  25331 2012-10-29 18:34 [ko1@a...            ] nobu:r37383 (trunk): load.c: adjust style
  25332 2012-10-30 02:23 [ko1@a...            ] svn:r37385 (trunk): * 2012-10-30        
  25333 2012-10-30 02:23 [ko1@a...            ] tenderlove:r37384 (trunk): * thread.c: added Thread#thread_variable_(get|set),
  25334 2012-10-30 03:10 [ko1@a...            ] nobu:r37386 (trunk): rbconfig/obsolete.rb: Config
  25335 2012-10-30 09:41 [ko1@a...            ] naruse:r37387 (trunk): Check if there is no error before reconnect [Bug #4387]
  25336 2012-10-30 19:33 [ko1@a...            ] usa:r37388 (trunk): * process.c (redirect_dup2): set standard handles when new fd is stdio,
  25337 2012-10-30 21:13 [ko1@a...            ] kazu:r37389 (trunk): fix typos          
  25338 2012-10-30 23:59 [ko1@a...            ] shugo:r37390 (trunk): * eval.c (rb_mod_refine): fix the error message when no block is
  25339 2012-10-31 02:54 [ko1@a...            ] svn:r37392 (trunk): * 2012-10-31        
  25340 2012-10-31 02:54 [ko1@a...            ] tenderlove:r37391 (trunk): * ext/dl/lib/dl/struct.rb: fix strange require order. 
  25341 2012-10-31 09:07 [ko1@a...            ] drbrain:r37393 (trunk): * thread.c (rb_thread_call_without_gvl2):  Update documentation to
  25342 2012-10-31 09:29 [ko1@a...            ] drbrain:r37394 (trunk): * thread.c (rb_thread_call_without_gvl2):  Note that ubf() may or may
  25343 2012-10-31 18:22 [ko1@a...            ] nari:r37395 (trunk): * gc.c (gc_prof_mark_timer_stop): count is not initialized.
  25344 2012-10-31 18:22 [ko1@a...            ] nari:r37396 (trunk): * gc.c (gc_profile_record): don't define unused variables when
  25345 2012-11-01 13:17 [ko1@a...            ] nobu:r37397 (trunk): iseq.c: simplify   
  25346 2012-11-01 13:17 [ko1@a...            ] svn:r37398 (trunk): * 2012-11-01        
  25347 2012-11-01 14:45 [ko1@a...            ] shugo:r37399 (trunk): * eval.c (rb_using_module): using should be used indirectly.
  25348 2012-11-01 14:45 [ko1@a...            ] shugo:r37400 (trunk): * ChangeLog: fix indentation.
  25349 2012-11-01 16:50 [ko1@a...            ] shugo:r37401 (trunk): * NEWS: add note for Module#refine, Module#refinements,
  25350 2012-11-01 19:47 [ko1@a...            ] nobu:r37402 (trunk): thread_pthread.c: RUBY_STACK_MIN
  25351 2012-11-01 21:20 [ko1@a...            ] nobu:r37403 (trunk): iseq.c: fix r37397 
  25352 2012-11-01 21:34 [ko1@a...            ] mame:r37404 (trunk): * test/ruby/test_process.rb: Process.exec raised EACCES on Linux
  25353 2012-11-01 21:46 [ko1@a...            ] mame:r37405 (trunk): * test/ruby/test_process.rb: Revert r37404.  My ubuntu box has
  25354 2012-11-01 22:04 [ko1@a...            ] mrkn:r37406 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_add),
  25355 2012-11-01 22:04 [ko1@a...            ] mrkn:r37407 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_new),
  25356 2012-11-01 22:29 [ko1@a...            ] ko1:r37408 (trunk): * NEWS: add a news about objspace,
  25357 2012-11-01 22:33 [ko1@a...            ] naruse:r37409: add tag v2_0_0_preview1  
  25358 2012-11-01 22:35 [ko1@a...            ] naruse:r37410: Remove wrong tag         
  25359 2012-11-01 22:35 [ko1@a...            ] naruse:r37411: add tag v2_0_0_preview1  
  25360 2012-11-01 23:13 [ko1@a...            ] naruse:r37412 (trunk): * tool/make-snapshot: fix wrong regexp for releasing preview.
  25361 2012-11-02 14:48 [ko1@a...            ] svn:r37419 (trunk): * 2012-11-02        
  25362 2012-11-02 14:48 [ko1@a...            ] shugo:r37418 (trunk): * string.c (sym_to_proc, sym_call): A Proc created by Symbol#to_proc
  25363 2012-11-02 16:04 [ko1@a...            ] glass:r37420 (trunk): * array.c (recursive_equal): performance improvement.
  25364 2012-11-02 16:17 [ko1@a...            ] glass:r37421 (trunk): * ChangeLog: added a missed space
  25365 2012-11-02 16:53 [ko1@a...            ] mrkn:r37422 (trunk): * vm_dump.c (rb_vm_bugreport): add ~/Library/Logs/DiagnosticReports
  25366 2012-11-02 17:00 [ko1@a...            ] sorah:r37423 (trunk): * vm_dump.c (rb_vm_bugreport): Because of many log directories,
  25367 2012-11-02 17:54 [ko1@a...            ] shugo:r37424 (trunk): * object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked on
  25368 2012-11-02 17:56 [ko1@a...            ] sorah:r37425 (trunk): * lib/test/unit.rb (_run_parallel): Delete status line before showing
  25369 2012-11-02 20:05 [ko1@a...            ] nobu:r37426 (trunk): mkmf.rb: timestamp_file
  25370 2012-11-02 20:11 [ko1@a...            ] nobu:r37427 (trunk): mkmf.rb: timestamp_file
  25371 2012-11-03 00:28 [ko1@a...            ] glass:r37428 (trunk): * ChangeLog: add explanation about how performace is improved in r37420.
  25372 2012-11-03 00:28 [ko1@a...            ] svn:r37429 (trunk): * 2012-11-03        
  25373 2012-11-03 04:14 [ko1@a...            ] nobu:r37430 (trunk): vm.c: rewrite all catch points
  25374 2012-11-03 09:09 [ko1@a...            ] shugo:r37431 (trunk): * test/ruby/test_refinement.rb (test_new_method_by_send,
  25375 2012-11-03 10:38 [ko1@a...            ] nari:r37432 (trunk): * eval.c (f_current_dirname): add the new method for Kernel.
  25376 2012-11-03 11:35 [ko1@a...            ] nari:r37433 (trunk): * NEWS: add a news about rb_newobj_of() and NEWOBJ_OF().
  25377 2012-11-03 11:35 [ko1@a...            ] nari:r37434 (trunk): * NEWS: add a news about GC::Profiler.raw_data.
  25378 2012-11-03 11:45 [ko1@a...            ] zzak:r37435 (trunk): * hash.c (rb_hash_delete): Correct grammar
  25379 2012-11-03 12:05 [ko1@a...            ] kou:r37436 (trunk): * test/rexml/test_xml_declaration_parent_child.rb: Rename to ...
  25380 2012-11-03 12:07 [ko1@a...            ] kou:r37437 (trunk): * test/rexml/test_xml_declaration.rb (TestXmlDeclaration#test_*):
  25381 2012-11-03 12:21 [ko1@a...            ] glass:r37438 (trunk): * array.c (recursive_equal): fix not to make invalid pointers when
  25382 2012-11-03 12:42 [ko1@a...            ] kou:r37439 (trunk): * lib/rexml/xmldecl.rb (REXML::XMLDecl): Stop using REXML::Encoding
  25383 2012-11-03 12:53 [ko1@a...            ] kou:r37440 (trunk): * lib/rexml/document.rb (REXML::Document#write): Document encoding
  25384 2012-11-03 12:55 [ko1@a...            ] kou:r37441 (trunk): * test/rexml/test_core.rb (Tester#test_ticket_88): Follow the
  25385 2012-11-03 13:04 [ko1@a...            ] kou:r37442 (trunk): * test/rexml/test_encoding.rb (EncodingTester#test_in_different_out):
  25386 2012-11-03 13:28 [ko1@a...            ] zzak:r37443 (trunk): * io.c (IO#new):   
  25387 2012-11-03 13:28 [ko1@a...            ] zzak:r37444 (trunk): * io.c (IO#new):   
  25388 2012-11-03 13:40 [ko1@a...            ] kazu:r37445 (trunk): fix typos          
  25389 2012-11-03 13:46 [ko1@a...            ] kou:r37446 (trunk): Revert r37439 and r37441
  25390 2012-11-03 13:50 [ko1@a...            ] zzak:r37447 (trunk): * dir.c (Dir#glob):
  25391 2012-11-03 13:58 [ko1@a...            ] kou:r37448 (trunk): * test/rexml/test_document.rb: Fix tests that expect encoding name
  25392 2012-11-03 14:11 [ko1@a...            ] kou:r37449 (trunk): * NEWS: Add an item about REXML::Document#write.
  25393 2012-11-03 14:42 [ko1@a...            ] kou:r37450 (trunk): * lib/rexml/output.rb (REXML::Output): Don't output BOM in middle
  25394 2012-11-03 14:43 [ko1@a...            ] kou:r37451 (trunk): * lib/rexml/output.rb (REXML::Output#initialize): Use normalized
  25395 2012-11-03 14:44 [ko1@a...            ] kou:r37452 (trunk): * lib/rexml/xmldecl.rb (REXML::XMLDecl#content): Add missing \A
  25396 2012-11-03 14:47 [ko1@a...            ] tadf:r37453 (trunk): * ext/date/date_parse.c (date__parse): revised the tight parser.
  25397 2012-11-03 14:59 [ko1@a...            ] tadf:r37454 (trunk): * ext/date/date_parse.c (parse_eu): should capture apostrophe too.
  25398 2012-11-03 17:56 [ko1@a...            ] kou:r37455 (trunk): * bin/testrb: Use only Test::Unit::AutoRunner in test-unit gem
  25399 2012-11-03 18:16 [ko1@a...            ] ktsj:r37456 (trunk): * ChangeLog: fix.  
  25400 2012-11-03 18:19 [ko1@a...            ] ktsj:r37457 (trunk): * vm.c, proc.c: avoid unnecessary `rb_vm_rewrite_ep_in_errinfo'

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