| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-20 | Rename YJIT readme to README.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update yjit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update yjit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update yjit.md | Marc Feeley | |
| Fix a typo in the bibtex. | |||
| 2021-10-20 | Update yjit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update yjit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update yjit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update yjit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update yjit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update yjit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update and rename ujit.md to yjit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Create ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-03 | [DOC] fix small mistake in doc/marshal.rdoc [ci skip] | mitsu-ksgr | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4466 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2021-09-28 | Move platform maintainers list | U.Nakamura | |
| 2021-09-27 | [ruby/irb] Add doc about "echo on assignment" | aycabta | |
| https://github.com/ruby/irb/commit/5af637b3c1 | |||
| 2021-09-15 | [DOC] Fix broken links [ci skip] | Nobuyoshi Nakada | |
| * As the "doc/" prefix is specified by the `--page-dir` option, remove from the rdoc references. * Refer to the original .rdoc instead of the converted .html. | |||
| 2021-09-14 | Bsearch doc for Array and Range (#4838) | Burdette Lamar | |
| This PR creates doc/bsearch.rdoc to provide common documentation for bsearch in Array and Range. Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2021-09-11 | Use `./autogen.sh` instead of `autoconf` in doc | Kazuhiro NISHIYAMA | |
| 2021-09-10 | Need `#` | Koichi Sasada | |
| `shareable_constant_value` is magic comment. | |||
| 2021-09-06 | memory_view.c: Rename private to private_data for C++ (#4812) | Kenta Murata | |
| * memory_view.c: Rename private to private_data for C++ * doc/memory_view.md: Update document * Fix doc/memory_view.md Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Notes: Merged-By: mrkn <mrkn@ruby-lang.org> | |||
| 2021-08-30 | Add --autocomplete / --noautocomplete options | aycabta | |
| 2021-08-21 | [DOC] prefer RUBY_DEFAULT_FREE to a magic number [ci skip] | Nobuyoshi Nakada | |
| 2021-08-21 | [DOC] mention rb_define_alloc_func [ci skip] | Nobuyoshi Nakada | |
| 2021-08-21 | [DOC] update extension.ja.rdoc [ci skip] | Nobuyoshi Nakada | |
| `rb_cData` has been deprecated for years. | |||
| 2021-08-19 | Allow omission of parentheses in one line pattern matching [Feature #16182] | Kazuki Tsujimoto | |
| 2021-07-28 | Manually picking https://github.com/ruby/optparse/pull/14 | Hiroshi SHIBATA | |
| 2021-07-28 | [ruby/optparse] Remove an errant { character ↵ | Olle Jonsson | |
| (https://github.com/ruby/optparse/pull/26) https://github.com/ruby/optparse/commit/47417f1b4c | |||
| 2021-07-28 | [ruby/optparse] Fix link in included file | Burdette Lamar | |
| https://github.com/ruby/optparse/commit/bf03038d95 | |||
| 2021-07-28 | [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/24) | Burdette Lamar | |
| - Adds section "Parsing" to tutorial.rdoc. - Removes section "Terminators" from option_params.rdoc. (Terminator '--' is not an option parameter.) https://github.com/ruby/optparse/commit/40d51ccbad | |||
| 2021-07-28 | [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/23) | Burdette Lamar | |
| - Removed a largish block of repeated text. - Added sections "Top List and Base List" and "Methods for Defining Options" (on, define, etc.). - Linked from class OptionParser doc to the tutorial. https://github.com/ruby/optparse/commit/7f3195b9db | |||
| 2021-07-28 | [ruby/optparse] Removed a duplicate section | Nobuyoshi Nakada | |
| https://github.com/ruby/optparse/commit/7ef3d89e78 | |||
| 2021-07-28 | [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/22) | Burdette Lamar | |
| Adds argument abbreviation in option_params.rdoc. Adds entire Argument Values section to tutorial.rdoc. https://github.com/ruby/optparse/commit/9c5b3f244b | |||
| 2021-07-28 | [ruby/optparse] Rdoc for help (https://github.com/ruby/optparse/pull/21) | Burdette Lamar | |
| https://github.com/ruby/optparse/commit/d07cb96a96 | |||
| 2021-07-28 | [ruby/optparse] Tutorial: explain custom argument converters ↵ | Burdette Lamar | |
| (https://github.com/ruby/optparse/pull/19) https://github.com/ruby/optparse/commit/385dd4322d | |||
| 2021-07-28 | [ruby/optparse] Fixed mismatched <tt> tag | Nobuyoshi Nakada | |
| https://github.com/ruby/optparse/commit/7e65ef3cfa | |||
| 2021-07-28 | [ruby/optparse] Enhanced doc for option parameters ↵ | Burdette Lamar | |
| (https://github.com/ruby/optparse/pull/11) https://github.com/ruby/optparse/commit/5618eeb49e | |||
| 2021-07-28 | [ruby/optparse] More on tutorial (https://github.com/ruby/optparse/pull/9) | Burdette Lamar | |
| * More on tutorial * More on tutorial * More on tutorial * More on tutorial: clearer example output https://github.com/ruby/optparse/commit/84dfd92d2a | |||
| 2021-07-28 | [ruby/optparse] Beginnings of tutorial | BurdetteLamar | |
| https://github.com/ruby/optparse/commit/f209276f79 | |||
| 2021-07-27 | Update Capturing and Anchors sections of regexp documention | Jeremy Evans | |
| Document that only first 9 numbered capture groups can use the \n backreference syntax. Document \0 backreference. Document \K anchor. Fixes [Bug #14500] | |||
