[前][次][番号順一覧][上]
ruby-changes:36301-36400
36301 2014-11-11 23:44 [ko1@a... ] akr:r48382 (trunk): * test/fileutils/test_fileutils.rb: Use assert_join_threads.
36302 2014-11-12 00:28 [ko1@a... ] akr:r48383 (trunk): * test/ruby/test_object.rb: Specify an exception class for rescue clause.
36303 2014-11-12 00:28 [ko1@a... ] svn:r48384 (trunk): * 2014-11-12
36304 2014-11-12 02:41 [ko1@a... ] nobu:r48385 (trunk): common.mk: relax dependency
36306 2014-11-12 08:07 [ko1@a... ] nobu:r48387 (trunk): test_unicode_normalize.rb: skip if not found
36307 2014-11-12 08:54 [ko1@a... ] nobu:r48388 (trunk): test_unicode_normalize.rb: skip only once
36308 2014-11-12 22:31 [ko1@a... ] hsbt:r48389 (trunk): * lib/rubygems/*: Update to RubyGems 2.4.3 master (7b1f684).
36309 2014-11-12 22:50 [ko1@a... ] hsbt:r48390 (trunk): * gems/bundled_gems: Update to test-unit 3.0.6 and minitest 5.4.3.
36310 2014-11-13 03:57 [ko1@a... ] normal:r48391 (trunk): gc.c (struct heap_page): trivial packing
36311 2014-11-13 03:57 [ko1@a... ] svn:r48392 (trunk): * 2014-11-13
36312 2014-11-13 11:56 [ko1@a... ] nobu:r48393 (trunk): internal.h: STATIC_ASSERT
36313 2014-11-13 12:18 [ko1@a... ] usa:r48394 (trunk): * rb_w32_fstat{, i64}: speed up. adjuting timestamps in this function
36314 2014-11-13 12:44 [ko1@a... ] nobu:r48395 (trunk): internal.h: define
36315 2014-11-13 14:31 [ko1@a... ] headius:r48396 (trunk): * test/bigdecimal/test_bigdecimal.rb: Add test for mult by nil.
36316 2014-11-13 18:10 [ko1@a... ] nobu:r48397 (trunk): proc.c: make lambda directly
36317 2014-11-13 18:50 [ko1@a... ] nobu:r48398 (trunk): eval.c: obsolete comment [ci skip]
36318 2014-11-13 21:28 [ko1@a... ] akr:r48399 (trunk): * test/openssl/ssl_server.rb: Unused file removed.
36319 2014-11-13 21:47 [ko1@a... ] akr:r48400 (trunk): * test/openssl: Don't specify port number.
36320 2014-11-13 22:04 [ko1@a... ] akr:r48401 (trunk): * test/monitor/test_monitor.rb: Use assert_join_threads.
36321 2014-11-13 22:29 [ko1@a... ] nagachika:r48402 (trunk): * lib/rexml/document.rb: add REXML::Document#document.
36322 2014-11-13 22:36 [ko1@a... ] usa:r48403 (ruby_2_0_0): merge revision(s) 48402:
36323 2014-11-13 22:36 [ko1@a... ] nagachika:r48404 (ruby_2_1): merge revision(s) r48402:
36324 2014-11-13 22:36 [ko1@a... ] nagachika:r48405: add tag v2_1_5
36325 2014-11-13 22:39 [ko1@a... ] usa:r48406 (ruby_1_9_3): merge revision(s) 48402:
36326 2014-11-13 22:39 [ko1@a... ] usa:r48407: add tag v1_9_3_551
36327 2014-11-13 22:40 [ko1@a... ] usa:r48408: add tag v2_0_0_598
36328 2014-11-14 01:06 [ko1@a... ] svn:r48410 (trunk): * 2014-11-14
36329 2014-11-14 01:06 [ko1@a... ] akr:r48409 (trunk): * test/lib/envutil.rb: Moved from test/ruby/.
36330 2014-11-14 01:32 [ko1@a... ] shugo:r48411 (trunk): * lib/net/imap.rb (search_response): parse MODSEQ in SEARCH
36331 2014-11-14 01:32 [ko1@a... ] svn:r48412 (trunk): * remove trailing spaces.
36332 2014-11-14 05:17 [ko1@a... ] ko1:r48413 (trunk): * gc.c: Tuning RincGC parameters.
36333 2014-11-14 05:31 [ko1@a... ] ko1:r48414 (trunk): * gc.c: refactoring.
36334 2014-11-14 06:56 [ko1@a... ] normal:r48415 (trunk): insns.def (opt_succ): remove Time#succ optimization
36335 2014-11-14 08:13 [ko1@a... ] hsbt:r48416 (trunk): * gc.c: fix build error caused by implicit conversion with clang.
36336 2014-11-14 09:26 [ko1@a... ] normal:r48417 (trunk): vm_eval.c (rb_yield_splat): add missing GC guard
36337 2014-11-14 10:24 [ko1@a... ] normal:r48418 (trunk): vm_eval.c (rb_eval_cmd): use pre-defined idCall
36338 2014-11-14 10:45 [ko1@a... ] ko1:r48419 (trunk): * gc.c: guard by #if/#endif with GC_ENABLE_INCREMENTAL_MARK
36339 2014-11-14 12:39 [ko1@a... ] nobu:r48420 (trunk): proc.c: adjust argument type
36340 2014-11-14 14:03 [ko1@a... ] usa:r48421 (trunk): * NEWS: mention about IO#nonblock_{read, write} of Windows' pipe.
36341 2014-11-14 15:55 [ko1@a... ] nobu:r48422 (trunk): id.def: attrset
36342 2014-11-14 16:29 [ko1@a... ] ko1:r48423 (trunk): * gc.c (gc_stat_internal): add compatible layer.
36343 2014-11-14 16:35 [ko1@a... ] ko1:r48424 (trunk): * gc.c (gc_stat_internal): support comatible layer for
36344 2014-11-14 17:00 [ko1@a... ] nobu:r48425 (trunk): gc.c: check arguments
36345 2014-11-14 17:17 [ko1@a... ] usa:r48426 (trunk): I'm not good at English, but try to accept your hope.
36346 2014-11-14 17:38 [ko1@a... ] akr:r48427 (trunk): * tool/update-deps: Support GNU Make 4.0.
36347 2014-11-14 19:08 [ko1@a... ] kazu:r48428 (trunk): fix typos [ci skip]
36348 2014-11-14 19:08 [ko1@a... ] kazu:r48429 (trunk): add missing filename [ci skip]
36349 2014-11-14 19:08 [ko1@a... ] kazu:r48430 (trunk): fix typos and spaces [ci skip]
36350 2014-11-15 14:16 [ko1@a... ] svn:r48432 (trunk): * 2014-11-15
36351 2014-11-15 14:16 [ko1@a... ] akr:r48431 (trunk): * tool/update-deps: Extend to fix dependencies.
36352 2014-11-15 16:28 [ko1@a... ] nobu:r48433 (trunk): vm_eval.c: UncaughtThrowError
36353 2014-11-15 19:28 [ko1@a... ] akr:r48434 (trunk): * common.mk: Remove comments in Dependency lines.
36354 2014-11-15 19:43 [ko1@a... ] usa:r48435 (trunk): * lib/mkmf.rb (depend_rules): support comments during a line.
36355 2014-11-15 19:46 [ko1@a... ] usa:r48436 (trunk): revert previous commit.
36356 2014-11-15 19:51 [ko1@a... ] usa:r48437 (trunk): * lib/mkmf.rb (depend_rules): support comments during a line.
36357 2014-11-15 20:10 [ko1@a... ] kou:r48438 (trunk): * test/rexml/test_document.rb (REXMLTests::TestDocument::BomTest):
36358 2014-11-15 20:12 [ko1@a... ] kou:r48439 (trunk): * test/rexml/test_document.rb (REXMLTests::TestDocument): Group
36359 2014-11-15 20:13 [ko1@a... ] kou:r48440 (trunk): * test/rexml/test_document.rb
36360 2014-11-15 20:14 [ko1@a... ] akr:r48441 (trunk): Mark auogenerated part.
36361 2014-11-15 20:17 [ko1@a... ] kou:r48442 (trunk): * test/rexml/test_document.rb
36362 2014-11-15 20:31 [ko1@a... ] akr:r48443 (trunk): Modify parts only marked as autogenerated.
36363 2014-11-15 20:41 [ko1@a... ] kou:r48444 (trunk): * test/rexml/test_document.rb
36364 2014-11-15 20:45 [ko1@a... ] kou:r48445 (trunk): * test/rexml/test_document.rb
36365 2014-11-15 20:47 [ko1@a... ] kou:r48446 (trunk): * test/rexml/test_document.rb
36366 2014-11-15 20:49 [ko1@a... ] akr:r48447 (trunk): * internal.h: Include ruby.h and ruby/encoding.h to be
36367 2014-11-15 21:29 [ko1@a... ] kou:r48448 (trunk): * test/rexml/test_document.rb: Indent.
36368 2014-11-15 23:12 [ko1@a... ] akr:r48449 (trunk): * common.mk: No need to declare dependencies which
36369 2014-11-16 00:09 [ko1@a... ] akr:r48450 (trunk): * common.mk: parse.o depends on parse.y before parse.h.
36370 2014-11-16 00:09 [ko1@a... ] svn:r48451 (trunk): * 2014-11-16
36371 2014-11-16 00:33 [ko1@a... ] akr:r48452 (trunk): add an assertion.
36372 2014-11-16 00:46 [ko1@a... ] akr:r48453 (trunk): * common.mk: Specify dependencies for generated C sources.
36373 2014-11-16 11:06 [ko1@a... ] akr:r48454 (trunk): Revert r48450.
36374 2014-11-16 11:09 [ko1@a... ] normal:r48455 (trunk): test/ruby/test_io.rb: remove unnecessary begin/end
36375 2014-11-16 13:12 [ko1@a... ] akr:r48456 (trunk): * common.mk (CCAN_LIST_INCLUDES): Unused variable removed.
36376 2014-11-16 17:33 [ko1@a... ] nobu:r48457 (trunk): id.def: move IDs for exception
36378 2014-11-16 18:22 [ko1@a... ] normal:r48459 (trunk): tool/update-deps: warning to disable ccache
36379 2014-11-16 19:11 [ko1@a... ] nobu:r48460 (trunk): timeout.rb: use UncaughtThrowError
36380 2014-11-16 19:11 [ko1@a... ] nobu:r48461 (trunk): ext/-test-/proc/super.c: rename
36381 2014-11-16 19:38 [ko1@a... ] nobu:r48462 (trunk): vm_eval.c: rb_current_receiver
36382 2014-11-17 03:17 [ko1@a... ] nobu:r48463 (trunk): proc/receiver.c: commit miss
36383 2014-11-17 03:18 [ko1@a... ] svn:r48464 (trunk): * 2014-11-17
36384 2014-11-17 04:11 [ko1@a... ] nobu:r48465 (trunk): string.c: escape a backslash [ci skip]
36385 2014-11-17 06:13 [ko1@a... ] nobu:r48466 (trunk): proc.c: fix method proc binding location
36386 2014-11-17 12:42 [ko1@a... ] nobu:r48467 (trunk): timeout.rb: same object across fiber
36387 2014-11-17 12:55 [ko1@a... ] hsbt:r48468 (trunk): * lib/rubygems/*, test/rubygems/*: Update to RubyGems 2.4.4
36388 2014-11-17 20:19 [ko1@a... ] suke:r48469 (trunk): ext/win32ole/win32ole_event.c: use typed data.
36389 2014-11-18 03:20 [ko1@a... ] nobu:r48470 (trunk): symbol.c: symbol type predicate functions
36390 2014-11-18 03:20 [ko1@a... ] svn:r48471 (trunk): * 2014-11-18
36391 2014-11-18 03:23 [ko1@a... ] nobu:r48472 (trunk): object.c: fix error message
36392 2014-11-18 03:41 [ko1@a... ] nobu:r48473 (trunk): test_inadvertent_creation.rb: split test
36393 2014-11-18 06:08 [ko1@a... ] nobu:r48474 (trunk): .gdbinit: update for r47913
36394 2014-11-18 10:39 [ko1@a... ] nobu:r48475 (trunk): test_module.rb: fix encoding
36395 2014-11-18 18:11 [ko1@a... ] akr:r48476 (trunk): * include/ruby/io.h (FMODE_WSPLIT): Removed. The write() system call
36396 2014-11-18 23:58 [ko1@a... ] akr:r48477 (trunk): * debug.c (SET_WHEN): Don't declare debug variables here.
36397 2014-11-19 00:11 [ko1@a... ] nobu:r48478 (trunk): test_exception.rb: missing test
36398 2014-11-19 00:11 [ko1@a... ] svn:r48479 (trunk): * 2014-11-19
36399 2014-11-19 00:13 [ko1@a... ] akr:r48480 (trunk): * internal.h: Gather declarations in non-header files.
36400 2014-11-19 00:24 [ko1@a... ] akr:r48481 (trunk): * enc/encdb.c: Include internal.h.
[前][次][番号順一覧][上]