summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/net-http] Remarks on inclusionsBurdetteLamar2023-02-022-0/+6
| | | | https://github.com/ruby/net-http/commit/dfd060c583
* Removed OS specific section because It's out of scope for us.Hiroshi SHIBATA2023-02-021-15/+1
|
* Mentioned scoop and vcpkg for windows build instructionHiroshi SHIBATA2023-02-021-5/+20
|
* [DOC] Merge README.win32 to doc/windows.mdNobuyoshi Nakada2023-02-021-2/+179
|
* Update yjit.mdMaxime Chevalier-Boisvert2023-01-311-4/+9
| | | Update some out of date information and mention how to check that YJIT is enabled.
* Update yjit.mdMaxime Chevalier-Boisvert2023-01-311-1/+1
|
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2023-01-311-1/+2
| | | | | | (https://github.com/ruby/net-http/pull/110) https://github.com/ruby/net-http/commit/b098caa5e4
* [DOC] Change local method to local variable in assignment docsTalal Al-Humaidi2023-01-231-1/+1
|
* Windows build instructions documentation. (#6956)Samuel Williams2023-01-221-0/+42
| | | Windows build instructions.
* Add `doc/distribution.md` to help reduce some of the confusion. (#6856)Samuel Williams2023-01-221-0/+51
|
* OpenSSL, libyaml and zlib is always required to build. see test/test_extlibs.rbHiroshi SHIBATA2023-01-201-3/+3
|
* Added supported versions to OpenSSL and libyamlHiroshi SHIBATA2023-01-201-2/+2
|
* 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