[前][次][スレッド一覧][上]
ruby-changes:41301-41400
41301 2015-12-30 03:20 [ko1@a... ] normal:r53373 (trunk): thread_pthread.c (rb_thread_create_timer_thread): fix race
41302 2015-12-30 03:20 [ko1@a... ] svn:r53374 (trunk): * 2015-12-30
41303 2015-12-30 04:26 [ko1@a... ] nagachika:r53375 (trunk): * thread_pthread.c (rb_thread_create_timer_thread): destroy attr even
41304 2015-12-30 05:19 [ko1@a... ] normal:r53376 (trunk): use id_table for constant tables
41305 2015-12-30 05:21 [ko1@a... ] normal:r53377 (trunk): ChangeLog: add entry for r53376
41306 2015-12-30 08:44 [ko1@a... ] nobu:r53378 (trunk): test_stringio.rb: test_initialize
41307 2015-12-30 09:20 [ko1@a... ] nobu:r53379 (trunk): test_io.rb: test for rb_io_modestr_fmode
41308 2015-12-30 09:59 [ko1@a... ] nobu:r53380 (trunk): object.c: fix prepend cmp
41309 2015-12-30 11:18 [ko1@a... ] nobu:r53381 (trunk): Forwardable: Fix delegating to 'args' and 'block'
41310 2015-12-30 11:26 [ko1@a... ] nobu:r53382 (trunk): fix commit miss
41311 2015-12-30 11:29 [ko1@a... ] nobu:r53383 (trunk): forwardable.rb: adjust backtrace by tail call
41312 2015-12-30 16:43 [ko1@a... ] nobu:r53384 (trunk): Add test for String#ord
41313 2015-12-30 20:26 [ko1@a... ] hsbt:r53385 (trunk): * doc/syntax/calling_methods.rdoc: fix old operator for safe navigation
41314 2015-12-30 20:45 [ko1@a... ] hsbt:r53386 (trunk): * lib/webrick/httpstatus.rb: Added HTTP 451 Status Code.
41315 2015-12-30 20:53 [ko1@a... ] hsbt:r53387 (trunk): * lib/net/http/responses.rb: Added new response class for 451 status code.
41316 2015-12-31 02:20 [ko1@a... ] eregon:r53388 (trunk): * common.mk (help): Fix typo.
41317 2015-12-31 02:20 [ko1@a... ] svn:r53389 (trunk): * 2015-12-31
41318 2015-12-31 02:47 [ko1@a... ] naruse:r53390 (trunk): * test/ruby/test_module.rb (test_classpath): r53376 may change
41319 2015-12-31 04:07 [ko1@a... ] naruse:r53391 (trunk): skip if locale is not UTF-8
41320 2015-12-31 09:39 [ko1@a... ] nobu:r53392 (trunk): ruby-additional.el: encode non-ASCII code only
41321 2015-12-31 10:38 [ko1@a... ] nobu:r53393 (trunk): ruby-additional.el: escape control code
41322 2015-12-31 10:49 [ko1@a... ] nobu:r53394 (trunk): test_module.rb: sort constants
41323 2015-12-31 14:37 [ko1@a... ] marcandRe: r53395 (trunk): * lib/ostruct.rb: Fix new_ostruct_member to correctly avoid redefinition
41324 2016-01-01 03:27 [ko1@a... ] nobu:r53396 (trunk): ostruct.rb: deferred accessors
41325 2016-01-01 03:27 [ko1@a... ] svn:r53397 (trunk): * 2016-01-01
41326 2016-01-01 05:06 [ko1@a... ] nobu:r53398 (trunk): parse.y: single-quote indented heredoc
41327 2016-01-01 08:53 [ko1@a... ] nobu:r53399 (trunk): Add test for Enumerator::Lazy#take
41328 2016-01-01 10:27 [ko1@a... ] nobu:r53400 (trunk): mkconfig.rb: SDKROOT
41329 2016-01-01 11:44 [ko1@a... ] jeg2:r53401 (trunk): Adding a liberal_parsing option to CSV. Patch by Braden Anderson.
41330 2016-01-01 12:06 [ko1@a... ] nobu:r53402 (trunk): compile.c: remove unreferred label
41331 2016-01-01 15:29 [ko1@a... ] nobu:r53403 (trunk): compile.c: adjust call_info count
41332 2016-01-01 21:35 [ko1@a... ] hsbt:r53404 (trunk): * doc/NEWS-2.3.0: fix double words typo.
41333 2016-01-01 21:44 [ko1@a... ] hsbt:r53405 (trunk): * ChangeLog: added missing reference for GitHub
41334 2016-01-01 22:02 [ko1@a... ] kazu:r53406 (trunk): * NEWS: mention about CSV's liberal_parsing option.
41335 2016-01-02 02:27 [ko1@a... ] marcandRe: r53407 (trunk): * lib/ostruct.rb: Fix case of frozen object with initializer.
41336 2016-01-02 08:47 [ko1@a... ] svn:r53408 (trunk): * 2016-01-02
41337 2016-01-02 11:11 [ko1@a... ] nobu:r53409 (trunk): parse.y: yylval.num should be u3
41338 2016-01-02 13:39 [ko1@a... ] naruse:r53410 (trunk): Revert r53409 "parse.y: yylval.num should be u3"
41339 2016-01-02 14:44 [ko1@a... ] nobu:r53411 (trunk): parse.y: use nd_tag
41340 2016-01-02 16:19 [ko1@a... ] seki:r53412 (trunk): Allow ERB subclass to add token easily. [Feature #11936]
41341 2016-01-02 21:08 [ko1@a... ] normal:r53413 (trunk): thread_sync.c: remove unnecessary casts for queue_sleep
41342 2016-01-03 12:12 [ko1@a... ] svn:r53415 (trunk): * 2016-01-03
41343 2016-01-03 12:12 [ko1@a... ] nobu:r53414 (trunk): acinclude.m4: rename
41344 2016-01-03 13:59 [ko1@a... ] yui-knk:r53416 (trunk): Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`
41345 2016-01-03 19:22 [ko1@a... ] nobu:r53417 (trunk): aclocal.m4: add
41346 2016-01-03 23:19 [ko1@a... ] nobu:r53418 (trunk): Makefile.in: drop dependency
41347 2016-01-03 23:55 [ko1@a... ] nobu:r53419 (trunk): Fix defined? expressions
41348 2016-01-04 00:03 [ko1@a... ] nobu:r53420 (trunk): common.mk: up in help
41349 2016-01-04 00:03 [ko1@a... ] svn:r53421 (trunk): * 2016-01-04
41350 2016-01-04 00:24 [ko1@a... ] nobu:r53422 (trunk): contributing.rdoc: update [ci skip]
41351 2016-01-04 08:14 [ko1@a... ] yui-knk:r53423 (trunk): Move a comment to the appropriate position.
41352 2016-01-04 10:14 [ko1@a... ] hsbt:r53424 (trunk): * test/coverage/test_coverage.rb: ignored test when enabled to coverage.
41353 2016-01-04 10:46 [ko1@a... ] nobu:r53425 (trunk): ChangeLog: remove stale log [ci skip]
41354 2016-01-04 10:49 [ko1@a... ] nobu:r53426 (trunk): ChangeLog: remove unnecessary preposition [ci skip]
41355 2016-01-04 12:12 [ko1@a... ] ngoto:r53427 (trunk): * version.h (RUBY_BUILD_VERSION_STR_3): Workaround for old version of
41356 2016-01-04 15:38 [ko1@a... ] sho-h:r53428 (trunk): thread_sync.c: [DOC] remove SizedQueue#close argument. [ci skip]
41357 2016-01-04 16:07 [ko1@a... ] sho-h:r53429 (trunk): variable.c (rb_mod_deprecate_constant): [DOC] added
41358 2016-01-04 16:16 [ko1@a... ] nobu:r53430 (trunk): common.mk: generate socket constdefs
41359 2016-01-04 16:23 [ko1@a... ] naruse:r53431 (trunk): temporally revert r53411 to debug
41360 2016-01-04 16:26 [ko1@a... ] nobu:r53432 (trunk): common.mk: double quotes
41361 2016-01-04 16:47 [ko1@a... ] nobu:r53433 (trunk): test_ostruct.rb: sort method names
41362 2016-01-04 16:59 [ko1@a... ] naruse:r53434 (trunk): Revert r53431 "temporally revert r53411 to debug"
41363 2016-01-05 05:45 [ko1@a... ] svn:r53436 (trunk): * 2016-01-05
41365 2016-01-05 09:47 [ko1@a... ] nobu:r53437 (trunk): enc/Makefile.in: get rid of nmake bug
41366 2016-01-05 11:47 [ko1@a... ] nobu:r53438 (trunk): Clarify object references example
41367 2016-01-05 15:09 [ko1@a... ] nobu:r53439 (trunk): leakchecker.rb: remove temporary measure
41368 2016-01-05 21:32 [ko1@a... ] hsbt:r53440 (trunk): * test/ruby/test_numeric.rb (test_nonzero_p): added test for String#nonzero?
41369 2016-01-05 21:44 [ko1@a... ] hsbt:r53441 (trunk): * test/ruby/test_string.rb(test_chr): added test for String#chr
41370 2016-01-05 21:44 [ko1@a... ] hsbt:r53442 (trunk): * ChangeLog: fix wrong class name.
41371 2016-01-05 23:07 [ko1@a... ] nobu:r53443 (trunk): id.h.tmpl: no optparse here
41372 2016-01-06 17:23 [ko1@a... ] svn:r53445 (trunk): * 2016-01-06
41374 2016-01-07 11:34 [ko1@a... ] svn:r53447 (trunk): * 2016-01-07
41376 2016-01-07 12:06 [ko1@a... ] nobu:r53448 (trunk): mkmf.rb: library installation messages
41377 2016-01-07 14:49 [ko1@a... ] nobu:r53449 (trunk): thread.c: interrupt queue on uninitialized thread
41378 2016-01-07 15:37 [ko1@a... ] nobu:r53450 (trunk): mkmf.rb: fix for ODE make
41379 2016-01-07 15:50 [ko1@a... ] naruse:r53451 (trunk): Additional fix of r53450
41380 2016-01-07 16:11 [ko1@a... ] naruse:r53452 (trunk): fix r53448
41381 2016-01-07 21:28 [ko1@a... ] usa:r53453 (trunk): * ext/ripper/depend: Just like BSDmake, nmake also recognize the rule of
41382 2016-01-07 22:06 [ko1@a... ] shugo:r53454 (trunk): * enum.c (enum_minmax): optimize object comparison in
41383 2016-01-07 22:35 [ko1@a... ] mrkn:r53455 (trunk): * ruby.h: undef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P
41384 2016-01-08 00:07 [ko1@a... ] shugo:r53456 (trunk): * enum.c (enum_min, enum_max): do the same optimization as r53454.
41385 2016-01-08 00:07 [ko1@a... ] svn:r53457 (trunk): * 2016-01-08
41386 2016-01-08 09:38 [ko1@a... ] shugo:r53458 (trunk): * iseq.c (rb_iseq_compile_with_option): move variable initialization
41387 2016-01-08 12:34 [ko1@a... ] shugo:r53459 (trunk): * tool/make-snapshot: fix for the changes of version.h in r53314.
41388 2016-01-08 16:47 [ko1@a... ] nobu:r53460 (trunk): iseq.c: make local variables volatile
41389 2016-01-08 17:23 [ko1@a... ] ko1:r53461 (trunk): * gc.c: remove heap_page::heap. This field is only used to recognize
41390 2016-01-08 17:23 [ko1@a... ] svn:r53462 (trunk): * remove trailing spaces.
41391 2016-01-08 17:23 [ko1@a... ] nobu:r53463 (trunk): test_tempfile.rb: use assert_file
41392 2016-01-08 19:33 [ko1@a... ] ko1:r53464 (trunk): * gc.c: rename rb_heap_t::page_length to rb_heap_t::total_pages.
41393 2016-01-08 19:52 [ko1@a... ] nobu:r53465 (trunk): iseq.c: volatile only on gcc4.8
41394 2016-01-08 19:56 [ko1@a... ] ko1:r53466 (trunk): * gc.c: remove heap_page::body. Instead of this field,
41395 2016-01-08 22:34 [ko1@a... ] knu:r53467 (trunk): * doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]
41396 2016-01-09 05:44 [ko1@a... ] svn:r53469 (trunk): * 2016-01-09
41398 2016-01-09 05:46 [ko1@a... ] ko1:r53470 (trunk): * gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.
41399 2016-01-09 07:15 [ko1@a... ] ko1:r53471 (trunk): * gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is used
41400 2016-01-09 09:19 [ko1@a... ] nobu:r53472 (trunk): revert r53459, r53427, r53314
[前][次][スレッド一覧][上]