summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2024-01-22Refine entry titleHiroshi SHIBATA
2024-01-22[DOC] Update command_injection.rdocNobuyoshi Nakada
- Add missing `Kernel.exec` and `Kernel.spawn`. - Elaborate arguments that can cause injections.
2024-01-22Document about drb at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about rinda at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about resolv-replace at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about abbrev at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about observer at Ruby 3.4Hiroshi SHIBATA
2024-01-19Fixed inconsistent library nameHiroshi SHIBATA
2024-01-19Fixed upstream URL at bundled gemsHiroshi SHIBATA
2024-01-18[DOC] Update ruby version in Building Ruby DependenciesKazuhiro NISHIYAMA
2024-01-18Document about bigdecimal at Ruby 3.4Hiroshi SHIBATA
2024-01-17Document about base64 at Ruby 3.4Hiroshi SHIBATA
2024-01-16Document about getoptlong at Ruby 3.4Hiroshi SHIBATA
2024-01-10Extract mutex_m as bundled gemsHiroshi SHIBATA
2024-01-07[DOC] Simply use `--` / `++` instead of `:stopdoc:` / `:startdoc:`Nobuyoshi Nakada
2024-01-04[ruby/rdoc] Tweaks to Markup ReferenceBurdetteLamar
https://github.com/ruby/rdoc/commit/05ac6dba66
2024-01-03[DOC] Make "Appendix F. Ractor support" a numbered listNobuyoshi Nakada
2024-01-02[ruby/rdoc] [DOC] MarkupReferenceBurdette 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.rdocNobuyoshi 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 filesNobuyoshi 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 markupNobuyoshi Nakada
2024-01-01[DOC] Fix missing `::` for dlNobuyoshi Nakada
2024-01-01[DOC] Use local linksNobuyoshi Nakada
2023-12-27Update supported Windows and Visual C++ versionsU.Nakamura
2023-12-26[DOC] Fix == and === in control_expressions.rdocPeter Zhu
2023-12-27[Bug #20087] [DOC] Uninitialized instance variable is not warned nowNobuyoshi Nakada
2023-12-25[ruby/optparse] [DOC] Add missing secitionNobuyoshi Nakada
Fixes https://github.com/ruby/optparse/pull/51 https://github.com/ruby/optparse/commit/667ab35f59
2023-12-25[ruby/optparse] [DOC] Fix tutorial linkNobuyoshi Nakada
Fixes https://github.com/ruby/optparse/pull/51 https://github.com/ruby/optparse/commit/1c895efc39
2023-12-25Copy 3.3.0 NEWS.md to doc/NEWS [ci skip]Takashi Kokubun
Basically 7d264e8e7bc21800c79b81e73a38082ff88c220b but for 3.3.0.
2023-12-25Partly reverted c903cddf55af1505a0779e1a131f2fe47b838260Hiroshi SHIBATA
These are intentional words
2023-12-25Typofix under doc directoryHiroshi SHIBATA
2023-12-21RJIT: Clean up unnecessary documentationTakashi Kokubun
2023-12-20[ruby/irb] [DOC] Change indexes.rdoc to indexes.mdBurdette 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 behaviorDoug Orleans
2023-12-18[DOC] Added notes regarding `:nodoc:` in C codeNobuyoshi Nakada
2023-12-17Improve YJIT documentation for Ruby 3.3 (#9263)Takashi Kokubun
2023-12-13YJIT: Add --yjit-disable to help and reorder it (#9230)Takashi Kokubun
2023-12-12[ruby/irb] [DOC] RDoc for module IRBBurdette 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 objectsNobuyoshi Nakada
Co-authored-by: Burdette Lamar <[email protected]>
2023-12-05[DOC] Mention Time-like objectsNobuyoshi 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 codeNobuyoshi Nakada
2023-12-02[DOC] Include timezones document in timev.rbNobuyoshi Nakada
So that it can be referred as a part of the document of `Time`.
2023-11-30Update documentation for [[:word:]] and \p{Word} in regexpsJeremy Evans
Onigmo uses Decimal_Number and not Number for these. Fixes [Bug #19417]
2023-11-30Add `RUBY_REFERENCES`Nobuyoshi Nakada
Instead of `RUBY_REFERENCES_START` and `RUBY_REFERENCES_END`, so that auto-indent works well.
2023-11-30Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_`Nobuyoshi Nakada
Also move `struct` so that `typedef`-ed names can be used.
2023-11-29YJIT: edit `yjit.md` and bring it up to date (#9068)Maxime Chevalier-Boisvert
Also make various minor edits to improve readability.
2023-11-28YJIT: reduce default exec-mem-size to 64MiB (#9054)Maxime Chevalier-Boisvert
2023-11-26[DOC] Fix markup in declarative marking API documentNobuyoshi Nakada
- RDoc is not markdown, use `+` and `_` for code and variables respectively, instead of backquotes. - Remove useless backslashes.