[前][次][スレッド一覧][上]
ruby-changes:35301-35400
35301 2014-09-04 20:09 [ko1@a... ] hsbt:r47383 (trunk): * symbian/*: removed Symbian support.
35302 2014-09-04 20:11 [ko1@a... ] hsbt:r47384: * removed symbian directory.
35303 2014-09-04 20:22 [ko1@a... ] hsbt:r47385 (trunk): * test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint.
35304 2014-09-04 23:56 [ko1@a... ] akr:r47386 (trunk): * process.c (has_privilege): New function.
35305 2014-09-05 00:54 [ko1@a... ] svn:r47388 (trunk): * 2014-09-05
35306 2014-09-05 00:54 [ko1@a... ] akr:r47387 (trunk): * configure.in (dirfd): Check function.
35307 2014-09-05 01:41 [ko1@a... ] akr:r47389 (trunk): Describe about vfork().
35308 2014-09-05 06:05 [ko1@a... ] normal:r47390 (trunk): vm.c: remove unused USE_THREAD_RECYCLE [misc #10198]
35309 2014-09-05 10:41 [ko1@a... ] hsbt:r47392 (trunk): * test/rdoc/test_rdoc_rdoc.rb (TestRDocRDoc#test_parse_file_encoding):
35310 2014-09-05 10:41 [ko1@a... ] hsbt:r47391 (trunk): * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287)
35311 2014-09-05 10:41 [ko1@a... ] svn:r47394 (trunk): * properties.
35312 2014-09-05 10:42 [ko1@a... ] svn:r47393 (trunk): * remove trailing spaces.
35313 2014-09-05 11:10 [ko1@a... ] hsbt:r47395 (trunk): * lib/rdoc/generator/pot/po.rb: fixed broken tests for trailing whitespace.
35314 2014-09-05 12:29 [ko1@a... ] akr:r47396 (trunk): * process.c (has_privilege): Fix assignements.
35315 2014-09-05 12:43 [ko1@a... ] akr:r47397 (trunk): * configure.in: Check sys/id.h, getuidx and getgidx for AIX.
35316 2014-09-05 12:58 [ko1@a... ] akr:r47398 (trunk): * process.c (has_privilege): Refine uid/gid check.
35317 2014-09-05 13:23 [ko1@a... ] usa:r47399 (ruby_2_0_0): merge revision(s) 46408, 46410, 46413, 46414, 46424, 46436, 46437: [Backport #9934]
35318 2014-09-05 13:42 [ko1@a... ] usa:r47400 (ruby_2_0_0): merge r46831 partially. these changes are from:
35319 2014-09-05 13:50 [ko1@a... ] usa:r47401 (ruby_2_0_0): merge revision(s) 46896-46898: [Backport #10078]
35320 2014-09-05 13:52 [ko1@a... ] usa:r47402 (ruby_2_0_0): merge revision(s) 47090: [Backport #10114]
35321 2014-09-05 13:54 [ko1@a... ] usa:r47403 (ruby_2_0_0): merge revision(s) 47098: [Backport #10117]
35322 2014-09-05 14:06 [ko1@a... ] usa:r47404 (ruby_2_0_0): merge revision(s) 46441: [Backport #9946]
35323 2014-09-05 14:11 [ko1@a... ] usa:r47405 (ruby_2_0_0): merge revision(s) 47153: [Backport #10127]
35324 2014-09-05 18:34 [ko1@a... ] hsbt:r47406 (trunk): * test/csv/test_row.rb: Added some missing tests in CSV.
35325 2014-09-05 18:37 [ko1@a... ] hsbt:r47407 (trunk): * ChangeLog: added reference to github
35326 2014-09-05 19:00 [ko1@a... ] hsbt:r47408 (trunk): * lib/shellwords.rb: proofreading documentation.
35327 2014-09-05 20:36 [ko1@a... ] akr:r47409 (trunk): * process.c (has_privilege): Fix a return value.
35328 2014-09-05 20:49 [ko1@a... ] akr:r47410 (trunk): * process.c (handle_fork_error): Don't need state_p argument.
35329 2014-09-05 21:04 [ko1@a... ] akr:r47411 (trunk): * process.c (handle_fork_error): Make try_gc_p argument volatile to
35330 2014-09-05 21:46 [ko1@a... ] akr:r47412 (trunk): * process.c (disable_child_handler_before_fork): New function.
35331 2014-09-06 00:04 [ko1@a... ] kazu:r47413 (trunk): Fix typo and method name [ci skip]
35332 2014-09-06 00:04 [ko1@a... ] svn:r47414 (trunk): * 2014-09-06
35333 2014-09-06 00:14 [ko1@a... ] nagachika:r47415 (ruby_2_1): merge revision(s) r45046, r45047, r45063, r45087, r45146, r45150, r45151, r45152: [Backport #9525]
35334 2014-09-06 00:41 [ko1@a... ] nagachika:r47416 (ruby_2_1): merge revision(s) r44916: [Backport #10043]
35335 2014-09-06 00:50 [ko1@a... ] akr:r47417 (trunk): * signal.c (ruby_signal): Don't set SA_SIGINFO for SIG_IGN and
35336 2014-09-06 00:55 [ko1@a... ] nagachika:r47418 (ruby_2_1): merge revision(s) r46796: [Backport #10008]
35337 2014-09-06 00:58 [ko1@a... ] nagachika:r47419 (ruby_2_1): merge revision(s) r47327: [Backport #10008]
35338 2014-09-06 01:10 [ko1@a... ] akr:r47420 (trunk): Unwrap a useless block.
35339 2014-09-06 01:36 [ko1@a... ] akr:r47421 (trunk): * process.c (rb_f_exec): Call before_exec_async_signal_safe and
35340 2014-09-06 07:49 [ko1@a... ] normal:r47422 (trunk): test/ruby/test_io.rb: avoid EBADF
35341 2014-09-06 08:11 [ko1@a... ] normal:r47423 (trunk): test/ruby/test_io.rb: use IO#nonblock=
35342 2014-09-06 08:45 [ko1@a... ] nobu:r47424 (trunk): process.c: missing semicolon
35343 2014-09-06 08:46 [ko1@a... ] zzak:r47425 (trunk): * lib/rdoc/generator/template/darkfish/js/jquery.js: Backport
35344 2014-09-06 09:04 [ko1@a... ] zzak:r47426 (ruby_2_1): Backport r47425
35345 2014-09-06 09:09 [ko1@a... ] zzak:r47427 (ruby_2_1): Bump patch level from r47426
35346 2014-09-06 09:12 [ko1@a... ] zzak:r47428 (ruby_2_0_0): Backport r47425
35347 2014-09-06 09:14 [ko1@a... ] zzak:r47429 (ruby_1_9_3): Backport r47425
35348 2014-09-06 09:14 [ko1@a... ] svn:r47430 (ruby_1_9_3): * 2014-09-06
35349 2014-09-06 11:08 [ko1@a... ] nobu:r47431 (trunk): parse.y: fix warning message
35350 2014-09-06 16:52 [ko1@a... ] suke:r47432 (trunk): * ext/win32ole/win32ole_variant.c (ole_val2variant_err,
35351 2014-09-06 18:31 [ko1@a... ] hsbt:r47433 (trunk): * lib/rake.rb, lib/rake/*, test/rake/*: Update latest rake master(e47d023)
35352 2014-09-06 18:32 [ko1@a... ] svn:r47434 (trunk): * append newline at EOF.
35353 2014-09-06 18:32 [ko1@a... ] svn:r47435 (trunk): * properties.
35354 2014-09-06 19:28 [ko1@a... ] akr:r47436 (trunk): * process.c (struct child_handler_disabler_state): Defined.
35355 2014-09-06 20:20 [ko1@a... ] akr:r47437 (trunk): * process.c (struct child_handler_disabler_state): cancelstate field
35356 2014-09-06 21:08 [ko1@a... ] akr:r47438 (trunk): * process.c (has_privilege): The gid zero is not a privilege.
35357 2014-09-07 10:10 [ko1@a... ] nobu:r47439 (trunk): process.c: vfork may not work with pthread
35358 2014-09-07 10:11 [ko1@a... ] svn:r47440 (trunk): * 2014-09-07
35359 2014-09-07 10:57 [ko1@a... ] nobu:r47441 (trunk): process.c: disable vfork on OS X
35360 2014-09-07 11:04 [ko1@a... ] nobu:r47442 (trunk): configure.in: use ac_cv_func_vfork
35361 2014-09-07 12:48 [ko1@a... ] akr:r47443 (trunk): * process.c: PTHREAD_CANCEL_DISABLE is not defined on Android.
35362 2014-09-08 13:11 [ko1@a... ] ko1:r47444 (trunk): * gc.c: add incremental GC algorithm. [Feature #10137]
35363 2014-09-08 13:11 [ko1@a... ] svn:r47445 (trunk): * 2014-09-08
35364 2014-09-08 13:11 [ko1@a... ] svn:r47446 (trunk): * remove trailing spaces.
35365 2014-09-08 13:23 [ko1@a... ] ko1:r47447 (trunk): * benchmark/bm_app_lc_fizzbuzz.rb: added.
35366 2014-09-08 13:23 [ko1@a... ] svn:r47448 (trunk): * properties.
35367 2014-09-08 16:08 [ko1@a... ] ko1:r47449 (trunk): * benchmark/bm_app_lc_fizzbuzz.rb: `answer.to_a' does not return
35368 2014-09-08 16:09 [ko1@a... ] ko1:r47450 (trunk): * benchmark/bm_app_lc_fizzbuzz.rb: should skip output on benchmark.
35369 2014-09-08 17:03 [ko1@a... ] nobu:r47451 (trunk): test_time_tz.rb: right timezone
35370 2014-09-08 17:10 [ko1@a... ] nobu:r47452 (trunk): test_time_tz.rb: have_tz_offset?
35371 2014-09-09 04:38 [ko1@a... ] normal:r47453 (trunk): vm_core.h (rb_env_t): use flexible array
35372 2014-09-09 04:38 [ko1@a... ] svn:r47454 (trunk): * 2014-09-09
35373 2014-09-09 05:52 [ko1@a... ] normal:r47455 (trunk): symbol.c (rb_intern_cstr_without_pindown): check dsymbol on return
35374 2014-09-09 07:09 [ko1@a... ] normal:r47456 (trunk): compile.c: remove needless SYM2ID <-> ID2SYM conversions
35375 2014-09-09 09:02 [ko1@a... ] nobu:r47457 (trunk): mkmf.rb: --cflags to $CXXFLAGS
35376 2014-09-09 09:27 [ko1@a... ] nobu:r47458 (trunk): mkmf.rb: -I flags to $INCFLAGS
35377 2014-09-09 09:31 [ko1@a... ] nobu:r47459 (trunk): fake.rb.in: use absolute path
35378 2014-09-09 11:14 [ko1@a... ] ko1:r47460 (trunk): * test/ruby/test_object.rb: extend timeout.
35379 2014-09-09 11:45 [ko1@a... ] ko1:r47461 (trunk): * gc.c: pack boolean values into rb_objspace_t::flags with bit fields
35380 2014-09-09 11:59 [ko1@a... ] nobu:r47462 (trunk): * gc.c (rb_objspace_t::profile): reduce padding.
35381 2014-09-09 12:08 [ko1@a... ] ko1:r47463 (trunk): * gc.c (gc_sweep_rest): remove wrong modification of during_gc flag.
35382 2014-09-09 12:13 [ko1@a... ] ko1:r47464 (trunk): * gc.c: rename gc_stat entries and check stat transition.
35383 2014-09-09 13:12 [ko1@a... ] ko1:r47465 (trunk): * gc.c: remvoe ruby_disable_gc_stress and add ruby_disable_gc
35384 2014-09-09 13:57 [ko1@a... ] ko1:r47466 (trunk): * gc.c: add rb_objspace_t::flags::gc_stressfull and
35385 2014-09-09 14:12 [ko1@a... ] ko1:r47467 (trunk): * gc.c: move rb_objspace_t::flags::gc_stressfull after during_gc
35386 2014-09-09 14:24 [ko1@a... ] ko1:r47468 (trunk): * gc.c: fix layout of rb_objsapce_t to improve cache locality.
35387 2014-09-09 15:01 [ko1@a... ] ko1:r47469 (trunk): * gc.c: continue layout changing.
35388 2014-09-09 15:39 [ko1@a... ] nobu:r47470 (trunk): gc.c: fix typos
35389 2014-09-09 18:34 [ko1@a... ] ko1:r47471 (trunk): * gc.c (rb_objspace_t::heap_pages): rename field names:
35390 2014-09-09 18:53 [ko1@a... ] ko1:r47472 (trunk): * gc.c (gc_stat_internal): fix symbol names
35391 2014-09-09 19:01 [ko1@a... ] ko1:r47473 (trunk): * gc.c: rename
35392 2014-09-09 19:55 [ko1@a... ] ko1:r47474 (trunk): * gc.c: rename rb_objspace_t::marked_objects to marked_slots.
35393 2014-09-09 20:22 [ko1@a... ] nobu:r47475 (trunk): GC.stat key name
35394 2014-09-09 21:50 [ko1@a... ] kazu:r47476 (trunk): fix typos [ci skip]
35395 2014-09-09 21:52 [ko1@a... ] kazu:r47477 (trunk): fix a typo [ci skip]
35396 2014-09-09 22:01 [ko1@a... ] suke:r47478 (trunk): * ext/win32ole/sample/excel2.rb: remove some commented-out code.
35397 2014-09-09 22:09 [ko1@a... ] kazu:r47479 (trunk): s/stressfull/stressful/g
35398 2014-09-10 02:46 [ko1@a... ] nagachika:r47480 (ruby_2_1): merge revision(s) r47190: [Backport #10139]
35399 2014-09-10 02:59 [ko1@a... ] nagachika:r47481 (ruby_2_1): merge revision(s) r47191: [Backport #10140]
35400 2014-09-10 03:10 [ko1@a... ] nagachika:r47482 (ruby_2_1): merge revision(s) r47196: [Backport #10144]
[前][次][スレッド一覧][上]