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

ruby-changes:26301-26400

  26301 2012-12-13 12:38 [ko1@a...            ] nobu:r38352 (trunk): * properties.      
  26302 2012-12-13 12:50 [ko1@a...            ] nobu:r38353 (trunk): * method.h (END_OF_ENUMERATION): placeholder to put last comma.
  26303 2012-12-13 13:09 [ko1@a...            ] nobu:r38354 (trunk): method transplanting
  26304 2012-12-13 14:03 [ko1@a...            ] usa:r38355 (trunk): * file.c (rb_file_join): check encoding compatibility before joining
  26305 2012-12-13 14:11 [ko1@a...            ] usa:r38356 (trunk): * test/ruby/test_require.rb (TestRequire#test_loaded_features_encoding):
  26306 2012-12-13 14:13 [ko1@a...            ] shugo:r38357 (trunk): * marshal.c (r_entry0): don't taint classes and modules because
  26307 2012-12-13 14:22 [ko1@a...            ] zzak:r38358 (trunk): * lib/irb*: merge doc from doc/irb/ird.rd and improve overall
  26308 2012-12-13 14:24 [ko1@a...            ] usa:r38359 (ruby_1_9_3): reverted r38318.
  26309 2012-12-13 14:25 [ko1@a...            ] zzak:r38360: commit typo: remove file from r38358
  26310 2012-12-13 15:16 [ko1@a...            ] naruse:r38361 (trunk): Use different port from test/xmlrpc/test_cookie.rb
  26311 2012-12-13 16:59 [ko1@a...            ] drbrain:r38362 (trunk): * lib/rdoc/class_module.rb:  Fixed duplicate comments for classes and
  26312 2012-12-13 18:43 [ko1@a...            ] shugo:r38363 (trunk): * ChangeLog: fix typo.
  26313 2012-12-13 23:11 [ko1@a...            ] charliesome:r38364 (trunk): * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copy
  26314 2012-12-13 23:18 [ko1@a...            ] shugo:r38365 (trunk): * vm_insnhelper.c (vm_call_super_method): a workaround for the
  26315 2012-12-13 23:32 [ko1@a...            ] nobu:r38366 (trunk): * object.c (Init_Object): no needs to override with same method.
  26316 2012-12-14 07:47 [ko1@a...            ] tenderlove:r38367 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: quote strings that begin
  26317 2012-12-14 07:48 [ko1@a...            ] svn:r38368 (trunk): * 2012-12-14        
  26318 2012-12-14 10:38 [ko1@a...            ] naruse:r38370 (trunk): Use assert_separately to speed up slow tests
  26319 2012-12-14 10:39 [ko1@a...            ] naruse:r38369 (trunk): * test/ruby/envutil.rb (EnvUtil::Unit::Assertionsassert_separately):
  26320 2012-12-14 10:40 [ko1@a...            ] naruse:r38371 (trunk): * vm_trace.c (exec_hooks): add volatile to avoid segv.
  26321 2012-12-14 14:10 [ko1@a...            ] drbrain:r38372 (trunk): * lib/rubygems/commands/rdoc_command.rb:  When overwriting
  26322 2012-12-14 14:17 [ko1@a...            ] drbrain:r38373 (trunk): * lib/rdoc/rubygems_hook.rb:  Fixed generation of documentation.
  26323 2012-12-14 14:59 [ko1@a...            ] nobu:r38374 (trunk): envutil.rb: count assertions
  26324 2012-12-14 14:59 [ko1@a...            ] nobu:r38375 (trunk): envutil.rb: using caller_locations
  26325 2012-12-14 15:09 [ko1@a...            ] nobu:r38376 (trunk): * ChangeLog: fix typo.
  26326 2012-12-14 17:05 [ko1@a...            ] shugo:r38377 (trunk): * vm_insnhelper.c (vm_call_super_method): remove volatile introduced
  26327 2012-12-14 17:11 [ko1@a...            ] nobu:r38378 (trunk): parse.y: fix line number
  26328 2012-12-14 17:11 [ko1@a...            ] nobu:r38379 (trunk): parse.y: fix line number
  26329 2012-12-15 00:12 [ko1@a...            ] kosaki:r38380 (trunk): * signal.c (rb_f_kill): remove rb_thread_polling() because this
  26330 2012-12-15 00:12 [ko1@a...            ] svn:r38381 (trunk): * 2012-12-15        
  26331 2012-12-15 03:08 [ko1@a...            ] kosaki:r38382 (trunk): * file.c (rb_file_flock): use rb_thread_wait_for() instead of
  26332 2012-12-15 03:47 [ko1@a...            ] ngoto:r38383 (trunk): * ext/.document: add fiddle/pointer.c, fiddle/handle.c, and fiddle/win32/lib as documentation.
  26333 2012-12-15 03:59 [ko1@a...            ] nobu:r38384 (trunk): vm_trace.c: suppress warning
  26334 2012-12-15 04:25 [ko1@a...            ] kosaki:r38385 (trunk): * include/ruby/intern.h: remove rb_thread_polling() declaration.
  26335 2012-12-15 06:18 [ko1@a...            ] drbrain:r38386 (trunk): * configure.in (HAVE_GCC_ATOMIC_BUILTINS):  Set -march=i486 to enable
  26336 2012-12-15 08:16 [ko1@a...            ] kosaki:r38387 (trunk): * test/ruby/test_thread.rb (TestThread::Thread::new.): remove
  26337 2012-12-15 08:17 [ko1@a...            ] kosaki:r38388 (trunk): * test/ruby/test_thread.rb (test_uninitialized, test_backtrace,
  26338 2012-12-15 08:17 [ko1@a...            ] nobu:r38389 (trunk): * properties.      
  26339 2012-12-15 08:40 [ko1@a...            ] tarui:r38390 (trunk): * test/rubygems/test_gem_ext_cmake_builder.rb(test_self_build):
  26340 2012-12-15 10:23 [ko1@a...            ] nobu:r38391 (trunk): thread.c: revert r38382 but deprecate rb_thread_polling()
  26341 2012-12-15 10:39 [ko1@a...            ] nobu:r38392 (trunk): * ChangeLog: fix typo.
  26342 2012-12-15 10:40 [ko1@a...            ] nobu:r38393 (trunk): * configure.in (GNUmakefile): remove -jN option from submake.
  26343 2012-12-15 10:40 [ko1@a...            ] nobu:r38394 (trunk): * configure.in (NULLCMD): check in loop.
  26344 2012-12-15 14:39 [ko1@a...            ] kosaki:r38395 (trunk): * thread.c (rb_thread_wait_fd_rw): remove silly rb_thread_alone()
  26345 2012-12-15 14:39 [ko1@a...            ] kosaki:r38396 (trunk): * io.c (rb_io_wait_writable): don't call rb_thread_fd_writable()
  26346 2012-12-15 14:39 [ko1@a...            ] kosaki:r38397 (trunk): * io.c (rb_io_wait_writable): add to call rb_thread_wait_fd()
  26347 2012-12-15 14:40 [ko1@a...            ] kosaki:r38398 (trunk): * io.c (internal_write_func2): new helper function for rb_write_internal2().
  26348 2012-12-15 14:40 [ko1@a...            ] kosaki:r38399 (trunk): * io.c (io_flush_buffer): uses io_flush_buffer_async2 instead of
  26349 2012-12-15 14:40 [ko1@a...            ] kosaki:r38400 (trunk): * thread.c (rb_mutex_owned_p): remove static.
  26350 2012-12-15 14:40 [ko1@a...            ] kosaki:r38401 (trunk): * io.c (finish_writeconv): uses rb_write_internal2 if
  26351 2012-12-15 14:40 [ko1@a...            ] kosaki:r38402 (trunk): fix typo         
  26352 2012-12-15 15:10 [ko1@a...            ] nobu:r38403 (trunk): * parse.y (yycompile0): adjust indent.
  26353 2012-12-15 15:10 [ko1@a...            ] nobu:r38404 (trunk): * proc.c (rb_binding_new_with_cfp): allocate the object after envirionment check.
  26354 2012-12-15 16:18 [ko1@a...            ] kazu:r38405 (trunk): fix a typo         
  26355 2012-12-15 16:32 [ko1@a...            ] nobu:r38406 (trunk): test_gem_remote_fetcher.rb: restore environment variables
  26356 2012-12-15 18:01 [ko1@a...            ] tadf:r38407 (trunk): * ratioanl.c (float_rationalize): reduced.
  26357 2012-12-15 18:25 [ko1@a...            ] tadf:r38408 (trunk): * rational.c (f_round_common): should check overflow.
  26358 2012-12-15 23:20 [ko1@a...            ] kosaki:r38409 (trunk): * signal.c (rb_sigaltstack_size): new. calculate stack size for
  26359 2012-12-15 23:20 [ko1@a...            ] kosaki:r38410 (trunk): * signal.c (default_handler): remove rb_register_sigaltstack()
  26360 2012-12-16 00:01 [ko1@a...            ] svn:r38412 (trunk): * 2012-12-16        
  26361 2012-12-16 00:01 [ko1@a...            ] kazu:r38411 (trunk): fix a typo         
  26362 2012-12-16 00:04 [ko1@a...            ] ngoto:r38413 (trunk): * ext/fiddle/pointer.c (rb_fiddle_ptr2cptr): fix error message forgotten to be changed from DL to Fiddle.
  26363 2012-12-16 00:46 [ko1@a...            ] nagachika:r38414 (trunk): * cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue.
  26364 2012-12-16 02:11 [ko1@a...            ] kosaki:r38415 (trunk): * signal.c (rb_sigaltstack_size): cast sysconf() return value
  26365 2012-12-17 08:01 [ko1@a...            ] svn:r38417 (trunk): * 2012-12-17        
  26366 2012-12-17 08:01 [ko1@a...            ] drbrain:r38416 (trunk): * lib/rubygems.rb:  Updated VERSION
  26367 2012-12-17 08:08 [ko1@a...            ] drbrain:r38418 (trunk): * lib/rdoc.rb:  Updated VERSION.
  26368 2012-12-17 11:26 [ko1@a...            ] drbrain:r38419 (trunk): * doc/syntax.rdoc:  Added syntax guide table of contents
  26369 2012-12-17 11:39 [ko1@a...            ] drbrain:r38420 (trunk): * doc/.document:  Added doc/syntax
  26370 2012-12-17 12:05 [ko1@a...            ] drbrain:r38421 (trunk): * doc/syntax/methods.rdoc:  Added a description of singleton methods.
  26371 2012-12-17 14:04 [ko1@a...            ] kosaki:r38422 (trunk): * io.c (io_flush_buffer_sync2): avoid to return 0. because
  26372 2012-12-17 18:49 [ko1@a...            ] charliesome:r38423 (trunk): * class.c (rewrite_cref_stack, clone_method): rewrite a method's cref
  26373 2012-12-17 21:48 [ko1@a...            ] naruse:r38424 (trunk): Use EnvUtil.rubybin instead of Gem.ruby
  26374 2012-12-18 02:37 [ko1@a...            ] zzak:r38425 (trunk): * lib/matrix.rb (#dup): typo in example [Bug #7582]
  26375 2012-12-18 02:37 [ko1@a...            ] svn:r38426 (trunk): * 2012-12-18        
  26376 2012-12-18 02:37 [ko1@a...            ] zzak:r38427 (trunk): typo               
  26377 2012-12-18 02:44 [ko1@a...            ] zzak:r38428 (trunk): * lib/optparse.rb: Remove 'developer documentation' section from rdoc
  26378 2012-12-18 03:05 [ko1@a...            ] tenderlove:r38429 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: speed up node mapping so
  26379 2012-12-18 05:29 [ko1@a...            ] ko1:r38430 (trunk): * vm_trace.c (fill_id_and_klass): TracePoint#defined_class returns
  26380 2012-12-18 07:07 [ko1@a...            ] ko1:r38431 (trunk): * method.h: remove `VM_METHOD_TYPE_CFUNC_FRAMELESS' method type.
  26381 2012-12-18 07:08 [ko1@a...            ] ko1:r38432 (trunk): fix ChangeLog comment
  26382 2012-12-18 11:02 [ko1@a...            ] emboss:r38433 (trunk): * ext/openssl/lib/ssl.rb: Enable insertion of empty fragments as a
  26383 2012-12-18 11:05 [ko1@a...            ] emboss:r38434 (trunk): * test/openssl/test_ssl.rb: Improve my grammar.
  26384 2012-12-18 11:06 [ko1@a...            ] naruse:r38435 (trunk): Show $LOAD_PATH and RUBYLIB to debug easier
  26385 2012-12-18 11:32 [ko1@a...            ] emboss:r38436 (trunk): * test/openssl/test_ssl.rb: Use :TLSv1_2_client explicitly in
  26386 2012-12-18 11:48 [ko1@a...            ] drbrain:r38437 (trunk): * doc/syntax/literals.rdoc:  Added 0o octal integers.
  26387 2012-12-18 12:16 [ko1@a...            ] drbrain:r38438 (trunk): * lib/rubygems/specification.rb:  Fixed ruby output of requirements
  26388 2012-12-18 13:16 [ko1@a...            ] zzak:r38439 (trunk): typos in changelog 
  26389 2012-12-18 13:18 [ko1@a...            ] zzak:r38440 (trunk): * vm_trace.c (tracepoint_attr_defined_class): Clean up rdoc for
  26390 2012-12-18 13:30 [ko1@a...            ] nagachika:r38441 (trunk): * vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the case
  26391 2012-12-18 13:31 [ko1@a...            ] nobu:r38442 (trunk): * properties.      
  26392 2012-12-18 16:31 [ko1@a...            ] drbrain:r38443 (trunk): * lib/rdoc/ruby_lex.rb:  Return a TkHEREDOC instead of a TkSTRING when
  26393 2012-12-18 16:39 [ko1@a...            ] drbrain:r38444 (trunk): * lib/rdoc/store.rb:  Work around RDoc stores from older versions of
  26394 2012-12-18 16:47 [ko1@a...            ] drbrain:r38445 (trunk): * doc/syntax/literals.rdoc:  Used simplified heredoc example that
  26395 2012-12-18 17:25 [ko1@a...            ] drbrain:r38446 (trunk): * lib/rdoc/encoding.rb:  Do not remove #! line from document when
  26396 2012-12-18 19:07 [ko1@a...            ] kosaki:r38447 (trunk): * thread.c (rb_thread_wait_fd_rw): fix infinite loop bug.
  26397 2012-12-18 19:07 [ko1@a...            ] kosaki:r38448 (trunk): * io.c (rb_io_wait_writable): don't use rb_thread_wait_fd()
  26398 2012-12-18 23:02 [ko1@a...            ] nagachika:r38449 (trunk): * ChangeLog: add ML and ticket ref for r38441.
  26399 2012-12-19 00:29 [ko1@a...            ] kazu:r38450 (trunk): fix typos and styles
  26400 2012-12-19 00:29 [ko1@a...            ] svn:r38451 (trunk): * 2012-12-19        

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