| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-26 | Escape parentheses for syntax hilighting for VScode. | Hiroshi SHIBATA | |
| 2019-07-26 | Adjust the test direcotry structure of rdoc. | Hiroshi SHIBATA | |
| 2019-07-26 | pass to obj_info(). | Koichi Sasada | |
| obj_info() has a routine to show SPECIAL_CONST_P() objects so we don't need to check it here. | |||
| 2019-07-26 | * 2019-07-26 | git | |
| 2019-07-26 | Bump osx_image on Travis CI to xcode11 | Nobuyoshi Nakada | |
| Also Homebrew is up-to-date and "Updating Homebrew" takes less than one minute. | |||
| 2019-07-25 | Get rid of failures about coverage | Nobuyoshi Nakada | |
| Run test suites explicitly instead of auto-running, to get rid of failures when simplecov is not installed but COVERAGE is set. | |||
| 2019-07-25 | Initialize vm_throw_data::throw_state as int | Nobuyoshi Nakada | |
| As `struct vm_throw_data::throw_state` is initialized as `VALUE` by rb_imemo_new, extended MSW part is assigned to it on LP64 big-endian platforms. Fix up 1feda1c2b091b950efcaa481a11fd660efa9e717 | |||
| 2019-07-25 | Check wether multibyte character is split | aycabta | |
| 2019-07-25 | Separated tool/test/runner.rb and test/runner.rb | Nobuyoshi Nakada | |
| As `make test-tool` does not use gems, and no Rubygems stuffs is needed, so moved such things to test/runner.rb. Also no longer nees `--test-target-dir` option. | |||
| 2019-07-25 | Use libraries in the base directory if given | Nobuyoshi Nakada | |
| 2019-07-25 | Added --base-directory option | Nobuyoshi Nakada | |
| 2019-07-25 | Moved NoMemoryError hook | Nobuyoshi Nakada | |
| Moved NoMemoryError hook from AutoRunner.run to Runner#run, so it will work even in non-autorunning mode. | |||
| 2019-07-25 | Fix a typo in inspect | Kazuhiro NISHIYAMA | |
| 2019-07-25 | Moved NoMemoryError hook to Test::Unit::AutoRunner | Nobuyoshi Nakada | |
| 2019-07-25 | Do not fetch remote tags | Nobuyoshi Nakada | |
| 2019-07-25 | [ruby/io-console] Do not use add_development_dependency | Nobuyoshi Nakada | |
| https://github.com/ruby/io-console/commit/bc77f46391 | |||
| 2019-07-25 | [ruby/psych] Get rid of C90 feature | Nobuyoshi Nakada | |
| For ruby 2.6 and earlier. https://travis-ci.org/ruby/psych/jobs/562435717#L245-L248 ``` ../../../../ext/psych/psych_parser.c: In function ‘make_exception’: ../../../../ext/psych/psych_parser.c:87:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] VALUE ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError")); ^ ``` https://github.com/ruby/psych/commit/aa457443b8 | |||
| 2019-07-25 | [ruby/psych] Suppress uninitialized instance variable warnings | Nobuyoshi Nakada | |
| In verbose mode, `test_delegator` in `test/psych/visitors/test_yaml_tree.rb` shows following warning. https://travis-ci.org/ruby/psych/jobs/562435717#L268 ``` /home/travis/build/ruby/psych/test/psych/visitors/test_yaml_tree.rb:10: warning: instance variable @obj not initialized ``` This is because `Psych.load` bypasses #initialize with the #init_with method. https://github.com/ruby/psych/commit/f99523388f | |||
| 2019-07-25 | [ruby/psych] Deduplicate hash keys if they're strings | Jean Boussier | |
| https://github.com/ruby/psych/commit/0414982ffd | |||
| 2019-07-25 | [ruby/psych] Drop to support fat gem support. | Hiroshi SHIBATA | |
| ref. https://github.com/ruby/bigdecimal/pull/149 https://github.com/ruby/psych/commit/25ae263252 | |||
| 2019-07-25 | [ruby/psych] Do not use add_development_dependency. | Hiroshi SHIBATA | |
| https://github.com/ruby/psych/commit/939754237f | |||
| 2019-07-25 | Fix errno at seeking socket/pipe on Windows | Nobuyoshi Nakada | |
| [Bug #12230] | |||
| 2019-07-25 | Use PRIuSIZE instead of "%zu" | Nobuyoshi Nakada | |
| 2019-07-24 | Clarify Thread exception handling documentation [ci skip] | Jeremy Evans | |
| From djellemah (John Anderson). Fixes [Bug #12252] | |||
| 2019-07-25 | * 2019-07-25 | git | |
| 2019-07-24 | Document that Range#cover? returns false if <=> returns nil | Jeremy Evans | |
| Fixes [Bug #12090] | |||
| 2019-07-24 | Suppress deflateParams() warnings | Nobuyoshi Nakada | |
| 2019-07-24 | Split ls line | Nobuyoshi Nakada | |
| 2019-07-24 | GNU ls -T has different meaning | Nobuyoshi Nakada | |
| 2019-07-24 | Fix typo [ci skip] | Takashi Kokubun | |
| 2019-07-24 | Resurrect timestamp debug log | Takashi Kokubun | |
| because it failed again https://travis-ci.org/ruby/ruby/jobs/563026412 even after 676df311d90990a4666adb5b1db4c7aa6b080e57. | |||
| 2019-07-24 | @@project_dir in Gem::TestCase is no longer used | Nobuyoshi Nakada | |
| 2019-07-24 | [rubygems/rubygems] Make `@@project_dir` constants per files | Nobuyoshi Nakada | |
| https://github.com/rubygems/rubygems/commit/955174658f | |||
| 2019-07-24 | [rubygems/rubygems] Resolve `@@project_dir` from test file paths | Nobuyoshi Nakada | |
| `Dir.pwd` may differ from the source path. Test directories and files should be resolved from test file paths. https://github.com/rubygems/rubygems/commit/e18e7c81b4 | |||
| 2019-07-24 | Adjusted test runner | Nobuyoshi Nakada | |
| 2019-07-24 | test-bundled-gems-run: Respect -k option | Nobuyoshi Nakada | |
| 2019-07-24 | Reduced duplicate commands in test-bundled-gems-run | Nobuyoshi Nakada | |
| 2019-07-24 | should not free local hook_list here. | Koichi Sasada | |
| exec_hooks_postcheck() clean executed hook_list if it is needed. list_exec is freed if there are no events and this list is local event (connected to specific iseq). However, iseq keeps to point this local hook_list, freed list. To prevent this situation, do not free hook_list here even if it has no events. This issue is reported by @joker1007. https://twitter.com/joker1007/status/1153649170797830144 | |||
| 2019-07-24 | transcode.c (rb_econv_open0): remove unused code | Yusuke Endoh | |
| Coverity Scan found this. | |||
| 2019-07-23 | Make Object#singleton_methods work correctly for singleton classes of objects | Jeremy Evans | |
| Fixes [Bug #10901] | |||
| 2019-07-24 | Test missing Content-Type warnings | Nobuyoshi Nakada | |
| 2019-07-24 | Test invalid offset warnings | Nobuyoshi Nakada | |
| 2019-07-24 | * 2019-07-24 | git | |
| 2019-07-24 | Show the caller's location | Nobuyoshi Nakada | |
| * lib/net/http/header.rb: show the caller's location instead of the current lines. | |||
| 2019-07-23 | Make pkg_config in mkmf include -I cflags in return value | Jeremy Evans | |
| This was the historical behavior, it was modified unintentionally by 097c3e9cbbf23718371f08c24b2d2297b039f63f, which started storing these flags in a different global variable. Also, include the incflags when logging, and document that the method modifies $INCFLAGS. Fixes [Bug #10651] | |||
| 2019-07-23 | Document that non-blocking mode isn't always supported on Windows [ci skip] | Jesús Burgos Maciá | |
| 2019-07-23 | Reset mtime of all files on osx | Nobuyoshi Nakada | |
| Often checked out files are in the future on OSX image. | |||
| 2019-07-23 | Relaxed target_os matching | Nobuyoshi Nakada | |
| When target_alias is not empty, `-gnu` suffixed is not stripped. [Bug #16015] | |||
| 2019-07-23 | Show seconds and in the modified time order | Nobuyoshi Nakada | |
| [ci skip] | |||
| 2019-07-23 | Retry to update Unicode timestamp | Nobuyoshi Nakada | |
