John Bampton
5e799cc182
Fix spelling
2024-10-11 15:16:05 +00:00
Alan Wu
a9fb0a2083
YJIT: Improve build instructions for non-hackers ( #11878 )
2024-10-11 10:24:47 -04:00
Nobuyoshi Nakada
ae6bd3b49b
[DOC] Tweak "Timezone Objects"
...
- Make method descriptions plain pragraphs in each method.
- Make "Argument" and "Returns" note-lists.
2024-10-11 01:24:27 +09:00
Hiroshi SHIBATA
67d6e89b0b
Added byroot to JSON maintainer
...
[Misc #20746 ]
2024-10-09 19:09:17 +09:00
Jean Boussier
8c7e291dd8
Update references to flori/json
...
Now that the repository was transfered, these links will become
dead in a few months.
2024-10-07 20:12:57 -04:00
Takashi Kokubun
35711903f2
YJIT: Add --yjit-mem-size option ( #11810 )
...
* YJIT: Add --yjit-mem-size option
* Improve --help
* s/the region/this virtual memory region/
Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
---------
Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
2024-10-07 13:07:23 -04:00
Nithin Bekal
30775d0b08
[DOC] Fix typo in Forwardable docs
2024-10-02 14:13:00 +09:00
Nobuyoshi Nakada
e7144af750
[DOC] Refine about offset directives
2024-09-29 19:07:16 +09:00
masatoshi_moritsuka
6b46060fc2
doc: Remove description of experimental warnings related pattern matching from documentation
...
Ruby 3.2.0 has been released and all experimental warnings about pattern matching have been removed.
Experimental warnings about pattern matching are no longer output, so I remove description about it from documentation as well.
cf. https://bugs.ruby-lang.org/issues/18585
cf. db6b23c76c
cf. https://twitter.com/k_tsj/status/1606956336037900289?s=20&t=-_PSYLhYPtYsB9FZhtXl5A
2024-09-25 07:06:42 +09:00
BurdetteLamar
07a0aa9be6
[DOC] Fix link
2024-09-10 14:07:04 -04:00
Burdette Lamar
b539b43b2b
[ruby/rdoc] [DOC] Fix links ( https://github.com/ruby/rdoc/pull/1169 )
...
https://github.com/ruby/rdoc/commit/a576ff890f
2024-09-02 15:36:53 +00:00
BurdetteLamar
b9902c94a3
Adds remarks about returned Enumerator
2024-08-23 16:21:40 -04:00
Burdette Lamar
f5579c9278
[DOC] Include keywords.rdoc in doc/syntax/ ( #11414 )
2024-08-21 12:06:48 -04:00
Neil Carvalho
4dbf386ca2
[DOC] Add `$;` to the list of deprecated global variables
2024-08-17 19:36:22 +09:00
Takashi Kokubun
77ffdfe79f
YJIT: Allow tracing fallback counters ( #11347 )
...
* YJIT: Allow tracing fallback counters
* Update yjit.md about --yjit-trace-exits=counter
2024-08-08 16:13:16 -07:00
BurdetteLamar
e008f0553d
[DOC] Add remark about in-brief for method doc
2024-08-08 16:08:47 -04:00
Burdette Lamar
f5d193d525
[DOC] Adds "Further Considerations" to documentation_guide.md ( #11281 )
2024-07-31 16:09:15 -04:00
Burdette Lamar
63bdf2d725
[ruby/rdoc] [DOC] Mods about markup formats
...
(https://github.com/ruby/rdoc/pull/1143 )
https://github.com/ruby/rdoc/commit/011de3f2fd
2024-07-29 13:16:18 +00:00
BurdetteLamar
df1cc04301
Add remark about call-seq
2024-07-29 09:15:19 -04:00
Shugo Maeda
e048a073a3
Add MatchData#bytebegin and MatchData#byteend
...
These methods return the byte-based offset of the beginning or end of the specified match.
[Feature #20576 ]
2024-07-16 14:48:06 +09:00
Maxime Chevalier-Boisvert
a58e3305ce
YJIT: remove doc/yjit/yjit_hacking.md ( #11153 )
...
Document is 3 years old and out of date
2024-07-11 19:17:40 +00:00
Maxime Chevalier-Boisvert
c0ad0c3e43
Update yjit.md, explain how to run a single test with test-all ( #11151 )
2024-07-11 17:02:01 +00:00
cdfzo
087b461c83
[DOC] Fix typo `with` -> `wish`
2024-07-07 13:09:42 +09:00
Alan Wu
e240fc9c3c
[DOC] yjit.md: Markdown fixes for RDoc
...
It now renders properly on both GitHub and with RDoc's darkfish theme.
2024-07-05 18:38:46 -04:00
Anatoly Busygin
c46af61bf1
[ruby/irb] fix typos in the `Index of Command-Line Options`
...
https://github.com/ruby/irb/commit/3512020f1c
2024-07-01 11:39:43 +09:00
Burdette Lamar
43d7db3828
[DOC] Doc for exceptions ( #11008 )
2024-06-26 13:31:40 -04:00
Hiroshi SHIBATA
b4503d7964
Mentioned new mswin tasks related with vcpkg
2024-06-26 14:45:24 +09:00
Hiroshi SHIBATA
514aa80563
Added git for requirements of Windows build
2024-06-26 14:45:24 +09:00
Jean Boussier
83f57ca3d2
String.new(capacity:) don't substract termlen
...
[Bug #20585 ]
This was changed in 36a06efdd9f0604093dccbaf96d4e2cb17874dc8 because
`String.new(1024)` would end up allocating `1025` bytes, but the problem
with this change is that the caller may be trying to right size a String.
So instead, we should just better document the behavior of `capacity:`.
2024-06-19 15:11:07 +02:00
Sampat Badhe
4dfd4e1d00
Correct typo [ci skip]
2024-06-09 21:01:35 +09:00
Nobuyoshi Nakada
dd8903fed7
[Bug #20566 ] Mention out-of-range argument cases in `String#<<`
...
Also [Bug #18973 ].
2024-06-09 10:11:06 +09:00
Tanaka Akira
5e1001f754
[DOC] document line continuation.
...
Document details of escape sequences including line continuation.
[Bug #20518 ]
2024-06-07 21:55:42 +09:00
Burdette Lamar
6b379b9b98
[DOC] Exceptions doc ( #10865 )
2024-06-04 13:50:42 -04:00
Hiroshi SHIBATA
8080cb7090
Removed trailing spaces.
2024-06-04 15:00:47 +09:00
Hiroshi SHIBATA
3eda59e975
Sync strscan HEAD again.
...
https://github.com/ruby/strscan/pull/99 split document with multi-byte
chars.
2024-06-04 12:40:08 +09:00
Tanaka Akira
61af722d4e
fix typos.
2024-06-03 14:37:32 +09:00
Tanaka Akira
ca2170e69f
[DOC] percent literals can be nested.
2024-06-03 12:24:55 +09:00
Nobuyoshi Nakada
1f8c45aa51
[DOC] building_ruby: Move the caution to a footnote
2024-06-02 21:33:02 +09:00
Nobuyoshi Nakada
7e52e3e3f7
[DOC] building_ruby: External library links
...
- `OpenSSL` here is not the class.
- libexecinfo on FreeBSD is present in the base system of all
supported releases, since 2017.
2024-06-02 21:33:02 +09:00
Nobuyoshi Nakada
457c6b4789
[DOC] building_ruby: Refine links
...
Get rid of using ambiguous demonstratives as link anchors, for the
accessibility's sake.
2024-06-02 21:33:02 +09:00
Nobuyoshi Nakada
5980f14e88
[DOC] building_ruby: Fold long lines
2024-06-02 21:33:01 +09:00
Nobuyoshi Nakada
3eba84fba0
[DOC] Caution about old GNU make
2024-06-02 19:59:05 +09:00
Hiroshi SHIBATA
78bfde5d9f
Revert "[ruby/strscan] Doc for StringScanner"
...
This reverts commit 974ed1408c
.
2024-05-30 21:13:10 +09:00
Hiroshi SHIBATA
d70b0da482
Revert "Fix reference path for strscan documentation"
...
This reverts commit 1fa93fb948
.
2024-05-30 21:13:01 +09:00
Hiroshi SHIBATA
1fa93fb948
Fix reference path for strscan documentation
2024-05-30 14:29:25 +09:00
Burdette Lamar
974ed1408c
[ruby/strscan] Doc for StringScanner
...
(https://github.com/ruby/strscan/pull/96 )
#peek_byte and #scan_byte not updated (not available in my repo --
sorry).
---------
https://github.com/ruby/strscan/commit/0123da7352
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
2024-05-30 12:34:18 +09:00
Alexander Ross
41e6fd066e
[DOC] Fix typo in example code for `String#encode` method
...
The example code in the documentation for the `String#encode` method has
a typo in the `fallback` option. The example code uses `h` as the
fallback option, but it should use `hash` instead to match the variable
name in the example code.
2024-05-14 08:22:36 +00:00
Nobuyoshi Nakada
b911d2222f
[Bug #20482 ] [DOC] Clarify about pattern maching guard clause
...
Guard clauses can only be used in `case` pattern matching statements,
not in `=>`/`in` operators.
2024-05-12 16:23:00 +09:00
KJ Tsanaktsidis
fd2876e6a2
Update ASAN docs to refer to Clang 18's release
...
Clang 18 has the bugfix we need, so we no longer need to tell people to
compile Clang from source.
2024-05-10 10:55:28 +10:00
Diego Henrique
69c1bd90be
[DOC] Fix a typo in globals.rdoc
...
Noticed this small type while reading the docs.
2024-04-26 14:31:36 +00:00