[前][次][番号順一覧][上]
ruby-changes:58501-58600
58501 2019-10-30 00:14 [ko1@a... ] 22dbbbeb32 (master): Compacting the heap can cause GC, so disable it
58502 2019-10-30 00:14 [ko1@a... ] 92c13380e8 (master): * 2019-10-30 [ci skip]
58503 2019-10-30 08:52 [ko1@a... ] c54635c08b (master): Update Unicode Emoji version from 12.0 to 12.1.
58504 2019-10-30 21:37 [ko1@a... ] 6c3ed0d71c (master): Update the latest versions from upstream repository of racc
58505 2019-10-30 21:37 [ko1@a... ] d3272fcba3 (master): Update the latest structure for racc upstream
58506 2019-10-30 21:37 [ko1@a... ] e6d611ad37 (master): Regenerate the output results for test fixtures of racc
58507 2019-10-31 00:38 [ko1@a... ] 4c7f789e94 (master): Allow only one argument for keyword_init struct
58508 2019-10-31 00:38 [ko1@a... ] 5f8795a07b (master): * 2019-10-31 [ci skip]
58509 2019-10-31 08:40 [ko1@a... ] 1c03026ea3 (master): Try to run assert_output_unchanged with racc tests
58510 2019-10-31 08:40 [ko1@a... ] e08f2e47e3 (master): Also ignore mswin platform
58512 2019-10-31 09:29 [ko1@a... ] e1bf29314f (master): Fix zero free objects assertion
58513 2019-10-31 10:06 [ko1@a... ] 79d96b42df (master): Revert "Fix zero free objects assertion"
58514 2019-10-31 10:20 [ko1@a... ] c38ba75780 (master): Fixed the sync task for json
58515 2019-10-31 15:22 [ko1@a... ] bc7fbb6f02 (master): Mention update to Unicode Emoji version 12.1 in NEWS.
58516 2019-10-31 15:36 [ko1@a... ] 39281d5774 (master): [ruby/gdbm] Use Gemfile instead of Gem::Specification#add_development_dependency.
58517 2019-10-31 15:36 [ko1@a... ] 290903dba0 (master): [ruby/zlib] Remove taint support
58518 2019-10-31 15:36 [ko1@a... ] b93ab7d693 (master): [ruby/gdbm] Remove taint support
58519 2019-10-31 15:52 [ko1@a... ] 3895e548bd (master): [ruby/date] Revert "Simplify #inspect"
58520 2019-10-31 15:52 [ko1@a... ] fce940aac7 (master): [ruby/date] introduce Date::Error, raise Date::Error for every
58521 2019-10-31 15:52 [ko1@a... ] e4cd0d7287 (master): [ruby/fileutils] Remove use of untaint on Ruby 2.7 to avoid deprecation warnings
58522 2019-10-31 16:39 [ko1@a... ] ebc884461b (master): [ruby/stringio] Remove taint support
58523 2019-10-31 16:50 [ko1@a... ] 473882e01f (master): Skip tainted examples for stringio
58524 2019-10-31 17:12 [ko1@a... ] 5f6fbf8725 (master): spec: Fix syntax errors
58525 2019-10-31 17:53 [ko1@a... ] d6ed7a984c (master): Fix verbose warning being emitted
58527 2019-10-31 22:25 [ko1@a... ] 0aaa15f636 (master): [ruby/zlib] Fix setting mtime to zero in GzipWriter
58528 2019-11-01 16:59 [ko1@a... ] fb495b2928 (master): rb_aligned_malloc can return NULL
58529 2019-11-01 16:59 [ko1@a... ] 2c889e9b05 (master): RUBY_ATTR_ALOC_SIZE for clang
58531 2019-11-01 17:07 [ko1@a... ] 72f997edf6 (master): mark functions that do not return NULL as such.
58532 2019-11-01 17:07 [ko1@a... ] 51825c04db (master): * 2019-11-01 [ci skip]
58533 2019-11-01 17:30 [ko1@a... ] b2126d3fcf (master): [ruby/date] Remove unneeded line in update-abbr
58534 2019-11-01 17:30 [ko1@a... ] 469545307f (master): [ruby/date] Add more timezone abbreviations
58535 2019-11-01 17:30 [ko1@a... ] 6abf4c4802 (master): [ruby/date] Added update-zonetab target
58536 2019-11-01 18:34 [ko1@a... ] cc8116b03e (master): Fix a typo [ci skip]
58537 2019-11-01 18:38 [ko1@a... ] c56d8deaff (master): Mention correct class name in uninitialized error
58538 2019-11-01 18:40 [ko1@a... ] 68e0bfcd4a (master): Prefer libsocksd over libsocks
58540 2019-11-01 18:47 [ko1@a... ] 10c2a08548 (master): Clean up implementation of SOCKSSocket, its confusing and undocumented
58541 2019-11-02 00:15 [ko1@a... ] ea97933645 (master): Use prompt_list to calculate height by lines
58542 2019-11-02 00:15 [ko1@a... ] e6f0fd8af4 (master): * 2019-11-02 [ci skip]
58543 2019-11-02 15:33 [ko1@a... ] 772b0613c5 (master): Correct documented return values for certain ENV methods (#2620)
58544 2019-11-03 19:03 [ko1@a... ] 31110d820c (master): Improve warning message
58545 2019-11-03 19:03 [ko1@a... ] 452bee3ee8 (master): Revert nil error and adding deprecation message
58546 2019-11-03 19:03 [ko1@a... ] 985e6ced99 (master): * 2019-11-03 [ci skip]
58547 2019-11-03 19:14 [ko1@a... ] fbacfe6820 (master): Update NEWS entry for Feature #13083
58548 2019-11-03 19:14 [ko1@a... ] 4a16623707 (master): Remove incorrect NEWS entry, only Regexp#match and #match? changed
58549 2019-11-03 19:26 [ko1@a... ] 782d1b8fb0 (master): Fix warnings in Regexp#{match, match?} specs
58550 2019-11-03 23:18 [ko1@a... ] 7b2cd548aa (master): [DOC] mentioned `\R` [ci skip]
58551 2019-11-03 23:23 [ko1@a... ] 5a7487bdcd (master): Added assertions for linebreak
58552 2019-11-04 09:18 [ko1@a... ] df62d6522a (master): Use the dedicated function `rb_io_check_io`
58553 2019-11-04 09:18 [ko1@a... ] 046be65c08 (master): * 2019-11-04 [ci skip]
58554 2019-11-04 09:33 [ko1@a... ] cbbdb4e5a2 (master): [ruby/racc] Strip trailing whitespaces at the last line of actions
58555 2019-11-04 09:42 [ko1@a... ] 823f25bb96 (master): sync_default_gems.rb: Show the progress at fetching
58556 2019-11-04 16:39 [ko1@a... ] ffa9298076 (master): Fixed a typo
58557 2019-11-04 17:13 [ko1@a... ] cf377c5556 (master): Fix a typo [ci skip]
58558 2019-11-04 21:45 [ko1@a... ] ba35c14325 (master): Warn `if` and `elsif` at EOL [EXPERIMENTAL]
58559 2019-11-04 22:28 [ko1@a... ] c303854e13 (master): Revert "Warn `if` and `elsif` at EOL [EXPERIMENTAL]"
58560 2019-11-04 23:20 [ko1@a... ] 26316cc350 (master): Warn `if` and `elsif` at EOL [EXPERIMENTAL]
58561 2019-11-04 23:44 [ko1@a... ] e91e3274be (master): Keep `lex.pcur` after `looking_at_eol_p`
58562 2019-11-05 00:07 [ko1@a... ] 4e8336bae8 (master): Share test-bundled-gems-run in common.mk
58563 2019-11-05 00:07 [ko1@a... ] bd3463ee35 (master): * 2019-11-05 [ci skip]
58564 2019-11-05 01:33 [ko1@a... ] a087e027bf (master): Fixed conditional expressions with only one void side
58565 2019-11-05 01:59 [ko1@a... ] ec54261b01 (master): Fix zero free objects assertion
58566 2019-11-05 02:06 [ko1@a... ] 929a4aa722 (master): Adjust a fucntion signature
58567 2019-11-05 02:12 [ko1@a... ] c0c9a00f83 (master): Simplify test tasks
58568 2019-11-05 02:17 [ko1@a... ] 9d04fa71fc (master): Updated minitest to 5.13.0
58569 2019-11-05 08:03 [ko1@a... ] 74bb8fb348 (master): More rdoc for ENV
58570 2019-11-05 08:08 [ko1@a... ] 7c3bc0aa13 (master): Put an empty line [ci skip]
58571 2019-11-05 08:27 [ko1@a... ] ebbe396d3c (master): Use ident hash for top-level recursion check
58572 2019-11-05 08:45 [ko1@a... ] c7632fa80c (master): Do not occupy `ARGV` by XRUBY command
58573 2019-11-05 10:10 [ko1@a... ] 30a74aaef0 (master): Fix a typo in WARN_EOL
58574 2019-11-05 10:29 [ko1@a... ] 8869384367 (master): Moved Init_encoding from wrong place [Bug #16292]
58575 2019-11-05 10:29 [ko1@a... ] 1390d56ecf (master): Set $JOBS to Tests for parallel tests
58576 2019-11-05 11:39 [ko1@a... ] 6ff1250739 (master): rb_method_basic_definition_p with CC
58577 2019-11-05 13:57 [ko1@a... ] 7c07300491 (master): let the .bss section initialize static variables
58578 2019-11-05 15:31 [ko1@a... ] 853d91a04a (master): Fix coroutine support on win32
58579 2019-11-05 17:42 [ko1@a... ] dfb3322d27 (master): `DottedFormatter#state` consistency
58580 2019-11-05 17:42 [ko1@a... ] 19f91f7880 (master): `DottedFormatter#finish` consistency
58581 2019-11-05 17:42 [ko1@a... ] fa52a924aa (master): Enable "-f" option in multi_exec mode
58583 2019-11-05 20:56 [ko1@a... ] 652800cc09 (master): Only untaint line on Ruby <2.7
58584 2019-11-05 21:07 [ko1@a... ] 6aacef4948 (master): Assert return value of Readline.readline only if Ruby is before 2.7
58585 2019-11-05 21:07 [ko1@a... ] c4b627e2da (master): Only taint on Ruby <2.7
58586 2019-11-06 00:39 [ko1@a... ] 07f2062c8f (master): Improve string literal concatenation for C++11
58587 2019-11-06 00:40 [ko1@a... ] d47b643428 (master): * 2019-11-06 [ci skip]
58588 2019-11-06 01:24 [ko1@a... ] 7460c884fb (master): Use an identity hash for pinning Ripper objects
58589 2019-11-06 09:04 [ko1@a... ] aa94245a09 (master): Undefine MatchData.allocate [Feature #16294]
58590 2019-11-06 09:47 [ko1@a... ] 5251d18982 (master): Time#strftime does not support `%Q`
58591 2019-11-06 11:22 [ko1@a... ] f72dc407f2 (master): Prohibit calling undefined allocator [Bug #16297]
58592 2019-11-06 12:45 [ko1@a... ] 82e840ad15 (master): Numbered parameter cannot appear outside block now [Bug #16293]
58593 2019-11-06 12:45 [ko1@a... ] 2fd465540f (master): Numbered parameter is an ID_LOCAL now [Bug #16293]
58594 2019-11-07 02:08 [ko1@a... ] f5c7fc495a (master): Fix spawn_spec.rb for Travis arm64 environment.
58595 2019-11-07 02:09 [ko1@a... ] 7750edd1e6 (master): * 2019-11-07 [ci skip]
58596 2019-11-07 02:10 [ko1@a... ] 212f4d49ba (master): Remove arm64 from allow_failures
58597 2019-11-07 02:53 [ko1@a... ] a1be11eb12 (master): Revert "Remove arm64 from allow_failures"
58598 2019-11-07 07:11 [ko1@a... ] 40e161a612 (master): Exclude some clocks on armv8 too
58599 2019-11-07 07:16 [ko1@a... ] d1630d41ad (master): Promote open3 to default gems
58600 2019-11-07 07:16 [ko1@a... ] ec2603c353 (master): fallback standard structure library to sync_lib_gem method
[前][次][番号順一覧][上]