[前][次][スレッド一覧][上]

ruby-changes:31301-31400

  31301 2013-10-22 02:06 [ko1@a...            ] nobu:r43380 (trunk): dir.c: warn Dir.exists?
  31302 2013-10-22 11:03 [ko1@a...            ] nobu:r43381 (trunk): internal.h: fix typo
  31303 2013-10-22 12:11 [ko1@a...            ] nobu:r43382 (trunk): configure.in: check CFLAGS and LDFLAGS
  31304 2013-10-22 15:24 [ko1@a...            ] ko1:r43383 (trunk): * vm_trace.c: exterminate Zombies.
  31305 2013-10-22 15:58 [ko1@a...            ] nobu:r43384 (trunk): * remove trailing spaces.
  31306 2013-10-22 15:59 [ko1@a...            ] nobu:r43385 (trunk): dir.c: DOTMATCH to current directory
  31307 2013-10-22 16:59 [ko1@a...            ] eregon:r43386 (trunk): * file.c (File#expand_path): [DOC] improve documentation of File#expand_path.
  31308 2013-10-22 18:30 [ko1@a...            ] akr:r43387 (trunk): * lib/pp.rb (object_address_group): Use Kernel#to_s to obtain the class
  31309 2013-10-22 19:28 [ko1@a...            ] ko1:r43388 (trunk): * gc.c: allow multiple heaps.
  31310 2013-10-22 19:54 [ko1@a...            ] ko1:r43389 (trunk): * gc.c (Init_heap): move logics from heap_pages_init() and remove
  31311 2013-10-22 21:59 [ko1@a...            ] shyouhei:r43390 (trunk): * vm_core.h (enum): avoid syntax error.
  31312 2013-10-23 00:46 [ko1@a...            ] kazu:r43391 (trunk): fix typos          
  31313 2013-10-23 00:46 [ko1@a...            ] svn:r43392 (trunk): * 2013-10-23        
  31314 2013-10-23 11:44 [ko1@a...            ] zzak:r43393 (trunk): * file.c: [DOC] fix rdoc format of File#expand_path from r43386
  31315 2013-10-23 14:22 [ko1@a...            ] ko1:r43394 (trunk): * gc.c (gc_prof_sweep_timer_stop): catch up recent changes
  31316 2013-10-23 17:49 [ko1@a...            ] ko1:r43395 (trunk): * gc.c: introduce tomb heap.
  31317 2013-10-23 17:52 [ko1@a...            ] ko1:r43396 (trunk): * gc.c (heap_pages_free_unused_pages): cast to (int) for size_t
  31318 2013-10-23 19:16 [ko1@a...            ] ko1:r43397 (trunk): * gc.c: move increment from heap to heap_pages.
  31319 2013-10-23 22:51 [ko1@a...            ] nobu:r43398 (trunk): Makefile.sub: C99 mathematics functions
  31320 2013-10-24 00:05 [ko1@a...            ] tmm1:r43399 (trunk): * gc.c: Rename free_min to min_free_slots and free_min_page to max_free_slots. The algorithm for heap growth is:
  31321 2013-10-24 00:05 [ko1@a...            ] svn:r43400 (trunk): * 2013-10-24        
  31322 2013-10-24 00:10 [ko1@a...            ] marcandRe: r43401 (trunk): * array.c: Add Array#to_h [Feature #7292]
  31323 2013-10-24 00:13 [ko1@a...            ] marcandRe: r43402 (trunk): * lib/ostruct.rb: Raise RuntimeError when modifying frozen instances
  31324 2013-10-24 00:14 [ko1@a...            ] marcandRe: r43403 (trunk): * lib/ostruct.rb (OpenStruct#delete): Use the converted argument.
  31325 2013-10-24 00:14 [ko1@a...            ] marcandRe: r43404 (trunk): * lib/ostruct.rb (Struct#each_pair): Return an enumerator with size
  31326 2013-10-24 00:14 [ko1@a...            ] marcandRe: r43405 (trunk): * lib/ostruct.rb: raise NoMethodError with a #name and #args.
  31327 2013-10-24 01:34 [ko1@a...            ] nobu:r43406 (trunk): * ChangeLog: adjust indent.
  31328 2013-10-24 01:34 [ko1@a...            ] nobu:r43407 (trunk): Makefile.sub: C99 mathematics functions
  31329 2013-10-24 01:34 [ko1@a...            ] nobu:r43408 (trunk): win32.h: suppress INFINITY warnings
  31330 2013-10-24 07:47 [ko1@a...            ] tmm1:r43409 (trunk): * gc.c: add new initial_growth_max tuning parameter.  [Bug #9035]
  31331 2013-10-24 12:16 [ko1@a...            ] kosaki:r43410 (trunk): * thread.c (rb_thread_terminate_all): add a comment why infinite
  31332 2013-10-24 12:25 [ko1@a...            ] kosaki:r43411 (trunk): * thread.c (rb_thread_terminate_all): add a comment why we need
  31333 2013-10-24 12:49 [ko1@a...            ] zzak:r43412 (trunk): * object.c: [DOC] Document first argument also takes string for:
  31334 2013-10-24 21:59 [ko1@a...            ] marcandRe: r43413 (trunk): * parse.y: Remove +(binary) and -(binary) special cases [Feature #9048]
  31335 2013-10-24 22:46 [ko1@a...            ] nagachika:r43414 (ruby_2_0_0): merge revision(s) 43376: [Backport #9038]
  31336 2013-10-24 22:59 [ko1@a...            ] nagachika:r43415 (ruby_2_0_0): merge revision(s) 43413: [Backport #9048]
  31337 2013-10-24 23:31 [ko1@a...            ] nagachika:r43416 (ruby_2_0_0): * lib/rubygems: Update to RubyGems 2.0.12. 
  31338 2013-10-25 03:19 [ko1@a...            ] nobu:r43417 (trunk): Makefile.sub: fix typo
  31339 2013-10-25 03:19 [ko1@a...            ] svn:r43418 (trunk): * 2013-10-25        
  31340 2013-10-25 14:18 [ko1@a...            ] nobu:r43419 (trunk): range.c: setter macros
  31341 2013-10-25 15:57 [ko1@a...            ] nobu:r43420 (trunk): range.c: fix int and VALUE
  31342 2013-10-26 04:09 [ko1@a...            ] ko1:r43421 (trunk): * gc.c (gc_before_heap_sweep): fix freelist management.
  31343 2013-10-26 04:09 [ko1@a...            ] svn:r43422 (trunk): * 2013-10-26        
  31344 2013-10-26 06:37 [ko1@a...            ] tarui:r43423 (trunk): * gc.c (gc_before_heap_sweep): Restructure code to mean clearly.
  31345 2013-10-26 11:34 [ko1@a...            ] ko1:r43424 (trunk): * gc.c (vm_malloc_increase): do gc_rest_sweep() before GC.
  31346 2013-10-26 11:46 [ko1@a...            ] ko1:r43425 (trunk): * gc.c: tuning parameters.
  31347 2013-10-26 12:04 [ko1@a...            ] akr:r43426 (trunk): * addr2line.c: Include ELF header after system headers (especially
  31348 2013-10-26 13:31 [ko1@a...            ] ko1:r43427 (trunk): * gc.c (gc_sweep, gc_heap_lazy_sweep): fix measurement code.
  31349 2013-10-26 14:35 [ko1@a...            ] ko1:r43428 (trunk): * gc.c (gc_profile_dump_on): use "Page" terminology.
  31350 2013-10-26 16:07 [ko1@a...            ] nagachika:r43429 (ruby_2_0_0): * gc.c (gc_prof_set_heap_info): fix compile error when
  31351 2013-10-26 17:50 [ko1@a...            ] akr:r43430 (trunk): * lib/open-uri.rb (meta_add_field): : Re-implemented.
  31352 2013-10-26 19:07 [ko1@a...            ] nobu:r43431 (trunk): signal.c: adjust indent
  31353 2013-10-26 19:07 [ko1@a...            ] nobu:r43432 (trunk): envutil.rb: disable gems in child process
  31354 2013-10-26 19:08 [ko1@a...            ] nobu:r43433 (trunk): range.c: modify check
  31355 2013-10-26 19:42 [ko1@a...            ] ktsj:r43434 (trunk): * gc.c: catch up recent changes to compile on GC_DEBUG,
  31356 2013-10-27 02:44 [ko1@a...            ] nagachika:r43435 (ruby_2_0_0): * lib/rubygems: Update to RubyGems 2.0.13. 
  31357 2013-10-27 10:36 [ko1@a...            ] nobu:r43436 (trunk): envutil.rb: fix disabling gems in assert_separately
  31358 2013-10-27 10:36 [ko1@a...            ] svn:r43437 (trunk): * 2013-10-27        
  31359 2013-10-27 10:38 [ko1@a...            ] nobu:r43438 (trunk): process.c: Process::Tms
  31360 2013-10-27 21:04 [ko1@a...            ] akr:r43439 (trunk): * ext/readline/readline.c: Include ruby/thread.h for
  31361 2013-10-28 00:52 [ko1@a...            ] nobu:r43440 (trunk): struct.c: fix warning message
  31362 2013-10-28 00:52 [ko1@a...            ] svn:r43441 (trunk): * 2013-10-28        
  31363 2013-10-28 04:17 [ko1@a...            ] tmm1:r43442 (trunk): * vm_backtrace.c (rb_profile_frame_classpath): handle singleton
  31364 2013-10-28 07:48 [ko1@a...            ] tmm1:r43443 (trunk): * vm_backtrace.c (rb_profile_frame_classpath): do not use rb_inspect
  31365 2013-10-28 09:31 [ko1@a...            ] charliesome:r43444 (trunk): * vm.c: vm_clear_all_cache is not necessary now we use a 64 bit counter
  31366 2013-10-28 12:43 [ko1@a...            ] akr:r43445 (trunk): * common.mk, ext/objspace/depend, ext/coverage/depend,
  31367 2013-10-28 13:11 [ko1@a...            ] nobu:r43446 (trunk): test_exception.rb: missing test
  31368 2013-10-28 13:17 [ko1@a...            ] nobu:r43447 (trunk): error.c: remove NameError#to_s
  31369 2013-10-28 14:45 [ko1@a...            ] knu:r43448 (trunk): * misc/ruby-electric.el: Import ruby-electric.el 2.1 from
  31370 2013-10-28 14:57 [ko1@a...            ] nobu:r43449 (trunk): load.c: share feature names
  31371 2013-10-28 15:32 [ko1@a...            ] nobu:r43450 (trunk): * goruby.c (init_golf): append suffix.
  31372 2013-10-28 15:32 [ko1@a...            ] nobu:r43451 (trunk): openssl: work around of dependency
  31373 2013-10-28 21:36 [ko1@a...            ] akr:r43452 (trunk): * ext/-test-/file/depend, ext/-test-/postponed_job/depend,
  31374 2013-10-28 21:38 [ko1@a...            ] nobu:r43453 (trunk): * properties.      
  31375 2013-10-28 23:26 [ko1@a...            ] akr:r43454 (trunk): * test/readline/test_readline.rb (teardown): Clear Readline.input and
  31376 2013-10-29 09:52 [ko1@a...            ] charliesome:r43455 (trunk): * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split
  31377 2013-10-29 09:52 [ko1@a...            ] svn:r43456 (trunk): * 2013-10-29        
  31378 2013-10-29 11:11 [ko1@a...            ] tmm1:r43457 (trunk): * gc.c (gc_profile_total_time): fix off-by-one error in GC::Profiler.total_time.
  31379 2013-10-29 12:09 [ko1@a...            ] akr:r43458 (trunk): * ext/readline/readline.c (readline_getc): Consider
  31380 2013-10-29 14:32 [ko1@a...            ] kazu:r43459 (trunk): fix typos          
  31381 2013-10-29 15:46 [ko1@a...            ] nobu:r43460 (trunk): ruby_atomic.h: ATOMIC_SIZE_CAS
  31382 2013-10-29 16:25 [ko1@a...            ] ko1:r43461 (trunk): * gc.c (heap_page_resurrect): return a page in tomb heap even if
  31383 2013-10-29 16:49 [ko1@a...            ] ko1:r43462 (trunk): * gc.c (vm_malloc_increase): decrease it more carefully.
  31384 2013-10-29 18:42 [ko1@a...            ] ko1:r43463 (trunk): * include/ruby/ruby.h: introduce new flags for T_TYPEDDATA.
  31385 2013-10-29 18:47 [ko1@a...            ] ko1:r43464 (trunk): * vm_trace.c (tp_free): remvoed because empty free function.
  31386 2013-10-29 19:49 [ko1@a...            ] ko1:r43465 (trunk): * include/ruby/ruby.h: fix typo (FL_WB_PROTECT -> FL_WB_PROTECTED).
  31387 2013-10-29 20:17 [ko1@a...            ] ko1:r43466 (trunk): * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
  31388 2013-10-29 22:14 [ko1@a...            ] glass:r43467 (trunk): * array.c (rb_ary_uniq_bang): use st_foreach() instead of for loop.
  31389 2013-10-29 23:08 [ko1@a...            ] glass:r43468 (trunk): * array.c (rb_ary_zip): some refactoring.
  31390 2013-10-30 03:10 [ko1@a...            ] tenderlove:r43469 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses should
  31391 2013-10-30 03:10 [ko1@a...            ] svn:r43470 (trunk): * 2013-10-30        
  31392 2013-10-30 03:26 [ko1@a...            ] tenderlove:r43471 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: make less garbage when
  31393 2013-10-30 12:11 [ko1@a...            ] glass:r43472 (trunk): * array.c (rb_ary_uniq_bang): use rb_ary_modify_check() instead of
  31394 2013-10-30 12:22 [ko1@a...            ] akr:r43473 (trunk): * time.c (v2w): Normalize a rational value to an integer if possible.
  31395 2013-10-30 12:44 [ko1@a...            ] nobu:r43474 (trunk): Makefile.sub: add missing config variables
  31396 2013-10-30 19:11 [ko1@a...            ] knu:r43475 (trunk): misc/ruby-additional.el: Remove functions implemented in Emacs 24.3.
  31397 2013-10-30 21:04 [ko1@a...            ] kazu:r43476 (trunk): fix typos          
  31398 2013-10-31 13:13 [ko1@a...            ] knu:r43477 (trunk): Record dependency on Emacs 24.3 and update commentary.
  31399 2013-10-31 13:13 [ko1@a...            ] svn:r43478 (trunk): * 2013-10-31        
  31400 2013-10-31 14:26 [ko1@a...            ] ko1:r43479 (trunk): * vm_method.c (rb_method_entry_make): fix to pass an ISeq value.

[前][次][スレッド一覧][上]