Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-22 | Refine entry title | Hiroshi SHIBATA | |
2024-01-22 | [DOC] Update command_injection.rdoc | Nobuyoshi Nakada | |
- Add missing `Kernel.exec` and `Kernel.spawn`. - Elaborate arguments that can cause injections. | |||
2024-01-22 | Document about drb at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-19 | Document about rinda at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-19 | Document about resolv-replace at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-19 | Document about abbrev at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-19 | Document about observer at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-19 | Fixed inconsistent library name | Hiroshi SHIBATA | |
2024-01-19 | Fixed upstream URL at bundled gems | Hiroshi SHIBATA | |
2024-01-18 | [DOC] Update ruby version in Building Ruby Dependencies | Kazuhiro NISHIYAMA | |
2024-01-18 | Document about bigdecimal at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-17 | Document about base64 at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-16 | Document about getoptlong at Ruby 3.4 | Hiroshi SHIBATA | |
2024-01-10 | Extract mutex_m as bundled gems | Hiroshi SHIBATA | |
2024-01-07 | [DOC] Simply use `--` / `++` instead of `:stopdoc:` / `:startdoc:` | Nobuyoshi Nakada | |
2024-01-04 | [ruby/rdoc] Tweaks to Markup Reference | BurdetteLamar | |
https://github.com/ruby/rdoc/commit/05ac6dba66 | |||
2024-01-03 | [DOC] Make "Appendix F. Ractor support" a numbered list | Nobuyoshi Nakada | |
2024-01-02 | [ruby/rdoc] [DOC] MarkupReference | Burdette Lamar | |
(https://github.com/ruby/rdoc/pull/1075) https://github.com/ruby/rdoc/commit/095b78123b | |||
2024-01-02 | [DOC] Links to extension.rdoc from extension.ja.rdoc | Nobuyoshi Nakada | |
Use links than plain text references. TODO: Internationalize the RDoc hardcoded link text. Currently RDoc hardcodes reference name with external name in English, as "REF at <code>FILE</code>". To this currently, square brackets with additional text is mandatory. | |||
2024-01-02 | [DOC] Stop using `:enddoc:` in rdoc files | Nobuyoshi Nakada | |
In rdoc files, all documents belong to the top level of each file, and `:enddoc:` turns off `#document_self` for the entire document in the current file. This disables cross-references to labels in that file. Instead use `:stopdoc:` so that parsing can re-start by `:startdoc:` after the local variables. | |||
2024-01-02 | [DOC] clarify situation for Ractor#send of T_DATA objects. | Luke Gruber | |
For copying, use language like "some" T_DATA objects not supported. This is because objects like Time are supported, they don't refer to other objects so it's okay. For `send(obj, move: true)`, it's currently not supported to move any T_DATA objects. | |||
2024-01-01 | [DOC] Fix markup | Nobuyoshi Nakada | |
2024-01-01 | [DOC] Fix missing `::` for dl | Nobuyoshi Nakada | |
2024-01-01 | [DOC] Use local links | Nobuyoshi Nakada | |
2023-12-27 | Update supported Windows and Visual C++ versions | U.Nakamura | |
2023-12-26 | [DOC] Fix == and === in control_expressions.rdoc | Peter Zhu | |
2023-12-27 | [Bug #20087] [DOC] Uninitialized instance variable is not warned now | Nobuyoshi Nakada | |
2023-12-25 | [ruby/optparse] [DOC] Add missing secition | Nobuyoshi Nakada | |
Fixes https://github.com/ruby/optparse/pull/51 https://github.com/ruby/optparse/commit/667ab35f59 | |||
2023-12-25 | [ruby/optparse] [DOC] Fix tutorial link | Nobuyoshi Nakada | |
Fixes https://github.com/ruby/optparse/pull/51 https://github.com/ruby/optparse/commit/1c895efc39 | |||
2023-12-25 | Copy 3.3.0 NEWS.md to doc/NEWS [ci skip] | Takashi Kokubun | |
Basically 7d264e8e7bc21800c79b81e73a38082ff88c220b but for 3.3.0. | |||
2023-12-25 | Partly reverted c903cddf55af1505a0779e1a131f2fe47b838260 | Hiroshi SHIBATA | |
These are intentional words | |||
2023-12-25 | Typofix under doc directory | Hiroshi SHIBATA | |
2023-12-21 | RJIT: Clean up unnecessary documentation | Takashi Kokubun | |
2023-12-20 | [ruby/irb] [DOC] Change indexes.rdoc to indexes.md | Burdette Lamar | |
(https://github.com/ruby/irb/pull/812) * Change indexes.rdoc to indexes.md * Change indexes.rdoc to indexes.md * Change indexes.rdoc to indexes.md https://github.com/ruby/irb/commit/b1cd53cbf7 | |||
2023-12-19 | [DOC] remove reference to pre-3.0 splat operator behavior | Doug Orleans | |
2023-12-18 | [DOC] Added notes regarding `:nodoc:` in C code | Nobuyoshi Nakada | |
2023-12-17 | Improve YJIT documentation for Ruby 3.3 (#9263) | Takashi Kokubun | |
2023-12-13 | YJIT: Add --yjit-disable to help and reorder it (#9230) | Takashi Kokubun | |
2023-12-12 | [ruby/irb] [DOC] RDoc for module IRB | Burdette Lamar | |
(https://github.com/ruby/irb/pull/738) [DOC] RDoc for module IRB https://github.com/ruby/irb/commit/f3a0626298 | |||
2023-12-05 | [DOC] Fix wording in descriptions of Time-like objects | Nobuyoshi Nakada | |
Co-authored-by: Burdette Lamar <[email protected]> | |||
2023-12-05 | [DOC] Mention Time-like objects | Nobuyoshi Nakada | |
2023-12-02 | [DOC] More on What's Here (#9099) | Burdette Lamar | |
* More on What's Here * More on What's Here | |||
2023-12-02 | [DOC] Markup class name `Time` as code | Nobuyoshi Nakada | |
2023-12-02 | [DOC] Include timezones document in timev.rb | Nobuyoshi Nakada | |
So that it can be referred as a part of the document of `Time`. | |||
2023-11-30 | Update documentation for [[:word:]] and \p{Word} in regexps | Jeremy Evans | |
Onigmo uses Decimal_Number and not Number for these. Fixes [Bug #19417] | |||
2023-11-30 | Add `RUBY_REFERENCES` | Nobuyoshi Nakada | |
Instead of `RUBY_REFERENCES_START` and `RUBY_REFERENCES_END`, so that auto-indent works well. | |||
2023-11-30 | Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_` | Nobuyoshi Nakada | |
Also move `struct` so that `typedef`-ed names can be used. | |||
2023-11-29 | YJIT: edit `yjit.md` and bring it up to date (#9068) | Maxime Chevalier-Boisvert | |
Also make various minor edits to improve readability. | |||
2023-11-28 | YJIT: reduce default exec-mem-size to 64MiB (#9054) | Maxime Chevalier-Boisvert | |
2023-11-26 | [DOC] Fix markup in declarative marking API document | Nobuyoshi Nakada | |
- RDoc is not markdown, use `+` and `_` for code and variables respectively, instead of backquotes. - Remove useless backslashes. |