| Age | Commit message (Collapse) | Author |
|
[Misc #16671]
|
|
|
|
|
|
|
|
This behavior has been slightly extended with the addition of
`String#scrub`.
|
|
This is a reenstatement of the explanation in commit
463633e4a934a00f869086a6ffbf84c6cb8ad630 to partially
address Bug #19342.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7126
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7103
|
|
Add Alan Wu's keynote & Maxime's talk to the list of YJIT-related talks :)
|
|
The command line arguments to `configure` are stored in `rbconfig.rb`.
Usually these are just useless but harmless after the installation,
however could affect unexpectedly when updating default gems.
Notes:
Merged: https://github.com/ruby/ruby/pull/7076
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7076
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7036
Merged-By: nobu <nobu@ruby-lang.org>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7027
|
|
Refine the uses of word "Data", which were often ambiguous. Also,
that word now refers the new class unrelated to `T_DATA`.
Notes:
Merged: https://github.com/ruby/ruby/pull/7027
|
|
|
|
It's for CRuby developers. Not meant to be a documentation for users.
Creating a directory seems like the easiest way to exclude this from
doc/.document.
|
|
|
|
It wasn't clear that the mode also translates "\r" to "\n".
Notes:
Merged: https://github.com/ruby/ruby/pull/6981
|
|
Ref: [Feature #19245]
At the very least this behavior should be documented.
Notes:
Merged: https://github.com/ruby/ruby/pull/6969
|
|
Specifically, I wanted to grey out comments in shell scripts. But I just
specified a language for blocks without comments as well to avoid
forgetting that in the future.
|
|
|
|
Update citation, fix outdated and inaccurate information.
|
|
|
|
|
|
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
https://github.com/ruby/net-http/commit/0512b5bfc9
|
|
Remove disclaimer
|
|
See [Feature #19068] for the context.
Notes:
Merged: https://github.com/ruby/ruby/pull/6705
|
|
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/6692
|
|
|
|
|
|
Readers didn't realize that you can use --prefix with
--disable-install-doc.
|
|
* Correct Regexp.timeout doc, Timeout.timeout= => Regexp.timeout=
* add link Regexp Timeout section
Notes:
Merged-By: nobu <nobu@ruby-lang.org>
|
|
In io.c treats:
#close
#close_read
#close_write
#closed
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
* Update docs wrt YJIT limitations and building YJIT
* Update building_ruby.md
Fix relative link
Notes:
Merged-By: maximecb <maximecb@ruby-lang.org>
|
|
Revert previous merge
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
jruby-head (which will be JRuby 9.4.0.0) can now properly process
the keywords to Kernel#warn. I cannot think of any capability based
test for this so I constrained it using a version guard. Only JRuby
will ever hit the version guard.
https://github.com/rubygems/rubygems/commit/cd468c7e0f
|
|
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
* Link to packed data doc
* Update pack.rb
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
* Update pack.rb
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
* Update pack.rb
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
Co-authored-by: Peter Zhu <peter@peterzhu.ca>
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
New page for packed data
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
* The list of supported architectures was updated in
https://github.com/ruby/ruby/commit/5ef048e5b1c3dd61adf782ace570bb0a1f9bb12f
but the first paragraph wasn't updated.
* `--yjit-trace-exits` was missing from the command-line options
* Fixes some spacing issues
* Updates call threshold default to 10, verified in the code that's
correct.
* Add code ticks around method names.
* Fix namespace of stats example
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/6510
|
|
* Adapt doc guide to new GFM features
* Adapt doc guide to new GFM features
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
* Adding remarks about HTML and tables
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|
|
Adds remarks about .new and .open.
Uses ..open where convenient (not convenient where output would be in a block).
Fixed examples for #ungetc.
Notes:
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
|