| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-30 | [DOC] LEGAL for JSON vendored sources | Nobuyoshi Nakada | |
| 2025-03-28 | Update LEGAL to mention ext/json/vendor | Jean Boussier | |
| One file is under MIT, which is already the case of many files in Ruby, so it's fine. The other is under the Boost Software License, which is very similar to BSD and is fine to include in Ruby as far as I'm aware. Notes: Merged: https://github.com/ruby/ruby/pull/12998 | |||
| 2025-03-26 | Use release version of turbo_tests | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12983 | |||
| 2025-01-06 | Added copyright for vendored turbo_tests. | Hiroshi SHIBATA | |
| [Bug #21002] | |||
| 2024-10-15 | The part of ext/json/generator/generator.c is replaced from CVTUTF code. | Hiroshi SHIBATA | |
| * https://github.com/ruby/json/pull/567 * https://github.com/ruby/json/commit/c96351f874 | |||
| 2024-06-07 | [Bug #20397] Removed obsoleted section about nkf | Hiroshi SHIBATA | |
| 2024-03-28 | [DOC] Use `rdoc-ref:@` shorthands for `rdoc-label:` tags | Nobuyoshi Nakada | |
| 2024-03-28 | [DOC] molinillo has been moved | Nobuyoshi Nakada | |
| 2023-01-11 | Remove about ext/psych/yaml which is no longer bundled [ci skip] | Kazuhiro NISHIYAMA | |
| 2023-01-10 | Update LEGAL sections for pub_grub | Hiroshi SHIBATA | |
| 2021-12-13 | LEGAL: mention error_highlight | Yusuke Endoh | |
| 2021-11-16 | Added LICENSE entry of vendored net-http-persistent to LEGAL | Hiroshi SHIBATA | |
| 2021-11-16 | Added LICENSE entry of vendored connection_pool to LEGAL | Hiroshi SHIBATA | |
| 2021-11-16 | Added LICENSE entry of vendored molinillo to LEGAL | Hiroshi SHIBATA | |
| 2021-11-16 | Added LICENSE entry of vendored thor to LEGAL | Hiroshi SHIBATA | |
| 2021-09-11 | [DOC] Separate paragraph in LEGAL instead of break lines [ci skip] | Nobuyoshi Nakada | |
| Although trailing spaces in Markdown breaks the line, it is often overlooked. | |||
| 2021-09-11 | Added core_assertions.rb to LEGAL | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed minitest dir and added LEGAL infomation for based code | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-08-27 | Use C99-defined macros to classify a floating-point number | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4783 | |||
| 2021-05-10 | Removed missing/dup2.c | Nobuyoshi Nakada | |
| This function should be always available, as POSIX-compliant or Windows platform are required since 1.9. Also the code in this file is MT-unsafe. Notes: Merged: https://github.com/ruby/ruby/pull/4483 | |||
| 2021-05-10 | LEGAL: Remove entries that no longer exist | Yusuke Endoh | |
| lib/bundler.gemspec and man/bundle-*,gemfile.* are now under the directory lib/bundler/. | |||
| 2021-03-20 | No longer aclocal is used [ci skip] | Nobuyoshi Nakada | |
| 2020-08-19 | Added did_you_mean entry because did_you_mean uses MIT license | Hiroshi SHIBATA | |
| 2020-08-17 | Clarify coroutine implementation license. | Samuel Williams | |
| <https://bugs.ruby-lang.org/issues/16805> Notes: Merged: https://github.com/ruby/ruby/pull/3137 | |||
| 2020-06-19 | Revert accidentally style-format | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3234 | |||
| 2020-06-19 | Removed sdbm entries from doc | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3234 | |||
| 2020-05-26 | [DOC] Use note-list to pretend original plain-text looks [ci skip] | Nobuyoshi Nakada | |
| 2020-05-25 | [DOC] Turned note-lists into label-lists [ci skip] | Nobuyoshi Nakada | |
| 2020-05-07 | LEGAL: add legal situation of parse.h [ci skip] | 卜部昌平 | |
| There is parse.h apart from parse.c these days. Notes: Merged: https://github.com/ruby/ruby/pull/3082 | |||
| 2020-05-07 | LEGAL: add legal situation of ext/pty/pty.c [ci skip] | 卜部昌平 | |
| This file is not under Ruby's license. Notes: Merged: https://github.com/ruby/ruby/pull/3082 | |||
| 2020-05-07 | LEGAL: add legal situation of enc/trans/ucm [ci skip] | 卜部昌平 | |
| IBM holds their copyrights. Whether they are free software or not is uncler. But arguably they are, given we have copied them from glibc. Notes: Merged: https://github.com/ruby/ruby/pull/3082 | |||
| 2020-05-07 | LEGAL: win32/win32.h no longer exists [ci skip] | 卜部昌平 | |
| The file was moved. Notes: Merged: https://github.com/ruby/ruby/pull/3082 | |||
| 2020-05-07 | LEGAL: add missing entries for enc [ci skip] | 卜部昌平 | |
| Some files were missing. Notes: Merged: https://github.com/ruby/ruby/pull/3082 | |||
| 2020-05-07 | LEGAL: add legal situation of benchmarks [ci skip] | 卜部昌平 | |
| It is no longer obvious what were the original license of so_* benchmarks, because the original was lost. Notes: Merged: https://github.com/ruby/ruby/pull/3082 | |||
| 2020-05-07 | LEGAL: add legal situation of addr2line.c [ci skip] | 卜部昌平 | |
| This file includes BSD printf. Notes: Merged: https://github.com/ruby/ruby/pull/3082 | |||
| 2020-05-07 | LEGAL: add legal situation of aclocal.m4 [ci skip] | 卜部昌平 | |
| FSF holds its copyright. Notes: Merged: https://github.com/ruby/ruby/pull/3082 | |||
| 2020-04-22 | Revert "* remove trailing spaces. [ci skip]" | Nobuyoshi Nakada | |
| This reverts commit 6b04c480487ab64d73e1254be2412e722b7b8bd8. Trailing spaces separate paragraphs in RDoc format. | |||
| 2020-04-21 | LEGAL: fixed links to the old-style BSD license [ci skip] | Nobuyoshi Nakada | |
| 2020-04-21 | * remove trailing spaces. [ci skip] | git | |
| 2020-04-21 | LEGAL: moved the old-style BSD license and linked [ci skip] | Nobuyoshi Nakada | |
| 2020-04-21 | LEGAL: moved the MIT license and linked [ci skip] | Nobuyoshi Nakada | |
| 2020-04-21 | LEGAL: made license names themselves links [ci skip] | Nobuyoshi Nakada | |
| 2019-02-07 | Split procstat_vm.c | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-02-07 | Split mt19937.c | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-02-07 | Split dtoa.c | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2018-12-10 | LEGAL: gathered util.c [ci skip] | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2018-12-09 | Break lines in LEGAL texts [ci skip] | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2018-12-09 | Blockquote LEGAL [ci skip] | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2018-12-01 | LEGAL: update [ci skip] | nobu | |
| * LEGAL: update configure, tool/config.guess, tool/config.sub and parse.c, to the latest versions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2018-12-01 | Include LEGAL in .document [ci skip] | nobu | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
