aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Added version policy of BASERUBYHiroshi SHIBATA2023-01-201-0/+1
| | | | [Misc #16671]
* Separate dependencies section from quick startHiroshi SHIBATA2023-01-201-8/+10
|
* fixed wrong version of baserubyHiroshi SHIBATA2023-01-201-1/+1
|
* Update yjit.mdMaxime Chevalier-Boisvert2023-01-171-3/+4
|
* [DOC] Update `String#encode` special caseNobuyoshi Nakada2023-01-161-4/+5
| | | | | This behavior has been slightly extended with the addition of `String#scrub`.
* [DOC] Explain that transcoding to the same encoding just copies.Martin Dürst2023-01-161-0/+6
| | | | | | This is a reenstatement of the explanation in commit 463633e4a934a00f869086a6ffbf84c6cb8ad630 to partially address Bug #19342.
* [DOC] Use RDoc inclusions in transcode.cNobuyoshi Nakada2023-01-162-52/+40
|
* [DOC] Fix markup [ci skip]Kazuhiro NISHIYAMA2023-01-131-1/+1
|
* [DOC] Mention the conditional regexpNobuyoshi Nakada2023-01-111-0/+9
|
* Update yjit.mdMaxime Chevalier-Boisvert2023-01-091-0/+2
| | | Add Alan Wu's keynote & Maxime's talk to the list of YJIT-related talks :)
* [DOC] Mention `configure` options earlier, not after failureNobuyoshi Nakada2023-01-061-13/+10
| | | | | | 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.
* [DOC] Specify `shell` format to shell commandsNobuyoshi Nakada2023-01-061-9/+9
|
* Fix typos [ci skip]Kazuhiro NISHIYAMA2023-01-061-3/+3
|
* [DOC] remove space from inside code span elementJohn Bampton2022-12-291-1/+1
|
* [DOC] Un-capitalize headingsNobuyoshi Nakada2022-12-261-41/+41
|
* [DOC] Update extension.rdocNobuyoshi Nakada2022-12-262-17/+17
| | | | | Refine the uses of word "Data", which were often ambiguous. Also, that word now refers the new class unrelated to `T_DATA`.
* Copy NEWS.md to doc/NEWS/NEWS-3.2.0.md [ci skip]Kazuhiro NISHIYAMA2022-12-261-0/+820
|
* Remove mjit.md from public documentation [ci skip]Takashi Kokubun2022-12-221-0/+0
| | | | | | 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.
* Update MJIT documentation [ci skip]Takashi Kokubun2022-12-221-43/+4
|
* [DOC] encodings.rdoc: universal_newline reacts to \rAlan Wu2022-12-221-5/+6
| | | | It wasn't clear that the mode also translates "\r" to "\n".
* Array#pack: document silent truncationJean Boussier2022-12-201-0/+4
| | | | | | Ref: [Feature #19245] At the very least this behavior should be documented.
* Syntax-highlight scripts in yjit.md [ci skip]Takashi Kokubun2022-12-191-19/+19
| | | | | | 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.
* Use a ruby-lang alias [ci skip]Takashi Kokubun2022-12-081-5/+5
|
* Update yjit.mdMaxime Chevalier-Boisvert2022-12-071-27/+23
| | | Update citation, fix outdated and inaccurate information.
* Update yjit.md to mention `RUBY_YJIT_ENABLE`Maxime Chevalier-Boisvert2022-11-281-0/+3
|
* Update yjit.mdMaxime Chevalier-Boisvert2022-11-221-0/+5
|
* YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780)Takashi Kokubun2022-11-212-2/+2
|
* [ruby/net-http] About the Examples moved to separate fileBurdetteLamar2022-11-191-0/+30
| | | | https://github.com/ruby/net-http/commit/0512b5bfc9
* Update yjit.mdMaxime Chevalier-Boisvert2022-11-131-2/+0
| | | Remove disclaimer
* Update required Bison version in building_ruby.md [ci skip]yui-knk2022-11-101-1/+1
| | | | See [Feature #19068] for the context.
* [DOC] Enhanced RDoc for IO (#6669)Burdette Lamar2022-11-091-517/+0
|
* [doc] Clarify how to build OpenSSL on macOSMatt Valentine-House2022-11-081-5/+1
|
* [DOC] Properly number the list in building_ruby.mdPeter Zhu2022-11-071-8/+8
|
* [DOC] Improve building_ruby.mdPeter Zhu2022-11-071-10/+45
|
* Update configure command in building_ruby.mdPeter Zhu2022-11-031-1/+1
| | | | | Readers didn't realize that you can use --prefix with --disable-install-doc.
* Update Regexp.timeout doc (#6658)Sampat Badhe2022-11-021-2/+2
| | | | | * Correct Regexp.timeout doc, Timeout.timeout= => Regexp.timeout= * add link Regexp Timeout section
* [DOC] Enhanced RDOc for IO (#6642)Burdette Lamar2022-10-291-6/+5
| | | | | | | In io.c treats: #close #close_read #close_write #closed
* Update docs wrt YJIT limitations and building YJIT (#6641)Maxime Chevalier-Boisvert2022-10-272-7/+4
| | | | | | | * Update docs wrt YJIT limitations and building YJIT * Update building_ruby.md Fix relative link
* [DOC] Revert previous merge (#6624)Burdette Lamar2022-10-241-260/+188
| | | Revert previous merge
* [DOC] Add note about method names (#6620)Burdette Lamar2022-10-241-0/+13
|
* [rubygems/rubygems] Allow upcoming JRuby to pass keywords for Kernel#warnThomas E. Enebo2022-10-221-1/+1
| | | | | | | | | 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
* [DOC] Add link targets (#6602)Burdette Lamar2022-10-211-188/+260
|
* [DOC] More about line number (#6582)Burdette Lamar2022-10-191-4/+13
|
* [DOC] Link to packed data doc (#6567)Burdette Lamar2022-10-181-2/+2
| | | | | | | | | | | | | | | | | * 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>
* [DOC] Packed data (#6520)Burdette Lamar2022-10-151-0/+586
| | | New page for packed data
* Update yjit docs (#6548)Eileen M. Uchitelle2022-10-141-7/+8
| | | | | | | | | | | * 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
* Fix a typo Denail-of-Service => Denial-of-Service [ci skip]sampatbadhe2022-10-081-1/+1
|
* Adapt doc guide to new GFM features (#6504)Burdette Lamar2022-10-061-6/+4
| | | | | * Adapt doc guide to new GFM features * Adapt doc guide to new GFM features
* [DOC] Adding remarks about HTML and tables (#6485)Burdette Lamar2022-10-041-0/+24
| | | | * Adding remarks about HTML and tables
* [DOC] More on IO streams (#6454)Burdette Lamar2022-09-271-28/+38
| | | | | | Adds remarks about .new and .open. Uses ..open where convenient (not convenient where output would be in a block). Fixed examples for #ungetc.