Hiroshi SHIBATA
f9bf7d531b
Added vcpkg manifest for windows build environment.
...
"builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db" is 2024.01.12
released version of vcpkg.
https://github.com/microsoft/vcpkg/releases/tag/2024.01.12
2024-01-26 12:38:01 +09:00
Takashi Kokubun
303fef8752
YJIT: Update yjit.md about mem size ( #9687 )
2024-01-24 10:26:57 -08:00
Maxime Chevalier-Boisvert
1702528258
YJIT: reduce default exec mem size to 48MiB ( #9685 )
...
YJIT: reduce default exec mem size to 48MiB based
Based on user feedback from @jhawthorn and others.
Better for small and memory-constrained deployments.
NOTE: This commit should be included in the next Ruby 3.3.x point
release. @xrxr should we tag someone specific?
2024-01-24 18:14:36 +00:00
Jean Boussier
a846d391d3
List branch maintainers in maintainers.md
...
I'm not aware of this information being available
anywhere else.
2024-01-23 18:02:42 +01:00
Hiroshi SHIBATA
92141d6269
Document about csv at Ruby 3.4
2024-01-22 18:23:05 +09:00
Hiroshi SHIBATA
8bcc764f71
Document about syslog at Ruby 3.4
2024-01-22 15:59:40 +09:00
Hiroshi SHIBATA
52a0ebe292
Document about nkf at Ruby 3.4
2024-01-22 14:17:52 +09:00
Hiroshi SHIBATA
3b3f03666a
Refine entry title
2024-01-22 12:35:04 +09:00
Nobuyoshi Nakada
4a11f50f79
[DOC] Update command_injection.rdoc
...
- Add missing `Kernel.exec` and `Kernel.spawn`.
- Elaborate arguments that can cause injections.
2024-01-22 12:06:00 +09:00
Hiroshi SHIBATA
854b1f6072
Document about drb at Ruby 3.4
2024-01-22 11:08:59 +09:00
Hiroshi SHIBATA
ce73fbd717
Document about rinda at Ruby 3.4
2024-01-19 20:02:19 +09:00
Hiroshi SHIBATA
6c098d145a
Document about resolv-replace at Ruby 3.4
2024-01-19 17:44:58 +09:00
Hiroshi SHIBATA
e28bdff941
Document about abbrev at Ruby 3.4
2024-01-19 16:27:45 +09:00
Hiroshi SHIBATA
fb5722c09a
Document about observer at Ruby 3.4
2024-01-19 15:24:09 +09:00
Hiroshi SHIBATA
68b403c45a
Fixed inconsistent library name
2024-01-19 14:01:30 +09:00
Hiroshi SHIBATA
385a1b15ef
Fixed upstream URL at bundled gems
2024-01-19 14:00:08 +09:00
Kazuhiro NISHIYAMA
42177a8987
[DOC] Update ruby version in Building Ruby Dependencies
2024-01-18 08:45:09 +09:00
Hiroshi SHIBATA
272b1c92cc
Document about bigdecimal at Ruby 3.4
2024-01-18 07:44:13 +09:00
Hiroshi SHIBATA
05e798269f
Document about base64 at Ruby 3.4
2024-01-17 08:28:31 +09:00
Hiroshi SHIBATA
326288c5a5
Document about getoptlong at Ruby 3.4
2024-01-16 17:07:10 +09:00
Hiroshi SHIBATA
d16f992e1b
Extract mutex_m as bundled gems
2024-01-10 17:28:16 +09:00
Nobuyoshi Nakada
e168dbdac5
[DOC] Simply use `--` / `++` instead of `:stopdoc:` / `:startdoc:`
2024-01-07 00:43:56 +09:00
BurdetteLamar
10b9679fa6
[ruby/rdoc] Tweaks to Markup Reference
...
https://github.com/ruby/rdoc/commit/05ac6dba66
2024-01-04 21:27:58 +00:00
Nobuyoshi Nakada
9ff4e52d5d
[DOC] Make "Appendix F. Ractor support" a numbered list
2024-01-03 10:54:52 +09:00
Burdette Lamar
a046d4efd2
[ruby/rdoc] [DOC] MarkupReference
...
(https://github.com/ruby/rdoc/pull/1075 )
https://github.com/ruby/rdoc/commit/095b78123b
2024-01-02 14:00:31 +00:00
Nobuyoshi Nakada
00b2573e93
[DOC] Links to extension.rdoc from extension.ja.rdoc
...
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 10:15:43 +09:00
Nobuyoshi Nakada
84eeb83f36
[DOC] Stop using `:enddoc:` in rdoc files
...
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 10:15:43 +09:00
Luke Gruber
ad2c95dbdd
[DOC] clarify situation for Ractor#send of T_DATA objects.
...
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-02 08:13:37 +09:00
Nobuyoshi Nakada
a19544d154
[DOC] Fix markup
2024-01-01 00:55:31 +09:00
Nobuyoshi Nakada
0502df018c
[DOC] Fix missing `::` for dl
2024-01-01 00:50:19 +09:00
Nobuyoshi Nakada
32f2cb47b7
[DOC] Use local links
2024-01-01 00:49:25 +09:00
U.Nakamura
5703cc296a
Update supported Windows and Visual C++ versions
2023-12-27 10:15:52 +09:00
Peter Zhu
be92bf4ff4
[DOC] Fix == and === in control_expressions.rdoc
2023-12-26 17:32:38 -05:00
Nobuyoshi Nakada
c452fe17ac
[Bug #20087 ] [DOC] Uninitialized instance variable is not warned now
2023-12-27 01:10:30 +09:00
Nobuyoshi Nakada
af4e839c47
[ruby/optparse] [DOC] Add missing secition
...
Fixes https://github.com/ruby/optparse/pull/51
https://github.com/ruby/optparse/commit/667ab35f59
2023-12-25 21:12:49 +09:00
Nobuyoshi Nakada
7dd59346a0
[ruby/optparse] [DOC] Fix tutorial link
...
Fixes https://github.com/ruby/optparse/pull/51
https://github.com/ruby/optparse/commit/1c895efc39
2023-12-25 21:12:49 +09:00
Takashi Kokubun
0d175ec425
Copy 3.3.0 NEWS.md to doc/NEWS [ci skip]
...
Basically 7d264e8e7b
but for 3.3.0.
2023-12-25 01:47:13 -08:00
Hiroshi SHIBATA
e233730846
Partly reverted c903cddf55
...
These are intentional words
2023-12-25 11:22:12 +09:00
Hiroshi SHIBATA
c903cddf55
Typofix under doc directory
2023-12-25 11:17:51 +09:00
Takashi Kokubun
3c18277629
RJIT: Clean up unnecessary documentation
2023-12-21 16:47:13 -08:00
Burdette Lamar
4ad1007fd2
[ruby/irb] [DOC] Change indexes.rdoc to indexes.md
...
(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-20 19:11:02 +09:00
Doug Orleans
1822acdf33
[DOC] remove reference to pre-3.0 splat operator behavior
2023-12-19 22:11:11 +09:00
Nobuyoshi Nakada
a94f3f206e
[DOC] Added notes regarding `:nodoc:` in C code
2023-12-18 20:17:44 +09:00
Takashi Kokubun
d8978445ae
Improve YJIT documentation for Ruby 3.3 ( #9263 )
2023-12-17 23:45:09 -05:00
Takashi Kokubun
b266890dab
YJIT: Add --yjit-disable to help and reorder it ( #9230 )
2023-12-13 13:29:37 -08:00
Burdette Lamar
35990cb38c
[ruby/irb] [DOC] RDoc for module IRB
...
(https://github.com/ruby/irb/pull/738 )
[DOC] RDoc for module IRB
https://github.com/ruby/irb/commit/f3a0626298
2023-12-12 10:34:38 +00:00
Nobuyoshi Nakada
bf0c8055ab
[DOC] Fix wording in descriptions of Time-like objects
...
Co-authored-by: Burdette Lamar <BurdetteLamar@Yahoo.com>
2023-12-05 18:10:56 +09:00
Nobuyoshi Nakada
bf0f56e124
[DOC] Mention Time-like objects
2023-12-05 18:04:02 +09:00
Burdette Lamar
715cf9b690
[DOC] More on What's Here ( #9099 )
...
* More on What's Here
* More on What's Here
2023-12-02 11:46:57 -06:00
Nobuyoshi Nakada
092a17e7bd
[DOC] Markup class name `Time` as code
2023-12-02 21:48:00 +09:00